summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* test_fileno(): Skip this test on Windows.Tim Peters2003-05-161-13/+17
* Fleshed out tests for urllib requiring a network connection.Brett Cannon2003-05-141-3/+123
* Fixed test_anydbm_creates to use proper paths for the created db.Brett Cannon2003-05-131-5/+11
* Whitespace normalization.Tim Peters2003-05-124-18/+17
* Effectively renamed tokenize_tests.py to have a txt extension instead.Tim Peters2003-05-122-1/+1
* Close the file after tokenizing it. Because the open file object wasTim Peters2003-05-121-2/+5
* Beefed up timezone support. UTC and GMT are now always recognized timezonesBrett Cannon2003-05-111-5/+14
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-1010-20/+22
* All two more modules with __all__.Raymond Hettinger2003-05-101-0/+2
* Add DedentTestCase to test dedent() function.Greg Ward2003-05-081-3/+68
* SF bug #730296: Unexpected Changes in list IteratorRaymond Hettinger2003-05-071-4/+4
* SF #596434: add test_funky_parens() to probe some more of the trickyGreg Ward2003-05-071-3/+19
* SF #726446: ensure wrap() raises ValueError when width <= 0.Greg Ward2003-05-071-0/+6
* 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
* 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-051-0/+13
* '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-031-0/+3
* * 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
* 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
* 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
* 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
* Allow "@" in unquoted attribute values.Fred Drake2003-04-291-0/+9
* Port test_richcmp.py to PyUnit. From SF patch #662807 which additionalWalter Dörwald2003-04-292-366/+276
* Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()Walter Dörwald2003-04-291-7/+1
* Add doctest for example in the library reference.Raymond Hettinger2003-04-291-0/+40
* Use Tim's suggestion to fixMichael W. Hudson2003-04-291-14/+51
* Armin Rigo's fix & test forMichael W. Hudson2003-04-291-0/+21
* Applying patch #728656, by logistix, fixing opening of nonexistentGustavo Niemeyer2003-04-291-0/+5
* Added tests for urlretrieve. Also made sure urlopen tests cleaned up properl...Brett Cannon2003-04-291-8/+48
* Raise a ValueError when there is data that was not covered in the format stri...Brett Cannon2003-04-281-0/+4
* SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os.Tim Peters2003-04-281-1/+22
* Make tests clean up after themselves better. This means:Brett Cannon2003-04-271-2/+18