1. 413fdce Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on by Serhiy Storchaka · 9 years ago
  2. 0304729 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  3. 7e2b870 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  4. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  5. 28a465c Issue #23883: Add news listing modules with new exported APIs by Martin Panter · 9 years ago
  6. 19e69c5 Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej by Martin Panter · 9 years ago
  7. d226d30 Issue #23883: Add test.support.check__all__() and test gettext.__all__ by Martin Panter · 9 years ago
  8. 63c1ebb Issue #25168: Temporary timezone and cache debugging by Martin Panter · 9 years ago
  9. 449e7c1 merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  10. 2463001 merge 3.4 (#25569) by Benjamin Peterson · 9 years ago
  11. 806fb25 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  12. fad4b60 Adjust grammar and punctuation in whatsnew/3.6.rst by Martin Panter · 9 years ago
  13. 22fd1c2 Merge typo and grammar fixes from 3.5 by Martin Panter · 9 years ago
  14. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 9 years ago
  15. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  16. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 9 years ago
  17. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 9 years ago
  18. 6fe3926 Issue #25590: Complete attribute names even if they are not yet created by Martin Panter · 9 years ago
  19. f4ad5f5 Issue #25590: Merge rlcompleter getattr change from 3.5 by Martin Panter · 9 years ago
  20. fa9ea04 Issue #25590: Merge rlcompleter change from 3.4 into 3.5 by Martin Panter · 9 years ago
  21. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  22. 8adaec5 Issue #25498: Add NEWS entry for 3.6 by Martin Panter · 9 years ago
  23. ceaabc1 Issue #25498: Merge ctypes crash fix from 3.5 by Martin Panter · 9 years ago
  24. 75559af Issue #25498: Update error message for 3.5 by Martin Panter · 9 years ago
  25. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  26. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 9 years ago
  27. 84fdc49 Merge 3.5 by Yury Selivanov · 9 years ago
  28. c73771a Merge 3.4 by Yury Selivanov · 9 years ago
  29. abe9625 asyncio: Fix sporadic failing unittests in debug mode by Yury Selivanov · 9 years ago
  30. 1010921 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  31. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  32. b129007 Merge 3.5 (issue #25605) by Victor Stinner · 9 years ago
  33. 33be3e3 Merge 3.4 (issue #25605) by Victor Stinner · 9 years ago
  34. 9cccfce Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 9 years ago
  35. fbc741c Merge with 3.5 by Terry Jan Reedy · 9 years ago
  36. 30c328f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  37. 5496ba2 Indent by Terry Jan Reedy · 9 years ago
  38. 9fc4091 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  39. 8f1a980 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  40. c15a7c6 Whitespace by Terry Jan Reedy · 9 years ago
  41. 4df5c7a Merge with 3.5 by Terry Jan Reedy · 9 years ago
  42. e19f3ec Merge with 3.4 by Terry Jan Reedy · 9 years ago
  43. d0c0f00 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  44. d5c0751 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  45. 2f85555 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  46. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  47. 30c49cb Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  48. ef2462e Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  49. fda7fe0 Restore old distutils logging threshold after running test_log. by Serhiy Storchaka · 9 years ago
  50. 12ab296 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  51. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  52. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  53. d5d6e33 merge 3.5 (#25530) by Benjamin Peterson · 9 years ago
  54. 45bde5d merge 3.4 (#25530) by Benjamin Peterson · 9 years ago
  55. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  56. ea54d31 merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  57. 86429bd merge 3.5 (#25569) by Benjamin Peterson · 9 years ago
  58. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  59. fe6d54b Merge with 3.5 by Zachary Ware · 9 years ago
  60. a99ab63 Merge with 3.4 by Zachary Ware · 9 years ago
  61. 71a0b43 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  62. 6e6ee30 Closes #25603: Merge with 3.5 by Zachary Ware · 9 years ago
  63. c730931 Issue #25603: Add missing parenthesis. by Zachary Ware · 9 years ago
  64. d545f7f Merge with 3.5 by Zachary Ware · 9 years ago
  65. ccbc8de Fix awkward grammar in whatsnew. by Zachary Ware · 9 years ago
  66. c826ab0 Fix typos in whatsnew. by Zachary Ware · 9 years ago
  67. 3dc56a6 Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. by Serhiy Storchaka · 9 years ago
  68. 35abe19 Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. by Serhiy Storchaka · 9 years ago
  69. a15a986 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  70. c6ce13d Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  71. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  72. e2cf984 Merge 3.5. by Stefan Krah · 9 years ago
  73. 7c3f385 Fix Visual Studio warning. by Stefan Krah · 9 years ago
  74. 3407cc2 Merge 3.5. by Stefan Krah · 9 years ago
  75. 0ce5b6e Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. by Stefan Krah · 9 years ago
  76. fa02131 Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  77. e46e09d Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  78. 40fe35a Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  79. e0a0afd Merge 3.5 (pytime) by Victor Stinner · 9 years ago
  80. c379ade pytime.c: rename pygettimeofday_new() to pygettimeofday() by Victor Stinner · 9 years ago
  81. 349718a merge by Raymond Hettinger · 9 years ago
  82. d2f6974 Improve appearance of example code by Raymond Hettinger · 9 years ago
  83. 5bfb9f0 merge by Raymond Hettinger · 9 years ago
  84. 549e34c Remove confusing section from named tuple recipes. by Raymond Hettinger · 9 years ago
  85. 608f472 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  86. 4f1c187 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  87. fed16ec Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  88. e9eb200 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  89. acdb020 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  90. faf7060 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  91. cc10c33 Issue #25584: Added "escape" to the __all__ list in the glob module. by Serhiy Storchaka · 9 years ago
  92. 04b5700 Issue #25584: Added "escape" to the __all__ list in the glob module. by Serhiy Storchaka · 9 years ago
  93. 8e43e11 Issue #25584: Fixed recursive glob() with patterns starting with '**'. by Serhiy Storchaka · 9 years ago
  94. 735b790 Issue #25584: Fixed recursive glob() with patterns starting with '**'. by Serhiy Storchaka · 9 years ago
  95. d9d002b Null merge 3.5 by Victor Stinner · 9 years ago
  96. 563f2ae Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  97. 8263981 Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  98. b63902a Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  99. 2fbde51 merge by Raymond Hettinger · 9 years ago
  100. 850be0f Improve namedtuple doc string examples by Raymond Hettinger · 9 years ago