3346 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Guido van Rossum fc49073cd0 Used operators from abstract.h where possible (arithmetic operators, 29 years ago
Guido van Rossum fdf95dd525 Checkin of Jack's buffer mods. 29 years ago
Guido van Rossum 13454c3f9c Fix old typo PyArgs_VaParse -> PyArg_VaParse. 29 years ago
Guido van Rossum a027efa5bf Massive changes for separate thread state management. 29 years ago
Guido van Rossum 73237c54b4 Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set. 29 years ago
Guido van Rossum 9218b70bdc Remove 2 out of 3 __FreeBSD__ tests. 29 years ago
Guido van Rossum f4806c2a85 Add detach call so threads are GC'ed. 29 years ago
Guido van Rossum bc2472db8e Avoid some potential (though unlikely) sprintf buffer overflows. 29 years ago
Guido van Rossum 15e33a4c42 Avoid sprintf buffer overflow if more than 9999 arguments. 29 years ago
Guido van Rossum d11bfdd9f5 Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even 29 years ago
Guido van Rossum bb5c6f8529 Oops, forgot one: inittab. 29 years ago
Guido van Rossum 0bac33b420 Oops, forgot one: inittab. 29 years ago
Guido van Rossum 79f25d9a7b Quickly renamed the remaining files -- this directory is done. 29 years ago
Guido van Rossum 65bf9f265e Quickly renamed. 29 years ago
Guido van Rossum 373c869a6a Quickly renamed. Also removed the long comment explaining why this is 29 years ago
Guido van Rossum b209a116cf Quickly renamed. 29 years ago
Guido van Rossum 62cb0bafe2 Moved to ../Modules. 29 years ago
Guido van Rossum 58a6ac55d2 Removed cgensupport.[co] (to ../Modules). 29 years ago
Guido van Rossum c474deaaf6 Expand one level of symbolic link in sys.argv[0] before inserting its 29 years ago
Guido van Rossum 03a7466b8f OK, ready to make 'assert' a keyword (instead of '__assert__'). 29 years ago
Guido van Rossum 7844e38a98 Keep Microsoft VC happy. 29 years ago
Guido van Rossum 6bf62dad9e Keep gcc -Wall and Microsoft VC happy. 29 years ago
Guido van Rossum 1d2e240954 (Jack:) On the Mac, don't automatically enable dynamic loading. 29 years ago
Guido van Rossum 62bf108392 (Jack:) Don't define TRUE and FALSE if already defined. 29 years ago
Guido van Rossum 6976a52099 (Jack:) On the Mac, use standard strerror() if using MSL C-library. 29 years ago
Guido van Rossum 644a12b00c Tweaks to keep the Microsoft compiler quier. 29 years ago
Guido van Rossum 5f5e817e00 Support for alternative string quotes (a"xx", b"xx", c"xx", ...). 29 years ago
Guido van Rossum 2a7f58de1c Allow passing a .pyo file. 29 years ago
Guido van Rossum 228d7f3f67 Added assert statement. 29 years ago
Guido van Rossum 8ecd1ad785 Added assert grammar. 29 years ago
Guido van Rossum c6472e9ee1 1. Add string conversions to int(), long(), float(). (Not to complex()!) 29 years ago
Guido van Rossum 45b83915f8 New form of PyFPE_END_PROTECT macro. 29 years ago
Guido van Rossum 6af0c00ab6 Fix dumb bug calling parsestrplus with wrong node as argument. 29 years ago
Guido van Rossum 1c6a459921 Define __debug__ as 0 if -O is given, 1 otherwise. Also test for 29 years ago
Guido van Rossum 7c53111d5b Added support for ``if __debug__:'' -- if -O is given, this form is 29 years ago
Guido van Rossum 0824f63cfc When -O is given, use ".pyo" instead of ".pyc". 29 years ago
Guido van Rossum c43b685054 Clarify error message for unexpected keyword parameter. 29 years ago
Guido van Rossum 82598051e6 Greatly renamed. Not a very thorough job -- I'm going to restructure 29 years ago
Guido van Rossum 8e793d925c Add global Py_OptimizeFlag. SET_LINENO is omitted again unless this is 29 years ago
Guido van Rossum 0ae748d3c4 Changes for Lee Busby's SIGFPE patch set. 29 years ago
Guido van Rossum 0f4bbd2f34 Keep gcc -Wall happy. 29 years ago
Guido van Rossum 2dc466169e Oops, remove an unused variable from PyErr_Format(). 29 years ago
Guido van Rossum 7433b12a5c Added new global flag variable Py_InteractiveFlag and new function 29 years ago
Guido van Rossum 1548bacb14 Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. 29 years ago
Guido van Rossum 0d85be19e2 *Don't* kill all local variables on function exit. This will be done 29 years ago
Guido van Rossum e8811f85ed Added intern() function. 29 years ago
Guido van Rossum deb0c5e66c Two small changes: 30 years ago
Guido van Rossum d0eb429b88 Plug a leak with calling something other than a function or method is 30 years ago
Guido van Rossum 950361c6ca Patches for (two forms of) optional dynamic execution profiling -- 30 years ago
Guido van Rossum 8c5df06ec7 Change the control flow for error handling in the function prelude to 30 years ago