- 0f48974 Issue 6024: make regrtest.py promote refleaks to test failures. by Collin Winter · 16 years ago
- 0db3cd6 a useful decorator for cleaning up threads by Benjamin Peterson · 16 years ago
- 92d102b prevent refleaks from threads by Benjamin Peterson · 16 years ago
- 8785554 Fix test failure on Windows, and add skip check if even unicodedata by R. David Murray · 16 years ago
- 996ba02 Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' by R. David Murray · 16 years ago
- 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 16 years ago
- b1d4585 Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. by Mark Dickinson · 16 years ago
- 784d455 *sigh* deal with instances correctly by Benjamin Peterson · 16 years ago
- af1692a convert some more special methods to use _PyObject_LookupSpecial by Benjamin Peterson · 16 years ago
- 809e225 lookup __reversed__ correctly as a special method by Benjamin Peterson · 16 years ago
- 5edb1a1 Fix an off by one error on negative indexs to __getitem__ by Gregory P. Smith · 16 years ago
- 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 16 years ago
- db7ebcf fix this test by Benjamin Peterson · 16 years ago
- 399e4c4 add _PyObject_LookupSpecial to handle fetching special method lookup by Benjamin Peterson · 16 years ago
- f7e7bab Pre-opened test file needs to be opened in binary mode. by R. David Murray · 16 years ago
- 8fd522f Issue5955: aifc's close method did not close the file it wrapped, by R. David Murray · 16 years ago
- a7fb408 Issue 3739: The unicode-internal encoder now reports the number of *characters* by Walter Dörwald · 16 years ago
- a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 16 years ago
- 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 16 years ago
- 7c26d76 #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite. by Georg Brandl · 16 years ago
- 7ba8e1c Fix issue 5890: (property subclass shadows __doc__ string) by inserting by R. David Murray · 16 years ago
- 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 16 years ago
- d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 16 years ago
- 07ef487 by Michael Foord · 16 years ago
- 7430989 Isue #5084: unpickling now interns the attribute names of pickled objects, by Antoine Pitrou · 16 years ago
- e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 16 years ago
- 420d4eb #1607951: Make mailbox.Maildir re-read the directories less frequently. by Andrew M. Kuchling · 16 years ago
- 6e7bdde Convert test method names to PEP8 style. by Gregory P. Smith · 16 years ago
- 6282169 remove py3k compat code by Benjamin Peterson · 16 years ago
- d7e8e34 don't let sys.argv be used in the tests by Benjamin Peterson · 16 years ago
- 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 16 years ago
- 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 16 years ago
- 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 16 years ago
- 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
- 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 16 years ago
- 7c7250d make sure to close file by Benjamin Peterson · 16 years ago
- a9b4d47 make sure mode is removable while cleaning up test droppings by Benjamin Peterson · 16 years ago
- 9c6fc51 fix test_shutil on ZFS #5676 by Benjamin Peterson · 16 years ago
- 61a0d05 Backport some of the float formatting tests from py3k. by Mark Dickinson · 16 years ago
- 92fcc9c Issue #5864: format(1234.5, '.4') gives misleading result by Mark Dickinson · 16 years ago
- 0f457e5 More aifc tests. by R. David Murray · 16 years ago
- 971b1b1 Now that we've got a test_aifc, add a few tests. by R. David Murray · 16 years ago
- 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 16 years ago
- 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
- 4c69da2 Fix typo. by Walter Dörwald · 16 years ago
- 99f2779 Issue #4971: Fix titlecase for characters that are their own by Martin v. Löwis · 16 years ago
- 068f065 Issue #5835, deprecate PyOS_ascii_formatd. by Eric Smith · 16 years ago
- 5d98ec7 Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in by Walter Dörwald · 16 years ago
- a145317 Issue #5837: Certain sequences of calls to set() and unset() for by Walter Dörwald · 16 years ago
- 0a6501b Fix typo in complex parsing code; expand tests. by Mark Dickinson · 16 years ago
- 5083dc5 fix a segfault when setting __class__ in __del__ #5283 by Benjamin Peterson · 16 years ago
- 0badeef Remove unnecessary double negative by Mark Dickinson · 16 years ago
- 6ab635a Issue #5593: Use more robust test for double-rounding in test_fsum. by Mark Dickinson · 16 years ago
- 4af8e74 Issue #5812: The two-argument form of the Fraction constructor by Mark Dickinson · 16 years ago
- 95bc980 Issue #5816: by Mark Dickinson · 16 years ago
- 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 16 years ago
- ebafbb7 Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. by Eric Smith · 16 years ago
- 5533ff6 Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) by Nick Coghlan · 16 years ago
- aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 16 years ago
- 95fb46c Restore skips of posix and pty tests on Windows by calling the by R. David Murray · 16 years ago
- 7c2867f Fix for the Issue918368 - urllib doesn't correct server returned urls by Senthil Kumaran · 16 years ago
- a7e734f Nit: integer division should use //, not / by Mark Dickinson · 16 years ago
- 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 16 years ago
- accb3d0 move test to a more appropiate one by Benjamin Peterson · 16 years ago
- d4d400c try to initalize all builtin types with PyType_Ready to avoid problems like #5787 by Benjamin Peterson · 16 years ago
- 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 16 years ago
- 74f0450 Issue #5768: Change to Unicode output logic and test case for same. by Vinay Sajip · 16 years ago
- 99d36f1 call __float__ on str subclasses #5759 by Benjamin Peterson · 16 years ago
- dcad046 Adjust test_asyncore to account for intentional asyncore behavior change by R. David Murray · 16 years ago
- 457fefc remove useless import by Benjamin Peterson · 16 years ago
- 21cf5ee #5741: dont disallow double percent signs in SafeConfigParser.set() keys. by Georg Brandl · 16 years ago
- 5331d4b Make test_asyncore tests match code changes introduced by the by R. David Murray · 16 years ago
- cd2e704 Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks by Nick Coghlan · 16 years ago
- 0374a82 Issue #2170: refactored xml.dom.minidom.normalize, increasing both by R. David Murray · 16 years ago
- f8089c7 Issue 5665: add more pickling tests. by Collin Winter · 16 years ago
- 7f9bb91 - Make timing assertions very generous (a la test_timeout.py) by Jack Diederich · 16 years ago
- 3b2312e eliminate more race conditions in telnetlib tests by Jack Diederich · 16 years ago
- 14bf0a0 Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and as implemented in the Py3K branch. by Vinay Sajip · 16 years ago
- dda7b19 revert unrelated change to test_telnetlib by Benjamin Peterson · 16 years ago
- a1b821c fix since difference formating of SyntaxErrors by Benjamin Peterson · 16 years ago
- 52b9620 fix syntax tests after formatting change by Benjamin Peterson · 16 years ago
- 923ba36 - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are by Gregory P. Smith · 16 years ago
- 183028e test the telnetlib.Telnet interface more thoroughly by Jack Diederich · 16 years ago
- 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 16 years ago
- f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
- 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 16 years ago
- dc4a771 #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. by Georg Brandl · 16 years ago
- 1e566ce Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. by Vinay Sajip · 16 years ago
- 772033f No behavior change. by Hirokazu Yamamoto · 16 years ago
- 756ab67 Have namedtuple's field renamer assign names that by Raymond Hettinger · 16 years ago
- 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
- 48e3fd2 sys.long_info attributes should be ints, not longs by Mark Dickinson · 16 years ago
- 52720c5 Add missing iteritems() call to the for loop in mailbox.MH.get_message(). by R. David Murray · 16 years ago
- e2942d0 Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable. by Michael Foord · 16 years ago
- 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
- 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
- c730a6a Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel. by Senthil Kumaran · 16 years ago
- 3633c4f handle SEEK_ constants in test_io by Benjamin Peterson · 16 years ago
- 3864459 Add tests checking the CSV module's ability to handle by R. David Murray · 16 years ago
- 20d114c Fix for issue5040. Adding test for Content-Length by Senthil Kumaran · 16 years ago