- 3293593 fix alleged refleak by Benjamin Peterson · 16 years ago
- 9f12d46 Fix possible integer overflow in lchown and fchown functions. For issue1747858. by Gregory P. Smith · 16 years ago
- 2ba1e9c Issue #7553: test_long_future wasn't testing properly. Thanks Florent Xicluna by Mark Dickinson · 16 years ago
- 603ae9e Issue #7554: Various fixups in test_cmath.py: remove code duplication, by Mark Dickinson · 16 years ago
- ed28499 Silence -3 warnings. Thanks Florent Xicluna. by Mark Dickinson · 16 years ago
- 3e0bafe Fix for consistency with py3k keyword-only version of assertAlmostEqual by Mark Dickinson · 16 years ago
- 1d2ae21 Issue #7554: Fix incorrect usage of rAssertAlmostEqual. Thanks Florent Xicluna. by Mark Dickinson · 16 years ago
- b5e348b Add missing tests for PyArg_Parse* with format 'h' by Mark Dickinson · 16 years ago
- 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 16 years ago
- 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 16 years ago
- 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 16 years ago
- 98e3df3 Issue #7396: fix -s, which was broken by the -j enhancement. by R. David Murray · 16 years ago
- 3690298 remove lib2to3 resource by Benjamin Peterson · 16 years ago
- c7298ff Issue #7498: make test_multiprocessing use test_support.find_unused_port by R. David Murray · 16 years ago
- 0a0a1a8 Issue #1680159: unicode coercion during an 'in' operation was masking by R. David Murray · 16 years ago
- ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
- e304852 #7342: make sure that the datetime object in test_fraction always has a number of microseconds != 0 by Ezio Melotti · 16 years ago
- 4147216 make StringIO like other file objects in that readline(-1) has no effect #7348 by Benjamin Peterson · 16 years ago
- 4895af4 fix the ignoring of __cmp__ method on metaclasses #7491 by Benjamin Peterson · 16 years ago
- c169c78 Issue #7466: segmentation fault when the garbage collector is called by Antoine Pitrou · 16 years ago
- 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 16 years ago
- a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 16 years ago
- 0b3263b Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 16 years ago
- d4e31a4 Skip new imaplib SSL tests if ssl is not available. by R. David Murray · 16 years ago
- 93321f3 Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is by R. David Murray · 16 years ago
- 29dcdab Make test_pipes a little bit more robust. by Antoine Pitrou · 16 years ago
- 8c54e78 Fix the transient refleaks in test_zipimport_support. by Antoine Pitrou · 16 years ago
- a4a04d1 fix test_parser from tokenizer tweak by Benjamin Peterson · 16 years ago
- 820b0ea Issue 7431: use TESTFN in test_linecache instead of trying to create a by R. David Murray · 16 years ago
- 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
- f2bf0d2 Issue #4482: Add tests for special float value formatting. by Eric Smith · 16 years ago
- d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
- e09f45a Issue 7410: deepcopy of itertools.count resets the count by Raymond Hettinger · 16 years ago
- c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
- d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
- 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
- acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago
- 2dab865 When open_urlresource() fails, HTTPException is another possible error by Antoine Pitrou · 16 years ago
- bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
- 8b2d713 Issue 7128: Removed reference to the non-existent copyreg module. by Alexandre Vassalotti · 16 years ago
- 3e53549 Issue #7117: Update float formatting testcases to match those in py3k. by Mark Dickinson · 16 years ago
- 9a03f2f comment out test added in r76438, which caused refleaks by Jesse Noller · 16 years ago
- bce7837 round(0, "ermintrude") succeeded instead of producing a TypeError. Fix this. by Mark Dickinson · 16 years ago
- 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
- 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 16 years ago
- 5c456e6 Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab by Senthil Kumaran · 16 years ago
- 12adc65 Add a testcase that checks if the TarFile constructor successfully by Lars Gustäbel · 16 years ago
- dd866d5 Issue #6123: Fix opening empty archives and files. by Lars Gustäbel · 16 years ago
- 814d02d issue6615: Additional test for logging support in multiprocessing by Jesse Noller · 16 years ago
- c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 16 years ago
- 99a5023 improve several corner cases related with argument names in parenthesis by Benjamin Peterson · 16 years ago
- dc3c239 #5037 proxy __unicode__ correctly by Benjamin Peterson · 16 years ago
- bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 16 years ago
- 815521f Correctly escape arbitrary error message text in the runpy unit tests by Nick Coghlan · 16 years ago
- 4b953ba Allow for backslashes in file paths passed to the regex engine by Nick Coghlan · 16 years ago
- 4976e32 Account for another cache when hunting ref leaks by Nick Coghlan · 16 years ago
- ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
- d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
- 009ae86 Avoid signed overflow in some xrange calculations, and extend by Mark Dickinson · 16 years ago
- 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 16 years ago
- 4653b8c Remove 'g' from regrtest getopt argument string, since there's no by R. David Murray · 16 years ago
- da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 16 years ago
- 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 16 years ago
- e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
- 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 16 years ago
- 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
- c579b35 Add extra information to a test_signal failure message to aid diagnosis of buildbot failure. by Mark Dickinson · 16 years ago
- a8fd66d Issue #7251: Break out round tests for large values into a separate by Mark Dickinson · 16 years ago
- d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
- 0025330 Kill a small potential leak in test_threading. by Antoine Pitrou · 16 years ago
- 2733d88 Add test for runpy.run_module package execution and use something other than logging as the example of a non-executable package by Nick Coghlan · 16 years ago
- c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
- 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 16 years ago
- 4ac6b93 Make test_shutil clean up after itself by Antoine Pitrou · 16 years ago
- b3c169b Try to make test_wsgiref less fragile against environment changes by other tests by Antoine Pitrou · 16 years ago
- c6714bd Add acceptance of long ints to test_memoryio.py by Antoine Pitrou · 16 years ago
- 28e463d enable test_parser in lib2to3 by Benjamin Peterson · 16 years ago
- aed6c45 add space by Benjamin Peterson · 16 years ago
- d8b16ab Fix and improve some assertions in test_site by Antoine Pitrou · 16 years ago
- 84ee9e2 Use a custom timeout in test_support.open_urlresource. by Antoine Pitrou · 16 years ago
- e4c6b16 This should finally fix #6896. Let's watch the buildbots. by Antoine Pitrou · 16 years ago
- 8844153 test_normalization should skip and not crash when the resource isn't available by Antoine Pitrou · 16 years ago
- fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 16 years ago
- 235d942 Hum, test skipping when the URL isn't reachable hadn't been applied to trunk. by Antoine Pitrou · 16 years ago
- 0da5cb8 Use richer assertions in test_mailbox (for better failure messages). by Antoine Pitrou · 16 years ago
- 0b9e3a5 Improved test for a deprecation warning. by Eric Smith · 16 years ago
- 4b841d9 Issue #7042: Use a better mechanism for testing timers in test_signal. by Mark Dickinson · 16 years ago
- b2e31a1 add some checks for evaluation order with parenthesis #7210 by Benjamin Peterson · 16 years ago
- 161df94 Try to fix transient refleaks in test_pydoc. by Antoine Pitrou · 16 years ago
- 3c96858 Try to fix transient refleaks in test_xmlrpc. by Antoine Pitrou · 16 years ago
- 643e85d Try to fix transient refleaks in test_asynchat. by Antoine Pitrou · 16 years ago
- 61d5f6f Fix transient refleaks in test_docxmlrpc. by Antoine Pitrou · 16 years ago
- 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
- 93c2171 Fix constant name. by Georg Brandl · 16 years ago
- 4045e88 Use constants instead of magic integers for test result. Do not re-run with --verbose3 for environment changing tests. by Georg Brandl · 16 years ago
- 6f39001 Issue #7233: Fix Decimal.shift and Decimal.rotate methods for by Mark Dickinson · 16 years ago
- 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 16 years ago
- 783b877 Fix duplicate test numbers in extra.decTest by Mark Dickinson · 16 years ago
- ea0e3b0 do a backport of r75928 by Benjamin Peterson · 16 years ago
- d913864 Remove variable that is no longer used. by R. David Murray · 16 years ago