1. 6dae395 Issue #25122: test_eintr: the FreeBSD fix will be released in FreeBSD 10.3 by Victor Stinner · 9 years ago
  2. 900db26 Merge 3.4 (test_socket, issue #25138) by Victor Stinner · 9 years ago
  3. 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 9 years ago
  4. a4950d8 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  5. c3f7731 Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 9 years ago
  6. c8f4bbb Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 9 years ago
  7. 09fbb20 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 9 years ago
  8. 64c8bef Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  9. 407c497 Issue #23484: Document differences between synchronization primitives of by Berker Peksag · 9 years ago
  10. c8c5a33 Add NEWS items for Idle. by Terry Jan Reedy · 9 years ago
  11. bb5f83f Add NEWS items for Idle. by Terry Jan Reedy · 9 years ago
  12. b216896 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  13. 44e4b11 Issue #25169: os.getppid() is available on Windows since Python 3.2. by Berker Peksag · 9 years ago
  14. 192c103 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  15. 96f802a Issue #16893: finish deprecation. by Terry Jan Reedy · 9 years ago
  16. 4fb0cf7 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  17. b50c637 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 9 years ago
  18. 1de516e Merge with 3.4 by Terry Jan Reedy · 9 years ago
  19. 963a38b Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 9 years ago
  20. 47f9741 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  21. 5d46ab1 Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 9 years ago
  22. fc2fb0f merge 3.4 (#25145) by Benjamin Peterson · 9 years ago
  23. 16ad5cf remove reference to PyGoogle (#25145) by Benjamin Peterson · 9 years ago
  24. 95acbce use a more modern UA (#25145) by Benjamin Peterson · 9 years ago
  25. 86eb730 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  26. c37c49f Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 9 years ago
  27. 926be1b Issue #25176: Merge cgi.parse_qsl link from 3.4 into 3.5 by Martin Panter · 9 years ago
  28. cebfdac Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä by Martin Panter · 9 years ago
  29. 5783fd2 Issue #24999: In longobject.c, use two shifts instead of ">> 2*PyLong_SHIFT" to by Victor Stinner · 9 years ago
  30. f2d7ea1 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  31. d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  32. aa00324 Make it clearer that the constants in the selectors docs are module-level by Brett Cannon · 9 years ago
  33. 7188a3e Issue #24915: Add Clang support to PGO builds and use the test suite by Brett Cannon · 9 years ago
  34. 4b363e2 Merge 3.4 (test_email) by Victor Stinner · 9 years ago
  35. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  36. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  37. 84ff4ab Merge 3.4 (datetime rounding) by Victor Stinner · 9 years ago
  38. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  39. ec26f83 Issue #25155: Fix _PyTime_Divide() rounding by Victor Stinner · 9 years ago
  40. 02d6a25 Issue #25155: document the bugfix in Misc/NEWS by Victor Stinner · 9 years ago
  41. 4a0d1e7 odictobject.c: fix compiler warning by Victor Stinner · 9 years ago
  42. 9a8b177 Issue #25155: Add _PyTime_AsTimevalTime_t() function by Victor Stinner · 9 years ago
  43. 4b35217 Issue #25122: sync test_eintr with Python 3.6 by Victor Stinner · 9 years ago
  44. cd6e694 Issue #25160: Fix import_init() comments and messages by Victor Stinner · 9 years ago
  45. d8f5fb4 Null merge by Serhiy Storchaka · 9 years ago
  46. e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  47. e953ba7 Issue #25108: Omitted internal frames in traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  48. 7b51a55 Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 9 years ago
  49. 2a5f9da Issue24756: clarify usage of run_docstring_examples() by Ethan Furman · 9 years ago
  50. 8e3b04c whatsnew/3.5: Reword bytes*.hex message by Yury Selivanov · 9 years ago
  51. 60208a1 Issue #25134: Update asyncio doc for SSL on Windows by Victor Stinner · 9 years ago
  52. 878bc87 whatsnew/3.5: Add missing word "class" by Berker Peksag · 9 years ago
  53. 61ea0aa Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  54. 0b0c3b6 Issue #25127: Fix typo in concurrent.futures.rst by Berker Peksag · 9 years ago
  55. 055395e Issue #25105: Update susp-ignored.csv to avoid false positives by Berker Peksag · 9 years ago
  56. d3ffd32 Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows. by Victor Stinner · 9 years ago
  57. d64cfc2 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  58. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  59. 9b608e5 Closes #25078: Document InstallAllUsers installer parameter default 0 by Steve Dower · 9 years ago
  60. 2446eab Fixed a typo in the -b option. by Serhiy Storchaka · 9 years ago
  61. 516a1a9 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  62. 66ad846 Use :menuselection: in whatsnew/3.4. by Serhiy Storchaka · 9 years ago
  63. 69a15f1 whatsnew/3.5: Fix typo by Yury Selivanov · 9 years ago
  64. 801306b whatsnew/3.5: One more edit by Yury Selivanov · 9 years ago
  65. a33cb35 whatsnew/3.5: Edits by Yury Selivanov · 9 years ago
  66. 9c51f89 Merge release engineering work from Python 3.5.0. by Larry Hastings · 9 years ago
  67. 82c0c69 Post-release updates for Python 3.5.0. by Larry Hastings · 9 years ago
  68. 73953d8 whatsnew/3.5: Fix typo (issue #25082) by Yury Selivanov · 9 years ago
  69. fe369a6 whatsnew/3.5: Reorder stuff (issue #25082). by Yury Selivanov · 9 years ago
  70. 35a361f whatsnew/3.5: Fix formatting. More minor edits. by Serhiy Storchaka · 9 years ago
  71. 3854f9e whatsnew/3.5: Delete prerelease warning note. by Yury Selivanov · 9 years ago
  72. a7672ba whatsnew/3.5: Fix formatting by Yury Selivanov · 9 years ago
  73. 72dab13 whatsnew/3.5: Tweak asyncio module section by Yury Selivanov · 9 years ago
  74. 6d9dd75 whatsnew/3.5: More examples by Yury Selivanov · 9 years ago
  75. 63ae9f3b whatsnew/3.5: Cover asyncio changes relative to 3.4.0 by Yury Selivanov · 9 years ago
  76. 2395037 whatsnew/3.5: Add some examples by Yury Selivanov · 9 years ago
  77. f07422c merge 3.4 by Benjamin Peterson · 9 years ago
  78. 4019852 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 9 years ago
  79. 7b76bae whatsnew/3.5: Update editor's email addresses by Yury Selivanov · 9 years ago
  80. 95fd26b whatsnew/3.5 More edits by Yury Selivanov · 9 years ago
  81. 46a8b40 whatsnew/3.5: Edits by Yury Selivanov · 9 years ago
  82. 1f9f61c Added tag v3.5.0 for changeset 374f501f4567 by Larry Hastings · 9 years ago
  83. 2e789a1 Final touch-ups for the What's New In Python 3.5 document. by Larry Hastings · 9 years ago
  84. d7f65e5 Issue #25021: Merge 3.4 to 3.5 by Kristján Valur Jónsson · 9 years ago
  85. f92f6c8 Version bump for Python 3.5.0 final. by Larry Hastings · 9 years ago
  86. fcdd34d Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS. by Larry Hastings · 9 years ago
  87. 17e9f3b Backported the What's New In 3.5 from 3.5.1 to 3.5.0 (final!). by Larry Hastings · 9 years ago
  88. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  89. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  90. 153627c Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  91. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  92. 9ab9694 Issue #16473: Merge codecs doc and test from 3.4 into 3.5 by Martin Panter · 9 years ago
  93. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  94. 3133a9f socket.sendfile() is a method not a module by Martin Panter · 9 years ago
  95. 7695038 Dummy merge 3.4 into 3.5; socket.sendfile() exists in 3.5 by Martin Panter · 9 years ago
  96. f9b6875 Issue #25063: socket.sendfile() does not exist in 3.4 by Martin Panter · 9 years ago
  97. ba11252 Issue #25043: Merge Bluetooth doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  98. ea7266d Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants by Martin Panter · 9 years ago
  99. 729aa14 Adds 3.5.0 header to Misc/NEWS by Steve Dower · 9 years ago
  100. 6695c2e Merge from 3.5.0 by Steve Dower · 9 years ago