| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Mark Hammond <mhammond@skippinet.com.au>: | Fred Drake | 2000-04-05 | 1 | -6/+2 |
|
|
* | Patch from Hrvoje Niksic <hniksic@iskon.hr>: | Fred Drake | 2000-04-04 | 1 | -8/+8 |
|
|
* | Add warning that multi-arg connect() etc. are deprecated. | Guido van Rossum | 2000-04-04 | 1 | -1/+1 |
|
|
* | Put back multi-arg capability on connect/connect_ex/bind, for | Guido van Rossum | 2000-04-04 | 1 | -21/+15 |
|
|
* | Marc-Andre Lemburg: The large unicode database table is broken in | Guido van Rossum | 2000-03-31 | 3 | -10/+118 |
|
|
* | Add '#include <netinet/tcp.h>' | Andrew M. Kuchling | 2000-03-31 | 1 | -0/+1 |
|
|
* | This module's name should be linuxaudio*dev*.c | Guido van Rossum | 2000-03-31 | 2 | -2/+1 |
|
|
* | Added some clarifications to pyexpat. | Guido van Rossum | 2000-03-31 | 1 | -0/+13 |
|
|
* | Make it compile on Windows. | Guido van Rossum | 2000-03-31 | 1 | -2/+4 |
|
|
* | Added Python interface to Expat XML parser. | Andrew M. Kuchling | 2000-03-31 | 2 | -0/+872 |
|
|
* | Removed three unused variables from the Windows code. | Guido van Rossum | 2000-03-31 | 1 | -3/+0 |
|
|
* | Added the _sre module. It is always on. | Guido van Rossum | 2000-03-31 | 1 | -0/+1 |
|
|
* | Adding Fredrik Lundh's _sre.c module and its header files. | Guido van Rossum | 2000-03-31 | 3 | -0/+1518 |
|
|
* | Add back an obscure "feature" to the Obj version of Tkapp_Call(): a | Guido van Rossum | 2000-03-31 | 1 | -0/+4 |
|
|
* | Sigh. On Windows, (mode_t)i fails. Assume that there's a prototype | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | Hacked for Win32 by Mark Hammond. | Guido van Rossum | 2000-03-31 | 1 | -542/+569 |
|
|
* | Don't use the object call interface in Tk 8.0 -- the EvalObj* API | Guido van Rossum | 2000-03-31 | 1 | -41/+164 |
|
|
* | Oops, the previous patch contained a bug in chmod. Fixed now. | Guido van Rossum | 2000-03-31 | 1 | -2/+2 |
|
|
* | Two robustness patches: | Guido van Rossum | 2000-03-31 | 1 | -5/+12 |
|
|
* | Add linuxaudio module. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
|
|
* | Audio module for Linux, contributed by Peter Bosch. | Guido van Rossum | 2000-03-30 | 1 | -0/+467 |
|
|
* | Added mmap module -- map a view of a file into memory on Win32 and Unix. | Andrew M. Kuchling | 2000-03-30 | 2 | -1/+849 |
|
|
* | The Tcl_Obj patch discussed on the patches list. | Guido van Rossum | 2000-03-29 | 1 | -82/+77 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-03-28 | 1 | -0/+46 |
|
|
* | Patch by Neil Schemenauer to remove support for Tcl/Tk versions before | Guido van Rossum | 2000-03-28 | 1 | -111/+21 |
|
|
* | Add a call to Tcl_FindExecutable(). This was inspired by a patch by | Guido van Rossum | 2000-03-27 | 1 | -0/+6 |
|
|
* | Fix all routines to use PyArg_ParseTuple(), and add ":name" to the | Guido van Rossum | 2000-03-24 | 1 | -58/+71 |
|
|
* | Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of | Andrew M. Kuchling | 2000-03-24 | 1 | -1/+1 |
|
|
* | On 17-Mar-2000, Marc-Andre Lemburg said: | Barry Warsaw | 2000-03-20 | 1 | -1/+1 |
|
|
* | Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception. | Jeremy Hylton | 2000-03-14 | 1 | -5/+4 |
|
|