cosmopolitan/third_party/python/Python
Justine Tunney 39bf41f4eb Make numerous improvements
- Python static hello world now 1.8mb
- Python static fully loaded now 10mb
- Python HTTPS client now uses MbedTLS
- Python REPL now completes import stmts
- Increase stack size for Python for now
- Begin synthesizing posixpath and ntpath
- Restore Python \N{UNICODE NAME} support
- Restore Python NFKD symbol normalization
- Add optimized code path for Intel SHA-NI
- Get more Python unit tests passing faster
- Get Python help() pagination working on NT
- Python hashlib now supports MbedTLS PBKDF2
- Make memcpy/memmove/memcmp/bcmp/etc. faster
- Add Mersenne Twister and Vigna to LIBC_RAND
- Provide privileged __printf() for error code
- Fix zipos opendir() so that it reports ENOTDIR
- Add basic chmod() implementation for Windows NT
- Add Cosmo's best functions to Python cosmo module
- Pin function trace indent depth to that of caller
- Show memory diagram on invalid access in MODE=dbg
- Differentiate stack overflow on crash in MODE=dbg
- Add stb_truetype and tools for analyzing font files
- Upgrade to UNICODE 13 and reduce its binary footprint
- COMPILE.COM now logs resource usage of build commands
- Start implementing basic poll() support on bare metal
- Set getauxval(AT_EXECFN) to GetModuleFileName() on NT
- Add descriptions to strerror() in non-TINY build modes
- Add COUNTBRANCH() macro to help with micro-optimizations
- Make error / backtrace / asan / memory code more unbreakable
- Add fast perfect C implementation of μ-Law and a-Law audio codecs
- Make strtol() functions consistent with other libc implementations
- Improve Linenoise implementation (see also github.com/jart/bestline)
- COMPILE.COM now suppresses stdout/stderr of successful build commands
2021-09-28 01:52:34 -07:00
..
clinic Make whitespace changes 2021-08-13 03:20:45 -07:00
_warnings.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
asdl.c Make whitespace changes 2021-08-13 03:20:45 -07:00
ast.c Make numerous improvements 2021-09-28 01:52:34 -07:00
atexit.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
bltinmodule.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
ceval.c Make numerous improvements 2021-09-28 01:52:34 -07:00
ceval_gil.inc Make whitespace changes 2021-08-13 03:20:45 -07:00
codecs.c Make numerous improvements 2021-09-28 01:52:34 -07:00
compile.c Make whitespace changes 2021-08-13 03:20:45 -07:00
condvar.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
cosmomodule.c Make numerous improvements 2021-09-28 01:52:34 -07:00
dtoa.c Make numerous improvements 2021-09-28 01:52:34 -07:00
dynamic_annotations.c Make whitespace changes 2021-08-13 03:20:45 -07:00
dynload_dl.c Make numerous improvements 2021-09-28 01:52:34 -07:00
dynload_shlib.c Make numerous improvements 2021-09-28 01:52:34 -07:00
dynload_stub.c Make whitespace changes 2021-08-13 03:20:45 -07:00
dynload_win.c Make numerous improvements 2021-09-28 01:52:34 -07:00
errors.c Make numerous improvements 2021-09-28 01:52:34 -07:00
fatality.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
fdisinteractive.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
fileutils.c Make whitespace changes 2021-08-13 03:20:45 -07:00
finalize.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
flags.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
flushstdfiles.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
formatter_unicode.c Make whitespace changes 2021-08-13 03:20:45 -07:00
frozen.c Make numerous improvements 2021-09-28 01:52:34 -07:00
frozenmain.c Make whitespace changes 2021-08-13 03:20:45 -07:00
frozenmodules.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
future.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getargs.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getcompiler.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getcopyright.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
getopt.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getplatform.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getsig.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
getversion.c Make whitespace changes 2021-08-13 03:20:45 -07:00
graminit.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
import.c Make numerous improvements 2021-09-28 01:52:34 -07:00
importdl.c Make whitespace changes 2021-08-13 03:20:45 -07:00
importdl.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
initfsencoding.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
initialized.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
initimport.c Make numerous improvements 2021-09-28 01:52:34 -07:00
initmain.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
initsigs.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
initsite.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
initstdio.c Make numerous improvements 2021-09-28 01:52:34 -07:00
inittab.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
makeopcodetargets.py Perform build and magnum tuning 2021-08-10 10:26:13 -07:00
marshal.c Implement tree-shaking for Python sources 2021-09-05 01:20:03 -07:00
modsupport.c Make whitespace changes 2021-08-13 03:20:45 -07:00
mysnprintf.c Make numerous improvements 2021-09-28 01:52:34 -07:00
mystrtoul.c Make whitespace changes 2021-08-13 03:20:45 -07:00
opcode_targets.inc Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
peephole.c Make numerous improvements 2021-09-28 01:52:34 -07:00
progname.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
pyarena.c Make whitespace changes 2021-08-13 03:20:45 -07:00
pyfpe.c Make whitespace changes 2021-08-13 03:20:45 -07:00
pyhash.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
pylifecycle.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
pymath.c Make whitespace changes 2021-08-13 03:20:45 -07:00
pystate.c Make numerous improvements 2021-09-28 01:52:34 -07:00
pystrcmp.c Make whitespace changes 2021-08-13 03:20:45 -07:00
pystrhex.c Make whitespace changes 2021-08-13 03:20:45 -07:00
pystrtod.c Make whitespace changes 2021-08-13 03:20:45 -07:00
Python-ast.c Implement tree-shaking for Python sources 2021-09-05 01:20:03 -07:00
pythonhome.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
pythonrun.c Make numerous improvements 2021-09-28 01:52:34 -07:00
pytime.c Make whitespace changes 2021-08-13 03:20:45 -07:00
random.c Make numerous improvements 2021-09-28 01:52:34 -07:00
restoresigs.c Begin incorporating Python unit tests into build 2021-09-12 21:04:44 -07:00
sigcheck.c Make whitespace changes 2021-08-13 03:20:45 -07:00
structmember.c Make whitespace changes 2021-08-13 03:20:45 -07:00
symtable.c Make whitespace changes 2021-08-13 03:20:45 -07:00
sysmodule.c Make numerous improvements 2021-09-28 01:52:34 -07:00
thread.c Make numerous improvements 2021-09-28 01:52:34 -07:00
thread_foobar.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
thread_nt.inc Undiamond Python headers 2021-08-12 14:07:40 -07:00
thread_pthread.inc Make numerous improvements 2021-09-28 01:52:34 -07:00
traceback.c Make whitespace changes 2021-08-13 03:20:45 -07:00
wordcode_helpers.inc Make whitespace changes 2021-08-13 03:20:45 -07:00