summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+3
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-1/+4
* New version from Jim Fulton to fix a problem that Eric Raymond ranGuido van Rossum2000-05-091-6/+20
* Trent Mick:Guido van Rossum2000-05-081-4/+4
* When the UTF-8 conversion to Unicode fails, return an 8-bit stringGuido van Rossum2000-05-041-1/+5
* Two changes to improve (I hope) Unicode support.Guido van Rossum2000-05-041-2/+31
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-0337-124/+138
* Remove all references to stdwin.Guido van Rossum2000-05-031-21/+1
* >>Boing!<<Guido van Rossum2000-05-031-2664/+0
* Vladimir Marangozov:Guido van Rossum2000-05-031-5/+5
* Mark Hammond to the rescue:Guido van Rossum2000-05-031-3/+4
* Disable the ZEROTRAP code -- this turns a 0 byte into a 2 byte and IGuido van Rossum2000-05-021-1/+1
* usage_mid: Remove the description of the -X flag; it's gone now.Barry Warsaw2000-05-021-5/+0
* Ignore a bunch of generated files.Barry Warsaw2000-05-021-0/+8
* Marc-Andre Lemburg:Guido van Rossum2000-05-011-1/+6
* posix_utime(): Allow the second argument to be None, which invokes theBarry Warsaw2000-05-011-7/+23
* Marc-Andre Lemburg:Guido van Rossum2000-04-271-1/+3
* Jack Jansen:Guido van Rossum2000-04-261-0/+17
* Michael Hudson:Guido van Rossum2000-04-261-3/+16
* Fix typo in last patch -- the symbol's name is MSG_DONWAIT, notGuido van Rossum2000-04-251-1/+1
* Patch by Charles G Waldman:Guido van Rossum2000-04-251-1/+4
* Charles G Waldman: Doing a PyObject_New then PyMem_DEL causes havoc ifGuido van Rossum2000-04-251-3/+3
* validate_arglist(): Re-written to reflect extended call syntax.Fred Drake2000-04-251-3/+80
* Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses theGuido van Rossum2000-04-241-9/+15
* Charles Waldman writes:Guido van Rossum2000-04-211-14/+11
* Use an explicit macro SOCKETCLOSE which expands to closesocket (onGuido van Rossum2000-04-211-10/+14
* Patch by Brian Hooper, somewhat augmented by GvR, to strip a trailingGuido van Rossum2000-04-211-0/+28
* ANSI-fy & de-tabify the source.Fred Drake2000-04-191-1505/+1317
* setup_confname_table(): Close memory leak caused by not decref'ing theBarry Warsaw2000-04-131-16/+15
* raise TypeError when bad argument passed to cStringIO.StringIOJeremy Hylton2000-04-121-4/+10
* Correct fix by Mark Favas for the cast problems.Guido van Rossum2000-04-101-4/+5
* I've had complaints about the comparison "where >= 0" before -- onGuido van Rossum2000-04-101-1/+1
* Remove CRLF line endings.Guido van Rossum2000-04-101-2/+2
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-101-1/+1
* In dealloc(), only close the socket if fd != -1.Guido van Rossum2000-04-101-1/+2
* Windows: Since we're not using ZLIB.DLL any more, don't define ZLIB_DLL.Guido van Rossum2000-04-061-3/+0
* Mark Hammond <mhammond@skippinet.com.au>:Fred Drake2000-04-051-6/+2
* Patch from Hrvoje Niksic <hniksic@iskon.hr>:Fred Drake2000-04-041-8/+8
* Add warning that multi-arg connect() etc. are deprecated.Guido van Rossum2000-04-041-1/+1
* Put back multi-arg capability on connect/connect_ex/bind, forGuido van Rossum2000-04-041-21/+15
* Marc-Andre Lemburg: The large unicode database table is broken inGuido van Rossum2000-03-313-10/+118
* Add '#include <netinet/tcp.h>'Andrew M. Kuchling2000-03-311-0/+1
* This module's name should be linuxaudio*dev*.cGuido van Rossum2000-03-312-2/+1
* Added some clarifications to pyexpat.Guido van Rossum2000-03-311-0/+13
* Make it compile on Windows.Guido van Rossum2000-03-311-2/+4
* Added Python interface to Expat XML parser.Andrew M. Kuchling2000-03-312-0/+872
* Removed three unused variables from the Windows code.Guido van Rossum2000-03-311-3/+0
* Added the _sre module. It is always on.Guido van Rossum2000-03-311-0/+1
* Adding Fredrik Lundh's _sre.c module and its header files.Guido van Rossum2000-03-313-0/+1518
* Add back an obscure "feature" to the Obj version of Tkapp_Call(): aGuido van Rossum2000-03-311-0/+4