1. 1d7ec8f Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
  2. 6ddd265 Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event by Charles-François Natali · 11 years ago
  3. 284e5ce Fix the RLIMIT_CORE resource lowering logic in test_subprocess. by Antoine Pitrou · 11 years ago
  4. 2d350fd Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, and make it GC-aware. by Antoine Pitrou · 11 years ago
  5. 7a2572c test_capi: make a specific test case for the subinterpreter test by Antoine Pitrou · 11 years ago
  6. f93c7b8 Remove Lib/site.py hack to unregister patched builtins. by Antoine Pitrou · 11 years ago
  7. 4ed328c Add a test for module weakrefability by Antoine Pitrou · 11 years ago
  8. b2fcebb issue9035: Prevent Windows-specific tests from running on non-Windows platforms by Tim Golden · 11 years ago
  9. 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 11 years ago
  10. 536ffe1 #17616: Improve context manager tests, fix bugs in close method and mode docs. by R David Murray · 11 years ago
  11. a4617cd Fix whitespace by Antoine Pitrou · 11 years ago
  12. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  13. c91d5ee #17616: wave.open now supports the 'with' statement. by R David Murray · 11 years ago
  14. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  15. c5d95b1 Add simple test for repr(lock) by Christian Heimes · 11 years ago
  16. 8ad91cc Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  17. 4ebc929 Add simple test for resource.getpagesize() by Christian Heimes · 11 years ago
  18. d49a371 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  19. 65aa573 Add more tests for hashlib and hash object attributes by Christian Heimes · 11 years ago
  20. 580373c Issue #18593: fix typo in comment by Eli Bendersky · 11 years ago
  21. 25f043b Issue #18593: fix typo in comment by Eli Bendersky · 11 years ago
  22. 5bcbdf1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  23. 4bd3129 Make all idle test case names end with 'Test'. by Terry Jan Reedy · 11 years ago
  24. 00dc61c Merge #15415 from 3.3 (again) by Nick Coghlan · 11 years ago
  25. c06c0ae Third attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  26. 4bcb1ec Merge #15415 Windows buildbot change from 3.3 by Nick Coghlan · 11 years ago
  27. 2f253e8 Attempt to fix #15415 on Windows by Nick Coghlan · 11 years ago
  28. 7e6cd29 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  29. 015b453 Update gui section of idle test README. by Terry Jan Reedy · 11 years ago
  30. a315a97 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  31. a9d16c8 Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7). by Terry Jan Reedy · 11 years ago
  32. cf67b2a Merge #15415 from 3.3 by Nick Coghlan · 11 years ago
  33. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  34. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  35. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  36. e8c45d6 Close #13266: Add inspect.unwrap by Nick Coghlan · 11 years ago
  37. 7757820 Restore the data block size to 62. by Raymond Hettinger · 11 years ago
  38. 1f1d0a5 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  39. 725d9dd Issue #18441: Make test.support.requires('gui') skip when it should. by Terry Jan Reedy · 11 years ago
  40. 290371d merge 3.3 (#18565) by Benjamin Peterson · 11 years ago
  41. d979c72 add a test for issue #17669 (closes #18565) by Benjamin Peterson · 11 years ago
  42. b41803e Close #18545: now only executes member_type if no _value_ is assigned in __new__. by Ethan Furman · 11 years ago
  43. 4d35e75 #17818: aifc.getparams now returns a namedtuple. by R David Murray · 11 years ago
  44. 840c310 Fix typo on MutableSequence docstring. by Guido van Rossum · 11 years ago
  45. 4d0f808 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  46. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  47. 99f969e #14853: merge with 3.3. by Ezio Melotti · 11 years ago
  48. b042daa #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  49. a3852ff Add in a comment that was removed in 240adc564539 (requested by Victor Stinner) by Brian Curtin · 11 years ago
  50. 2a54509 Merge by Brian Curtin · 11 years ago
  51. 06f6fbf Fix #18530. Remove extra stat call from posixpath.ismount by Brian Curtin · 11 years ago
  52. 9068e4d Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  53. fa6bc29 Issue #17944: test_zipfile now discoverable and uses subclassing to by Serhiy Storchaka · 11 years ago
  54. 237e8f5 Issue #17532: merge from 3.3 by Ned Deily · 11 years ago
  55. 8e8b9ba Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 11 years ago
  56. 2894073 test_ssl: use a bytestring here by Antoine Pitrou · 11 years ago
  57. 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 11 years ago
  58. 520ad57 Change _names to _names_ since the latter is reserved for Enum use. by Ethan Furman · 11 years ago
  59. 2aa2732 Close #18508 -- fix _value2member_map to always have the member's value by Ethan Furman · 11 years ago
  60. e410f26 Merge. by Richard Oudkerk · 11 years ago
  61. 14f5ee0 Prevent dangling threads/process warning for test_multiprocessing. by Richard Oudkerk · 11 years ago
  62. 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 11 years ago
  63. f24bb35 closes issue18042 -- a `unique` decorator is added to enum.py by Ethan Furman · 11 years ago
  64. e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  65. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  66. cb478b7 Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  67. 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  68. 743e3d5 Merge: Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  69. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  70. a84a7cb Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  71. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  72. e6f2175 Also remove a (broken) leaker test for the code removed in issue #18393. by Ronald Oussoren · 11 years ago
  73. 775b2dd test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError by Victor Stinner · 11 years ago
  74. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  75. 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 11 years ago
  76. 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  77. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  78. 468bcaf merge by Raymond Hettinger · 11 years ago
  79. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  80. ae13ff1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  81. e6a1786 Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 11 years ago
  82. 371f746 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  83. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  84. 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
  85. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  86. 4064b24 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  87. 04ff038 Issue #18365: normalize whitespace by Terry Jan Reedy · 11 years ago
  88. 0c92553 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  89. 21784da Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 11 years ago
  90. 8c7dde3 Merged upstream changes. by Vinay Sajip · 11 years ago
  91. 4969d46 Merged upstream changes. by Vinay Sajip · 11 years ago
  92. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  93. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  94. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  95. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  96. a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 11 years ago
  97. f0cb692 Issue #18415: Normalize what type of quotes are used with string by Brett Cannon · 11 years ago
  98. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  99. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  100. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago