| Commit message (Expand) | Author | Age | Files | Lines |
* | - ANSI-ification | Fredrik Lundh | 2000-07-09 | 1 | -94/+47 |
|
|
* | Document addition of webbrowser.py | Andrew M. Kuchling | 2000-07-09 | 1 | -0/+14 |
|
|
* | - improved os.popen support for windows, based on win32pipe | Fredrik Lundh | 2000-07-09 | 1 | -6/+462 |
|
|
* | Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. | Fred Drake | 2000-07-09 | 4 | -455/+451 |
|
|
* | Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors. | Fred Drake | 2000-07-09 | 1 | -4/+0 |
|
|
* | Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes, | Andrew M. Kuchling | 2000-07-09 | 1 | -377/+221 |
|
|
* | Remove legacy use of __SC__; no longer needed now that ANSI source is | Fred Drake | 2000-07-09 | 1 | -4/+0 |
|
|
* | - added (long) casts to a couple of Py_BuildValue calls, | Fredrik Lundh | 2000-07-09 | 1 | -7/+7 |
|
|
* | - fixed pointer size test in spawn functions. also added | Fredrik Lundh | 2000-07-09 | 1 | -6/+6 |
|
|
* | - win95/98 helper for new os.popen code | Fredrik Lundh | 2000-07-09 | 1 | -0/+60 |
|
|
* | Somebody started playing with const, so of course the outcome | Tim Peters | 2000-07-09 | 1 | -8/+8 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -252/+102 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -60/+22 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -79/+33 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -27/+10 |
|
|
* | Remove legacy use of __SC__; no longer needed now that ANSI source is | Fred Drake | 2000-07-09 | 1 | -5/+0 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 2 | -155/+59 |
|
|
* | EnvironmentError__init__(): The two case clauses were missing | Barry Warsaw | 2000-07-09 | 1 | -3/+9 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -98/+48 |
|
|
* | type_error(): Added "const" to signature to eliminate warning with -Wall. | Fred Drake | 2000-07-09 | 1 | -1/+1 |
|
|
* | ANSI-fication of the source. | Fred Drake | 2000-07-09 | 1 | -109/+95 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 3 | -360/+135 |
|
|
* | Remove the only Py_PROTO in the docs. | Fred Drake | 2000-07-09 | 1 | -1/+1 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 53 | -304/+296 |
|
|
* | Get rid of unused vars in builtin_unicode (they were causing | Tim Peters | 2000-07-09 | 1 | -2/+0 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 10 | -173/+166 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 14 | -338/+340 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-08 | 12 | -174/+176 |
|
|
* | this one's a bit risky, but I've spent some considerable time | Fredrik Lundh | 2000-07-08 | 1 | -340/+132 |
|
|
* | -- ANSI-fying, names | Fredrik Lundh | 2000-07-08 | 1 | -82/+61 |
|
|
* | - removed barry's workaround, to make room for | Fredrik Lundh | 2000-07-08 | 1 | -30/+0 |
|
|
* | - _getdefaultlocale shouldn't accept arguments | Fredrik Lundh | 2000-07-08 | 1 | -8/+11 |
|
|
* | - added _getdefaultlocale implementation for WIN32 | Fredrik Lundh | 2000-07-08 | 1 | -269/+351 |
|
|
* | - this is a tentative checkin of the #100764 patch (by | Fredrik Lundh | 2000-07-08 | 1 | -5/+37 |
|
|
* | - changed __repr__ to use "unicode escape" encoding for unicode | Fredrik Lundh | 2000-07-08 | 1 | -1/+1 |
|
|
* | ANSI-fication of the sources -- remove Py_PROTO! | Fred Drake | 2000-07-08 | 2 | -35/+39 |
|
|
* | Minor revisions similar to some information in the new docstrings. | Fred Drake | 2000-07-08 | 1 | -2/+4 |
|
|
* | ANSI-fication of the sources, convert to 4-space indents. | Fred Drake | 2000-07-08 | 1 | -70/+97 |
|
|
* | delete unused local variable from _PyTrash_deposit_object | Skip Montanaro | 2000-07-08 | 1 | -1/+0 |
|
|
* | Rearrange order of sections | Andrew M. Kuchling | 2000-07-08 | 1 | -67/+72 |
|
|
* | _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd | Skip Montanaro | 2000-07-08 | 1 | -0/+2 |
|
|
* | ANSI-fied sources, converted to four-space indentation. | Fred Drake | 2000-07-08 | 1 | -182/+151 |
|
|
* | ANSI-fied sources, converted to four-space indentation. | Fred Drake | 2000-07-08 | 1 | -372/+363 |
|
|
* | Add method names to PyArg_ParseTuple() calls for better error messages. | Fred Drake | 2000-07-08 | 1 | -313/+298 |
|
|
* | Markup improvements in sections relating to interactive behavior. | Fred Drake | 2000-07-08 | 1 | -45/+51 |
|
|
* | ANSI-fy the sources. | Fred Drake | 2000-07-08 | 1 | -313/+287 |
|
|
* | Pretensions of the 20th century... remove old-style preprocessor | Fred Drake | 2000-07-08 | 1 | -6/+0 |
|
|
* | Cray J90 fixes for long ints. | Tim Peters | 2000-07-08 | 6 | -12/+76 |
|
|
* | ANSI-fy the sources. | Fred Drake | 2000-07-08 | 1 | -19/+16 |
|
|
* | Removed Py_PROTO, ANSI-fied sources. | Fred Drake | 2000-07-08 | 1 | -187/+68 |
|
|