1. e4e811d Issue #24669: Fix inspect.getsource() for 'async def' functions. by Yury Selivanov · 9 years ago
  2. 036a71b Use setUpClass and tearDownClass correctly in test_os. by Berker Peksag · 9 years ago
  3. e1f6805 Fixes argument handling in build.bat and HHC search by Steve Dower · 9 years ago
  4. c79dbc7 Updates get_wix.py for newer version of WiX. by Steve Dower · 9 years ago
  5. fd580cb Merge with 3.4 by Terry Jan Reedy · 9 years ago
  6. 19c1a87 Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. by Terry Jan Reedy · 9 years ago
  7. d92d4ef Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() by Serhiy Storchaka · 9 years ago
  8. 3d0b842 Merge 3.4 by Victor Stinner · 9 years ago
  9. c0b1e0f Issue #24675: Avoid DeprecationWarning in test_os by Victor Stinner · 9 years ago
  10. 043e800 merge by Raymond Hettinger · 9 years ago
  11. 239aba7 Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  12. 485407c Issue #24580: Symbolic group references to open group in re patterns now are by Serhiy Storchaka · 9 years ago
  13. 2489bd5 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  14. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  15. f12e3e2 Fixed typos in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  16. 0544cf0 merge 3.4 (#24655) by Benjamin Peterson · 9 years ago
  17. d113c96 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  18. 61ca207 Issue #24642: Improves help text displayed in the Windows installer. by Steve Dower · 9 years ago
  19. 2434aa2 Adds support for an unattend.xml file to control the Windows installer options. by Steve Dower · 9 years ago
  20. a3d03ec Adds option to only install the launcher. by Steve Dower · 9 years ago
  21. 313fbf4 Issue #24642: Adds installer notes and links to What's New for 3.5 by Steve Dower · 9 years ago
  22. af75a54 Removes my username from the documentation. by Steve Dower · 9 years ago
  23. 2d37cb2 Fixes sys.path for applocal environments. by Steve Dower · 9 years ago
  24. 1a80081 Typo fix in mock.patch. by Robert Collins · 9 years ago
  25. 92b3e065 Typo fix in mock.patch. by Robert Collins · 9 years ago
  26. 4838717 Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  27. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  28. 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
  29. 8cc80f1 Merge 3.4 by Victor Stinner · 9 years ago
  30. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 9 years ago
  31. a3626bc Issue #24583: Fix crash when set is mutated while being updated. by Raymond Hettinger · 9 years ago
  32. ced770d Issue #24631: Fixed regression in the timeit modulu with multyline setup. by Serhiy Storchaka · 9 years ago
  33. 76d508b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  34. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  35. f58f88c Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  36. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 9 years ago
  37. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  38. 0512115 Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  39. d44768f Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  40. 3d031e6 Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  41. e0fd7ef Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  42. fb578f0 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  43. e6ecea5 asyncio: sync with github asyncio by Victor Stinner · 9 years ago
  44. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  45. b85b427 Fixes installer rebuild, snapshot versioning, and the README.txt file. by Steve Dower · 9 years ago
  46. 4943749 Issue #24585: Enables build-to-build upgrades that preserve settings. by Steve Dower · 9 years ago
  47. 9e7a046 Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  48. af320b3 Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  49. b257eed Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 by Steve Dower · 9 years ago
  50. 80d0651 Update ignored suspicious markup by Zachary Ware · 9 years ago
  51. 7f142c7 Fix versionchanged directives by Zachary Ware · 9 years ago
  52. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  53. 4ffc3d4 Merge 3.4 by Zachary Ware · 9 years ago
  54. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  55. 1a7df86 Merge 3.4 by Zachary Ware · 9 years ago
  56. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  57. 958b3cc Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  58. ebbdb7d Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  59. 2dd6e47 merge 3.4 by Benjamin Peterson · 9 years ago
  60. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  61. c0a446a merge 3.4 by Benjamin Peterson · 9 years ago
  62. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  63. 02eae6b Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  64. 03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  65. e12aa62 Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  66. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  67. 53ecc58 Issue #24540: merger from 3.4 by Ned Deily · 9 years ago
  68. 54630d9 Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  69. ab30353 Merge with ongoing work in 3.5 branch. by Larry Hastings · 9 years ago
  70. b34db6a Post-release fixes for Python 3.5.0b3. by Larry Hastings · 9 years ago
  71. 95f9dd5 merge heads by Benjamin Peterson · 9 years ago
  72. d5d77aa set items in dict displays from left to right (closes #24569) by Benjamin Peterson · 9 years ago
  73. 1554b17 add news section for next beta by Benjamin Peterson · 9 years ago
  74. d423396 Fixes rebuild of strings for Windows installer. by Steve Dower · 9 years ago
  75. a111271 merge 3.4 by Benjamin Peterson · 9 years ago
  76. 63eaf7b merge heads by Benjamin Peterson · 9 years ago
  77. 1da0612 merge heads by Benjamin Peterson · 9 years ago
  78. 0417f55 Added tag v3.5.0b3 for changeset 0035fcd9b924 by Larry Hastings · 9 years ago
  79. 9626971 Version bump for Python 3.5.0b3 release. by Larry Hastings · 9 years ago
  80. aaa377f Documentation fixes for 3.5.0b3. by Larry Hastings · 9 years ago
  81. e54d532 merge 3.4 (#24407) by Benjamin Peterson · 9 years ago
  82. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  83. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  84. 2e770ce Issue #24330: merge from 3.4 by Ned Deily · 9 years ago
  85. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  86. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  87. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  88. 06606e7 Ignore user environment/site-packages for ensurepip and compile_all by Steve Dower · 9 years ago
  89. 1b7f6fe Updates to the OS X installer for 3.5.0b3: by Ned Deily · 9 years ago
  90. 704dde1 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  91. 0454d48 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  92. f92673c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  93. a09ef03 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  94. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  95. ac2bd5b Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line. by Steve Dower · 9 years ago
  96. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  97. ccc897f Add a rudimentary test for StopAsyncIteration in test_exceptions. by Yury Selivanov · 9 years ago
  98. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  99. 27be130 Merge 3.4 (Issue #24450) by Yury Selivanov · 9 years ago
  100. 09e6058 Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper by Yury Selivanov · 9 years ago