1. 520ad57 Change _names to _names_ since the latter is reserved for Enum use. by Ethan Furman · 11 years ago
  2. 2aa2732 Close #18508 -- fix _value2member_map to always have the member's value by Ethan Furman · 11 years ago
  3. e410f26 Merge. by Richard Oudkerk · 11 years ago
  4. 14f5ee0 Prevent dangling threads/process warning for test_multiprocessing. by Richard Oudkerk · 11 years ago
  5. 9007dd7 Closes #18479: Changed venv Activate.ps1 to make deactivate a function, and removed Deactivate.ps1. by Vinay Sajip · 11 years ago
  6. f24bb35 closes issue18042 -- a `unique` decorator is added to enum.py by Ethan Furman · 11 years ago
  7. e555314 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  8. c406a12 Issue #18266: test_largefile now works with unittest test discovery and by Serhiy Storchaka · 11 years ago
  9. cb478b7 Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  10. 880254e Issue #17767: test_locale now works with unittest test discovery. by Serhiy Storchaka · 11 years ago
  11. 743e3d5 Merge: Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  12. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  13. a84a7cb Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  14. d15642e Issue #17778: Fix test discovery for test_multiprocessing. (Patch by by Richard Oudkerk · 11 years ago
  15. e6f2175 Also remove a (broken) leaker test for the code removed in issue #18393. by Ronald Oussoren · 11 years ago
  16. 775b2dd test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError by Victor Stinner · 11 years ago
  17. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  18. 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 11 years ago
  19. 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  20. 24c05bc Close issue 17482: don't overwrite __wrapped__ by Nick Coghlan · 11 years ago
  21. 468bcaf merge by Raymond Hettinger · 11 years ago
  22. 889b92d Issue #18432: Fix unintended API change in the sched module by Raymond Hettinger · 11 years ago
  23. ae13ff1 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  24. e6a1786 Issue #18365: convert buildbot errors to skips. by Terry Jan Reedy · 11 years ago
  25. 371f746 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  26. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  27. 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
  28. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  29. 4064b24 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  30. 04ff038 Issue #18365: normalize whitespace by Terry Jan Reedy · 11 years ago
  31. 0c92553 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  32. 21784da Issue #18365: Add mock Text class and test thereof versus tk.Text. by Terry Jan Reedy · 11 years ago
  33. 8c7dde3 Merged upstream changes. by Vinay Sajip · 11 years ago
  34. 4969d46 Merged upstream changes. by Vinay Sajip · 11 years ago
  35. ad644e0 Closes #18435: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  36. c07aa9e Issue #18435: Replaced simple attribute container class Context with types.SimpleNamespace. by Vinay Sajip · 11 years ago
  37. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  38. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  39. a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 11 years ago
  40. f0cb692 Issue #18415: Normalize what type of quotes are used with string by Brett Cannon · 11 years ago
  41. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  42. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  43. f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  44. 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 11 years ago
  45. 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  46. 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 11 years ago
  47. e3ed4ed Issue #18338: `python --version` now prints version string to stdout, and by Serhiy Storchaka · 11 years ago
  48. e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  49. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  50. 16dbbae #18116: getpass no longer always falls back to stdin. by R David Murray · 11 years ago
  51. 19361a2 Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  52. 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  53. d9c116c Add a spacing saving heuristic to deque's extend methods by Raymond Hettinger · 11 years ago
  54. bf5af5d Merge str.center tests from 3.3. by Ezio Melotti · 11 years ago
  55. f84e01d Add a couple of tests for str.center with non-ASCII chars. by Ezio Melotti · 11 years ago
  56. 0cb2aaf #18106: refactor tests to use subtests and proper assert methods. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  57. 9f96789 #17198: merge with 3.3. by Ezio Melotti · 11 years ago
  58. b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  59. 74a146d Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
  60. 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
  61. 4603487 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. by Ezio Melotti · 11 years ago
  62. 5f8e785 (3.3->default) Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  63. 385521c Cleanup of documentation change from #17860 by Ronald Oussoren · 11 years ago
  64. 7e5d557 merge for issue #18351. by Brett Cannon · 11 years ago
  65. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  66. 0075110 Issue #18364: Stop using the ImportError._not_found hack. by Brett Cannon · 11 years ago
  67. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  68. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  69. c2464bf test_ftplib: silence a BytesWarning when checking TypeError by Florent Xicluna · 11 years ago
  70. 5f3fef3 test_ftplib: silence a BytesWarning when checking TypeError by Florent Xicluna · 11 years ago
  71. 8624ed5 Issue #18375: merge with 3.3 by Florent Xicluna · 11 years ago
  72. d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 11 years ago
  73. de68e0c Speed-up deque indexing by changing the deque block length to a power of two. by Raymond Hettinger · 11 years ago
  74. 6597aa1 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  75. 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  76. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  77. 3dfd232 Remove dead code in test_exceptions. by Brett Cannon · 11 years ago
  78. fc4b5b9 Move test_import over to unittest.main(). by Brett Cannon · 11 years ago
  79. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  80. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  81. 45091c0 Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. by Brett Cannon · 11 years ago
  82. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  83. 0cb1e9a Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  84. be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 11 years ago
  85. 7e71c56 (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
  86. a9c99a6 test_time.test_monotonic(): use a longer sleep to try to make the test more reliable by Victor Stinner · 11 years ago
  87. 647d1e1 (Merge 3.3) test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
  88. 330426c test_faulthandler: skip test_read_null() on AIX by Victor Stinner · 11 years ago
  89. 1b6348e Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  90. e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 11 years ago
  91. 3126a3d Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  92. 2178248 Issue #18339: use with self.assertRaises() to make test case more readable by Christian Heimes · 11 years ago
  93. 626032a Issue #17097: Merge. by Richard Oudkerk · 11 years ago
  94. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  95. 7c1457b Merge with current default by Łukasz Langa · 11 years ago
  96. 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 11 years ago
  97. bfafab1 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  98. a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 11 years ago
  99. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  100. ec4bdac (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 11 years ago