summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - ANSI-ificationFredrik Lundh2000-07-091-94/+47
* Document addition of webbrowser.pyAndrew M. Kuchling2000-07-091-0/+14
* - improved os.popen support for windows, based on win32pipeFredrik Lundh2000-07-091-6/+462
* Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources.Fred Drake2000-07-094-455/+451
* Remove use of HAVE_OLD_CPP to support non-ANSI preprocessors.Fred Drake2000-07-091-4/+0
* Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes,Andrew M. Kuchling2000-07-091-377/+221
* Remove legacy use of __SC__; no longer needed now that ANSI source isFred Drake2000-07-091-4/+0
* - added (long) casts to a couple of Py_BuildValue calls,Fredrik Lundh2000-07-091-7/+7
* - fixed pointer size test in spawn functions. also addedFredrik Lundh2000-07-091-6/+6
* - win95/98 helper for new os.popen codeFredrik Lundh2000-07-091-0/+60
* Somebody started playing with const, so of course the outcomeTim Peters2000-07-091-8/+8
* ANSI-fication of the sources.Fred Drake2000-07-093-252/+102
* ANSI-fication of the sources.Fred Drake2000-07-093-60/+22
* ANSI-fication of the sources.Fred Drake2000-07-093-79/+33
* ANSI-fication of the sources.Fred Drake2000-07-091-27/+10
* Remove legacy use of __SC__; no longer needed now that ANSI source isFred Drake2000-07-091-5/+0
* ANSI-fication of the sources.Fred Drake2000-07-092-155/+59
* EnvironmentError__init__(): The two case clauses were missingBarry Warsaw2000-07-091-3/+9
* ANSI-fication of the sources.Fred Drake2000-07-091-98/+48
* type_error(): Added "const" to signature to eliminate warning with -Wall.Fred Drake2000-07-091-1/+1
* ANSI-fication of the source.Fred Drake2000-07-091-109/+95
* ANSI-fication of the sources.Fred Drake2000-07-093-360/+135
* Remove the only Py_PROTO in the docs.Fred Drake2000-07-091-1/+1
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-0953-304/+296
* Get rid of unused vars in builtin_unicode (they were causingTim Peters2000-07-091-2/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0910-173/+166
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0914-338/+340
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-0812-174/+176
* this one's a bit risky, but I've spent some considerable timeFredrik Lundh2000-07-081-340/+132
* -- ANSI-fying, namesFredrik Lundh2000-07-081-82/+61
* - removed barry's workaround, to make room forFredrik Lundh2000-07-081-30/+0
* - _getdefaultlocale shouldn't accept argumentsFredrik Lundh2000-07-081-8/+11
* - added _getdefaultlocale implementation for WIN32Fredrik Lundh2000-07-081-269/+351
* - this is a tentative checkin of the #100764 patch (byFredrik Lundh2000-07-081-5/+37
* - changed __repr__ to use "unicode escape" encoding for unicodeFredrik Lundh2000-07-081-1/+1
* ANSI-fication of the sources -- remove Py_PROTO!Fred Drake2000-07-082-35/+39
* Minor revisions similar to some information in the new docstrings.Fred Drake2000-07-081-2/+4
* ANSI-fication of the sources, convert to 4-space indents.Fred Drake2000-07-081-70/+97
* delete unused local variable from _PyTrash_deposit_objectSkip Montanaro2000-07-081-1/+0
* Rearrange order of sectionsAndrew M. Kuchling2000-07-081-67/+72
* _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'dSkip Montanaro2000-07-081-0/+2
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-182/+151
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-372/+363
* Add method names to PyArg_ParseTuple() calls for better error messages.Fred Drake2000-07-081-313/+298
* Markup improvements in sections relating to interactive behavior.Fred Drake2000-07-081-45/+51
* ANSI-fy the sources.Fred Drake2000-07-081-313/+287
* Pretensions of the 20th century... remove old-style preprocessorFred Drake2000-07-081-6/+0
* Cray J90 fixes for long ints.Tim Peters2000-07-086-12/+76
* ANSI-fy the sources.Fred Drake2000-07-081-19/+16
* Removed Py_PROTO, ANSI-fied sources.Fred Drake2000-07-081-187/+68