summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge all fixes from Python 2.4. This includes:Guido van Rossum2004-05-051-29/+23
* - note that __getinitargs__() is only for old-style classesFred Drake2004-05-051-2/+19
* Remove list of pickle protocol names used by the copy module; thereFred Drake2004-05-051-5/+1
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* SF #814606: fix mixer docs to talk about "controls", not "channels".Greg Ward2004-05-051-25/+27
* Document readline module functions added in Python 2.3. See:Phillip J. Eby2004-05-041-0/+16
* Using reversed() is not compatible with Python 1.5.2.Guido van Rossum2004-05-041-1/+1
* Fix [ 947405 ] os.utime() raises bad exception for unicode filenames.Mark Hammond2004-05-041-1/+6
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-021-16/+12
* the headers in an HTTP request are HTTP headers, not MIME headersFred Drake2004-04-291-2/+2
* remove out-of-date count of the functions in winsoundFred Drake2004-04-281-1/+1
* fix typo reported in a long-buried emailFred Drake2004-04-281-1/+1
* SF bug #940579: section 5.10: 'not' returns boolean, not intRaymond Hettinger2004-04-231-4/+4
* As discussed on python-dev, a script for the free Inno Setup toolThomas Heller2004-04-221-0/+88
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+8
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-202-2/+7
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-172-0/+9
* SF bug #936827: PyNumber_And() 's descriptionRaymond Hettinger2004-04-171-1/+1
* Whitespace cleanup.Thomas Heller2004-04-161-6/+6
* The Windows installer for Python 2.3.4 will include tix.Thomas Heller2004-04-161-0/+8
* Add tcl test results on Windows XP.Thomas Heller2004-04-161-1/+40
* backport of patch #934971.Skip Montanaro2004-04-161-1/+1
* Recompiled the binary wininst.exe after this change:Thomas Heller2004-04-151-0/+0
* When loading the Python dll to run the postinstall script, try to loadThomas Heller2004-04-151-8/+25
* remove bogus markup that caused the docs to be wrongFred Drake2004-04-151-1/+1
* Backport checkin>Hye-Shik Chang2004-04-143-1/+9
* add AF_UNIX notesAndrew MacIntyre2004-04-111-6/+19
* Backport to 2.3:Andrew MacIntyre2004-04-112-4/+23
* give rational filenames to some of the generated HTMLFred Drake2004-04-081-2/+4
* include both the GIF and PNG icons in the HTML packageFred Drake2004-04-081-1/+1
* avoid stripping space after indexing macrosFred Drake2004-04-081-3/+4
* Backport to 2.3 to support Zope 2.7 on OS/2:Andrew MacIntyre2004-04-041-4/+4
* Backport to 2.3 to support Zope 2.7 on OS/2:Andrew MacIntyre2004-04-042-2/+234
* Backport to 2.3:Andrew MacIntyre2004-04-043-0/+23
* #928751, fix typos in socket docNeal Norwitz2004-04-031-3/+3
* remove workarounds to prevent "--" in code from being improperly munged toFred Drake2004-04-012-6/+6
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-012-3/+24
* backport trunk revision 1.144, closing SF bug #793702:Fred Drake2004-04-011-7/+21
* Note that reading from a socket may not always return all of theFred Drake2004-04-011-0/+4
* - make sure the methods minidom adds to the basic DOM are attributedFred Drake2004-04-011-15/+10
* backport fix for SF bug #796042: sdist ignores scripts argument in setupFred Drake2004-04-013-0/+7
* Patch #924497: find(1) all files with /usr/local/bin/python in them.Martin v. Löwis2004-03-311-5/+7
* Backport 1.17:Guido van Rossum2004-03-311-0/+1
* add missing and forthcoming releasesFred Drake2004-03-311-0/+2
* Emphasize the requirement that Python.h be included first more strongly.Fred Drake2004-03-312-6/+12
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2004-03-305-74/+88
* OS/2 VACPP build updates/fixesAndrew MacIntyre2004-03-295-5/+6
* remove out-of-date warningFred Drake2004-03-261-5/+0
* Fix last patch to make backwards-compatible with Python 1.5.2 .Brett Cannon2004-03-251-14/+26
* Fixed a caching bug in platform.platform() where the argument of 'terse' wasBrett Cannon2004-03-252-8/+11