1. 164df4e Version bump for Python 3.5.0b4. by Larry Hastings · 10 years ago v3.5.0b4
  2. 197ae02 Updated pydoc topics for 3.5.0b4. by Larry Hastings · 10 years ago
  3. 940d69d Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 10 years ago
  4. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 10 years ago
  5. bf1d4b6 Issue #24420: Fix documentation regression introduced by f0a00ee094ff. by Berker Peksag · 10 years ago
  6. 00f8197 Issue #24279: Update test_base64 to use test.support.script_helper. by Berker Peksag · 10 years ago
  7. a1bddad Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 10 years ago
  8. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 10 years ago
  9. 374164c Issue #14373: Fixed segmentation fault when gc.collect() is called during by Serhiy Storchaka · 10 years ago
  10. 389e3d7 Merge 3.4 by Victor Stinner · 10 years ago
  11. eaf16ab asyncio: sync with github by Victor Stinner · 10 years ago
  12. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 10 years ago
  13. 71f70b8 Issue #24603: merge from 3.4 by Ned Deily · 10 years ago
  14. f05b79d Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 10 years ago
  15. c3f417d Issue #24695: Fix a regression in traceback.print_exception() by Berker Peksag · 10 years ago
  16. c19bb32 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 10 years ago
  17. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 10 years ago
  18. 5b718d7 Issue #24485: Function source inspection fails on closures. by Meador Inge · 10 years ago
  19. 7039839 Add versionchanged information for mock_open. by Robert Collins · 10 years ago
  20. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 10 years ago
  21. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 10 years ago
  22. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 10 years ago
  23. 4f4913b Issue #24485: Revert backwards compatibility breaking changes of #21217. by Yury Selivanov · 10 years ago
  24. 4887523c Issue #24692: Add more tests for types.coroutine by Yury Selivanov · 10 years ago
  25. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 10 years ago
  26. f315c1c Issue #24687: Plug refleak on SyntaxError in function parameters annotations. by Yury Selivanov · 10 years ago
  27. 2f07a66 Issue #24688: ast.get_docstring() for 'async def' functions. by Yury Selivanov · 10 years ago
  28. 943ddac Remove line numbers from unittest in susp-ignored. by Robert Collins · 10 years ago
  29. 80e4f30 Remove line numbers from unittest in susp-ignored. by Robert Collins · 10 years ago
  30. 6cd5635 Merge unittest docs suspicious fix. by Robert Collins · 10 years ago
  31. 16dd210 Fix suspicious after the unittest docs change. by Robert Collins · 10 years ago
  32. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 10 years ago
  33. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 10 years ago
  34. b575432 Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests by Berker Peksag · 10 years ago
  35. b7666a3 Issue #24619: More tests; fix nits in compiler.c by Yury Selivanov · 10 years ago
  36. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 10 years ago
  37. 80acc3e Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 10 years ago
  38. 689b55c Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 10 years ago
  39. d7841ef Merge with 3.4 by Zachary Ware · 10 years ago
  40. 4aa30dc rstlint: explicitly open files as UTF8 by Zachary Ware · 10 years ago
  41. c8115b8 Issue #24680: Merge with 3.4 by Zachary Ware · 10 years ago
  42. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 10 years ago
  43. 296b347 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 10 years ago
  44. 750eae1 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 10 years ago
  45. e4e811d Issue #24669: Fix inspect.getsource() for 'async def' functions. by Yury Selivanov · 10 years ago
  46. 036a71b Use setUpClass and tearDownClass correctly in test_os. by Berker Peksag · 10 years ago
  47. e1f6805 Fixes argument handling in build.bat and HHC search by Steve Dower · 10 years ago
  48. c79dbc7 Updates get_wix.py for newer version of WiX. by Steve Dower · 10 years ago
  49. fd580cb Merge with 3.4 by Terry Jan Reedy · 10 years ago
  50. 19c1a87 Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. by Terry Jan Reedy · 10 years ago
  51. d92d4ef Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() by Serhiy Storchaka · 10 years ago
  52. 3d0b842 Merge 3.4 by Victor Stinner · 10 years ago
  53. c0b1e0f Issue #24675: Avoid DeprecationWarning in test_os by Victor Stinner · 10 years ago
  54. 043e800 merge by Raymond Hettinger · 10 years ago
  55. 239aba7 Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 10 years ago
  56. 485407c Issue #24580: Symbolic group references to open group in re patterns now are by Serhiy Storchaka · 10 years ago
  57. 2489bd5 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 10 years ago
  58. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 10 years ago
  59. f12e3e2 Fixed typos in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  60. 0544cf0 merge 3.4 (#24655) by Benjamin Peterson · 10 years ago
  61. d113c96 improve style of the convert macro (#24655) by Benjamin Peterson · 10 years ago
  62. 61ca207 Issue #24642: Improves help text displayed in the Windows installer. by Steve Dower · 10 years ago
  63. 2434aa2 Adds support for an unattend.xml file to control the Windows installer options. by Steve Dower · 10 years ago
  64. a3d03ec Adds option to only install the launcher. by Steve Dower · 10 years ago
  65. 313fbf4 Issue #24642: Adds installer notes and links to What's New for 3.5 by Steve Dower · 10 years ago
  66. af75a54 Removes my username from the documentation. by Steve Dower · 10 years ago
  67. 2d37cb2 Fixes sys.path for applocal environments. by Steve Dower · 10 years ago
  68. 1a80081 Typo fix in mock.patch. by Robert Collins · 10 years ago
  69. 92b3e065 Typo fix in mock.patch. by Robert Collins · 10 years ago
  70. 4838717 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 10 years ago
  71. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 10 years ago
  72. 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 · 10 years ago
  73. 8cc80f1 Merge 3.4 by Victor Stinner · 10 years ago
  74. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 10 years ago
  75. a3626bc Issue #24583: Fix crash when set is mutated while being updated. by Raymond Hettinger · 10 years ago
  76. ced770d Issue #24631: Fixed regression in the timeit modulu with multyline setup. by Serhiy Storchaka · 10 years ago
  77. 76d508b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 10 years ago
  78. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 10 years ago
  79. f58f88c Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 10 years ago
  80. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 10 years ago
  81. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 10 years ago
  82. 0512115 Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 10 years ago
  83. d44768f Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 10 years ago
  84. 3d031e6 Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 10 years ago
  85. e0fd7ef Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 10 years ago
  86. fb578f0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  87. e6ecea5 asyncio: sync with github asyncio by Victor Stinner · 10 years ago
  88. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 10 years ago
  89. b85b4275 Fixes installer rebuild, snapshot versioning, and the README.txt file. by Steve Dower · 10 years ago
  90. 4943749 Issue #24585: Enables build-to-build upgrades that preserve settings. by Steve Dower · 10 years ago
  91. 9e7a046 Added regression test for issue24581. by Serhiy Storchaka · 10 years ago
  92. af320b3 Added regression test for issue24581. by Serhiy Storchaka · 10 years ago
  93. b257eed Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 by Steve Dower · 10 years ago
  94. 80d0651 Update ignored suspicious markup by Zachary Ware · 10 years ago
  95. 7f142c7 Fix versionchanged directives by Zachary Ware · 10 years ago
  96. 3d3aedc Fix usage of the default role. by Zachary Ware · 10 years ago
  97. 4ffc3d4 Merge 3.4 by Zachary Ware · 10 years ago
  98. e36402a Fix usage of the default role. by Zachary Ware · 10 years ago
  99. 1a7df86 Merge 3.4 by Zachary Ware · 10 years ago
  100. 5c676f6 Fix suspicious markup by Zachary Ware · 10 years ago