1. f78b119 bpo-29649: Improve struct.pack_into() boundary error messages (#424) by Andrew Nester · 8 years ago
  2. 5de85a1 bpo-29972: Skip tests known to fail on AIX (#979) by Victor Stinner · 8 years ago
  3. 02e1213 bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) by csabella · 8 years ago
  4. cf1958a Remove obsolete declaration in tokenizer.h (#962) by Jim Fasarakis-Hilliard · 8 years ago
  5. 8614b59 Correct typo (#976) by Angus Hollands · 8 years ago
  6. 9acc6a0 test_locale now ignores the DeprecationWarning (#977) by Victor Stinner · 8 years ago
  7. 7341259 Fix misleading documentation for math.exp. (#951) by Mark Dickinson · 8 years ago
  8. e8c7631 bpo-19225: Add a table of warning names and missed exception names in C API doc (#881) by cocoatomo · 8 years ago
  9. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 8 years ago
  10. efbd4ea Minor spell fix and formatting fixes in urllib tests. (#959) by Senthil Kumaran · 8 years ago
  11. 11fa3c7 bpo-29957: change LBYL key lookup to dict.setdefault (#938) by Michael Selik · 8 years ago
  12. 64c887a bpo-26947: DOC: clarify wording on hashable in glossary (#948) by csabella · 8 years ago
  13. e82cf86 bpo-29949: Fix set memory usage regression (GH-943) by INADA Naoki · 8 years ago
  14. cd815ed Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942) by Zachary Ware · 8 years ago
  15. 7bd8d3e bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879) by s-sanjay · 8 years ago
  16. 1f5425f Add helpful explaination to test_password_manager tests. (#936) by Senthil Kumaran · 8 years ago
  17. b94d7fd bpo-29763: Use unittest cleanup in test_site (GH-841) by Zachary Ware · 8 years ago
  18. 1e5766f Link to the devguide's PR guidelines (GH-932) by Brett Cannon · 8 years ago
  19. 314d6fc bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) by Serhiy Storchaka · 8 years ago
  20. 06bb487 Fix spurious MemoryError introduced by PR #886. (#930) by T. Wouters · 8 years ago
  21. a00c3fd bpo-29941: Assert fixes (#886) by T. Wouters · 8 years ago
  22. 164d30e suppress compiler warnings in _ctypes_test (#902) by Benjamin Peterson · 8 years ago
  23. cdcac03 bpo-29952: Use usual terminology of dict (GH-917) by cocoatomo · 8 years ago
  24. ed3dd1c Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918) by Senthil Kumaran · 8 years ago
  25. 33db068 bpo-29928: Add f-string to the Glossary (GH-864) by Mariatta · 8 years ago
  26. 7a26464 bpo-29946: Fix "sqrtpi defined but not used" (#908) by Louie Lu · 8 years ago
  27. 5466d4a bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889) by T. Wouters · 8 years ago
  28. 06e5225 bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550) by Serhiy Storchaka · 8 years ago
  29. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 8 years ago
  30. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 8 years ago
  31. 722a3af bpo-29887: Test normalization now fails if download fails (#905) by Victor Stinner · 8 years ago
  32. f15c4d3 bpo-20548: Use specific asserts in warnings and exceptions tests (#788) by Serhiy Storchaka · 8 years ago
  33. 16f8523 bpo-29913: deprecate compare_networks() in documentation (GH-865) by s-sanjay · 8 years ago
  34. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
  35. 576def0 bpo-27863: Fixed multiple crashes in ElementTree. (#765) by Serhiy Storchaka · 8 years ago
  36. 918403c bpo-29816: Shift operation now has less opportunity to raise OverflowError. (#680) by Serhiy Storchaka · 8 years ago
  37. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 8 years ago
  38. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 8 years ago
  39. 0a58f72 bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) by Serhiy Storchaka · 8 years ago
  40. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 8 years ago
  41. e6911a4 Remove an unrequired TODO in test_urllib2. (#897) by Senthil Kumaran · 8 years ago
  42. c3c7ef0 bpo-29917: DOC: Remove link from PyMethodDef (#890) by csabella · 8 years ago
  43. 85deefc bpo-29677: DOC: clarify documentation for `round` (GH-877) by csabella · 8 years ago
  44. a90e64b bpo-29932: Fix small error message typos in arraymodule.c (GH-888) by Sylvain · 8 years ago
  45. c431854 bpo-29927: Remove duplicate BufferError init and unnecessary semicolons (GH-866) by Louie Lu · 8 years ago
  46. 83371f4 bpo-29936: fix typo __GNU*C*_MINOR__ (#878) by Niklas Fiekas · 8 years ago
  47. 794623b bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) by Xiang Zhang · 8 years ago
  48. ec1f5df bpo-19791: Use functions from test support to check the symlink support. (GH-822) by Vajrasky Kok · 8 years ago
  49. 1cf93a7 bpo-10379: add 'monetary' to format_string, deprecate format by Garvit Khatri · 8 years ago
  50. c8fa45b NEWS: remove duplicated "Build" section (GH-872) by INADA Naoki · 8 years ago
  51. 0ae7c8b bpo-16011 clarify that 'in' always returns a boolean value by Amit Kumar · 8 years ago
  52. 9f74deb Improve the documentation for template strings (#856) by Barry Warsaw · 8 years ago
  53. 8cea592 bpo-29643: Fix check for --enable-optimizations (GH-129) by Alex Wang · 8 years ago
  54. ad2f9e2 Drop the standard gcc test build on Travis (GH-853) by Brett Cannon · 8 years ago
  55. bbd3cf8 Fix ref cycles in TestCase.assertRaises() (#193) by Victor Stinner · 8 years ago
  56. 6003db7 bpo-29677: DOC: clarify documentation for `round` (#357) by Gerrit Holl · 8 years ago
  57. d67a103 bpo-29924: Remove useless argument (#854) by Sylvain · 8 years ago
  58. d702c50 bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (GH-847) by Jim Fasarakis-Hilliard · 8 years ago
  59. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  60. 604e74c bpo-20552: Use specific asserts in bytes tests (#790) by Serhiy Storchaka · 8 years ago
  61. b8a7daf Minor test cleanup (GH-837) by Zachary Ware · 8 years ago
  62. 334e9ec Treat Sphinx warnings as errors (GH-832) by Zachary Ware · 8 years ago
  63. 0579e81 import sys before we use it on line 9 (#828) by Jelle Zijlstra · 8 years ago
  64. 5fb278f Fixes sphinx warning in "changelog" misc/NEWS (#829) by Michael Seifert · 8 years ago
  65. 1e73dbb Fix small exception typos in Lib (#818) by Jim Fasarakis-Hilliard · 8 years ago
  66. f8beb98 bpo-29888: Fix the link referring to the "Python download page" (GH-824) by cocoatomo · 8 years ago
  67. 62a9951 bpo-29900: Simplify pathlib implementation. (#814) by Serhiy Storchaka · 8 years ago
  68. 4aec9a8 bpo-29901: Improve support of path-like objects in zipapp. (#815) by Serhiy Storchaka · 8 years ago
  69. 3c749fc Simplify partial.__new__. (#813) by Serhiy Storchaka · 8 years ago
  70. 9f0aa48 bpo-29862: Fix grammar in importlib.reload() exception (GH-809) by Mandeep Bhutani · 8 years ago
  71. 29540cd bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) by NAKAMURA Osamu · 8 years ago
  72. 8f9e1bbf bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) by Ivan Levkivskyi · 8 years ago
  73. 671079e bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798) by Serhiy Storchaka · 8 years ago
  74. af7b9ec bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) by Serhiy Storchaka · 8 years ago
  75. 8988945 bpo-29861: release references to multiprocessing Pool tasks (#743) by Antoine Pitrou · 8 years ago
  76. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 8 years ago
  77. 5619ab2 doc: Fix small typos in library/multiprocessing (GH-698) by Sylvain Bellemare · 8 years ago
  78. 8a543c0 `make tags` fixes (GH-717) by Alex Dzyoba · 8 years ago
  79. 20fbf8a faulthandler: Restore the old sigaltstack during teardown (#777) by Christophe Zeitouny · 8 years ago
  80. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 8 years ago
  81. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
  82. 1e2147b bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) by Nathaniel J. Smith · 8 years ago
  83. fad7f15 Remove an outdated statement in execution model docs (GH-754) by Ivan Levkivskyi · 8 years ago
  84. bd3d8ba doc: minor fix for library/profile (GH-761) by INADA Naoki · 8 years ago
  85. 75b6cf8 fix function name in tabnanny documentation (GH-759) by Jelle Zijlstra · 8 years ago
  86. d7fa6b2 bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741) by Daniel Birnstiel · 8 years ago
  87. fff9a31 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) by Serhiy Storchaka · 8 years ago
  88. c61ac16 Don't use Py_SIZE for dict object. (#747) by Serhiy Storchaka · 8 years ago
  89. 554626a bpo-27593: Revise git SCM build info. (#744) by Ned Deily · 8 years ago
  90. 4830f58 bpo-29849: fix a memory leak in import_from (GH-712) by Xiang Zhang · 8 years ago
  91. 05f5373 Fix "NotImplentedError" typo in constants documentation (#692) by zertrin · 8 years ago
  92. df82808 bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713) by Benjamin Peterson · 8 years ago
  93. e46fb86 bpo-28876: bool of large range raises OverflowError (#699) by 4kir4 · 8 years ago
  94. 6450878 bpo-29856: Fix typo in curses documentation (GH-730) by Mariatta · 8 years ago
  95. 24c738a bpo-29845: Mark tests that use _testcapi as CPython-only (#711) by Serhiy Storchaka · 8 years ago
  96. 6b5a9ec bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) by Serhiy Storchaka · 8 years ago
  97. 004e03f bpo-29116: Improve error message for concatenating str with non-str. (#710) by Serhiy Storchaka · 8 years ago
  98. 80ec836 bpo-29748: Added the slice index converter in Argument Clinic. (#549) by Serhiy Storchaka · 8 years ago
  99. a5af6e1 bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) by Serhiy Storchaka · 8 years ago
  100. 77ed115 Drop C++ header compatibility test (#718) by Brett Cannon · 8 years ago