| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
|
|
* | Removed unused variables. | Andrew M. Kuchling | 2000-07-06 | 1 | -3/+4 |
|
|
* | don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely | Skip Montanaro | 2000-07-06 | 1 | -0/+1 |
|
|
* | Add more "volatile" decls to stop gcc -Wall warnings. | Tim Peters | 2000-07-05 | 1 | -2/+2 |
|
|
* | maintenance release: | Fredrik Lundh | 2000-07-05 | 1 | -32/+31 |
|
|
* | Remove definition of _GNU_SOURCE, since Python.h now does it for us | Andrew M. Kuchling | 2000-07-05 | 1 | -5/+0 |
|
|
* | Modified the encode interfaces of all builtin codecs to accept | Marc-André Lemburg | 2000-07-05 | 1 | -50/+105 |
|
|
* | pyexpat.errors is a *strange* module! | Fred Drake | 2000-07-04 | 1 | -14/+15 |
|
|
* | Remove warning about local variable possibly being using uninitialized; | Fred Drake | 2000-07-04 | 1 | -1/+1 |
|
|
* | Fixes for compilation problems on Tru64 reported by Mark Favas | Andrew M. Kuchling | 2000-07-04 | 1 | -16/+16 |
|
|
* | Fixed symbol search for defining NSIG. It now also checks _NSIG | Marc-André Lemburg | 2000-07-04 | 1 | -5/+9 |
|
|
* | Typo repair in docstring -- my fault. | Tim Peters | 2000-07-03 | 1 | -1/+1 |
|
|
* | Mac only: two epoch problem workarounds are no longer needed for GUSI | Jack Jansen | 2000-07-03 | 1 | -2/+2 |
|
|
* | - fixed grouping error bug | Fredrik Lundh | 2000-07-03 | 2 | -16/+36 |
|
|
* | - added lookbehind support (?<=pattern), (?<!pattern). | Fredrik Lundh | 2000-07-03 | 2 | -63/+86 |
|
|
* | ANSI-fication, remove Py_PROTO, etc. | Fred Drake | 2000-07-03 | 1 | -84/+74 |
|
|
* | Andrew Kuchling <akuchlin@mems-exchange.org>: | Fred Drake | 2000-07-03 | 1 | -1/+1 |
|
|
* | - experimental: added two new attributes to the match object: | Fredrik Lundh | 2000-07-02 | 2 | -12/+29 |
|
|
* | Repair docs for math.frexp (they were wrong). | Tim Peters | 2000-07-02 | 1 | -1/+3 |
|
|
* | - actually enabled charset anchors in the engine (still not | Fredrik Lundh | 2000-07-02 | 3 | -19/+44 |
|
|
* | -- use charset bitmaps where appropriate. this gives a 5-10% | Fredrik Lundh | 2000-07-02 | 2 | -35/+66 |
|
|
* | - fixed "{ in any other context" bug | Fredrik Lundh | 2000-07-01 | 1 | -1/+4 |
|
|
* | today's SRE update: | Fredrik Lundh | 2000-07-01 | 1 | -4/+11 |
|
|
* | Restore strict checking of socket address values; addresses passed to | Fred Drake | 2000-07-01 | 1 | -15/+21 |
|
|