- 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 15 years ago
- f332abb test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de by Victor Stinner · 15 years ago
- 301f121 Issue #1777412: Remove all limits on tm_year from time.strftime() by Victor Stinner · 15 years ago
- af5aee5 Issue #1777412: fix test_time for Mac OS X and OpenIndiana by Victor Stinner · 15 years ago
- 7369132 Issue #1777412: test large years value for strftime('%Y') by Victor Stinner · 15 years ago
- 73ea29c Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 by Victor Stinner · 15 years ago
- 0dd06f4 Fixed error handling branches. Thanks Victor Stinner for pointing this out. by Alexander Belopolsky · 15 years ago
- b8bb466 Issue #1777412: extended year range of strftime down to 1000. by Alexander Belopolsky · 15 years ago
- c64708a Issue #10827: Changed the rules for 2-digit years. The time.asctime by Alexander Belopolsky · 15 years ago
- 63eef1e Get --coverage to be an acceptable flag for test.regrtest again. by Brett Cannon · 15 years ago
- 610e544 Further simplify gettmarg() by Alexander Belopolsky · 15 years ago
- b715fac Issue #3839: wsgiref should not override a Content-Length header set by by Antoine Pitrou · 15 years ago
- ca023ca Issue #1677694: Refactor and improve test_timeout. Original patch by by Antoine Pitrou · 15 years ago
- 7beae8a Issue 10825: Minor updates to the test suite. by Raymond Hettinger · 15 years ago
- 457ab06 test_atexit: fix code saving/restoring stdout and stderr by Victor Stinner · 15 years ago
- 73efd62 test_imaplib: reap_server() closes the server when done by Victor Stinner · 15 years ago
- a686725 - time.accept2dyear = True is now equivalent to time.accept2dyear = 1 by Alexander Belopolsky · 15 years ago
- be41a48 On Py3k, -tt and -3 are no-op and unsupported respectively. by Georg Brandl · 15 years ago
- 600232b Issue #7995: When calling accept() on a socket with a timeout, the returned by Antoine Pitrou · 15 years ago
- 7d96771 Update tests and whatsnew for the 'quiet' flag by Raymond Hettinger · 15 years ago
- 452196f Issue #5485: Add tests for the UseForeignDTD method of expat parser objects. by Antoine Pitrou · 15 years ago
- b996f74 test_time: assertEquals => assertEqual by Victor Stinner · 15 years ago
- c932b65 test_threading: use Popen.communicate() instead of .wait() by Victor Stinner · 15 years ago
- 4b2b43d regrtest: close the new stdout and restore the original stdout at exit by Victor Stinner · 15 years ago
- 358e11d Issue #10756: atexit normalizes the exception before displaying it. by Victor Stinner · 15 years ago
- 29e762c test_bytes: test PyBytes_FromFormat() using ctypes by Victor Stinner · 15 years ago
- ca1e7ec test_unicode: use ctypes to test PyUnicode_FromFormat() by Victor Stinner · 15 years ago
- 1ec121d Fix test_time under Windows by Antoine Pitrou · 15 years ago
- 3fb97ae Fix exception catching. by Georg Brandl · 15 years ago
- ecebdc7 Issue #8013: Fix time.ctime test failure on 32-bit platforms. by Alexander Belopolsky · 15 years ago
- b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 15 years ago
- c3a51ec Issue #10819: SocketIO.name property returns -1 when its closed, instead of by Victor Stinner · 15 years ago
- 8848c7a Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if by Victor Stinner · 15 years ago
- b3c9e07 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 15 years ago
- 560f9da Issue #10267: Fix refleak in test_ttk_guionly. Patch by Hirokazu Yamamoto. by Antoine Pitrou · 15 years ago
- 04ba966 test_httplib: fix a DeprecationWarning, assertEquals=>assertEqual by Victor Stinner · 15 years ago
- 7a6a009 test_array: fix the DeprecationWarning('object.__init__() takes no parameters') by Victor Stinner · 15 years ago
- dcdc3b4 Add some more output by Antoine Pitrou · 15 years ago
- c43ec08 Temporary debug output for intermittent failures in test_subprocess by Antoine Pitrou · 15 years ago
- 95aaeee Add a subprocess test of remapping standard file descriptors (issue #1187). by Antoine Pitrou · 15 years ago
- 96c886c issue6643 - Two locks held within the threading module on each thread instance by Gregory P. Smith · 15 years ago
- 68530ac Mention --randseed in option list by Antoine Pitrou · 15 years ago
- 3c4402f Issue #6293: Have regrtest.py echo back sys.flags. This is done by default by Antoine Pitrou · 15 years ago
- c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 15 years ago
- 63ebe1c Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. by Éric Araujo · 15 years ago
- faa8c13 test_subprocess: close pipes at the end of test_pipe_cloexec_real_tools() by Victor Stinner · 15 years ago
- 1d5eb34 test_socket: use context managers to close directly the socket by Victor Stinner · 15 years ago
- a935e8f test_xmlrpc: close the transport when done by Victor Stinner · 15 years ago
- 5c85e3f test_timeout: move testRecvfromTimeout() to a UDP-specific test case by Victor Stinner · 15 years ago
- 109761b test_sockserver: close servers when done by Victor Stinner · 15 years ago
- 1d1df82 Removes the 'Call' class which is used to control execution order and is unreliable on Windows by Brian Quinlan · 15 years ago
- 426e052 Make C helper function more closely match the pure python version, and add tests. by Raymond Hettinger · 15 years ago
- 23eaa70 Skip hanging test. by Martin v. Löwis · 15 years ago
- a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 15 years ago
- 9f6d48b Issue #10798: Reject supporting concurrent.futures if the system has by Martin v. Löwis · 15 years ago
- e10608c #8013 follow-up: by Georg Brandl · 15 years ago
- 3e913c9 Issue #8013: Fixed test by Alexander Belopolsky · 15 years ago
- e2dc082 Issue #8013: Fixed time.asctime segfault when OS's asctime fails by Alexander Belopolsky · 15 years ago
- d8f37ad Relax test condition a lot by Antoine Pitrou · 15 years ago
- 345c49b Fix OrderedDic.pop() to work for subclasses that define __missing__(). by Raymond Hettinger · 15 years ago
- 32062e9 Make it easier to extend OrderedDict without breaking it. by Raymond Hettinger · 15 years ago
- 04480a8 #10801: do not actually extract, just open() the files in the test zipfile. by Georg Brandl · 15 years ago
- 5ba11de #10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky. by Georg Brandl · 15 years ago
- a673b1f Fix OrderedDict.setdefault() to work for subclasses that define __missing__(). by Raymond Hettinger · 15 years ago
- 1daaf9e #9361: add some tests for calendar.leapdays by R. David Murray · 15 years ago
- 7b0e86e Issue #10788: Changed test_logging setUp logic to provide more information. by Vinay Sajip · 15 years ago
- 299fa4c Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. by Senthil Kumaran · 15 years ago
- 7ef28e8 Close stdout, clear ResourceWarning by Brian Curtin · 15 years ago
- 57160d7 Fix #9333 on Windows XP, where os.symlink is not a possibility. by Brian Curtin · 15 years ago
- 251cc84 Does not install a logging handler. Fixes issue 10626. by Brian Quinlan · 15 years ago
- e05ca2a #9824: encode , and ; in cookie values so that browsers don't split on them by R. David Murray · 15 years ago
- 31e3b77 This file was obsolted by a number of adjustments to the os.symlink tests by Brian Curtin · 15 years ago
- 164540f Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax by Senthil Kumaran · 15 years ago
- 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 15 years ago
- baab9d0 Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ') by Victor Stinner · 15 years ago
- da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 15 years ago
- b12fd63 #10767: update README in crashers; not all may have a bug entry and/or be fixed. by Georg Brandl · 15 years ago
- 90b2067 #10777: fix iteration over dict keys while mutating the dict. by Georg Brandl · 15 years ago
- 8e286c4 #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs by R. David Murray · 15 years ago
- 7b60f4e Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 15 years ago
- 60b4df1 Issue #10774: test_logging now removes temp files created during tests. by Vinay Sajip · 15 years ago
- ad4ccfd Skip test that does not raise an error on Windows. by R. David Murray · 15 years ago
- ab9d8d6 Escape file path before searching for it in output via regex by R. David Murray · 15 years ago
- b4ca59b #5258/#10642: print fn, line, traceback and continue when .pth file is broken by R. David Murray · 15 years ago
- 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 15 years ago
- 291151b Assign closed handles to None to make errors more obvious if they are used. by Brian Quinlan · 15 years ago
- a3015a6 Better reporting of test failures on Windows. by Brian Quinlan · 15 years ago
- 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 15 years ago
- a63c240 Fix typo in superclass method name by Éric Araujo · 15 years ago
- 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 15 years ago
- 70df8f8 Fix ResourceWarning in test_normalization by Antoine Pitrou · 15 years ago
- 8d855d8 #4871: check that zipfile password is bytes, and give useful error message. by R. David Murray · 15 years ago
- 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 15 years ago
- e0436bc Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 15 years ago
- 9281202 Revert incorrect patch made at the wrong time. by R. David Murray · 15 years ago
- bf90044 Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 15 years ago
- 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 15 years ago
- 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 15 years ago
- ac53ab6 #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban. by Ezio Melotti · 15 years ago
- fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 15 years ago