1. 988433f Fixes handling of read-only files when creating zip package. by Steve Dower · 9 years ago
  2. ae69de6 Fixes handling of read-only files when creating zip package. by Steve Dower · 9 years ago
  3. 29bf4d4 Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  4. 3fc536f Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  5. 3e2c8d8 test_time: rewrite PyTime API rounding tests by Victor Stinner · 9 years ago
  6. 9ae47df pytime: add _PyTime_Round() helper to factorize code by Victor Stinner · 9 years ago
  7. ce6aa74 Make _PyTime_RoundHalfEven() private again by Victor Stinner · 9 years ago
  8. 17ebaa9 Issue #24857: Comparing call_args to a long sequence now correctly returns a by Berker Peksag · 9 years ago
  9. 0ae505e Merge 3.5 by Yury Selivanov · 9 years ago
  10. ef05af5 whatsnew/3.5: Merge argparse entries by Yury Selivanov · 9 years ago
  11. 45bc650 Merge 3.5 by Yury Selivanov · 9 years ago
  12. c506277 Merge 3.5 heads by Yury Selivanov · 9 years ago
  13. cbed495 Merge 3.5 by Yury Selivanov · 9 years ago
  14. 336b37b whatsnew/3.5: First pass over NEWS is done. by Yury Selivanov · 9 years ago
  15. df326eb Fix versionchanged directive in datetime.rst by Berker Peksag · 9 years ago
  16. 334b4a3 Merge from 3.5. by Larry Hastings · 9 years ago
  17. 52e40cd Whitespace fixes to make the commit hook on hg.python.org happy. by Larry Hastings · 9 years ago
  18. ded28e3 Merge Python 3.5.0rc4 back to hg.python.org. by Larry Hastings · 9 years ago
  19. 03728fa Post-release update for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  20. 1030c10 Merge 3.5 by Yury Selivanov · 9 years ago
  21. f03d50c docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag) by Yury Selivanov · 9 years ago
  22. 095492a Merge 3.5 by Yury Selivanov · 9 years ago
  23. 1f4d470 whatsnew/3.5: Fix nits per Berker Peksag suggestion by Yury Selivanov · 9 years ago
  24. fff3e16 Added tag v3.5.0rc4 for changeset 2d033fedfa7f by Larry Hastings · 9 years ago
  25. 1043f95 Version bump for Python 3.5.0rc4. by Larry Hastings · 9 years ago
  26. 98b30cb Issue #24984: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  27. 24a9bd0 Issue #24984: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  28. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  29. a1419d1 Merged in stevedower/cpython350 (pull request #23) by Larry Hastings · 9 years ago
  30. bf74f37 Moves distutils test import within skippable class. by Steve Dower · 9 years ago
  31. 3f560c1 Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  32. 6088b7b Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  33. 29bdbd0 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  34. 52ee247 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  35. 78d915a Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 9 years ago
  36. 2b6ccb8 merge dangling 3.5 into default by Terry Jan Reedy · 9 years ago
  37. c31b6d1 Merge 3.5.0rc3 revisions back into current 3.5.0 head. by Larry Hastings · 9 years ago
  38. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  39. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 9 years ago
  40. 0130e29 Adds Mics/NEWS entry for issue #25029. by Steve Dower · 9 years ago
  41. f711a90 Merge fix for #25029 by Steve Dower · 9 years ago
  42. f772e91 Added Misc/NEWS section for Python 3.5.0 final. by Larry Hastings · 9 years ago
  43. 696dbb1 Merge 3.6 branches by Martin Panter · 9 years ago
  44. 6a563b6 Merge 3.5 branches by Martin Panter · 9 years ago
  45. a5f1563 Merge 3.5 by Yury Selivanov · 9 years ago
  46. 0ac5f28 whatsnew/3.5: Reformat PEP 475 to render in less space; add "ugly" ex in 465 by Yury Selivanov · 9 years ago
  47. a6cf627 Merge 3.5 by Yury Selivanov · 9 years ago
  48. 40301c0 whatsnew/3.5: Better formatting; add traceback to significantly improved stdlib by Yury Selivanov · 9 years ago
  49. a122b5a Issue #23738: Merge 3.5 into 3.6 by Martin Panter · 9 years ago
  50. 5127cde Merge 3.5 branches by Martin Panter · 9 years ago
  51. 9b82a99 Merge 3.5 by Yury Selivanov · 9 years ago
  52. 100fc3f whatsnew/3.5: Fix library news till Py3.5a1. Update other docs. by Yury Selivanov · 9 years ago
  53. 97cded9 Issue #25029: MemoryError in test_strptime by Steve Dower · 9 years ago
  54. 0ff8909 Issue #23738: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  55. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  56. cd5d765 cleanup datetime code by Victor Stinner · 9 years ago
  57. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  58. 69cc487 Revert change 0eb8c182131e: by Victor Stinner · 9 years ago
  59. 1638bdf Merge 3.5 by Yury Selivanov · 9 years ago
  60. dfcfe13 docs/whatsnew/3.5: Update peps section by Yury Selivanov · 9 years ago
  61. 8a6023d Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  62. 050a143 Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  63. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  64. 4da050a Update PCbuild/readme.txt (merge from 3.5) by Zachary Ware · 9 years ago
  65. 875ef4c Update PCbuild/readme.txt by Zachary Ware · 9 years ago
  66. 09dadb5 merge by Raymond Hettinger · 9 years ago
  67. 3ada93f merge by Raymond Hettinger · 9 years ago
  68. 8ba03cf Fix whitespace in comment. by Raymond Hettinger · 9 years ago
  69. fcec42c Closes #25010: Merge with 3.5 by Zachary Ware · 9 years ago
  70. 70b7539 Issue #25010: Merge with 3.4 by Zachary Ware · 9 years ago
  71. 1a690fb Issue #25010: Fix path for .pyd example project. by Zachary Ware · 9 years ago
  72. 899f32f Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  73. d941d7a Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  74. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  75. 90fd895 Issue #22241: Fix a compiler waring by Victor Stinner · 9 years ago
  76. 6574a38 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  77. 6c8b66c Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  78. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  79. 9df7035 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  80. 3b1bc78 Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  81. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  82. adbb4d8 Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  83. ae0d752 Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  84. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  85. 39d6542 Merge 3.5. by Serhiy Storchaka · 9 years ago
  86. c8c47f5 Merge heads. by Larry Hastings · 9 years ago
  87. 71f9633 Added tag v3.5.0rc3 for changeset 66ed52375df8 by Larry Hastings · 9 years ago
  88. 442c560 Version bump for Python 3.5.0rc3. by Larry Hastings · 9 years ago
  89. 7d83949 Updated topics (again) for Python 3.5.0rc3 (second try). by Larry Hastings · 9 years ago
  90. 8bfb47a Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  91. 8c85a20 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  92. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  93. 5dc29f2 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  94. ffcff22 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  95. b41eada Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 9 years ago
  96. 45fd951 Merge from 3.5 by Steve Dower · 9 years ago
  97. eeeff70 Null merge from 3.4 by Steve Dower · 9 years ago
  98. 96d4943 Reapplied change to test_warnings.py to test_warnings/__init__.py. by Steve Dower · 9 years ago
  99. f35bd30 Merge from 3.5.0 branch. by Steve Dower · 9 years ago
  100. aa2fcc6 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago