- ad73a9c Issue #16400: Add command line option for isolated mode. by Christian Heimes · 11 years ago
- bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
- d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
- 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
- e1a6edc #18581: merge with 3.3. by Ezio Melotti · 11 years ago
- 4e4f3b8 #18581: remove duplicate test and run a test class that was skipped. Initial patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
- 5cc06fd #18273: merge with 3.3. by Ezio Melotti · 11 years ago
- 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
- a27b83a Issue #15301: Parsing fd, uid, and gid parameters for builtins by Larry Hastings · 11 years ago
- 236a547 Issue #18665: fix typos. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
- dbfc129 Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
- 9b855de Issue #14323: Expanded the number of digits in the coefficients for the by Serhiy Storchaka · 11 years ago
- 9e3d27b Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py. by Antoine Pitrou · 11 years ago
- 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
- c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
- 914061a * Fix the assertions in hashlib to use unittest assertion methods instead of by Gregory P. Smith · 11 years ago
- f3e4b62 Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures. by Mark Dickinson · 11 years ago
- a9e626f Issue #18659: fix test_format test that wasn't being executed. Thanks Vajrasky Kok for the patch. by Mark Dickinson · 11 years ago
- b2aa6f4 Issue 18532: Added tests and documentation to formally specify the .name attribute on hashlib objects. by Jason R. Coombs · 11 years ago
- 790d269 Fixes #8860: Round half-microseconds to even in the timedelta constructor. by Alexander Belopolsky · 11 years ago
- 5e5a823 Close #18635: Move class level private attribute from instance to class. by Ethan Furman · 11 years ago
- b9b6ce6 Merge fix for Issue #17011 from 3.3 by Eli Bendersky · 11 years ago
- 2acc525 Issue #17011: Fix caching of xpath path when namespaces are present. by Eli Bendersky · 11 years ago
- 739e750 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
- 3ceaff0 Issue #16741: Remove testing of implementation artifact. by Serhiy Storchaka · 11 years ago
- 579ddc2 Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
- f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
- e633bed Merge heads by Serhiy Storchaka · 11 years ago
- b94f61b Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
- 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
- d41102d Remove debugging print. by Mark Dickinson · 11 years ago
- fb0ffa1 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 11 years ago
- 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 11 years ago
- 1337130 Merge #18396 from 3.3 by Nick Coghlan · 11 years ago
- 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 11 years ago
- 582583b Issue #17046: merge from 3.3 by Ned Deily · 11 years ago
- e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 11 years ago
- 1d7ec8f Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
- 6ddd265 Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
- 284e5ce Fix the RLIMIT_CORE resource lowering logic in test_subprocess. by Antoine Pitrou · 11 years ago
- 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 11 years ago
- 7a2572c test_capi: make a specific test case for the subinterpreter test by Antoine Pitrou · 11 years ago
- 4ed328c Add a test for module weakrefability by Antoine Pitrou · 11 years ago
- b2fcebb issue9035: Prevent Windows-specific tests from running on non-Windows platforms by Tim Golden · 11 years ago
- 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 11 years ago
- 536ffe1 #17616: Improve context manager tests, fix bugs in close method and mode docs. by R David Murray · 11 years ago
- dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
- c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
- 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
- c5d95b1 Add simple test for repr(lock) by Christian Heimes · 11 years ago
- 8ad91cc Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
- 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
- d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
- 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
- 00dc61c Merge #15415 from 3.3 (again) by Nick Coghlan · 12 years ago
- c06c0ae Third attempt to fix #15415 on Windows by Nick Coghlan · 12 years ago
- 4bcb1ec Merge #15415 Windows buildbot change from 3.3 by Nick Coghlan · 12 years ago
- 2f253e8 Attempt to fix #15415 on Windows by Nick Coghlan · 12 years ago
- cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 12 years ago
- 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 12 years ago
- 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
- fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 12 years ago
- e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 12 years ago
- 7757820 Restore the data block size to 62. by Raymond Hettinger · 12 years ago
- 1f1d0a5 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 725d9dd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 12 years ago
- 290371d merge 3.3 (#18565) by Benjamin Peterson · 12 years ago
- d979c72 add a test for issue #17669 (closes #18565) by Benjamin Peterson · 12 years ago
- b41803e Close #18545: now only executes member_type if no _value_ is assigned in __new__. by Ethan Furman · 12 years ago
- 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 12 years ago
- 4d0f808 #18503: small cleanups in test_email. by R David Murray · 12 years ago
- 271ade8 #18503: small cleanups in test_email. by R David Murray · 12 years ago
- 99f969e #14853: merge with 3.3. by Ezio Melotti · 12 years ago
- b042daa #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 12 years ago
- 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 12 years ago
- fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 12 years ago
- 2894073 test_ssl: use a bytestring here by Antoine Pitrou · 12 years ago
- 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 12 years ago
- 520ad57 Change _names to _names_ since the latter is reserved for Enum use. by Ethan Furman · 12 years ago
- 2aa2732 Close #18508 -- fix _value2member_map to always have the member's value by Ethan Furman · 12 years ago
- e410f26 Merge. by Richard Oudkerk · 12 years ago
- 14f5ee0 Prevent dangling threads/process warning for test_multiprocessing. by Richard Oudkerk · 12 years ago
- f24bb35 closes issue18042 -- a `unique` decorator is added to enum.py by Ethan Furman · 12 years ago
- e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 12 years ago
- c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 12 years ago
- cb478b7 Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 12 years ago
- 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 12 years ago
- 743e3d5 Merge: Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 12 years ago
- b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 12 years ago
- a84a7cb Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 12 years ago
- d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 12 years ago
- e6f2175 Also remove a (broken) leaker test for the code removed in issue #18393. by Ronald Oussoren · 12 years ago
- 775b2dd test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError by Victor Stinner · 12 years ago
- 4883003 Closes #18464: fix typo in test name. by R David Murray · 12 years ago
- 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 12 years ago
- 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 12 years ago
- 468bcaf merge by Raymond Hettinger · 12 years ago
- 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 12 years ago
- 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
- 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago