summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version numberBarry Warsaw2003-05-081-1/+1
* A couple of new parsedate test cases.Barry Warsaw2003-05-081-0/+10
* parsedate_tz(): Be slightly more lenient when there's no day of theBarry Warsaw2003-05-081-3/+2
* Clarify the dedent() example a bit by indenting the input lines unevenly.Greg Ward2003-05-081-4/+4
* Minor clarification of dedent().Greg Ward2003-05-081-3/+3
* Add DedentTestCase to test dedent() function.Greg Ward2003-05-081-3/+68
* SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net):Greg Ward2003-05-081-0/+42
* Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).Greg Ward2003-05-081-3/+20
* SF bug #730296: Unexpected Changes in list IteratorRaymond Hettinger2003-05-071-4/+4
* SF #596434: tweak wordsep_re so the definition of an em-dash isGreg Ward2003-05-071-1/+1
* SF #596434: add test_funky_parens() to probe some more of the trickyGreg Ward2003-05-071-3/+19
* SF #726446: raise ValueError if width <= 0.Greg Ward2003-05-071-0/+2
* SF #726446: ensure wrap() raises ValueError when width <= 0.Greg Ward2003-05-071-0/+6
* detect old version 2 hash files and return "bsddb185" as the appropriateSkip Montanaro2003-05-061-3/+4
* 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 not-yet-supported Unicode test just so it doesn't get lost.Skip Montanaro2003-05-061-0/+20
* 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
* Port test_uu.py to PyUnit. From SF patch #662807.Walter Dörwald2003-05-061-147/+162
* On Mac OS X pwd.getpwall() might return the tuplesWalter Dörwald2003-05-051-21/+2
* SF bug 622042: Don't expect response body from HEAD request.Jeremy Hylton2003-05-052-4/+24
* typoSkip Montanaro2003-05-051-1/+1
* 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
* '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-041-0/+20
* Refer to __builtin__.file, not __builtins__.fileMartin v. Löwis2003-05-031-2/+3
* Patch #711902: Cause pydoc to show data descriptor __doc__ strings.Martin v. Löwis2003-05-033-2/+15
* * Added a substantial number of edge case and argument tests forRaymond Hettinger2003-05-031-15/+76
* Apply the simplified test_support boilerplate.Raymond Hettinger2003-05-031-6/+4
* Simplify ref count test.Raymond Hettinger2003-05-021-3/+3
* Add StopIteration tests.Raymond Hettinger2003-05-021-7/+27
* CWI moved websites around without me knowing it, and together withJack Jansen2003-05-021-1/+1
* The previous made the stop argument optional.Raymond Hettinger2003-05-021-1/+1
* SF bug #730685: itertools.islice stop argument is not optionalRaymond Hettinger2003-05-021-3/+71
* Added missing modules to __all__ check.Raymond Hettinger2003-05-021-0/+4
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-026-40/+17
* Rename funny long suite to Disk_File_Folder.Jack Jansen2003-05-017-102/+102
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-0163-401/+309
* Consistently use test_support.foo everywhere.Walter Dörwald2003-05-011-15/+5
* Patch #727805: Remove extra line ending from CGI responses.Martin v. Löwis2003-05-012-3/+4
* Delete comment my last checkin rendered obsolete.Michael W. Hudson2003-04-301-2/+0
* Change from a threading.Condition object to a threading.Event object forBrett Cannon2003-04-301-6/+3
* Make time.sleep calls go to 0 for common testing.Brett Cannon2003-04-302-11/+19
* Flesh out test_support docs.Brett Cannon2003-04-301-3/+19
* improved CRLF regex for previous fixPiers Lauder2003-04-291-1/+1