1. 64c8f70 bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) by Michael Seifert · 7 years ago
  2. a2a9ddd Remove invalid comment in urllib.request. (#1054) by Senthil Kumaran · 7 years ago
  3. 45d22c2 Improvements to typing documentation (#967) by Jelle Zijlstra · 7 years ago
  4. b785396 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) by Serhiy Storchaka · 7 years ago
  5. b879fe8 Expand the PySlice_GetIndicesEx macro. (#1023) by Serhiy Storchaka · 7 years ago
  6. 205e00c bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) by Serhiy Storchaka · 7 years ago
  7. dd9a0a1 Fix a minor typo. (#1032) by Barry Warsaw · 7 years ago
  8. 150cd19 bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) by Serhiy Storchaka · 7 years ago
  9. fd0cd07 Remove Invalid comment in test_urllib2.py (#1020) by Senthil Kumaran · 7 years ago
  10. 93b4b47 bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24) by Stuart Berg · 7 years ago
  11. 01fa9ae Correct typo in configparser.rst (#1012) by Alex Jordan · 7 years ago
  12. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 7 years ago
  13. a0157b5 Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) by Serhiy Storchaka · 7 years ago
  14. bae6881 Update Argument Clinic generated code for bpo-29878. (#1001) by Serhiy Storchaka · 7 years ago
  15. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 7 years ago
  16. 43ba886 bpo-29549: Fixes docstring for str.index (#256) by Lisa Roach · 7 years ago
  17. 257b980 correct parse_qs and parse_qsl test case descriptions. (#968) by Senthil Kumaran · 7 years ago
  18. f78b119 bpo-29649: Improve struct.pack_into() boundary error messages (#424) by Andrew Nester · 7 years ago
  19. 5de85a1 bpo-29972: Skip tests known to fail on AIX (#979) by Victor Stinner · 7 years ago
  20. 02e1213 bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) by csabella · 7 years ago
  21. cf1958a Remove obsolete declaration in tokenizer.h (#962) by Jim Fasarakis-Hilliard · 7 years ago
  22. 8614b59 Correct typo (#976) by Angus Hollands · 7 years ago
  23. 9acc6a0 test_locale now ignores the DeprecationWarning (#977) by Victor Stinner · 7 years ago
  24. 7341259 Fix misleading documentation for math.exp. (#951) by Mark Dickinson · 7 years ago
  25. e8c7631 bpo-19225: Add a table of warning names and missed exception names in C API doc (#881) by cocoatomo · 7 years ago
  26. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 7 years ago
  27. efbd4ea Minor spell fix and formatting fixes in urllib tests. (#959) by Senthil Kumaran · 7 years ago
  28. 11fa3c7 bpo-29957: change LBYL key lookup to dict.setdefault (#938) by Michael Selik · 7 years ago
  29. 64c887a bpo-26947: DOC: clarify wording on hashable in glossary (#948) by csabella · 7 years ago
  30. e82cf86 bpo-29949: Fix set memory usage regression (GH-943) by INADA Naoki · 7 years ago
  31. cd815ed Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942) by Zachary Ware · 7 years ago
  32. 7bd8d3e bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879) by s-sanjay · 7 years ago
  33. 1f5425f Add helpful explaination to test_password_manager tests. (#936) by Senthil Kumaran · 7 years ago
  34. b94d7fd bpo-29763: Use unittest cleanup in test_site (GH-841) by Zachary Ware · 7 years ago
  35. 1e5766f Link to the devguide's PR guidelines (GH-932) by Brett Cannon · 7 years ago
  36. 314d6fc bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) by Serhiy Storchaka · 7 years ago
  37. 06bb487 Fix spurious MemoryError introduced by PR #886. (#930) by T. Wouters · 7 years ago
  38. a00c3fd bpo-29941: Assert fixes (#886) by T. Wouters · 7 years ago
  39. 164d30e suppress compiler warnings in _ctypes_test (#902) by Benjamin Peterson · 7 years ago
  40. cdcac03 bpo-29952: Use usual terminology of dict (GH-917) by cocoatomo · 7 years ago
  41. ed3dd1c Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918) by Senthil Kumaran · 7 years ago
  42. 33db068 bpo-29928: Add f-string to the Glossary (GH-864) by Mariatta · 7 years ago
  43. 7a26464 bpo-29946: Fix "sqrtpi defined but not used" (#908) by Louie Lu · 7 years ago
  44. 5466d4a bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#889) by T. Wouters · 7 years ago
  45. 06e5225 bpo-10030: Sped up reading encrypted ZIP files by 2 times. (#550) by Serhiy Storchaka · 7 years ago
  46. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 7 years ago
  47. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 7 years ago
  48. 722a3af bpo-29887: Test normalization now fails if download fails (#905) by Victor Stinner · 7 years ago
  49. f15c4d3 bpo-20548: Use specific asserts in warnings and exceptions tests (#788) by Serhiy Storchaka · 7 years ago
  50. 16f8523 bpo-29913: deprecate compare_networks() in documentation (GH-865) by s-sanjay · 7 years ago
  51. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 7 years ago
  52. 576def0 bpo-27863: Fixed multiple crashes in ElementTree. (#765) by Serhiy Storchaka · 7 years ago
  53. 918403c bpo-29816: Shift operation now has less opportunity to raise OverflowError. (#680) by Serhiy Storchaka · 7 years ago
  54. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 7 years ago
  55. ea720fe bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) by Serhiy Storchaka · 7 years ago
  56. 0a58f72 bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) by Serhiy Storchaka · 7 years ago
  57. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  58. e6911a4 Remove an unrequired TODO in test_urllib2. (#897) by Senthil Kumaran · 7 years ago
  59. c3c7ef0 bpo-29917: DOC: Remove link from PyMethodDef (#890) by csabella · 7 years ago
  60. 85deefc bpo-29677: DOC: clarify documentation for `round` (GH-877) by csabella · 7 years ago
  61. a90e64b bpo-29932: Fix small error message typos in arraymodule.c (GH-888) by Sylvain · 7 years ago
  62. c431854 bpo-29927: Remove duplicate BufferError init and unnecessary semicolons (GH-866) by Louie Lu · 7 years ago
  63. 83371f4 bpo-29936: fix typo __GNU*C*_MINOR__ (#878) by Niklas Fiekas · 7 years ago
  64. 794623b bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) by Xiang Zhang · 7 years ago
  65. ec1f5df bpo-19791: Use functions from test support to check the symlink support. (GH-822) by Vajrasky Kok · 7 years ago
  66. 1cf93a7 bpo-10379: add 'monetary' to format_string, deprecate format by Garvit Khatri · 7 years ago
  67. c8fa45b NEWS: remove duplicated "Build" section (GH-872) by INADA Naoki · 7 years ago
  68. 0ae7c8b bpo-16011 clarify that 'in' always returns a boolean value by Amit Kumar · 7 years ago
  69. 9f74deb Improve the documentation for template strings (#856) by Barry Warsaw · 7 years ago
  70. 8cea592 bpo-29643: Fix check for --enable-optimizations (GH-129) by Alex Wang · 7 years ago
  71. ad2f9e2 Drop the standard gcc test build on Travis (GH-853) by Brett Cannon · 7 years ago
  72. bbd3cf8 Fix ref cycles in TestCase.assertRaises() (#193) by Victor Stinner · 7 years ago
  73. 6003db7 bpo-29677: DOC: clarify documentation for `round` (#357) by Gerrit Holl · 7 years ago
  74. d67a103 bpo-29924: Remove useless argument (#854) by Sylvain · 7 years ago
  75. d702c50 bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (GH-847) by Jim Fasarakis-Hilliard · 7 years ago
  76. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  77. 604e74c bpo-20552: Use specific asserts in bytes tests (#790) by Serhiy Storchaka · 7 years ago
  78. b8a7daf Minor test cleanup (GH-837) by Zachary Ware · 7 years ago
  79. 334e9ec Treat Sphinx warnings as errors (GH-832) by Zachary Ware · 7 years ago
  80. 0579e81 import sys before we use it on line 9 (#828) by Jelle Zijlstra · 7 years ago
  81. 5fb278f Fixes sphinx warning in "changelog" misc/NEWS (#829) by Michael Seifert · 7 years ago
  82. 1e73dbb Fix small exception typos in Lib (#818) by Jim Fasarakis-Hilliard · 7 years ago
  83. f8beb98 bpo-29888: Fix the link referring to the "Python download page" (GH-824) by cocoatomo · 7 years ago
  84. 62a9951 bpo-29900: Simplify pathlib implementation. (#814) by Serhiy Storchaka · 7 years ago
  85. 4aec9a8 bpo-29901: Improve support of path-like objects in zipapp. (#815) by Serhiy Storchaka · 7 years ago
  86. 3c749fc Simplify partial.__new__. (#813) by Serhiy Storchaka · 7 years ago
  87. 9f0aa48 bpo-29862: Fix grammar in importlib.reload() exception (GH-809) by Mandeep Bhutani · 7 years ago
  88. 29540cd bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) by NAKAMURA Osamu · 7 years ago
  89. 8f9e1bbf bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) by Ivan Levkivskyi · 7 years ago
  90. 671079e bpo-29894: Deprecate returning an instance of complex subclass from __complex__. (#798) by Serhiy Storchaka · 7 years ago
  91. af7b9ec bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805) by Serhiy Storchaka · 7 years ago
  92. 8988945 bpo-29861: release references to multiprocessing Pool tasks (#743) by Antoine Pitrou · 7 years ago
  93. e304e33 bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) by Serhiy Storchaka · 7 years ago
  94. 5619ab2 doc: Fix small typos in library/multiprocessing (GH-698) by Sylvain Bellemare · 7 years ago
  95. 8a543c0 `make tags` fixes (GH-717) by Alex Dzyoba · 7 years ago
  96. 20fbf8a faulthandler: Restore the old sigaltstack during teardown (#777) by Christophe Zeitouny · 7 years ago
  97. 0b3ec19 Use NULL rather than 0. (#778) by Serhiy Storchaka · 7 years ago
  98. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  99. 1e2147b bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) by Nathaniel J. Smith · 7 years ago
  100. fad7f15 Remove an outdated statement in execution model docs (GH-754) by Ivan Levkivskyi · 7 years ago