1. a7282c0 - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  2. 76d508b - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  3. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  4. 3446082 Issue 23661: null-merge with 3.5. by Robert Collins · 9 years ago
  5. f58f88c Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  6. a3fffb0 Issue #23661: unittest.mock side_effects can now be exceptions again. by Robert Collins · 9 years ago
  7. dc87e4b Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor. by Charles-François Natali · 9 years ago
  8. de2691d merge 3.5 (#24610) by Benjamin Peterson · 9 years ago
  9. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 9 years ago
  10. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  11. e550517 Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  12. 0512115 Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  13. d44768f Issue #24608: chunk.Chunk.read() now always returns bytes, not str. by Serhiy Storchaka · 9 years ago
  14. 16c96bb Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  15. 3d031e6 Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  16. e0fd7ef Corrected docstrings of audio modules. writeframes() accepts bytes, not str. by Serhiy Storchaka · 9 years ago
  17. 40949e0 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
  18. fb578f0 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  19. e6ecea5 asyncio: sync with github asyncio by Victor Stinner · 9 years ago
  20. f5b0629 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  21. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  22. 99168ad Fixes installer rebuild, snapshot versioning, and the README.txt file. by Steve Dower · 9 years ago
  23. b85b427 Fixes installer rebuild, snapshot versioning, and the README.txt file. by Steve Dower · 9 years ago
  24. 67b9ab5 Issue #24585: Enables build-to-build upgrades that preserve settings. by Steve Dower · 9 years ago
  25. 4943749 Issue #24585: Enables build-to-build upgrades that preserve settings. by Steve Dower · 9 years ago
  26. d6b0c4b Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  27. 9e7a046 Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  28. af320b3 Added regression test for issue24581. by Serhiy Storchaka · 9 years ago
  29. 5d2385f Neaten-up a little bit. by Raymond Hettinger · 9 years ago
  30. a327cff Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 by Steve Dower · 9 years ago
  31. b257eed Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 by Steve Dower · 9 years ago
  32. 9632a7d Issue 24581: Revert c9782a9ac031 pending a stronger test for mutation during iteration. by Raymond Hettinger · 9 years ago
  33. 9f20bdb Merge 3.5 by Zachary Ware · 9 years ago
  34. 80d0651 Update ignored suspicious markup by Zachary Ware · 9 years ago
  35. 2807321 Merge 3.5 by Zachary Ware · 9 years ago
  36. 7f142c7 Fix versionchanged directives by Zachary Ware · 9 years ago
  37. f149ae4 Merge 3.5 by Zachary Ware · 9 years ago
  38. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  39. 4ffc3d4 Merge 3.4 by Zachary Ware · 9 years ago
  40. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  41. 6b42059 Merge 3.5 by Zachary Ware · 9 years ago
  42. 1a7df86 Merge 3.4 by Zachary Ware · 9 years ago
  43. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  44. 11ce8e6 Minor bit of factoring-out common code. by Raymond Hettinger · 9 years ago
  45. 3dbc11c Tighten-up code in the set iterator to use an entry pointer rather than indexing. by Raymond Hettinger · 9 years ago
  46. 6d7cfad Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  47. 958b3cc Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  48. ebbdb7d Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  49. 809868a merge 3.5 by Benjamin Peterson · 9 years ago
  50. 2dd6e47 merge 3.4 by Benjamin Peterson · 9 years ago
  51. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  52. ef6bd7d Tighten-up code in set_next() to use an entry pointer rather than indexing. by Raymond Hettinger · 9 years ago
  53. df48b85 merge 3.5 by Benjamin Peterson · 9 years ago
  54. c0a446a merge 3.4 by Benjamin Peterson · 9 years ago
  55. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  56. 5bccb29 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  57. 02eae6b Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  58. 03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  59. 7afe40e Merge with 3.5: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  60. 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
  61. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  62. b48d6a6 Bring related functions add/contains/discard together in the code. by Raymond Hettinger · 9 years ago
  63. 73799b1 Change add/contains/discard calls to pass the key and hash instead of an entry struct. by Raymond Hettinger · 9 years ago
  64. 14806c4 Issue #24540: merger from 3.5 by Ned Deily · 9 years ago
  65. 53ecc58 Issue #24540: merger from 3.4 by Ned Deily · 9 years ago
  66. 54630d9 Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  67. da2d51f merge 3.5.0b3 changes from 3.5 by Ned Deily · 9 years ago
  68. ab30353 Merge with ongoing work in 3.5 branch. by Larry Hastings · 9 years ago
  69. b34db6a Post-release fixes for Python 3.5.0b3. by Larry Hastings · 9 years ago
  70. dc28d5a Clean-up call patterns for add/contains/discard to better match the caller's needs. by Raymond Hettinger · 9 years ago
  71. fdf660a merge 3.5 by Benjamin Peterson · 9 years ago
  72. 1ef5719 merge heads by Benjamin Peterson · 9 years ago
  73. 95f9dd5 merge heads by Benjamin Peterson · 9 years ago
  74. 9f71cb0 merge 3.5 (#24569) by Benjamin Peterson · 9 years ago
  75. d5d77aa set items in dict displays from left to right (closes #24569) by Benjamin Peterson · 9 years ago
  76. 1554b17 add news section for next beta by Benjamin Peterson · 9 years ago
  77. 32f64d0 Fixes rebuild of strings for Windows installer. by Steve Dower · 9 years ago
  78. d423396 Fixes rebuild of strings for Windows installer. by Steve Dower · 9 years ago
  79. 3e7f3c0 merge 3.5 by Benjamin Peterson · 9 years ago
  80. 191a8f0 merge heads by Benjamin Peterson · 9 years ago
  81. a111271 merge 3.4 by Benjamin Peterson · 9 years ago
  82. 63eaf7b merge heads by Benjamin Peterson · 9 years ago
  83. 1da0612 merge heads by Benjamin Peterson · 9 years ago
  84. 0417f55 Added tag v3.5.0b3 for changeset 0035fcd9b924 by Larry Hastings · 9 years ago
  85. 9626971 Version bump for Python 3.5.0b3 release. by Larry Hastings · 9 years ago
  86. aaa377f Documentation fixes for 3.5.0b3. by Larry Hastings · 9 years ago
  87. d34c246 merge 3.5 (#24407) by Benjamin Peterson · 9 years ago
  88. e54d532 merge 3.4 (#24407) by Benjamin Peterson · 9 years ago
  89. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  90. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  91. ac2ef65 Make the unicode equality test an external function rather than in-lining it. by Raymond Hettinger · 9 years ago
  92. 7fe0507 Issue #24330: merge from 3.5 by Ned Deily · 9 years ago
  93. 2e770ce Issue #24330: merge from 3.4 by Ned Deily · 9 years ago
  94. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  95. fb85509 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  96. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  97. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  98. 7bcf919 Ignore user environment/site-packages for ensurepip and compile_all by Steve Dower · 9 years ago
  99. 06606e7 Ignore user environment/site-packages for ensurepip and compile_all by Steve Dower · 9 years ago
  100. e186c76 Make sure the dummy percentage calculation won't overflow. by Raymond Hettinger · 9 years ago