cosmopolitan/third_party/python/Modules
Justine Tunney 8af197560e Improve Libc by making Python work even better
Actually Portable Python is now outperforming the Python binaries
that come bundled with Linux distros, at things like HTTP serving.
You can now have a fully featured Python install in just one .com
file that runs on six operating systems and is about 10mb in size.
With tuning, the tiniest is ~1mb. We've got most of the libraries
working, including pysqlite, and the repl now feels very pleasant.
The things you can't do quite yet are: threads and shared objects
but that can happen in the future, if the community falls in love
with this project and wants to see it developed further. Changes:

- Add siginterrupt()
- Add sqlite3 to Python
- Add issymlink() helper
- Make GetZipCdir() faster
- Add tgamma() and finite()
- Add legacy function lutimes()
- Add readlink() and realpath()
- Use heap allocations when appropriate
- Reorganize Python into two-stage build
- Save Lua / Python shell history to dotfile
- Integrate Python Lib embedding into linkage
- Make isregularfile() and isdirectory() go faster
- Make Python shell auto-completion work perfectly
- Make crash reports work better if changed directory
- Fix Python+NT open() / access() flag overflow error
- Disable Python tests relating to \N{LONG NAME} syntax
- Have Python REPL copyright() show all notice embeddings

The biggest technical challenge at the moment is working around
when Python tries to be too clever about filenames.
2021-08-18 22:16:23 -07:00
..
_decimal Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
_io Make whitespace changes 2021-08-13 03:20:45 -07:00
_multiprocessing Make whitespace changes 2021-08-13 03:20:45 -07:00
_sqlite Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
cjkcodecs Make whitespace changes 2021-08-13 03:20:45 -07:00
clinic Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
expat Undiamond Python headers 2021-08-12 14:07:40 -07:00
_asynciomodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_bisectmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_bz2module.c Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
_codecsmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_collectionsmodule.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_cryptmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_csv.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_curses_panel.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_cursesmodule.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
_datetimemodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_dbmmodule.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_elementtree.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_functoolsmodule.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_gdbmmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_hashopenssl.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_heapqmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_json.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_localemodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_lsprof.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_lzmamodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_math.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
_math.h Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
_opcode.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_operator.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_pickle.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_posixsubprocess.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
_randommodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_sha3.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_sre.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_ssl.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_ssl_data.inc Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
_stat.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_struct.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_testbuffer.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_testcapimodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_testmultiphase.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_threadmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_tracemalloc.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_weakref.c Make whitespace changes 2021-08-13 03:20:45 -07:00
_winapi.c Make whitespace changes 2021-08-13 03:20:45 -07:00
arraymodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
atexitmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
audioop.c Make whitespace changes 2021-08-13 03:20:45 -07:00
binascii.c Make whitespace changes 2021-08-13 03:20:45 -07:00
cmathmodule.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
config.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
config.c.in Undiamond Python headers 2021-08-12 14:07:40 -07:00
errnomodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
faulthandler.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
fcntlmodule.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
fpectlmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
fpetestmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
fspath.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
gcmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
getbuildinfo.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
getpath.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
grpmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
hashlib.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
hashtable.c Make whitespace changes 2021-08-13 03:20:45 -07:00
hashtable.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
itertoolsmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
main.c Make whitespace changes 2021-08-13 03:20:45 -07:00
mathmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
md5module.c Make whitespace changes 2021-08-13 03:20:45 -07:00
mmapmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
ossaudiodev.c Make whitespace changes 2021-08-13 03:20:45 -07:00
overlapped.c Make whitespace changes 2021-08-13 03:20:45 -07:00
parsermodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
posixmodule.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
posixmodule.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
pwdmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
pyexpat.c Make whitespace changes 2021-08-13 03:20:45 -07:00
readline.c Make whitespace changes 2021-08-13 03:20:45 -07:00
README python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
resource.c Make whitespace changes 2021-08-13 03:20:45 -07:00
rotatingtree.c Make whitespace changes 2021-08-13 03:20:45 -07:00
rotatingtree.h Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
selectmodule.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
sha1module.c Make whitespace changes 2021-08-13 03:20:45 -07:00
sha256module.c Make whitespace changes 2021-08-13 03:20:45 -07:00
sha512module.c Make whitespace changes 2021-08-13 03:20:45 -07:00
signalmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
socketmodule.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
socketmodule.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
spwdmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
sre.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
sre_constants.h python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
sre_lib.inc Make whitespace changes 2021-08-13 03:20:45 -07:00
symtablemodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
syslogmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
termios.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
testcapi_long.inc Make whitespace changes 2021-08-13 03:20:45 -07:00
timemodule.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
tkinter.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
unicodedata.c Make whitespace changes 2021-08-13 03:20:45 -07:00
unicodedata_db.inc Make whitespace changes 2021-08-13 03:20:45 -07:00
unicodename_db.inc Make whitespace changes 2021-08-13 03:20:45 -07:00
winreparse.h Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
xxlimited.c Make whitespace changes 2021-08-13 03:20:45 -07:00
xxmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00
xxsubtype.c Make whitespace changes 2021-08-13 03:20:45 -07:00
zipimport.c Make whitespace changes 2021-08-13 03:20:45 -07:00
zlibmodule.c Make whitespace changes 2021-08-13 03:20:45 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.