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