summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch #1668100: urllib2 now correctly raises URLError instead ofGeorg Brandl2007-03-131-5/+5
* Fix a typo where the variable name was not updated.Brett Cannon2007-03-131-1/+1
* Add test.test_support.transient_internet . Returns a context manager thatBrett Cannon2007-03-132-3/+14
* Whitespace normalization.Tim Peters2007-03-1212-502/+502
* Patch #1670993: Refactor test_threadedtempfile.py to use unittest.Collin Winter2007-03-122-46/+34
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-122-0/+17
* Patch #1678088: convert test_operations to use unittest, fold the result into...Collin Winter2007-03-124-100/+72
* Backport from Py3k branch:Georg Brandl2007-03-121-4/+59
* Sane humans would call these invalid tests, but Andrew McNamara pointed outSkip Montanaro2007-03-121-0/+4
* Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
* Convert an assert to a raise so it works even in the presence of -O.Collin Winter2007-03-101-2/+4
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+1
* * Unlink test files before and after each test; hopefully this will cut down ...Collin Winter2007-03-101-105/+62
* Patch #1491866: change the complex() constructor to allow parthensized forms....Collin Winter2007-03-091-0/+12
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-082-1/+27
* Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...Collin Winter2007-03-081-0/+3
* Windows doesn't support negative timestamps. Skip the tests involving themGuido van Rossum2007-03-071-0/+7
* Add some sanity checks to unittest.TestSuite's addTest(s) methods.Georg Brandl2007-03-071-0/+13
* Patch #1675471: convert test_pty to unittest.Georg Brandl2007-03-072-116/+123
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-073-10/+23
* Patches #1550273, #1550272: fix a few bugs in unittest and add aGeorg Brandl2007-03-071-17/+2275
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-071-0/+10
* Patch for bug #1633621: if curses.resizeterm() orWalter Dörwald2007-03-061-0/+9
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-061-0/+6
* Patch #1638879: don't accept strings with embedded NUL bytes in long().Georg Brandl2007-03-061-0/+5
* Patch #1646728: datetime.fromtimestamp fails with negativeGuido van Rossum2007-03-061-0/+9
* Patch #912410: Replace HTML entity references for attribute valuesMartin v. Löwis2007-03-061-0/+5
* A test case for the defaultdict KeyError bug.Georg Brandl2007-03-061-0/+9
* A test case for the fix in #1674228.Georg Brandl2007-03-061-0/+11
* Patch #1121142: Implement ZipFile.open.Martin v. Löwis2007-03-061-10/+402
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-051-0/+14
* Fix a bug in test_dict and test_userdict, found at the PyPy sprint.Georg Brandl2007-03-042-6/+6
* Fix embarrassing typo and fix constantification of NoneRaymond Hettinger2007-03-021-0/+5
* Add collections.NamedTupleRaymond Hettinger2007-03-011-0/+57
* Add a test for instantiating SyntaxError with no arguments.Brett Cannon2007-02-281-0/+3
* Modify the segfaulting example to show why r53997 is not a solution toArmin Rigo2007-02-281-0/+20
* Add checking for a number of metaclass error conditions.Jeremy Hylton2007-02-272-64/+103
* Fix long-standing bug in name mangling for package importsJeremy Hylton2007-02-271-0/+13
* When printing an unraisable error, don't print exceptions. before the name.Neal Norwitz2007-02-261-2/+2
* Do not copy free variables to locals in class namespaces.Jeremy Hylton2007-02-261-0/+33
* Backported r51621 from p3yk:Thomas Wouters2007-02-252-4/+4
* Refactor PEP 352 tests to make it easier in the future to make sure certainBrett Cannon2007-02-231-18/+34
* Fix typo in commentNeal Norwitz2007-02-231-1/+1
* Add itertools.izip_longest().Raymond Hettinger2007-02-211-0/+54
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-191-0/+12
* Add test for merge stabilityRaymond Hettinger2007-02-191-0/+15
* Add merge() function to heapq.Raymond Hettinger2007-02-191-1/+9
* Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().Raymond Hettinger2007-02-191-0/+20
* A missing binary mode in AppendTest caused failures in WindowsLars Gustäbel2007-02-141-2/+2
* Patch #1647484: Renamed GzipFile's filename attribute to name. TheLars Gustäbel2007-02-131-0/+7