summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-24/+25
* - Mac line endings were incorrect when pasting code from some browsersKurt B. Kaiser2005-08-232-0/+10
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-57/+65
* ord() documentation update; this is what remains applicable fromFred Drake2005-08-231-4/+9
* add note about "markupbase" not being intended for direct useFred Drake2005-08-231-1/+7
* backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-223-3/+3
* backport bug #1266283: add lexists to os.path.__all__Georg Brandl2005-08-225-11/+13
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-211-16/+13
* Empty sets and frozensets are also false.Georg Brandl2005-08-211-3/+3
* SF bug #1121416: zip incorrectly and incompletely documentedRaymond Hettinger2005-08-211-4/+4
* SF bug #1249837: container methods raise KeyError not IndexErrorRaymond Hettinger2005-08-211-0/+2
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-214-0/+31
* Mention explicitly that False is considered false.Georg Brandl2005-08-211-3/+3
* Typo fixAndrew M. Kuchling2005-08-181-1/+1
* Backport checkin:Walter Dörwald2005-08-181-1/+1
* Add news about SF bug # 900092 fix.Barry Warsaw2005-08-151-0/+3
* Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patchBarry Warsaw2005-08-152-8/+15
* Complete backport of #1172785 fix.Georg Brandl2005-08-132-0/+4
* Teach set modules to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-135-10/+46
* * SF bug #1257731: Fix logic in set.__contains__(), set.remove(),Raymond Hettinger2005-08-123-36/+59
* Document 'istext' parameterAndrew M. Kuchling2005-08-121-2/+5
* Patch #1239112: Correct LINKCC C++ test. Fixes #1189330.Martin v. Löwis2005-08-073-7/+14
* Patch #827386: Support absolute source paths in msvccompiler.py.Martin v. Löwis2005-08-072-0/+4
* backport patch [ 1252706 ] poplib list() docstring fix (and docs too)Georg Brandl2005-08-052-3/+3
* backport bug [ 1250306 ] incorrect description of range functionGeorg Brandl2005-08-031-1/+1
* backport [ 1243192 ] Incorrect documentation of re.UNICODEGeorg Brandl2005-08-022-12/+31
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-292-1/+7
* (Backport)Guido van Rossum2005-07-262-6/+4
* Upgrade Windows build to zlib 1.2.3 (a security fix)Trent Mick2005-07-263-14/+22
* That was one too much.Georg Brandl2005-07-221-1/+1
* Fix all wrong instances of "it's".Georg Brandl2005-07-2220-33/+33
* [ 1243288 ] Misuse of "it's"Georg Brandl2005-07-221-1/+1
* [ 1243081 ] repair typosGeorg Brandl2005-07-228-8/+8
* SF #1204347: typo fix.Greg Ward2005-07-221-2/+2
* Backport checkin:Walter Dörwald2005-07-202-6/+25
* add information about alternate implementations, noting that documentationFred Drake2005-07-201-1/+51
* Backport: fix cleanup DECREF logic in builtin_filter function.Georg Brandl2005-07-191-6/+6
* added news entry for previous checkinGeorg Brandl2005-07-181-0/+2
* backport bug [ 755617 ] os module: Need a better description of "mode"Georg Brandl2005-07-181-0/+5
* backport bug [ 850238 ] unclear documentation/missing command?Georg Brandl2005-07-181-3/+3
* backport bug [ 957505 ] SocketServer module documentation misleadingGeorg Brandl2005-07-182-7/+5
* backporting fix by tim_one:Georg Brandl2005-07-182-5/+10
* backport bug [ 1021621 ] use first_name, not first, in code samplesGeorg Brandl2005-07-171-2/+2
* bug [ 872769 ] os.access() documentation should stress race conditionsGeorg Brandl2005-07-171-0/+5
* backport [ 912943 ] 7.5.6 Thread Objects is too vagueGeorg Brandl2005-07-171-1/+6
* backport Bug #1015140: disambiguated the term "article id" in nntplib docs andGeorg Brandl2005-07-173-6/+11
* backport bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documen...Georg Brandl2005-07-171-2/+2
* use macroSkip Montanaro2005-07-171-1/+1
* backportSkip Montanaro2005-07-171-1/+2
* Backport checkin:Walter Dörwald2005-07-121-27/+45