summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Some grammar fixesAndrew M. Kuchling2007-04-061-5/+5
* Convert test_normalization to use unittest.Collin Winter2007-04-051-51/+57
* Convert test_long_future to use unittest.Collin Winter2007-04-051-50/+50
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-052-7/+33
* Fix WalkTests.test_traversal() on Windows. The cleanup inŽiga Seilnacht2007-04-041-25/+18
* Make test_softspace use unittest.Collin Winter2007-04-041-11/+20
* Make test_getopt use unittest.Collin Winter2007-04-041-174/+173
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-043-34/+77
* Stop using test_support.verify().Collin Winter2007-04-041-8/+6
* Clean up imports.Collin Winter2007-04-041-4/+4
* Fix a race condition in this test -- instead of assuming that it will takeGuido van Rossum2007-04-041-1/+5
* Fixed the way that the .pem files are looked for, and changedFacundo Batista2007-04-041-16/+9
* Changed the whole structure of startup and checking if theFacundo Batista2007-04-031-26/+36
* Implement a contextmanager test.test_support.catch_warning that canWalter Dörwald2007-04-034-111/+129
* Added a SSL server to test_socket_ssl.py to be able to testFacundo Batista2007-04-033-11/+103
* Add tests for the filename.Walter Dörwald2007-04-032-0/+33
* Document that CatchWarningTests is reused by test_structmembers.py.Walter Dörwald2007-04-031-0/+2
* Move the functionality for catching warnings in test_warnings.py into a separateWalter Dörwald2007-04-032-2/+4
* Now using unittest for the tests infraestructure. Also split theFacundo Batista2007-04-032-113/+118
* Fix the strange case ofGeorg Brandl2007-04-031-8/+8
* - Fix an off-by-one bug in locale.strxfrm().Matthias Klose2007-04-032-1/+4
* SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classesRaymond Hettinger2007-04-031-11/+20
* SF 1602378 Clarify docstrings for bisectRaymond Hettinger2007-04-031-4/+4
* Fix warnings about object.__init__() signature.Guido van Rossum2007-04-023-3/+2
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-022-0/+13
* SF #1693079: Cannot save empty array in shelveRaymond Hettinger2007-04-022-6/+28
* Fix the class name of strings.Georg Brandl2007-04-011-37/+37
* Remove bogus entry.Georg Brandl2007-04-011-3/+0
* Some semantic fixes.Georg Brandl2007-04-013-4/+3
* Explicit class names.Georg Brandl2007-04-011-3/+3
* Lots of explicit class names for method and member descs.Georg Brandl2007-04-0142-489/+489
* Another fix.Georg Brandl2007-04-011-1/+1
* Fix a lot of markup and meta-information glitches.Georg Brandl2007-04-0121-143/+143
* Fix the test for recreating the locale cache object by not worrying about ifBrett Cannon2007-04-011-4/+16
* time.strptime's caching of its locale object was being recreated when theBrett Cannon2007-04-013-5/+24
* SF #1685563, MSVCCompiler creates redundant and long PATH stringsNeal Norwitz2007-04-012-1/+17
* Shut up an occaisonal buildbot error due to test files being left around.Collin Winter2007-03-311-0/+8
* Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGSGeorg Brandl2007-03-312-1/+7
* Fix method names. Will backport.Neal Norwitz2007-03-311-3/+4
* Typo fix.Georg Brandl2007-03-311-1/+1
* Duplicate label fix.Georg Brandl2007-03-311-1/+1
* Markup fix.Georg Brandl2007-03-311-1/+1
* repair string literal.Georg Brandl2007-03-311-1/+1
* Markup fix.Georg Brandl2007-03-301-1/+1
* Duplicate label fix.Georg Brandl2007-03-301-1/+1
* Add item. (Oops, accidentally checked this in on my branch)Andrew M. Kuchling2007-03-301-0/+11
* Markup fix.Georg Brandl2007-03-301-3/+3
* Duplicate label fix.Georg Brandl2007-03-301-1/+0
* Label name fix.Georg Brandl2007-03-301-1/+1
* Markup fix.Georg Brandl2007-03-301-1/+1