| Commit message (Expand) | Author | Age | Files | Lines |
* | ANSI-fication, not really tested, but should (hopefully) compile | Peter Schneider-Kamp | 2000-07-10 | 2 | -116/+34 |
|
|
* | ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c | Peter Schneider-Kamp | 2000-07-10 | 7 | -2295/+769 |
|
|
* | - stupid typo. | Fredrik Lundh | 2000-07-10 | 1 | -1/+1 |
|
|
* | -- get rid of a compiler warning on unix. (as reported | Fredrik Lundh | 2000-07-10 | 1 | -21/+13 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -73/+26 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -177/+60 |
|
|
* | ANSI-fying | Peter Schneider-Kamp | 2000-07-10 | 4 | -157/+55 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 4 | -213/+70 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -75/+25 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 2 | -32/+11 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 3 | -63/+22 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -53/+19 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -31/+11 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 4 | -124/+43 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -48/+16 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -84/+24 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -38/+19 |
|
|
* | ANSI-fication (and test if committing files works now) | Peter Schneider-Kamp | 2000-07-10 | 1 | -2/+1 |
|
|
* | Initialize the return value in collect_generations() since it is updated | 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 | 1 | -30/+30 |
|
|
* | - 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 |
|
|
* | - added popen.popen2/popen3/popen4 support for | Fredrik Lundh | 2000-07-09 | 1 | -7/+7 |
|
|
* | - added optional bufsize argument to new popen methods. | Fredrik Lundh | 2000-07-09 | 1 | -7/+30 |
|
|
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -5/+1 |
|
|
* | - ANSI-ification | Fredrik Lundh | 2000-07-09 | 1 | -94/+47 |
|
|
* | - improved os.popen support for windows, based on win32pipe | Fredrik Lundh | 2000-07-09 | 1 | -6/+462 |
|
|
* | 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 |
|
|
* | - 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 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 14 | -64/+63 |
|
|
* | 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 |
|
|
* | - _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 |
|
|
* | ANSI-fication of the sources, convert to 4-space indents. | Fred Drake | 2000-07-08 | 1 | -70/+97 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-07-07 | 1 | -1/+1 |
|
|
* | Removed a prototype which is not used in socketmodule.c | Marc-André Lemburg | 2000-07-07 | 1 | -1/+0 |
|
|
* | Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>: | Fred Drake | 2000-07-06 | 1 | -2/+4 |
|
|
* | Python 2.0 is not supposed to use string exceptions in the standard library | Fred Drake | 2000-07-06 | 3 | -3/+3 |
|
|
* | added read_history_file and write_history_file | Skip Montanaro | 2000-07-06 | 1 | -0/+50 |
|
|