1. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 9 years ago
  2. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  3. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 9 years ago
  4. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 9 years ago
  5. fa9ea04 Issue #25590: Merge rlcompleter change from 3.4 into 3.5 by Martin Panter · 9 years ago
  6. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  7. 75559af Issue #25498: Update error message for 3.5 by Martin Panter · 9 years ago
  8. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  9. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  10. c73771a Merge 3.4 by Yury Selivanov · 9 years ago
  11. abe9625 asyncio: Fix sporadic failing unittests in debug mode by Yury Selivanov · 9 years ago
  12. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  13. 33be3e3 Merge 3.4 (issue #25605) by Victor Stinner · 9 years ago
  14. 9cccfce Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 9 years ago
  15. 30c328f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  16. 5496ba2 Indent by Terry Jan Reedy · 9 years ago
  17. 8f1a980 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  18. c15a7c6 Whitespace by Terry Jan Reedy · 9 years ago
  19. e19f3ec Merge with 3.4 by Terry Jan Reedy · 9 years ago
  20. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  21. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  22. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  23. ef2462e Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  24. fda7fe0 Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  25. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  26. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  27. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 9 years ago
  28. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  29. 86429bd merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  30. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  31. a99ab63 Merge with 3.4 by Zachary Ware · 9 years ago
  32. 71a0b43 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  33. c730931 Issue #25603: Add missing parenthesis. by Zachary Ware · 9 years ago
  34. ccbc8de Fix awkward grammar in whatsnew. by Zachary Ware · 9 years ago
  35. 35abe19 Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. by Serhiy Storchaka · 9 years ago
  36. c6ce13d Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  37. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  38. 7c3f385 Fix Visual Studio warning. by Stefan Krah · 9 years ago
  39. 0ce5b6e Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. by Stefan Krah · 9 years ago
  40. e46e09d Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  41. 40fe35a Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  42. c379ade pytime.c: rename pygettimeofday_new() to pygettimeofday() by Victor Stinner · 9 years ago
  43. d2f6974 Improve appearance of example code by Raymond Hettinger · 9 years ago
  44. 549e34c Remove confusing section from named tuple recipes. by Raymond Hettinger · 9 years ago
  45. 4f1c187 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  46. fed16ec Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  47. acdb020 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  48. faf7060 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  49. 04b5700 Issue #25584: Added "escape" to the __all__ list in the glob module. by Serhiy Storchaka · 9 years ago
  50. 735b790 Issue #25584: Fixed recursive glob() with patterns starting with '**'. by Serhiy Storchaka · 9 years ago
  51. b63902a Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  52. ba27014 Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading. by Steve Dower · 9 years ago
  53. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  54. 608c213 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  55. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  56. f9827ea Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when by Victor Stinner · 9 years ago
  57. 8263981 Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  58. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago
  59. 5e2e700 Fixes installer not allowing launcher to be selected. by Steve Dower · 9 years ago
  60. d61d860 Issue #24802: Update test case for ValueError in 3.5 by Martin Panter · 9 years ago
  61. b0deeb4 #25446: Fix regression in smtplib's AUTH LOGIN support. by R David Murray · 9 years ago
  62. 65b77d6 Null merge from 3.4 by Steve Dower · 9 years ago
  63. 3d717d0 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  64. 838b7cc Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  65. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  66. 9b566c3 Issue #25064: Adjust documentation according to new mkstemp signature by Martin Panter · 9 years ago
  67. 97f46db Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  68. 4981dd2 Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг. by Serhiy Storchaka · 9 years ago
  69. d5f353e Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  70. 9c96761 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  71. 98da9d0 Issue #18010: Merge pydoc web search fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  72. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  73. 7931be4 Merge 3.4 by Yury Selivanov · 9 years ago
  74. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  75. b5d0a21 Issue #25554: Got rid of circular references in regular expression parsing. by Serhiy Storchaka · 9 years ago
  76. 60a1d3c Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the by Victor Stinner · 9 years ago
  77. 4d11a94 Issue #24726: Fixed issue number for previous changeset 59c7615ea921. by Serhiy Storchaka · 9 years ago
  78. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  79. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  80. b25d09a merge 3.4 by Benjamin Peterson · 9 years ago
  81. 5be2dac remove trailing ws by Benjamin Peterson · 9 years ago
  82. 1897c98 merge 3.4 by Benjamin Peterson · 9 years ago
  83. c2f0121 link to modern PUG url by Benjamin Peterson · 9 years ago
  84. 26825bc Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  85. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  86. f51d715 Issue #25523: Further a-to-an corrections new in 3.5. by Serhiy Storchaka · 9 years ago
  87. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  88. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  89. d2ad571 Issue #25523: Further a-to-an corrections new in 3.5 by Martin Panter · 9 years ago
  90. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  91. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  92. 56275dc Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  93. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  94. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  95. 964ec8b Fix typo noticed by Alec Nunn by Berker Peksag · 9 years ago
  96. 04a4316 Issue #25450: Updates shortcuts to start Python in installation directory. by Steve Dower · 9 years ago
  97. 940f6a8 Improves handling of test markers for building Python without intefering with actual installs. by Steve Dower · 9 years ago
  98. f97edf1 whatsnew/3.5: NumPy 1.10 has been released by Yury Selivanov · 9 years ago
  99. c62162d docs/inspect: Document __annotations__ by Yury Selivanov · 9 years ago
  100. 0e5eba2 Fix more typos in whatsnew/3.5.rst by Martin Panter · 9 years ago