| Commit message (Expand) | Author | Age | Files | Lines |
* | A small comment fix just to make sure I got my cvs/ssh setup right. | Vladimir Marangozov | 2000-07-10 | 1 | -1/+1 |
|
|
* | Guido said include these in the Great ANSI-fication, so here they are! | Fred Drake | 2000-07-10 | 2 | -259/+216 |
|
|
* | - changed the nt.popen2 return values back to | Fredrik Lundh | 2000-07-09 | 2 | -40/+55 |
|
|
* | - repaired locale.py for non-windows platforms. the try/except | Fredrik Lundh | 2000-07-09 | 1 | -2/+5 |
|
|
* | Exception__str__(): In case 1, be sure to decref the tmp local | Barry Warsaw | 2000-07-09 | 1 | -4/+8 |
|
|
* | Use TQSQ (triple quoted single quote) module docstring for better | Barry Warsaw | 2000-07-09 | 1 | -2/+2 |
|
|
* | - changed 1.5 to 2.0 in the help text | Fredrik Lundh | 2000-07-09 | 1 | -7/+3 |
|
|
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -3/+1 |
|
|
* | Update to use the new standard webbrowser module if available, otherwise | Fred Drake | 2000-07-09 | 1 | -2/+8 |
|
|
* | - added popen.popen2/popen3/popen4 support for | Fredrik Lundh | 2000-07-09 | 2 | -22/+46 |
|
|
* | - added optional bufsize argument to new popen methods. | Fredrik Lundh | 2000-07-09 | 1 | -7/+30 |
|
|
* | - merged setlocale and set_locale. the internal setlocale | Fredrik Lundh | 2000-07-09 | 1 | -92/+159 |
|
|
* | New module to control Web browsers; see the documentation for | Fred Drake | 2000-07-09 | 1 | -0/+229 |
|
|
* | Make tabnanny happy. | Fred Drake | 2000-07-09 | 2 | -254/+254 |
|
|
* | needs a space | Greg Stein | 2000-07-09 | 1 | -1/+1 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -105/+46 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 2 | -214/+83 |
|
|
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -5/+1 |
|
|
* | - 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 |
|
|