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