summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SF bug #921927: Fixed a typo/thinko spelling "parameter" as "paramter"Raymond Hettinger2004-03-252-3/+3
* Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)Phillip J. Eby2004-03-252-1/+22
* Convert input to a string object. Fixes #909230.Martin v. Löwis2004-03-231-0/+1
* Decref all if ensure_fromlist fails. Fixes #876533.Martin v. Löwis2004-03-231-2/+3
* Backport for bug fix of 2.204.Armin Rigo2004-03-221-6/+8
* Backported fix of revision 2.217.Armin Rigo2004-03-221-2/+2
* Added check for broken poll on OSes where it exists but sets errno forNicholas Bastin2004-03-225-10/+123
* Backport checkin:Hye-Shik Chang2004-03-212-2/+9
* Fix test_strftime.py to escape locale time values that have characters thatBrett Cannon2004-03-202-2/+17
* Put entry in proper section.Brett Cannon2004-03-201-4/+4
* Backport to 2.3:Guido van Rossum2004-03-201-1/+1
* Backporting to 2.3:Guido van Rossum2004-03-201-6/+5
* Raise RuntimeError if the second argument to isinstance() or issubclass()Brett Cannon2004-03-203-10/+72
* Add mention of fix of bug #700055.Brett Cannon2004-03-201-0/+2
* Strip all whitespace at the end of a line when validating paths specified inBrett Cannon2004-03-201-2/+1
* SF bug #918371: hasattr()'s return typeRaymond Hettinger2004-03-201-2/+2
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-202-2/+42
* PyFile_WriteObject(): some of the local variables are only used whenFred Drake2004-03-191-0/+2
* fix bug related to SF bug id 788421 where DBC.set_range() could callGregory P. Smith2004-03-162-4/+12
* Backport checkin:Walter Dörwald2004-03-152-152/+149
* SF patch #911431: robot.txt must be robots.txtRaymond Hettinger2004-03-131-2/+2
* Backport platform module's docs since module was added in 2.3 .Brett Cannon2004-03-020-0/+0
* Backport of 1.18:Jack Jansen2004-02-281-9/+29
* Backport of 1.29 and 1.30 (1.28 is obsolete):Jack Jansen2004-02-281-4/+48
* Fixes SF bsddb module bug 788421:Gregory P. Smith2004-02-264-6/+39
* fix typo in reference to RFC 3464 DSN MIME typeFred Drake2004-02-241-1/+1
* fix English usage error reported by Ken FuchsFred Drake2004-02-241-2/+2
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-212-0/+26
* add definitions required for expat 1.95.7Andrew MacIntyre2004-02-201-1/+1
* backport of concrete.tex v1.35:Andrew MacIntyre2004-02-201-2/+12
* Fix a typo found by Mark Hammond.Thomas Heller2004-02-201-1/+1
* Fix two small bugs: (1) on Windows, pathname munging didn't workGuido van Rossum2004-02-191-2/+4
* Fix docstrings to mention the correct functionNeal Norwitz2004-02-161-2/+2
* Patch #892673: Replace /usr/local/bin/python withMartin v. Löwis2004-02-151-0/+37
* Patch #711838: Allow non-anonymous ftp urls in urllib2.Martin v. Löwis2004-02-152-6/+16
* Patch #817379: Allow absolute paths in urllib2.Martin v. Löwis2004-02-151-0/+6
* Patch #817379: Allow for absolute ftp paths.Martin v. Löwis2004-02-151-1/+1
* fix minor markup error: \code{for} --> \keyword{for}Fred Drake2004-02-121-6/+7
* SF 895560: minor typoRaymond Hettinger2004-02-121-2/+2
* If there is no .pyc file, just compile the code directly.Jeremy Hylton2004-02-111-5/+8
* SF #894428, fix typoNeal Norwitz2004-02-101-1/+1
* Update "more info" link to http://www.poynton.com/ColorFAQ.html .Brett Cannon2004-02-101-1/+1
* Documentation for PyDescr_NewClassMethod was missing - here's at leastThomas Heller2004-02-091-0/+5
* Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocolJim Fulton2004-02-092-0/+5
* SF patch #892821: example for urllib2 has SyntaxErrorRaymond Hettinger2004-02-081-2/+1