1. 8b73e61 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  2. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  3. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  4. d4f4a6d Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 9 years ago
  5. f25f788 Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests by Berker Peksag · 9 years ago
  6. b575432 Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests by Berker Peksag · 9 years ago
  7. 9e1bf49 Issue #8585: improved tests for zipimporter2. Patch from Mark Lawrence. by Robert Collins · 9 years ago
  8. 0811c5d Merge 3.5 (Issue #24619) by Yury Selivanov · 9 years ago
  9. b7666a3 Issue #24619: More tests; fix nits in compiler.c by Yury Selivanov · 9 years ago
  10. 3f1701a Merge 3.5 (Issue #24619) by Yury Selivanov · 9 years ago
  11. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  12. bdaaf49 Issue #24603: Merge with 3.5 by Zachary Ware · 9 years ago
  13. 80acc3e Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  14. 689b55c Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  15. cafc34f Merge with 3.5 by Zachary Ware · 9 years ago
  16. d7841ef Merge with 3.4 by Zachary Ware · 9 years ago
  17. 4aa30dc rstlint: explicitly open files as UTF8 by Zachary Ware · 9 years ago
  18. 97efb89 Closes #24680: Merge with 3.5 by Zachary Ware · 9 years ago
  19. c8115b8 Issue #24680: Merge with 3.4 by Zachary Ware · 9 years ago
  20. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  21. 8ff3a5a Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  22. 296b347 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  23. 750eae1 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  24. 8d603f1 Merge 3.5 (Issue #24669) by Yury Selivanov · 9 years ago
  25. e4e811d Issue #24669: Fix inspect.getsource() for 'async def' functions. by Yury Selivanov · 9 years ago
  26. ad1a341 Close issue6549: minor ttk.Style fixes by Ethan Furman · 9 years ago
  27. 95e0960 Use setUpClass and tearDownClass correctly in test_os. by Berker Peksag · 9 years ago
  28. 036a71b Use setUpClass and tearDownClass correctly in test_os. by Berker Peksag · 9 years ago
  29. 8a40b6b Fixes argument handling in build.bat and HHC search by Steve Dower · 9 years ago
  30. e1f6805 Fixes argument handling in build.bat and HHC search by Steve Dower · 9 years ago
  31. c21bfa8 Updates get_wix.py for newer version of WiX. by Steve Dower · 9 years ago
  32. c79dbc7 Updates get_wix.py for newer version of WiX. by Steve Dower · 9 years ago
  33. 5f27a5c Merge with 3.5 by Terry Jan Reedy · 9 years ago
  34. fd580cb Merge with 3.4 by Terry Jan Reedy · 9 years ago
  35. 19c1a87 Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. by Terry Jan Reedy · 9 years ago
  36. c8fe044 Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() by Serhiy Storchaka · 9 years ago
  37. d92d4ef Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() by Serhiy Storchaka · 9 years ago
  38. fd44384 Merge 3.5 by Victor Stinner · 9 years ago
  39. 3d0b842 Merge 3.4 by Victor Stinner · 9 years ago
  40. c0b1e0f Issue #24675: Avoid DeprecationWarning in test_os by Victor Stinner · 9 years ago
  41. ff9e18a Issue #24583: Consolidate previous set object updates into a single function by Raymond Hettinger · 9 years ago
  42. aa23fa2 merge by Raymond Hettinger · 9 years ago
  43. 043e800 merge by Raymond Hettinger · 9 years ago
  44. 239aba7 Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  45. 482c05c Issue #24583: Fix refcount leak. by Raymond Hettinger · 9 years ago
  46. cfe5b6c Divisions-by-two for a positive Py_ssize_t compile more cleanly with >>1 than /2. by Raymond Hettinger · 9 years ago
  47. 498b5e9 Issue #24580: Symbolic group references to open group in re patterns now are by Serhiy Storchaka · 9 years ago
  48. 485407c Issue #24580: Symbolic group references to open group in re patterns now are by Serhiy Storchaka · 9 years ago
  49. 44a5cd6 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  50. 2489bd5 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  51. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  52. 5324f65 Fixed typos in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  53. f12e3e2 Fixed typos in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  54. d830b9d merge 3.5 (#24655) by Benjamin Peterson · 9 years ago
  55. 0544cf0 merge 3.4 (#24655) by Benjamin Peterson · 9 years ago
  56. d113c96 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  57. 7066cd7 Merge with 3.5 by Steve Dower · 9 years ago
  58. 61ca207 Issue #24642: Improves help text displayed in the Windows installer. by Steve Dower · 9 years ago
  59. 2434aa2 Adds support for an unattend.xml file to control the Windows installer options. by Steve Dower · 9 years ago
  60. a3d03ec Adds option to only install the launcher. by Steve Dower · 9 years ago
  61. 752dfda Issue #24642: Adds installer notes and links to What's New for 3.5 by Steve Dower · 9 years ago
  62. 313fbf4 Issue #24642: Adds installer notes and links to What's New for 3.5 by Steve Dower · 9 years ago
  63. 6160b35 Merge with 3.5 by Steve Dower · 9 years ago
  64. af75a54 Removes my username from the documentation. by Steve Dower · 9 years ago
  65. 2d37cb2 Fixes sys.path for applocal environments. by Steve Dower · 9 years ago
  66. eaf3ca8 Typo fix in mock.patch. by Robert Collins · 9 years ago
  67. 1a80081 Typo fix in mock.patch. by Robert Collins · 9 years ago
  68. 92b3e065 Typo fix in mock.patch. by Robert Collins · 9 years ago
  69. ccea2d6 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  70. 4838717 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  71. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  72. c959769 Merge with 3.5 by Steve Dower · 9 years ago
  73. 2237bdc Adds option to install launcher for all users even when installing Python just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. by Steve Dower · 9 years ago
  74. 71f8921 Merge 3.5 by Victor Stinner · 9 years ago
  75. 8cc80f1 Merge 3.4 by Victor Stinner · 9 years ago
  76. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 9 years ago
  77. 061091a Issue #24583: Fix crash when set is mutated while being updated. by Raymond Hettinger · 9 years ago
  78. d702044 merge by Raymond Hettinger · 9 years ago
  79. a3626bc Issue #24583: Fix crash when set is mutated while being updated. by Raymond Hettinger · 9 years ago
  80. 3a22908 Issue #24631: Fixed regression in the timeit modulu with multyline setup. by Serhiy Storchaka · 9 years ago
  81. ced770d Issue #24631: Fixed regression in the timeit modulu with multyline setup. by Serhiy Storchaka · 9 years ago
  82. a7282c0 - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  83. 76d508b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  84. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  85. 3446082 Issue 23661: null-merge with 3.5. by Robert Collins · 9 years ago
  86. f58f88c Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  87. a3fffb0 Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  88. dc87e4b Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor. by Charles-François Natali · 9 years ago
  89. de2691d merge 3.5 (#24610) by Benjamin Peterson · 9 years ago
  90. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 9 years ago
  91. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  92. e550517 Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  93. 0512115 Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  94. d44768f Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  95. 16c96bb Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  96. 3d031e6 Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  97. e0fd7ef Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  98. 40949e0 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  99. fb578f0 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  100. e6ecea5 asyncio: sync with github asyncio by Victor Stinner · 9 years ago