1. a327cff Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 by Steve Dower · 9 years ago
  2. b257eed Closes 24584: Windows installer incorrectly detects CRT version on Windows 10 by Steve Dower · 9 years ago
  3. 9632a7d Issue 24581: Revert c9782a9ac031 pending a stronger test for mutation during iteration. by Raymond Hettinger · 9 years ago
  4. 9f20bdb Merge 3.5 by Zachary Ware · 9 years ago
  5. 80d0651 Update ignored suspicious markup by Zachary Ware · 9 years ago
  6. 2807321 Merge 3.5 by Zachary Ware · 9 years ago
  7. 7f142c7 Fix versionchanged directives by Zachary Ware · 9 years ago
  8. f149ae4 Merge 3.5 by Zachary Ware · 9 years ago
  9. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  10. 4ffc3d4 Merge 3.4 by Zachary Ware · 9 years ago
  11. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  12. 6b42059 Merge 3.5 by Zachary Ware · 9 years ago
  13. 1a7df86 Merge 3.4 by Zachary Ware · 9 years ago
  14. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  15. 11ce8e6 Minor bit of factoring-out common code. by Raymond Hettinger · 9 years ago
  16. 3dbc11c Tighten-up code in the set iterator to use an entry pointer rather than indexing. by Raymond Hettinger · 9 years ago
  17. 6d7cfad Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  18. 958b3cc Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  19. ebbdb7d Corrected empty lines in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  20. 809868a merge 3.5 by Benjamin Peterson · 9 years ago
  21. 2dd6e47 merge 3.4 by Benjamin Peterson · 9 years ago
  22. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  23. ef6bd7d Tighten-up code in set_next() to use an entry pointer rather than indexing. by Raymond Hettinger · 9 years ago
  24. df48b85 merge 3.5 by Benjamin Peterson · 9 years ago
  25. c0a446a merge 3.4 by Benjamin Peterson · 9 years ago
  26. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  27. 5bccb29 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  28. 02eae6b Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  29. 03d6ee3 Issue #18684: Fixed reading out of the buffer in the re module. by Serhiy Storchaka · 9 years ago
  30. 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
  31. 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
  32. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  33. b48d6a6 Bring related functions add/contains/discard together in the code. by Raymond Hettinger · 9 years ago
  34. 73799b1 Change add/contains/discard calls to pass the key and hash instead of an entry struct. by Raymond Hettinger · 9 years ago
  35. 14806c4 Issue #24540: merger from 3.5 by Ned Deily · 9 years ago
  36. 53ecc58 Issue #24540: merger from 3.4 by Ned Deily · 9 years ago
  37. 54630d9 Issue #24540: fix typo in json.dumps docstring by Ned Deily · 9 years ago
  38. da2d51f merge 3.5.0b3 changes from 3.5 by Ned Deily · 9 years ago
  39. ab30353 Merge with ongoing work in 3.5 branch. by Larry Hastings · 9 years ago
  40. b34db6a Post-release fixes for Python 3.5.0b3. by Larry Hastings · 9 years ago
  41. dc28d5a Clean-up call patterns for add/contains/discard to better match the caller's needs. by Raymond Hettinger · 9 years ago
  42. fdf660a merge 3.5 by Benjamin Peterson · 9 years ago
  43. 1ef5719 merge heads by Benjamin Peterson · 9 years ago
  44. 95f9dd5 merge heads by Benjamin Peterson · 9 years ago
  45. 9f71cb0 merge 3.5 (#24569) by Benjamin Peterson · 9 years ago
  46. d5d77aa set items in dict displays from left to right (closes #24569) by Benjamin Peterson · 9 years ago
  47. 1554b17 add news section for next beta by Benjamin Peterson · 9 years ago
  48. 32f64d0 Fixes rebuild of strings for Windows installer. by Steve Dower · 9 years ago
  49. d423396 Fixes rebuild of strings for Windows installer. by Steve Dower · 9 years ago
  50. 3e7f3c0 merge 3.5 by Benjamin Peterson · 9 years ago
  51. 191a8f0 merge heads by Benjamin Peterson · 9 years ago
  52. a111271 merge 3.4 by Benjamin Peterson · 9 years ago
  53. 63eaf7b merge heads by Benjamin Peterson · 9 years ago
  54. 1da0612 merge heads by Benjamin Peterson · 9 years ago
  55. 0417f55 Added tag v3.5.0b3 for changeset 0035fcd9b924 by Larry Hastings · 9 years ago
  56. 9626971 Version bump for Python 3.5.0b3 release. by Larry Hastings · 9 years ago
  57. aaa377f Documentation fixes for 3.5.0b3. by Larry Hastings · 9 years ago
  58. d34c246 merge 3.5 (#24407) by Benjamin Peterson · 9 years ago
  59. e54d532 merge 3.4 (#24407) by Benjamin Peterson · 9 years ago
  60. 2a48a6e merge 3.3 (#24407) by Benjamin Peterson · 9 years ago
  61. a82f77f protect against mutation of the dict during insertion (closes #24407) by Benjamin Peterson · 9 years ago
  62. ac2ef65 Make the unicode equality test an external function rather than in-lining it. by Raymond Hettinger · 9 years ago
  63. 7fe0507 Issue #24330: merge from 3.5 by Ned Deily · 9 years ago
  64. 2e770ce Issue #24330: merge from 3.4 by Ned Deily · 9 years ago
  65. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  66. fb85509 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  67. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  68. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  69. 7bcf919 Ignore user environment/site-packages for ensurepip and compile_all by Steve Dower · 9 years ago
  70. 06606e7 Ignore user environment/site-packages for ensurepip and compile_all by Steve Dower · 9 years ago
  71. e186c76 Make sure the dummy percentage calculation won't overflow. by Raymond Hettinger · 9 years ago
  72. c2480dc Minor cleanup. by Raymond Hettinger · 9 years ago
  73. 28e15ef Updates to the OS X installer (merge from 3.5) by Ned Deily · 9 years ago
  74. 1b7f6fe Updates to the OS X installer for 3.5.0b3: by Ned Deily · 9 years ago
  75. a84e1e9 Issue #24432: merge from 3.5 by Ned Deily · 9 years ago
  76. 704dde1 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  77. b322326 Minor nit: Make the style of checking error return values more consistent. by Raymond Hettinger · 9 years ago
  78. 0454d48 Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. by Ned Deily · 9 years ago
  79. 4897300 Minor factoring: move redundant resize scaling logic into the resize function. by Raymond Hettinger · 9 years ago
  80. 3c1f52e Call set_lookkey() directly to avoid unnecessary memory spills and reloads. by Raymond Hettinger · 9 years ago
  81. 15f0869 Move insertion resize logic into set_insert_key(). by Raymond Hettinger · 9 years ago
  82. df418b6 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  83. f92673c Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  84. a09ef03 Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. by Steve Dower · 9 years ago
  85. 0a34c49 Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line. by Steve Dower · 9 years ago
  86. d48fb48 Merge 3.5 (Issue #24400) by Yury Selivanov · 9 years ago
  87. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  88. ac2bd5b Fixes warnings when building python3.dll due to the .def file accumulating multiple copies of each line. by Steve Dower · 9 years ago
  89. 11e6d79 Merge fix for #24458 from 3.5 by Nick Coghlan · 9 years ago
  90. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  91. 4bbc3cc Merge 3.5 by Yury Selivanov · 9 years ago
  92. ccc897f Add a rudimentary test for StopAsyncIteration in test_exceptions. by Yury Selivanov · 9 years ago
  93. bb215e2 Merge 3.5 (Issue #19235) by Yury Selivanov · 9 years ago
  94. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  95. 1c5e5a8 Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  96. 27be130 Merge 3.4 (Issue #24450) by Yury Selivanov · 9 years ago
  97. 09e6058 Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper by Yury Selivanov · 9 years ago
  98. b166d58 Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  99. 53e6230 Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine by Yury Selivanov · 9 years ago
  100. d6d0b5b Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago