cosmopolitan/third_party
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
..
chibicc Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
compiler_rt Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
dlmalloc Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
gcc Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
gdtoa Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
getopt Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
infozip Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
linenoise Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
lua Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
lz4cli Undiamond Python headers 2021-08-12 14:07:40 -07:00
mbedtls Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
musl Add SSL to redbean 2021-06-24 13:20:50 -07:00
python Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
quickjs Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
regex Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
sqlite3 Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
stb Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xed Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
zlib Integrate Chromium Zlib changes 2021-08-09 06:59:10 -07:00
third_party.mk Ues linenoise in Lua, Python, and SQLite 2021-08-14 11:26:23 -07:00