1. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  2. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  3. ec26f83 Issue #25155: Fix _PyTime_Divide() rounding by Victor Stinner · 9 years ago
  4. 02d6a25 Issue #25155: document the bugfix in Misc/NEWS by Victor Stinner · 9 years ago
  5. 4a0d1e7 odictobject.c: fix compiler warning by Victor Stinner · 9 years ago
  6. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  7. 4b35217 Issue #25122: sync test_eintr with Python 3.6 by Victor Stinner · 9 years ago
  8. cd6e694 Issue #25160: Fix import_init() comments and messages by Victor Stinner · 9 years ago
  9. d8f5fb4 Null merge by Serhiy Storchaka · 9 years ago
  10. e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  11. e953ba7 Issue #25108: Omitted internal frames in traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  12. 7b51a55 Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 9 years ago
  13. 2a5f9da Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 9 years ago
  14. 8e3b04c whatsnew/3.5: Reword bytes*.hex message by Yury Selivanov · 9 years ago
  15. 60208a1 Issue #25134: Update asyncio doc for SSL on Windows by Victor Stinner · 9 years ago
  16. 878bc87 whatsnew/3.5: Add missing word "class" by Berker Peksag · 9 years ago
  17. 61ea0aa Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  18. 0b0c3b6 Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  19. 055395e Issue #25105: Update susp-ignored.csv to avoid false positives by Berker Peksag · 9 years ago
  20. d3ffd32 Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. by Victor Stinner · 9 years ago
  21. d64cfc2 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  22. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  23. 9b608e5 Closes #25078: Document InstallAllUsers installer parameter default 0 by Steve Dower · 9 years ago
  24. 2446eab Fixed a typo in the -b option. by Serhiy Storchaka · 9 years ago
  25. 516a1a9 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  26. 66ad846 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  27. 69a15f1 whatsnew/3.5: Fix typo by Yury Selivanov · 9 years ago
  28. 801306b whatsnew/3.5: One more edit by Yury Selivanov · 9 years ago
  29. a33cb35 whatsnew/3.5: Edits by Yury Selivanov · 9 years ago
  30. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  31. 82c0c69 Post-release updates for Python 3.5.0. by Larry Hastings · 9 years ago
  32. 73953d8 whatsnew/3.5: Fix typo (issue #25082) by Yury Selivanov · 9 years ago
  33. fe369a6 whatsnew/3.5: Reorder stuff (issue #25082). by Yury Selivanov · 9 years ago
  34. 35a361f whatsnew/3.5: Fix formatting. More minor edits. by Serhiy Storchaka · 9 years ago
  35. 3854f9e whatsnew/3.5: Delete prerelease warning note. by Yury Selivanov · 9 years ago
  36. a7672ba whatsnew/3.5: Fix formatting by Yury Selivanov · 9 years ago
  37. 72dab13 whatsnew/3.5: Tweak asyncio module section by Yury Selivanov · 9 years ago
  38. 6d9dd75 whatsnew/3.5: More examples by Yury Selivanov · 9 years ago
  39. 63ae9f3b whatsnew/3.5: Cover asyncio changes relative to 3.4.0 by Yury Selivanov · 9 years ago
  40. 2395037 whatsnew/3.5: Add some examples by Yury Selivanov · 9 years ago
  41. f07422c merge 3.4 by Benjamin Peterson · 9 years ago
  42. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  43. 7b76bae whatsnew/3.5: Update editor's email addresses by Yury Selivanov · 9 years ago
  44. 95fd26b whatsnew/3.5 More edits by Yury Selivanov · 9 years ago
  45. 46a8b40 whatsnew/3.5: Edits by Yury Selivanov · 9 years ago
  46. 1f9f61c Added tag v3.5.0 for changeset 374f501f4567 by Larry Hastings · 9 years ago
  47. 2e789a1 Final touch-ups for the What's New In Python 3.5 document. by Larry Hastings · 9 years ago
  48. d7f65e5 Issue #25021: Merge 3.4 to 3.5 by Kristján Valur Jónsson · 9 years ago
  49. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 9 years ago
  50. fcdd34d Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS. by Larry Hastings · 9 years ago
  51. 17e9f3b Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!). by Larry Hastings · 9 years ago
  52. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  53. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  54. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  55. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  56. 9ab9694 Issue #16473: Merge codecs doc and test from 3.4 into 3.5 by Martin Panter · 9 years ago
  57. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  58. 3133a9f socket.sendfile() is a method not a module by Martin Panter · 9 years ago
  59. 7695038 Dummy merge 3.4 into 3.5; socket.sendfile() exists in 3.5 by Martin Panter · 9 years ago
  60. f9b6875 Issue #25063: socket.sendfile() does not exist in 3.4 by Martin Panter · 9 years ago
  61. ba11252 Issue #25043: Merge Bluetooth doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  62. ea7266d Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants by Martin Panter · 9 years ago
  63. 729aa14 Adds 3.5.0 header to Misc/NEWS by Steve Dower · 9 years ago
  64. 6695c2e Merge from 3.5.0 by Steve Dower · 9 years ago
  65. 76b7133 Issue #25071: Windows installer should not require TargetDir parameter when installing quietly by Steve Dower · 9 years ago
  66. 1c30e7e whatsnew/3.5: Added missed author names. by Serhiy Storchaka · 9 years ago
  67. f505165 Merge with 3.4 by Zachary Ware · 9 years ago
  68. 79e5088 Fix grammatical error in csv docs. by Zachary Ware · 9 years ago
  69. cb0afc8 Removes invalid installer options from documentation. by Steve Dower · 9 years ago
  70. f9fdfa7 Merge 3.4 by Victor Stinner · 9 years ago
  71. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  72. dddfffe whatsnew/3.5: Fix nits by Yury Selivanov · 9 years ago
  73. fd8d52b whatsnew/3.5: Drop empty section by Yury Selivanov · 9 years ago
  74. 4dde587 whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags by Yury Selivanov · 9 years ago
  75. 0e8e78e Issue #25030: Merge seek() doc fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  76. b685515 compute stack effect of BUILD_MAP correctly (closes #25060) by Benjamin Peterson · 9 years ago
  77. db4220e Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  78. 508a81e whatsnew/3.5: Second pass over NEWS entries by Yury Selivanov · 9 years ago
  79. 02918ca Issue #25022: Merge susp-ignored.csv from 3.4 into 3.5 by Martin Panter · 9 years ago
  80. 91c03e0 Issue #25022: Avoid warning about unused suspicious rule by Martin Panter · 9 years ago
  81. daabed5 Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  82. d830262 Issue #24984: BTPROTO_SCO supports only bytes objects by Martin Panter · 9 years ago
  83. 79cf1b0 whatsnew/3.5: Reformat code examples by Yury Selivanov · 9 years ago
  84. a88cd64 whatsnew/3.5: Another editing pass by Yury Selivanov · 9 years ago
  85. 3b76552 whatsnew/3.5: Fix refs in the importlib section by Yury Selivanov · 9 years ago
  86. 1c73e69 whatsnew/3.5: Clarify types.coroutine & types.CoroutineType by Yury Selivanov · 9 years ago
  87. 83c6d72 whatsnew/3.5: Don't mention pyio.FileIO by Yury Selivanov · 9 years ago
  88. c973990 whatsnew/3.5: Describe changes in issue #22980 by Yury Selivanov · 9 years ago
  89. 5c3111e whatsnew/3.5: More edits -- use articles consistently; fix refs by Yury Selivanov · 9 years ago
  90. ce917c731 whatsnew/3.5: Editorialization pass on library section by Yury Selivanov · 9 years ago
  91. 31ce9ac Issue #25022: Merge with 3.4 by Zachary Ware · 9 years ago
  92. 3d9a9d4 Issue #25022: Add NEWS, fix docs to not mention the old example. by Zachary Ware · 9 years ago
  93. 018e380 Issue #25022: Merge with 3.4 by Zachary Ware · 9 years ago
  94. b54a068 Issue #25022: Remove PC/example_nt/ by Zachary Ware · 9 years ago
  95. 6eb740b Add the original author of profile.py back to the docs, at his request. by Guido van Rossum · 9 years ago
  96. 573e2cd Fix typos and improve markup in typing.rst. by Berker Peksag · 9 years ago
  97. 619b283 Use print function in mock docs. by Berker Peksag · 9 years ago
  98. 920f6db Use print function in mock docs. by Berker Peksag · 9 years ago
  99. 2a19d95 Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe. by Guido van Rossum · 9 years ago
  100. 88d073d whatsnew/3.5: Mention issue 22464 by Yury Selivanov · 9 years ago