summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch #1677862: Require a space or tab after import in .pth files.Martin v. Löwis2007-03-121-1/+1
* Sane humans would call these invalid tests, but Andrew McNamara pointed outSkip Montanaro2007-03-121-0/+4
* Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in theBarry Warsaw2007-03-123-4/+17
* Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...Collin Winter2007-03-121-1/+1
* Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-111-2/+10
* Add missing "return" statements in exception handler.Georg Brandl2007-03-111-0/+2
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-103-8/+11
* Convert an assert to a raise so it works even in the presence of -O.Collin Winter2007-03-101-2/+4
* Simplify a little by handling the TCP case first.Neal Norwitz2007-03-101-16/+16
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-102-0/+2
* * Unlink test files before and after each test; hopefully this will cut down ...Collin Winter2007-03-101-105/+62
* Hashing simplification pointed out by Thomas Wouters.Collin Winter2007-03-091-4/+3
* Bug #1651235: When a tuple was passed to a ctypes function call,Thomas Heller2007-03-091-1/+13
* Patch #1491866: change the complex() constructor to allow parthensized forms....Collin Winter2007-03-091-0/+12
* Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)Thomas Heller2007-03-092-2/+4
* Patch #957003: Implement smtplib.LMTP.Martin v. Löwis2007-03-091-1/+46
* Patch #1481079: Support of HTTP_REFERER in CGIHTTPServer.pyCollin Winter2007-03-091-1/+4
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-082-1/+27
* Patch #1668482: don't use '-' in mkstempCollin Winter2007-03-081-1/+1
* SF #1637850: make_table in difflib did not work with unicodeRaymond Hettinger2007-03-081-5/+4
* Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...Collin Winter2007-03-081-0/+3
* SF 1676321: empty() returned wrong resultRaymond Hettinger2007-03-081-1/+1
* 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-072-0/+22
* 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-077-39/+61
* Patch #787789: allow to pass custom TestRunner instances to unittest'sGeorg Brandl2007-03-071-4/+12
* Patches #1550273, #1550272: fix a few bugs in unittest and add aGeorg Brandl2007-03-072-36/+2329
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-072-4/+17
* Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler.Georg Brandl2007-03-071-4/+3
* 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
* Small nit, found by Neal.Georg Brandl2007-03-061-2/+2
* 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-062-6/+29
* Patch #1663234: you can now run doctest on test files and modulesGeorg Brandl2007-03-061-2/+17
* A test case for the defaultdict KeyError bug.Georg Brandl2007-03-061-0/+9
* Patch #1672481: fix bug in idlelib.MultiCall.Georg Brandl2007-03-061-0/+2
* A test case for the fix in #1674228.Georg Brandl2007-03-061-0/+11
* Patch #1121142: Implement ZipFile.open.Martin v. Löwis2007-03-062-49/+637
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-051-0/+14
* Minor corrections to docs, and an explanation comentaryFacundo Batista2007-03-051-13/+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