summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch #732234: Check for -Kthread.Martin v. Löwis2003-05-052-1/+113
* Better fix for newurl as suggested by Jim Jewett in SF bug #730963.Jeremy Hylton2003-05-051-12/+2
* Add comment explaining try/except for endheaders().Jeremy Hylton2003-05-051-0/+2
* Repair redirect handling and raise URLError on host-not-found.Jeremy Hylton2003-05-041-22/+36
* * Note how dummy entry re-use benefits use cases with interspersed deletesRaymond Hettinger2003-05-041-1/+11
* 'forget' now also deletes any proper .pyo files.Brett Cannon2003-05-041-1/+19
* Somewhere along the way, the softspace attr of file objects became read-Tim Peters2003-05-043-1/+25
* Scattered wording and typographical improvements (up to but notGreg Ward2003-05-031-113/+91
* Rename "The Tao of Option Parsing" section to "Philosophy".Greg Ward2003-05-031-30/+30
* Use True/False instead of 1/0 when talking about store_true/store_false.Greg Ward2003-05-031-13/+12
* Add a big comment about cross-platform issues (especially OpenBSD).Greg Ward2003-05-031-7/+33
* Use TeX quotes -- ``foo'' -- as appropriate.Greg Ward2003-05-031-39/+39
* Fix various markup errors: use \longprogramopt{} more, and use itGreg Ward2003-05-031-11/+12
* Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv.Martin v. Löwis2003-05-033-17/+153
* Patch #730170: Check for sem_init in -lpthread. Fixes #727051.Martin v. Löwis2003-05-032-6/+8
* Use \versionchanged, not \versionadded.Martin v. Löwis2003-05-031-1/+1
* Patch #731514: Update recursion documentation to mention simple recursion.Martin v. Löwis2003-05-031-11/+14
* Patch #708604: Check more function results. Will backport to 2.2.Martin v. Löwis2003-05-032-8/+45
* Patch #730826: Enable extensions on NetBSD 2.0.Martin v. Löwis2003-05-033-1/+18
* Patch #724588: Check whether the address of hstrerror and inet_pton canMartin v. Löwis2003-05-034-11/+209
* Patch #684981: Add cleanup capability for argument parsers. Fixes 501716.Martin v. Löwis2003-05-031-28/+90
* Refer to __builtin__.file, not __builtins__.fileMartin v. Löwis2003-05-031-2/+3
* Implement tcl object __cmp__.Martin v. Löwis2003-05-031-1/+12
* Patch #708495: Port more stuff to OpenVMS.Martin v. Löwis2003-05-0311-84/+90
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-035-2/+43
* Change 'and' to 'or' in _tkinter test.Martin v. Löwis2003-05-031-1/+1
* Add a reference to dictnotes.txt. It does no good if you don't know it'sRaymond Hettinger2003-05-032-0/+12
* * Added a substantial number of edge case and argument tests forRaymond Hettinger2003-05-032-15/+79
* Apply the simplified test_support boilerplate.Raymond Hettinger2003-05-031-6/+4
* - add title attributes to the navigation icons on the navigation bars;Fred Drake2003-05-031-15/+27
* fixed typoJust van Rossum2003-05-031-2/+2
* Install automatic GIL switcher upon IDE startup.Just van Rossum2003-05-031-0/+7
* build the new autoGIL module on OSXJust van Rossum2003-05-031-0/+2
* Short and sweet module doing something very useful: for event loopJust van Rossum2003-05-031-0/+149
* Fixed age-old beginner's error: don't start the main loop as a sideJust van Rossum2003-05-022-5/+2
* Simplify ref count test.Raymond Hettinger2003-05-021-3/+3
* Add StopIteration tests.Raymond Hettinger2003-05-021-7/+27
* add link types for the remaining links in the navigation panelsFred Drake2003-05-021-7/+9
* CWI moved websites around without me knowing it, and together withJack Jansen2003-05-021-1/+1
* Note itertools.islice() bugfix.Raymond Hettinger2003-05-021-0/+3
* - add link relationships to some of the links in the navigation panelsFred Drake2003-05-021-7/+16
* Research notes and explorations for optimizing Python dictionaries.Raymond Hettinger2003-05-021-0/+189
* The previous made the stop argument optional.Raymond Hettinger2003-05-023-13/+10
* SF bug #730685: itertools.islice stop argument is not optionalRaymond Hettinger2003-05-023-26/+117
* SF patch 731504: Typo in datetimemodule.c comment.Tim Peters2003-05-021-1/+1
* Avoid extraneous blank line generated in the middle of the documentFred Drake2003-05-021-16/+15
* Remove section number from the title for use in theFred Drake2003-05-021-1/+6
* Patch 731209: Restore socketmodule's behaviour with dotted quad addressesAnthony Baxter2003-05-021-0/+16
* add note about building with bsddb185 and making it appear as bsddb.Skip Montanaro2003-05-021-0/+15
* Added missing modules to __all__ check.Raymond Hettinger2003-05-021-0/+4