summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - changed the nt.popen2 return values back toFredrik Lundh2000-07-092-40/+55
* - repaired locale.py for non-windows platforms. the try/exceptFredrik Lundh2000-07-091-2/+5
* Exception__str__(): In case 1, be sure to decref the tmp localBarry Warsaw2000-07-091-4/+8
* Use TQSQ (triple quoted single quote) module docstring for betterBarry Warsaw2000-07-091-2/+2
* - changed 1.5 to 2.0 in the help textFredrik Lundh2000-07-091-7/+3
* - ANSI-ficationFredrik Lundh2000-07-091-3/+1
* Update to use the new standard webbrowser module if available, otherwiseFred Drake2000-07-091-2/+8
* - added popen.popen2/popen3/popen4 support forFredrik Lundh2000-07-092-22/+46
* - added optional bufsize argument to new popen methods.Fredrik Lundh2000-07-091-7/+30
* - merged setlocale and set_locale. the internal setlocaleFredrik Lundh2000-07-091-92/+159
* New module to control Web browsers; see the documentation forFred Drake2000-07-091-0/+229
* Make tabnanny happy.Fred Drake2000-07-092-254/+254
* needs a spaceGreg Stein2000-07-091-1/+1
* ANSI-fication of the sources.Fred Drake2000-07-091-105/+46
* ANSI-fication of the sources.Fred Drake2000-07-092-214/+83
* - ANSI-ficationFredrik Lundh2000-07-091-5/+1
* - 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