Commit message (Collapse) | 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 |
| | | | | | | have already been checked in) UNTESTED! | ||||
* | - 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 |
| | | | | for #100836, but implemented in a different way) | ||||
* | 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 |
| | | | | | added excplicit node * parameter to termvalid argument in validate_two_chain_ops of parsermodule.c (as proposed by fred) | ||||
* | 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 |
| | | | | conditionally in the code. | ||||
* | 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 |
| | | | | | | | | (write, read, ...), based on feedback from GvR. - added tuple-swapping code to popen2.py - fixed some runaway indentation in posixmodule.c | ||||
* | - changed 1.5 to 2.0 in the help text | Fredrik Lundh | 2000-07-09 | 1 | -7/+3 |
| | | | | | | | (the PYTHONHOMEHELP define) - ANSI-fication (patch #100794 by Peter Schneider-Kamp) | ||||
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -3/+1 |
| | | | | (patch #100805 by Peter Schneider-Kamp) | ||||
* | - added popen.popen2/popen3/popen4 support for | Fredrik Lundh | 2000-07-09 | 1 | -7/+7 |
| | | | | | | | | | | | | windows. - added optional mode argument to popen2/popen3 for unix; if the second argument is an integer, it's assumed to be the buffer size. - changed nt.popen2/popen3/popen4 return values to match the popen2 module (stdout first, not stdin). | ||||
* | - added optional bufsize argument to new popen methods. | Fredrik Lundh | 2000-07-09 | 1 | -7/+30 |
| | | | | | for the moment, this argument must be left out or set to -1 (only the default bufsize is supported, that is) | ||||
* | - ANSI-fication | Fredrik Lundh | 2000-07-09 | 1 | -5/+1 |
| | | | | (patch #100784 by Peter Schneider-Kamp) | ||||
* | - ANSI-ification | Fredrik Lundh | 2000-07-09 | 1 | -94/+47 |
| | | | | (patch #100770 by Peter Schneider-Kamp) | ||||
* | - improved os.popen support for windows, based on win32pipe | Fredrik Lundh | 2000-07-09 | 1 | -6/+462 |
| | | | | | | | by Bill Tutt. note: to run this on Windows 95/98, you need to have the w9xpopen.exe helper in the same directory as the python DLL. | ||||
* | 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 |
| | | | | and substitute the conventional "args" instead of "arg". | ||||
* | - added (long) casts to a couple of Py_BuildValue calls, | Fredrik Lundh | 2000-07-09 | 1 | -7/+7 |
| | | | | | | | | | | just for the sake of it. note that this only covers the unlikely case that size_t is smaller than a long; it's probably more likely that there are platforms out there where size_t is *larger* than a long, and mmapmodule cannot really deal with that today. | ||||
* | - fixed pointer size test in spawn functions. also added | Fredrik Lundh | 2000-07-09 | 1 | -6/+6 |
| | | | | | | | cast to make sure Py_BuildValue gets the right thing. this change eliminates bogus return codes from successful spawn calls (e.g. 2167387144924954624 instead of 0). | ||||
* | 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 |
| | | | | | | | | | | staring at the diffs before checking this one in. let me know asap if it breaks things on your platform. -- ANSI-fying (patch #100763 by Peter Schneider-Kamp, minus the indentation changes and minus the changes the broke the windows build) | ||||
* | -- ANSI-fying, names | Fredrik Lundh | 2000-07-08 | 1 | -82/+61 |
| | | | | | | | (patch #100762 by Peter Schneider-Kamp, minus the indentation changes) -- added INT_PTR workaround to make it build under VC 5.0 | ||||
* | - _getdefaultlocale shouldn't accept arguments | Fredrik Lundh | 2000-07-08 | 1 | -8/+11 |
| | | | | - some more spacification... | ||||
* | - added _getdefaultlocale implementation for WIN32 | Fredrik Lundh | 2000-07-08 | 1 | -269/+351 |
| | | | | - ansified, reindentified, spacified, nullified | ||||
* | ANSI-fication of the sources, convert to 4-space indents. | Fred Drake | 2000-07-08 | 1 | -70/+97 |
| | | | | | Use PyArg_ParseTuple() to get better error messages. Add docstrings all around. | ||||
* | ANSI-fied sources, converted to four-space indentation. | Fred Drake | 2000-07-08 | 1 | -182/+151 |
| | | | | | Converted to PyArg_ParseTuple() with method names to get better error messages. | ||||
* | 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 |
| | | | | Convert to four-space indents. | ||||
* | ANSI-fy the sources. | Fred Drake | 2000-07-08 | 1 | -313/+287 |
| | | | | | | Convert to using PyArg_ParseTuple() as appropriate to allow method names in error messages. Re-indent to four-space indentation. | ||||
* | Pretensions of the 20th century... remove old-style preprocessor | Fred Drake | 2000-07-08 | 1 | -6/+0 |
| | | | | hackery (/**/), leaving only new-style preprocessor hackery (##). | ||||
* | 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 |
| | | | | Allow -f* parameters to be passed to the compiler from Setup files. | ||||
* | Removed a prototype which is not used in socketmodule.c | Marc-André Lemburg | 2000-07-07 | 1 | -1/+0 |
| | | | | Patch by T. Wouters. | ||||
* | Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>: | Fred Drake | 2000-07-06 | 1 | -2/+4 |
| | | | | | | | | | | | | In posixmodule.c:posix_fork, the function PyOS_AfterFork is called for both the parent and the child, despite the docs stating that it should be called in the new (child) process. This causes problems in the parent since the forking thread becomes the main thread according to the signal module. Calling PyOS_AfterFork() only in the child fixes this. Changed for both fork() and forkpty(). | ||||
* | Python 2.0 is not supposed to use string exceptions in the standard library | Fred Drake | 2000-07-06 | 3 | -3/+3 |
| | | | | | & extensions, so create exceptions in extension modules using the PyErr_NewException() API. | ||||
* | added read_history_file and write_history_file | Skip Montanaro | 2000-07-06 | 1 | -0/+50 |
| | | | | XXX should perhaps support history truncation as well |