summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sigh. On Windows, (mode_t)i fails. Assume that there's a prototypeGuido van Rossum2000-03-311-1/+1
* Hacked for Win32 by Mark Hammond.Guido van Rossum2000-03-311-542/+569
* Don't use the object call interface in Tk 8.0 -- the EvalObj* APIGuido van Rossum2000-03-311-41/+164
* Oops, the previous patch contained a bug in chmod. Fixed now.Guido van Rossum2000-03-311-2/+2
* Two robustness patches:Guido van Rossum2000-03-311-5/+12
* Add linuxaudio module.Guido van Rossum2000-03-301-0/+5
* Audio module for Linux, contributed by Peter Bosch.Guido van Rossum2000-03-301-0/+467
* Added mmap module -- map a view of a file into memory on Win32 and Unix.Andrew M. Kuchling2000-03-302-1/+849
* The Tcl_Obj patch discussed on the patches list.Guido van Rossum2000-03-291-82/+77
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-0/+46
* Patch by Neil Schemenauer to remove support for Tcl/Tk versions beforeGuido van Rossum2000-03-281-111/+21
* Add a call to Tcl_FindExecutable(). This was inspired by a patch byGuido van Rossum2000-03-271-0/+6
* Fix all routines to use PyArg_ParseTuple(), and add ":name" to theGuido van Rossum2000-03-241-58/+71
* Fix probable bug; if errno == EINTR, floatsleep() doesn't break out ofAndrew M. Kuchling2000-03-241-1/+1
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-201-1/+1
* Fix bogus error reporting on strptime: let PyArg_ParseTuple set exception.Jeremy Hylton2000-03-141-5/+4
* Marc-Andre Lemburg: add new Unicode-related files.Guido van Rossum2000-03-101-0/+3
* Marc-Andre Lemburg: Add _codecs and unicodedata modules.Guido van Rossum2000-03-101-0/+4
* Marc-Andre Lemburg: support pickling Unicode objects, both in textGuido van Rossum2000-03-101-0/+149
* Module unicodedata -- Provides access to the Unicode 3.0 data base.Guido van Rossum2000-03-101-0/+269
* Internal module _codecs -- Provides access to the codec registry andGuido van Rossum2000-03-101-0/+529
* Marc-Andre-Lemburg: The Unicode Database.Guido van Rossum2000-03-102-0/+65663
* Fixed inet_ntoa() docstring.Fred Drake2000-03-071-1/+1
* Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_RGreg Ward2000-03-011-3/+13
* Fix compiler warning: only use "_r" form of 'ctermid()' and 'tmpnam()' whenGreg Ward2000-03-011-2/+2
* Patch by Fred Gansevles (the module's original author).Guido van Rossum2000-02-292-28/+58
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-2931-231/+231
* Better fix for mpzmodule problem reported by Peter Funk: just useAndrew M. Kuchling2000-02-251-6/+2