summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build bsddb185 module in certain restricted circumstancesSkip Montanaro2003-05-061-0/+28
* add note about bsddb185 moduleSkip Montanaro2003-05-061-0/+4
* detect old version 2 hash files and return "bsddb185" as the appropriateSkip Montanaro2003-05-061-3/+4
* add a note about the undocumented bsddb185 moduleSkip Montanaro2003-05-062-0/+12
* add open function to bsddb185 module so the file format sniffing can beSkip Montanaro2003-05-061-0/+2
* don't need to worry about file endiannessSkip Montanaro2003-05-061-1/+0
* Data file for bsddb185 testSkip Montanaro2003-05-061-0/+0
* test case for bsddb185 moduleSkip Montanaro2003-05-061-0/+40
* the new bsddb185 module is an expected skip on most platforms (this may notSkip Montanaro2003-05-061-0/+12
* add Guido's reasoning behind running all tests twiceSkip Montanaro2003-05-061-0/+7
* add not-yet-supported Unicode test just so it doesn't get lost.Skip Montanaro2003-05-061-0/+20
* add testall target - just adds -uall to the regrtest runsSkip Montanaro2003-05-061-0/+5
* Fix for #731643: allow "lookup in documentation" to also work if theJack Jansen2003-05-064-5/+16
* Allow for Version, Flavor and Download-URL not being set.Jack Jansen2003-05-061-3/+3
* When doing a forced install of a package depending on a pseudo-packageJack Jansen2003-05-061-1/+6
* SF bug #692959: new.function ignores keyword argumentsRaymond Hettinger2003-05-061-1/+4
* Port test_uu.py to PyUnit. From SF patch #662807.Walter Dörwald2003-05-061-147/+162
* SF patch #729395: Dictionary tuningRaymond Hettinger2003-05-051-10/+16
* Patch #732479: Fix typos.Martin v. Löwis2003-05-052-3/+5
* Add notes from python-dev about readonly dictionaries.Raymond Hettinger2003-05-051-0/+21
* SF patch 730594: assert from longobject.c, line 1215.Tim Peters2003-05-051-4/+4
* On Mac OS X pwd.getpwall() might return the tuplesWalter Dörwald2003-05-051-21/+2
* Refer reader to platform library docs for specific semantics.Jeremy Hylton2003-05-051-3/+6
* SF bug 622042: Don't expect response body from HEAD request.Jeremy Hylton2003-05-053-4/+25
* typoSkip Montanaro2003-05-051-1/+1
* Patch #732284: Disable _XOPEN_SOURCE on UnixWare 7.Martin v. Löwis2003-05-052-1/+9
* 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