1. 5b9ff7a bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) by Gregory P. Smith · 6 years ago
  2. 81319a8 bpo-37199: Replace the early returns added in c2cda63. (GH-14535) by Zackery Spytz · 6 years ago
  3. b761e3a bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) by Zackery Spytz · 6 years ago
  4. 693aa80 bpo-36046: Fix buildbot failures (GH-16091) by Gregory P. Smith · 6 years ago
  5. 995b5d3 bpo-38153: Normalize hashlib algorithm names (GH-16083) by Christian Heimes · 6 years ago
  6. 9eb35ab bpo-38148: Add slots to asyncio transports (GH-16077) by Andrew Svetlov · 6 years ago
  7. ff2e182 bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) by Ashwin Ramaswami · 6 years ago
  8. bb41147 bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Xtreak · 6 years ago
  9. 6a517c6 bpo-8538: Add support for boolean actions to argparse (GH-11478) by Rémi Lapeyre · 6 years ago
  10. 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 6 years ago
  11. 2b2ead7 bpo-36046: Add user and group parameters to subprocess (GH-11950) by Patrick McLean · 6 years ago
  12. 4ffd05d bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by animalize · 6 years ago
  13. 2f1b857 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Berker Peksag · 6 years ago
  14. f9dc2ad bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) by Serhiy Storchaka · 6 years ago
  15. 5a4f82f bpo-38132: Simplify _hashopenssl code (GH-16023) by Christian Heimes · 6 years ago
  16. a488879 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Andrew Svetlov · 6 years ago
  17. f545638 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) by Hai Shi · 6 years ago
  18. 692a0dc bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Divij Rajkumar · 6 years ago
  19. 954900a closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) by bggardner · 6 years ago
  20. 64535fc bpo-36876: Skip test_check_c_globals for now. (gh-16017) by Eric Snow · 6 years ago
  21. 6e1a30b Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Xtreak · 6 years ago
  22. 6954be8 closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. (GH-15125) by Greg Price · 6 years ago
  23. f9c95a4 bpo-32820: __format__ method for ipaddress (#5627) by ewosborne · 6 years ago
  24. 92777d5 bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168) by Joannah Nanjekye · 6 years ago
  25. a06d683 bpo-38120: Fix DeprecationWarning in test_random for invalid type of arguments to random.seed. (GH-15987) by Xtreak · 6 years ago
  26. ee536b2 bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) by Eric Snow · 6 years ago
  27. de606ea Correct typo in min version test (GH-16000) by Christian Heimes · 6 years ago
  28. c9bc49c bpo-34001: Fix test_ssl with LibreSSL (GH-13783) by Christian Heimes · 6 years ago
  29. 8d120f7 bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889) by Joannah Nanjekye · 6 years ago
  30. e6557d3 bpo-36528: Remove duplicate re tests. (GH-2689) by Xtreak · 6 years ago
  31. 4a12a17 bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670) by Daniel Andrade · 6 years ago
  32. 5209e58 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) by Daniel Abrahamsson · 6 years ago
  33. b6643dc bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (#13639) by Pavel Koneski · 6 years ago
  34. 95da826 closes bpo-37252: Fix devpoll tests. (GH-14017) by Jakub Kulík · 6 years ago
  35. 088a09a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) by hui shang · 6 years ago
  36. 9aee900 bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) by Andrew Svetlov · 6 years ago
  37. 781266e bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) by Géry Ogam · 6 years ago
  38. 2d7caca bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10638) by Pierre Quentel · 6 years ago
  39. 972cf5c bpo-35168: Make shlex.punctuation_chars read-only (#11631) by Alex · 6 years ago
  40. f2173ae bpo-35066: Make trailing percent test more portable. (GH-15907) by Benjamin Peterson · 6 years ago
  41. 92420b3 bpo-37409: fix relative import with no parent (#14956) by Ben Lewis · 6 years ago
  42. 92521fe bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Steve Dower · 6 years ago
  43. 455122a bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) by Greg Price · 6 years ago
  44. 580d278 bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Gregory P. Smith · 6 years ago
  45. ff023ed bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323) by Eddie Elizondo · 6 years ago
  46. 7264e92 bpo-36373: Fix deprecation warnings (GH-15889) by Andrew Svetlov · 6 years ago
  47. 3f4db4a bpo-28494: Test existing zipfile working behavior. (GH-15853) by Gregory P. Smith · 6 years ago
  48. 7d952de bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.copy() (GH-12995) by Gordon P. Hemsley · 6 years ago
  49. 17499d8 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) by Jason R. Coombs · 6 years ago
  50. 97d7906 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 6 years ago
  51. 88bdb92 bpo-36781: Optimize sum() for bools. (#13074) by Serhiy Storchaka · 6 years ago
  52. 12c122a bpo-38066: Hide internal Stream methods (GH-15762) by Andrew Svetlov · 6 years ago
  53. 57ea335 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-14836) by Jeroen Demeyer · 6 years ago
  54. f958377 bpo-37499: Test various C calling conventions (GH-15776) by Petr Viktorin · 6 years ago
  55. 537877d bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Emmanuel Arias · 6 years ago
  56. 8e7ff6a Skip zoneinfo tests on VxWorks (#13535) by hliu0 · 6 years ago
  57. 4f384af bpo-38076: Make struct module PEP-384 compatible (#15805) by Dino Viehland · 6 years ago
  58. 1ad0c77 bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712) by Greg Price · 6 years ago
  59. 2fc1160 bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821) by Vinay Sharma · 6 years ago
  60. d14e39c bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662) by Vinay Sharma · 6 years ago
  61. 850573b bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631) by Serhiy Storchaka · 6 years ago
  62. 92709a2 bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) by Sergey Fedoseev · 6 years ago
  63. 915cd3f bpo-35941: Fix performance regression in new code (GH-12610) by Christian Heimes · 6 years ago
  64. 370138b bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Anthony Sottile · 6 years ago
  65. 682107c bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111) by Zackery Spytz · 6 years ago
  66. 3cbc23a bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) by Greg Price · 6 years ago
  67. 65366bc bpo-20490: Improve circular import error message (GH-15308) by Anthony Sottile · 6 years ago
  68. a2af05a bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Victor Stinner · 6 years ago
  69. b3b48c8 bpo-37876: Tests for ROT-13 codec (GH-15314) by Zeth · 6 years ago
  70. 992347d bpo-26185: Fix repr() on empty ZipInfo object (#13441) by Mickaël Schoentgen · 6 years ago
  71. 8d64bfa bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Daniel Hahler · 6 years ago
  72. e223ba1 bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) by Zackery Spytz · 6 years ago
  73. 526a014 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Serhiy Storchaka · 6 years ago
  74. 4db25d5 bpo-36018: Address more reviewer feedback (GH-15733) by Raymond Hettinger · 6 years ago
  75. 3c87a66 bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) by HongWeipeng · 6 years ago
  76. 3f43cef bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) by Victor Stinner · 6 years ago
  77. 50254ac bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) by PatrikKopkan · 6 years ago
  78. ce81a92 bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615) by Jon Janzen · 6 years ago
  79. 87bd207 bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) by Dong-hee Na · 6 years ago
  80. 772ec0f bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Steve Dower · 6 years ago
  81. 2f09413 closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558) by Greg Price · 6 years ago
  82. 102e9b4 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) by Jason R. Coombs · 6 years ago
  83. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 6 years ago
  84. 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 6 years ago
  85. eb89746 bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) by Serhiy Storchaka · 6 years ago
  86. f02ea62 bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) by Serhiy Storchaka · 6 years ago
  87. c5b242f bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) by Ashwin Ramaswami · 6 years ago
  88. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 6 years ago
  89. 6a650aa bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) by Sergey Fedoseev · 6 years ago
  90. e278335 bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440) by Thomas A Caswell · 6 years ago
  91. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 6 years ago
  92. 2c5fb17 bpo-36833: Add tests for Datetime C API Macros (GH-14842) by Joannah Nanjekye · 6 years ago
  93. 35f6301 bpo-10978: Semaphores can release multiple threads at a time (GH-15588) by Raymond Hettinger · 6 years ago
  94. 122376d bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Justin Blanchard · 6 years ago
  95. e64f948 bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) by Serhiy Storchaka · 6 years ago
  96. 465e5d5 bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568) by Benjamin Peterson · 6 years ago
  97. b0caf32 bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) by Ronald Oussoren · 6 years ago
  98. 13f37f2 closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) by Vinay Sharma · 6 years ago
  99. 2a16eea bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) by Daniel Fortunov · 6 years ago
  100. fae0ed5 bpo-37328: remove deprecated HTMLParser.unescape (GH-14186) by Inada Naoki · 6 years ago