1. 24a9bd0 Issue #24984: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  2. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  3. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  4. 52ee247 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  5. 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  6. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  7. 6a563b6 Merge 3.5 branches by Martin Panter · 9 years ago
  8. 0ac5f28 whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465 by Yury Selivanov · 9 years ago
  9. 40301c0 whatsnew/3.5: Better formatting; add traceback to significantly improved stdlib by Yury Selivanov · 9 years ago
  10. 5127cde Merge 3.5 branches by Martin Panter · 9 years ago
  11. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  12. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  13. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  14. dfcfe13 docs/whatsnew/3.5: Update peps section by Yury Selivanov · 9 years ago
  15. 050a143 Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  16. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  17. 875ef4c Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  18. 3ada93f merge by Raymond Hettinger · 9 years ago
  19. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  20. 70b7539 Issue #25010: Merge with 3.4 by Zachary Ware · 9 years ago
  21. 1a690fb Issue #25010: Fix path for .pyd example project. by Zachary Ware · 9 years ago
  22. d941d7a Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  23. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  24. 6c8b66c Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  25. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  26. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  27. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  28. ae0d752 Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  29. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  30. c8c47f5 Merge heads. by Larry Hastings · 9 years ago
  31. 71f9633 Added tag v3.5.0rc3 for changeset 66ed52375df8 by Larry Hastings · 9 years ago
  32. 442c560 Version bump for Python 3.5.0rc3. by Larry Hastings · 9 years ago
  33. 7d83949 Updated topics (again) for Python 3.5.0rc3 (second try). by Larry Hastings · 9 years ago
  34. 8c85a20 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  35. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  36. ffcff22 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  37. b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  38. eeeff70 Null merge from 3.4 by Steve Dower · 9 years ago
  39. 96d4943 Reapplied change to test_warnings.py to test_warnings/__init__.py. by Steve Dower · 9 years ago
  40. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  41. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  42. c1635e4 Merged in stevedower/cpython350 (pull request #20) by Larry Hastings · 9 years ago
  43. da19767 Issue #25004: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  44. 6cb1963 Issue #23406: Remove specific line number from susp-ignored.csv by Martin Panter · 9 years ago
  45. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  46. e5b5895 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  47. 06dc2fa Issue #23406: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  48. 7f02d6d Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  49. 20a2c64 #23144: merge with 3.4. by Ezio Melotti · 9 years ago
  50. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  51. 2ba3980 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  52. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago
  53. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  54. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  55. 714e493 Issue #24305: Prevent import subsystem stack frames from being counted by Larry Hastings · 9 years ago
  56. 62b2462 Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. by Larry Hastings · 9 years ago
  57. dcaf4cc Issue #24917: Backed out changeset 09b62202d9b7 by Steve Dower · 9 years ago
  58. ef920d6 Backed out changeset: a29b49d57769 by Steve Dower · 9 years ago
  59. faa868a Null merge with 3.4 by Steve Dower · 9 years ago
  60. 237060a Merge from 3.5.0 release branch by Steve Dower · 9 years ago
  61. 0fba9b3 Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  62. 055a9e0 Merged in ncoghlan/cpython350 (pull request #17) by Larry Hastings · 9 years ago
  63. 2b2b753 Prevent reentrant badness by deferring the decrefs as long as possible. by Raymond Hettinger · 9 years ago
  64. e989bf5 merge from 3.4 by Terry Jan Reedy · 9 years ago
  65. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  66. 37fdcbc Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5) by Guido van Rossum · 9 years ago
  67. f3f2d37 Issue #24910: Windows MSIs now have unique display names. by Steve Dower · 9 years ago
  68. 6995342 Issue #24917: Moves NEWS entry under Library. by Steve Dower · 9 years ago
  69. 373602f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  70. 2ebd8f5 Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True) by Steve Dower · 9 years ago
  71. 9d3c61c Close #24748: Restore imp.load_dynamic compatibility by Nick Coghlan · 9 years ago
  72. 7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. by Guido van Rossum · 9 years ago
  73. 65d3643 Null merge (Larry's 3.5 -> 3.5.1). by Guido van Rossum · 9 years ago
  74. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  75. 647bae6 Issue #24635: Fixed flakiness in test_typing.py. by Guido van Rossum · 9 years ago
  76. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 9 years ago
  77. 6fb5bae Fix race condition in create_stdio() by Victor Stinner · 9 years ago
  78. d529ebb Merge: #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  79. 17227a7 #24998: fix cut and paste error in subprocess example. by R David Murray · 9 years ago
  80. 9f5bf02 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  81. 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  82. 3ac1d82 Merge 3.5.0 into 3.5.1 by Terry Jan Reedy · 9 years ago
  83. a6deff2 Issue #24986: Save some bandwidth from svn.python.org by Zachary Ware · 9 years ago
  84. 6e87576 Fixed merge error. by Serhiy Storchaka · 9 years ago
  85. 66d1865 Merge heads by Serhiy Storchaka · 9 years ago
  86. 58d83ac Merge 3.5.0 by Serhiy Storchaka · 9 years ago
  87. 9f9a00a Merged in storchaka/cpython350 (pull request #13) by Larry Hastings · 9 years ago
  88. 4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  89. b27f3c3 Issue #24986: Allow building Python without external libraries on Windows by Zachary Ware · 9 years ago
  90. e74fe18 Allow PCbuild\rt.bat to accept unlimited arguments for regrtest. by Zachary Ware · 9 years ago
  91. a43de00 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  92. 8436812 Merge from 3.5.0 for issue #24913 by Brett Cannon · 9 years ago
  93. 594e54c Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  94. 5b6917e Merge 3.4 (ICC) by Victor Stinner · 9 years ago
  95. 528a9ab Don't use defined() in C preprocessor macros by Victor Stinner · 9 years ago
  96. df6b544 Issue #24913: Fix overrun error in deque.index(). by Brett Cannon · 9 years ago
  97. fda673d Issue #24974: Force fp-model precice in mpdecimal.c on Windows by Zachary Ware · 9 years ago
  98. ca30b02 Issue #24992: Fix error handling and a race condition (related to garbage by Victor Stinner · 9 years ago
  99. 38b8ae0 Issue #24993: Handle import error in namereplace error handler by Victor Stinner · 9 years ago
  100. aba2466 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago