1. 98b30cb Issue #24984: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  2. 24a9bd0 Issue #24984: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  3. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  4. a1419d1 Merged in stevedower/cpython350 (pull request #23) by Larry Hastings · 9 years ago
  5. bf74f37 Moves distutils test import within skippable class. by Steve Dower · 9 years ago
  6. 3f560c1 Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  7. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  8. 29bdbd0 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  9. 52ee247 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  10. 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  11. 2b6ccb8 merge dangling 3.5 into default by Terry Jan Reedy · 9 years ago
  12. c31b6d1 Merge 3.5.0rc3 revisions back into current 3.5.0 head. by Larry Hastings · 9 years ago
  13. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  14. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  15. 0130e29 Adds Mics/NEWS entry for issue #25029. by Steve Dower · 9 years ago
  16. f711a90 Merge fix for #25029 by Steve Dower · 9 years ago
  17. f772e91 Added Misc/NEWS section for Python 3.5.0 final. by Larry Hastings · 9 years ago
  18. 696dbb1 Merge 3.6 branches by Martin Panter · 9 years ago
  19. 6a563b6 Merge 3.5 branches by Martin Panter · 9 years ago
  20. a5f1563 Merge 3.5 by Yury Selivanov · 9 years ago
  21. 0ac5f28 whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465 by Yury Selivanov · 9 years ago
  22. a6cf627 Merge 3.5 by Yury Selivanov · 9 years ago
  23. 40301c0 whatsnew/3.5: Better formatting; add traceback to significantly improved stdlib by Yury Selivanov · 9 years ago
  24. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  25. 5127cde Merge 3.5 branches by Martin Panter · 9 years ago
  26. 9b82a99 Merge 3.5 by Yury Selivanov · 9 years ago
  27. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  28. 97cded9 Issue #25029: MemoryError in test_strptime by Steve Dower · 9 years ago
  29. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  30. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  31. cd5d765 cleanup datetime code by Victor Stinner · 9 years ago
  32. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  33. 69cc487 Revert change 0eb8c182131e: by Victor Stinner · 9 years ago
  34. 1638bdf Merge 3.5 by Yury Selivanov · 9 years ago
  35. dfcfe13 docs/whatsnew/3.5: Update peps section by Yury Selivanov · 9 years ago
  36. 8a6023d Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  37. 050a143 Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  38. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  39. 4da050a Update PCbuild/readme.txt (merge from 3.5) by Zachary Ware · 9 years ago
  40. 875ef4c Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  41. 09dadb5 merge by Raymond Hettinger · 9 years ago
  42. 3ada93f merge by Raymond Hettinger · 9 years ago
  43. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  44. fcec42c Closes #25010: Merge with 3.5 by Zachary Ware · 9 years ago
  45. 70b7539 Issue #25010: Merge with 3.4 by Zachary Ware · 9 years ago
  46. 1a690fb Issue #25010: Fix path for .pyd example project. by Zachary Ware · 9 years ago
  47. 899f32f Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  48. d941d7a Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  49. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  50. 90fd895 Issue #22241: Fix a compiler waring by Victor Stinner · 9 years ago
  51. 6574a38 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  52. 6c8b66c Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  53. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  54. 9df7035 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  55. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  56. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  57. adbb4d8 Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  58. ae0d752 Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  59. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  60. 39d6542 Merge 3.5. by Serhiy Storchaka · 9 years ago
  61. c8c47f5 Merge heads. by Larry Hastings · 9 years ago
  62. 71f9633 Added tag v3.5.0rc3 for changeset 66ed52375df8 by Larry Hastings · 9 years ago
  63. 442c560 Version bump for Python 3.5.0rc3. by Larry Hastings · 9 years ago
  64. 7d83949 Updated topics (again) for Python 3.5.0rc3 (second try). by Larry Hastings · 9 years ago
  65. 8bfb47a Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  66. 8c85a20 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  67. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  68. 5dc29f2 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  69. ffcff22 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  70. b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  71. 45fd951 Merge from 3.5 by Steve Dower · 9 years ago
  72. eeeff70 Null merge from 3.4 by Steve Dower · 9 years ago
  73. 96d4943 Reapplied change to test_warnings.py to test_warnings/__init__.py. by Steve Dower · 9 years ago
  74. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  75. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  76. c1635e4 Merged in stevedower/cpython350 (pull request #20) by Larry Hastings · 9 years ago
  77. 1b8be1f Issue #25004: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  78. 015e3f6 Issue #23406: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  79. da19767 Issue #25004: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  80. 6cb1963 Issue #23406: Remove specific line number from susp-ignored.csv by Martin Panter · 9 years ago
  81. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  82. e5b5895 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  83. 3368eb7 Issue #23406: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  84. 06dc2fa Issue #23406: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  85. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  86. 481d3af Make asdl_c.py to generate Python-ast.c changed in issue #15989. by Serhiy Storchaka · 9 years ago
  87. 564cf7b #23144: merge with 3.5. by Ezio Melotti · 9 years ago
  88. 20a2c64 #23144: merge with 3.4. by Ezio Melotti · 9 years ago
  89. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  90. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  91. 7827a5b Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'. by Alexander Belopolsky · 9 years ago
  92. 40dc328 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  93. 2ba3980 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  94. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  95. 8fecd42 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  96. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  97. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  98. 714e493 Issue #24305: Prevent import subsystem stack frames from being counted by Larry Hastings · 9 years ago
  99. 62b2462 Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. by Larry Hastings · 9 years ago
  100. 643d6d3 Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago