1. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 9 years ago
  2. fa9ea04 Issue #25590: Merge rlcompleter change from 3.4 into 3.5 by Martin Panter · 9 years ago
  3. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  4. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  5. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  6. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  7. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  8. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  9. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 9 years ago
  10. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  11. 86429bd merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  12. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  13. 4f1c187 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  14. fed16ec Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  15. acdb020 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  16. faf7060 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  17. 04b5700 Issue #25584: Added "escape" to the __all__ list in the glob module. by Serhiy Storchaka · 9 years ago
  18. 735b790 Issue #25584: Fixed recursive glob() with patterns starting with '**'. by Serhiy Storchaka · 9 years ago
  19. ba27014 Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading. by Steve Dower · 9 years ago
  20. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  21. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  22. b0deeb4 #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 9 years ago
  23. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  24. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  25. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  26. b5d0a21 Issue #25554: Got rid of circular references in regular expression parsing. by Serhiy Storchaka · 9 years ago
  27. 4d11a94 Issue #24726: Fixed issue number for previous changeset 59c7615ea921. by Serhiy Storchaka · 9 years ago
  28. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  29. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  30. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
  31. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  32. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  33. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  34. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  35. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  36. 56275dc Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  37. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  38. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  39. 04a4316 Issue #25450: Updates shortcuts to start Python in installation directory. by Steve Dower · 9 years ago
  40. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  41. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  42. 788cb52 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  43. ac4bdcc Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties. by Serhiy Storchaka · 9 years ago
  44. f8152c6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  45. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  46. 2775d85 merge 3.4 (#25471) by Benjamin Peterson · 9 years ago
  47. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  48. 45120f2 Issue #25447: The lru_cache() wrapper objects now can be copied and pickled by Serhiy Storchaka · 9 years ago
  49. de6e800 Merge 3.4 (Issue #25461) by Victor Stinner · 9 years ago
  50. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  51. 4da7105 Fix merge conflict artifacts and move the entry to correct place by Berker Peksag · 9 years ago
  52. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  53. 030f489 Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  54. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  55. 12a72b0 - Issue #25440: Fix output of python-config --extension-suffix. by doko@ubuntu.com · 9 years ago
  56. 2bf91bf - Issue #25440: Fix output of python-config --extension-suffix. by doko@ubuntu.com · 9 years ago
  57. 8003baf Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict. by Serhiy Storchaka · 9 years ago
  58. 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  59. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  60. 5ad5a7d Issue #25407: Drop the mention of the formatter module being removed by Brett Cannon · 9 years ago
  61. bc94fd7 Issue #25164: Changes default all-users install directory to match per-user directory. by Steve Dower · 9 years ago
  62. 992ec46 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 9 years ago
  63. 5a8bbc5 Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. by Serhiy Storchaka · 9 years ago
  64. 5805dde Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. by Serhiy Storchaka · 9 years ago
  65. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  66. b966981 Issue #25143: Improves installer error messages for unsupported platforms. by Steve Dower · 9 years ago
  67. 731f4a2 Issue #25163: Display correct directory in installer when using non-default settings. by Steve Dower · 9 years ago
  68. 5700ae8 Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build by Steve Dower · 9 years ago
  69. 0289155 Correct Misc/NEWS. by Serhiy Storchaka · 9 years ago
  70. 9e77773 Issue #25364: zipfile now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  71. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  72. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  73. e02f8fc Issue #24402: Merge input() fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  74. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  75. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  76. 65ed750 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  77. 1a81538 #25328: add missing raise keyword in decode_data+SMTPUTF8 check. by R David Murray · 9 years ago
  78. 5ae5691 Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade. by Steve Dower · 9 years ago
  79. 12ee744 Issue #23919: Prevents assert dialogs appearing in the test suite. by Steve Dower · 9 years ago
  80. ec1aa5c More typos in 3.5 documentation and comments by Martin Panter · 9 years ago
  81. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  82. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  83. 59dc696 merge 3.4 (#24806) by Benjamin Peterson · 9 years ago
  84. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  85. 72181b2 merge 3.4 (#25319) by Benjamin Peterson · 9 years ago
  86. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  87. f0ccf02 Issue #25316: distutils raises OSError instead of DistutilsPlatformError when MSVC is not installed. by Steve Dower · 9 years ago
  88. eda1955 Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  89. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  90. e25511a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  91. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  92. 6761827 Issue #24791: Escape rst markup char in NEWS entry to avoid Sphinx warning. by Terry Jan Reedy · 9 years ago
  93. 0d9bef9 Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  94. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  95. 56b76d2 Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  96. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  97. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  98. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  99. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  100. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago