summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* backport of [ 1197218 ] test_locale fix on modern linuxAnthony Baxter2005-06-031-8/+10
* Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the...Georg Brandl2005-06-033-1/+24
* fix int.__divmod__.__doc__Anthony Baxter2005-06-031-2/+8
* whitespace normalisationAnthony Baxter2005-06-036-9/+9
* fix exceptions.TabError. _Please_ run test suite before checking in.Anthony Baxter2005-06-031-9/+9
* [Bug #1209880] Describe only the True/False return values from lock.acquire()Andrew M. Kuchling2005-06-022-4/+3
* [Bug #1193001] Make the notation section use the same productionlist env. as ...Andrew M. Kuchling2005-06-021-5/+5
* [Bug #1177831] Fix (?(id)yes|no) for a group other than the first one, and ad...Andrew M. Kuchling2005-06-022-1/+11
* [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within th...Andrew M. Kuchling2005-06-021-1/+1
* [Bug #1105706] Use correct name for constantAndrew M. Kuchling2005-06-011-2/+2
* [Bug #1123268] Fix typoAndrew M. Kuchling2005-06-011-1/+1
* [Bug #1194249] Fix duplicate assignment in example codeAndrew M. Kuchling2005-06-011-1/+1
* SF bug #1202395: Description of string.lstrip() needs improvementRaymond Hettinger2005-05-311-15/+33
* Backport fix to decorator grammar update.Raymond Hettinger2005-05-271-0/+2
* SF bug #1209671: dict.popitem documentation should mention empty dict caseRaymond Hettinger2005-05-271-1/+2
* fix description of the input range of unichr()Fred Drake2005-05-251-1/+2
* update documentation on what constitutes a line in a source fileFred Drake2005-05-251-5/+12
* SF bug #1201807: Glossary listing bugRaymond Hettinger2005-05-141-1/+1
* backportSkip Montanaro2005-05-121-0/+1
* backport from headSkip Montanaro2005-05-121-1/+82
* SF bug #1193890: calendar.weekheader not found in __all__Raymond Hettinger2005-05-101-1/+2
* Fix a docstring with mismatched opening and closing quotes.Brett Cannon2005-04-301-1/+1
* SF bug #1190451: 6.9 First sentence is confusingRaymond Hettinger2005-04-281-7/+8
* Backport 1.270Raymond Hettinger2005-04-281-2/+2
* Fix typo.Raymond Hettinger2005-04-261-1/+1
* Backport my recent fix (rev. 2.40 of Python/pystate.c):Michael W. Hudson2005-04-242-1/+7
* Backport checkin (and the appropriate fix to the test):Walter Dörwald2005-04-213-12/+12
* Correct swapped descriptions of empty string splits.Raymond Hettinger2005-04-191-2/+2
* Backport:Jack Jansen2005-04-171-13/+19
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-04-171-0/+35
* SF bug #1183742: PyDict_Copy() can return non-NULL value on errorRaymond Hettinger2005-04-151-1/+1
* Backport relevant part of checkin:Walter Dörwald2005-04-141-2/+2
* get_method() returns a method name, not take it as an argumentFred Drake2005-04-131-2/+2
* SF bug #1180392: StringIO's docs should mention overwriting of initial valueRaymond Hettinger2005-04-111-0/+1
* SF bug #1179957: Missing def'n of equality for set elementRaymond Hettinger2005-04-102-1/+7
* SF patch 1179503: fix typos in rpc.pyRaymond Hettinger2005-04-101-16/+18
* Backport my recent raw_input() vs no threads build vs SIGINT argh:Michael W. Hudson2005-04-073-0/+11
* SF bug #1178269 Clarify when isMappingType/isSequenceType is True.Raymond Hettinger2005-04-071-3/+5
* SF bug #1178255: 256 should read 255 in operator module docsRaymond Hettinger2005-04-071-1/+1
* Backport checkin:Walter Dörwald2005-04-042-9/+91
* Backport from 1.27:Hye-Shik Chang2005-04-041-2/+8
* Corrected SMTPHandler docs and added info about threadName attribute of LogRe...Vinay Sajip2005-03-311-2/+2
* Added optional encoding argument to File based handlers and improved error ha...Vinay Sajip2005-03-311-20/+41
* Minor changes to importsVinay Sajip2005-03-311-3/+8
* Misc. changesVinay Sajip2005-03-311-18/+42
* (This is only relevant to the MacPython binary release process)Bob Ippolito2005-03-311-1/+1
* Backport checkin:Walter Dörwald2005-03-312-2/+8
* I meant to check this in with the last check in (CVS disturbs meMichael W. Hudson2005-03-311-0/+8
* Backport:Michael W. Hudson2005-03-312-0/+16
* Backport:Michael W. Hudson2005-03-312-26/+26