| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PyArg_ParseTuple and specify the method names, following a suggestion | Andrew M. Kuchling | 2000-06-03 | 1 | -5/+5 |
|
|
* | Add missing PyArg_NoArgs() calls to methods that didn't take arguments | Andrew M. Kuchling | 2000-06-03 | 1 | -8/+16 |
|
|
* | Fredrik Lundh: here's the 96.6% version of SRE | Jeremy Hylton | 2000-06-01 | 3 | -194/+500 |
|
|
* | Fix bug reported by atkins@gweep.net; re.compile(r"[\100-\410]") | Andrew M. Kuchling | 2000-06-01 | 1 | -1/+1 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-01 | 3 | -7/+14 |
|
|
* | Patch from M.-A. Lemburg: | Jeremy Hylton | 2000-05-26 | 1 | -25/+23 |
|
|
* | _exceptions.c is moved to ../Python/exceptions.c | Barry Warsaw | 2000-05-26 | 1 | -994/+0 |
|
|
* | The _exceptions module is moved to the Python subdirectory. | Barry Warsaw | 2000-05-26 | 1 | -1/+0 |
|
|
* | Built-in class-based standard exceptions. Written by Fredrik Lundh. | Barry Warsaw | 2000-05-25 | 1 | -0/+994 |
|
|
* | Added the _exceptions module, implementing the built-in class-based | Barry Warsaw | 2000-05-25 | 1 | -0/+1 |
|
|
* | Changes by AMK: Use HAVE_NCURSES_H to include correct header file | Andrew M. Kuchling | 2000-05-23 | 1 | -133/+124 |
|
|
* | Oliver Andrich's ncurses-specific curses module, version 1.5b1 | Andrew M. Kuchling | 2000-05-23 | 1 | -948/+1607 |
|
|
* | Donn Cave <donn@oz.net>: | Fred Drake | 2000-05-16 | 1 | -0/+2 |
|
|
* | The addition of rint() (by Peter Schneider-Kamp; I forgot to mention | Guido van Rossum | 2000-05-11 | 1 | -0/+4 |
|
|
* | Added math.rint() -- round according to current IEEE754 mode | Guido van Rossum | 2000-05-11 | 1 | -0/+3 |
|
|
* | M.-A. Lemburg <mal@lemburg.com>: | Fred Drake | 2000-05-09 | 1 | -1/+4 |
|
|
* | New version from Jim Fulton to fix a problem that Eric Raymond ran | Guido van Rossum | 2000-05-09 | 1 | -6/+20 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -4/+4 |
|
|
* | When the UTF-8 conversion to Unicode fails, return an 8-bit string | Guido van Rossum | 2000-05-04 | 1 | -1/+5 |
|
|
* | Two changes to improve (I hope) Unicode support. | Guido van Rossum | 2000-05-04 | 1 | -2/+31 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 37 | -124/+138 |
|
|
* | Remove all references to stdwin. | Guido van Rossum | 2000-05-03 | 1 | -21/+1 |
|
|
* | >>Boing!<< | Guido van Rossum | 2000-05-03 | 1 | -2664/+0 |
|
|
* | Vladimir Marangozov: | Guido van Rossum | 2000-05-03 | 1 | -5/+5 |
|
|
* | Mark Hammond to the rescue: | Guido van Rossum | 2000-05-03 | 1 | -3/+4 |
|
|
* | Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and I | Guido van Rossum | 2000-05-02 | 1 | -1/+1 |
|
|
* | usage_mid: Remove the description of the -X flag; it's gone now. | Barry Warsaw | 2000-05-02 | 1 | -5/+0 |
|
|
* | Ignore a bunch of generated files. | Barry Warsaw | 2000-05-02 | 1 | -0/+8 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-05-01 | 1 | -1/+6 |
|
|
* | posix_utime(): Allow the second argument to be None, which invokes the | Barry Warsaw | 2000-05-01 | 1 | -7/+23 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-27 | 1 | -1/+3 |
|
|
* | Jack Jansen: | Guido van Rossum | 2000-04-26 | 1 | -0/+17 |
|
|
* | Michael Hudson: | Guido van Rossum | 2000-04-26 | 1 | -3/+16 |
|
|
* | Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not | Guido van Rossum | 2000-04-25 | 1 | -1/+1 |
|
|
* | Patch by Charles G Waldman: | Guido van Rossum | 2000-04-25 | 1 | -1/+4 |
|
|
* | Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc if | Guido van Rossum | 2000-04-25 | 1 | -3/+3 |
|
|
* | validate_arglist(): Re-written to reflect extended call syntax. | Fred Drake | 2000-04-25 | 1 | -3/+80 |
|
|
* | Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the | Guido van Rossum | 2000-04-24 | 1 | -9/+15 |
|
|
* | Charles Waldman writes: | Guido van Rossum | 2000-04-21 | 1 | -14/+11 |
|
|
* | Use an explicit macro SOCKETCLOSE which expands to closesocket (on | Guido van Rossum | 2000-04-21 | 1 | -10/+14 |
|
|
* | Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailing | Guido van Rossum | 2000-04-21 | 1 | -0/+28 |
|
|
* | ANSI-fy & de-tabify the source. | Fred Drake | 2000-04-19 | 1 | -1505/+1317 |
|
|
* | setup_confname_table(): Close memory leak caused by not decref'ing the | Barry Warsaw | 2000-04-13 | 1 | -16/+15 |
|
|
* | raise TypeError when bad argument passed to cStringIO.StringIO | Jeremy Hylton | 2000-04-12 | 1 | -4/+10 |
|
|
* | Correct fix by Mark Favas for the cast problems. | Guido van Rossum | 2000-04-10 | 1 | -4/+5 |
|
|
* | I've had complaints about the comparison "where >= 0" before -- on | Guido van Rossum | 2000-04-10 | 1 | -1/+1 |
|
|
* | Remove CRLF line endings. | Guido van Rossum | 2000-04-10 | 1 | -2/+2 |
|
|
* | Skip Montanaro: add string precisions to calls to PyErr_Format | Guido van Rossum | 2000-04-10 | 1 | -1/+1 |
|
|
* | In dealloc(), only close the socket if fd != -1. | Guido van Rossum | 2000-04-10 | 1 | -1/+2 |
|
|
* | Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL. | Guido van Rossum | 2000-04-06 | 1 | -3/+0 |
|
|