| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+3 |
|
|
* | clean up warnings in Win32 build of mmapmodule.c | Guido van Rossum | 2000-07-01 | 1 | -6/+6 |
|
|
* | In b_setitem(), instead of the platform dependent CHAR_MIN and | Guido van Rossum | 2000-07-01 | 1 | -2/+2 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-07-01 | 1 | -26/+6 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 45 | -270/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 50 | -1094/+344 |
|
|
* | Fix another error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -2/+2 |
|
|
* | Crude way to fix a problem on AIX: #undef STAT before defining it. | Guido van Rossum | 2000-06-30 | 1 | -0/+1 |
|
|
* | -- changed $ to match before a trailing newline, even | Fredrik Lundh | 2000-06-30 | 1 | -1/+3 |
|
|
* | Setup.thread.in was misnamed so it has been replaced by | Barry Warsaw | 2000-06-30 | 1 | -5/+4 |
|
|
* | Add Setup.config | Barry Warsaw | 2000-06-30 | 1 | -0/+1 |
|
|
* | Removed the comment about the thread module. | Barry Warsaw | 2000-06-30 | 1 | -2/+0 |
|
|
* | Setup.thread => Setup.config | Barry Warsaw | 2000-06-30 | 1 | -2/+2 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 3 | -10/+10 |
|
|
* | the mad patcher strikes again: | Fredrik Lundh | 2000-06-30 | 1 | -25/+24 |
|
|
* | - fixed lookahead assertions (#10, #11, #12) | Fredrik Lundh | 2000-06-30 | 2 | -29/+53 |
|
|