cosmopolitan/test/libc/calls
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
..
access_test.c Change license 2020-12-27 17:18:44 -08:00
commandv_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
fcntl_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
fork_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ftruncate_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
getcwd_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
getenv_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
ioctl_siocgifconf_test.c Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
lseek_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkdir_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkntcmdline_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
mkntenvblock_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
mkntpath_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
mprotect_test.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
readlinkat_test.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
setrlimit_test.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
sigaction_test.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
signal_test.c Change license 2020-12-27 17:18:44 -08:00
stat_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
test.mk Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
vfork_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
writev_test.c Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00