| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|