- e55df1f "Fix" for the refleak report: the ABC classes are now in the _pyio module by Amaury Forgeot d'Arc · 16 years ago
- fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 16 years ago
- c2b9e1a Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 16 years ago
- 74b3016 #6553: crash in cPickle.load(), when given a StringIO with incomplete data. by Amaury Forgeot d'Arc · 16 years ago
- 46ca2f2 Backport of fix for issue 6542: make sure by R. David Murray · 16 years ago
- ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 16 years ago
- 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 16 years ago
- 6d75590 http://bugs.python.org/issue6499 by Kristján Valur Jónsson · 16 years ago
- d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago
- 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
- 88a0a2e Issue #6431: Fix Fraction comparisons with unknown types, and with by Mark Dickinson · 16 years ago
- e78e5d2 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. by Hirokazu Yamamoto · 16 years ago
- 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
- d77faaf #5910: fix kqueue for calls with more than one event. by Georg Brandl · 16 years ago
- d5a23e3 methods' names pep8ification by Ezio Melotti · 16 years ago
- 91dcd93 Move TestRunner initialisation into unittest.TestProgram.runTests. Fixes issue 6418. by Michael Foord · 16 years ago
- 0369ba2 http://bugs.python.org/issue6267 Add more tests for the xlmrpc.ServerProxy by Kristján Valur Jónsson · 16 years ago
- 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 16 years ago
- 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 16 years ago
- 9175742 Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 16 years ago
- ef6007c http://bugs.python.org/issue6460 by Kristján Valur Jónsson · 16 years ago
- 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 16 years ago
- ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 16 years ago
- b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 16 years ago
- 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 16 years ago
- 573399a Curdir needs to be in the path for the test to work on all buildbots. by R. David Murray · 16 years ago
- fbf2cc4 Specify umask in execute bit test to get consistent results by R. David Murray · 16 years ago
- 00e1f63 Make test work with -O. by R. David Murray · 16 years ago
- 8a624a9 Conditionalize test cleanup code to eliminate traceback, which will by R. David Murray · 16 years ago
- 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 16 years ago
- bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 16 years ago
- ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 16 years ago
- 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 16 years ago
- 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 16 years ago
- 5b1abb7 Backport test cases added in r73852. by Alexandre Vassalotti · 16 years ago
- 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 16 years ago
- 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 16 years ago
- e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 16 years ago
- dd7ca24 Use select.poll() in subprocess, when available, rather than select() so that by Gregory P. Smith · 16 years ago
- 50a2252 condense with assertRaises by Benjamin Peterson · 16 years ago
- d3243d8 test that compile() accepts the future flag by Benjamin Peterson · 16 years ago
- 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 16 years ago
- 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 16 years ago
- 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 16 years ago
- 4d3f18f fix a few cases where automated fail -> assert translation messed up by Benjamin Peterson · 16 years ago
- 6b0032f use assert* methods in test_unittest by Benjamin Peterson · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
- 79c3bd8 Backport fix for buglet from py3k by Antoine Pitrou · 16 years ago
- e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 16 years ago
- 552e7a7 return locals and cells in get_locals() not bound globals, though by Benjamin Peterson · 16 years ago
- 595f7a5 #2016 Fix a crash in function call when the **kwargs dictionary is mutated by Amaury Forgeot d'Arc · 16 years ago
- 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 16 years ago
- 62641e9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 16 years ago
- ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 16 years ago
- 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 16 years ago
- dae5db2 use closures by Benjamin Peterson · 16 years ago
- 5fa09e3 show that this one isn't used by Benjamin Peterson · 16 years ago
- 9c5e411 add missing assertion #6313 by Benjamin Peterson · 16 years ago
- f1cccaa remove duplicate test by Benjamin Peterson · 16 years ago
- c29863e #6276: Remove usage of nested() in favor of new with statement with multiple managers. by Georg Brandl · 16 years ago
- cdcd4bf Issue #6215: Fixed to use self.open() instead of open() or io.open(). by Hirokazu Yamamoto · 16 years ago
- 5d73017 Acknowledge the role of the MPFR library in creating cmath_testcases.txt by Mark Dickinson · 16 years ago
- 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 16 years ago
- f81ff98 #6227: Because of a wrong indentation, the test was not testing what it should. by Amaury Forgeot d'Arc · 16 years ago
- a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 16 years ago
- 52c4bec give a better error message when deleting () by Benjamin Peterson · 16 years ago
- d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 16 years ago
- 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 16 years ago
- 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 16 years ago
- cb73bda Revert r73401 per Raymond Hettinger's request. by Alexandre Vassalotti · 16 years ago
- 450ae57 Make pickling of OrderedDict instances more efficient. by Alexandre Vassalotti · 16 years ago
- c5ae86b Re-enable testing of builtin open() in test_bufio in test_largefile by Antoine Pitrou · 16 years ago
- 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 16 years ago
- c5d2b41 Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py by Antoine Pitrou · 16 years ago
- 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
- 5217c08 Missing import in test_curses, uncovered by some buildbots. by Amaury Forgeot d'Arc · 16 years ago
- 9eeeee9 Restored a test that was erroneously removed. See issue 6198. by Eric Smith · 16 years ago
- a5a5728 remove error checks already done in set_context() by Benjamin Peterson · 16 years ago
- 64092a5 backport r73273 by Benjamin Peterson · 16 years ago
- 9be5998 #6206: fix test__locale. by Georg Brandl · 16 years ago
- d53d085 Fix unittest discovery tests for Windows. Issue 6199 by Michael Foord · 16 years ago
- 7c58b09 Removed tests so that test_float pass on Windows. See issue 6198. by Eric Smith · 16 years ago
- fbf63a7 Fix test__locale on windows (Backport of r72365) by Hirokazu Yamamoto · 16 years ago
- 4da2fa5 Add test for #3684. by Georg Brandl · 16 years ago
- 46121e7 Better name for "Ctor". by Georg Brandl · 16 years ago
- 19e79f7 Avoid PendingDeprecationWarnings emitted by deprecated unittest methods. by Georg Brandl · 16 years ago
- dad7b7b Restore default testRunner argument in unittest.main to None. Issue 6177 by Michael Foord · 16 years ago
- 61e7fbf Fixes issue6169: it was possible for two ipaddr network addresses to compare by Gregory P. Smith · 16 years ago
- b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 16 years ago
- 8fcaebb Issue 3848: document the fact that epoll register raises an IOError if by R. David Murray · 16 years ago
- 382ccdf remove function import by Benjamin Peterson · 16 years ago
- 4698d99 Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running by Antoine Pitrou · 16 years ago
- 4528bcd The test for #5330 wasn't correct. by Antoine Pitrou · 16 years ago
- 46dbe27 Issue #5330: C functions called with keyword arguments were not reported by by Antoine Pitrou · 16 years ago
- 4650892 add with statements by Benjamin Peterson · 16 years ago
- b4a81c8 Add test discovery to unittest. Issue 6001. by Michael Foord · 16 years ago
- 6b98544 Refactor test parameterization to resolve update timing problem. by R. David Murray · 16 years ago
- 578a228 Issue 5982: Classmethod and staticmethod expose wrapped function with __func__. by Raymond Hettinger · 16 years ago
- 822b87f Deprecate contextlib.nested(). The with-statement now provides this functionality directly. by Raymond Hettinger · 16 years ago