1. 2b2ead7 bpo-36046: Add user and group parameters to subprocess (GH-11950) by Patrick McLean · 6 years ago
  2. 57b7dbc Emphasize the need to always call PySequence_Fast. (GH-11140) by Matti Picus · 6 years ago
  3. 088b63e bpo-36876: Fix the globals checker tool. (gh-16058) by Eric Snow · 6 years ago
  4. 855df7f closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Daniel Hahler · 6 years ago
  5. b1a2abd bpo-37908: Add an example of ArgumentParser.exit() (GH-15455) by Hai Shi · 6 years ago
  6. 4210ad5 bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) by Raymond Hettinger · 6 years ago
  7. c6734ee bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192) by Sergey Fedoseev · 6 years ago
  8. 8d88e8c bpo-38138: Fix memory leak introduced by interned strings (GH-16053) by Dino Viehland · 6 years ago
  9. 9a4963b bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) by Christian Heimes · 6 years ago
  10. 4ffd05d bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by animalize · 6 years ago
  11. 2f1b857 bpo-36991: Fix incorrect exception escaping ZipFile.extract() (GH-13632) by Berker Peksag · 6 years ago
  12. 99b54d6 Revert "Fix depth-first-search computation in compile.c (GH-16042)" (GH-16050) by T. Wouters · 6 years ago
  13. 355f3e1 Fix depth-first-search computation in compile.c (GH-16042) by Mark Shannon · 6 years ago
  14. 8c74574 bpo-38132: Check EVP_DigestUpdate for error (GH-16041) by Christian Heimes · 6 years ago
  15. a45b0ef Doc: Add -m reference in context of code execution (GH-16045) by Julien Palard · 6 years ago
  16. ed4b321 bpo-37363: Document internal audit events (GH-14663) by Christian Heimes · 6 years ago
  17. f9dc2ad bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956) by Serhiy Storchaka · 6 years ago
  18. 5a4f82f bpo-38132: Simplify _hashopenssl code (GH-16023) by Christian Heimes · 6 years ago
  19. a488879 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Andrew Svetlov · 6 years ago
  20. 3ab6147 Enhance Py_UNREACHABLE macro (GH-16032) by Zachary Ware · 6 years ago
  21. 224b8aa bpo-26868: Fix example usage of PyModule_AddObject. (#15725) by Brandt Bucher · 6 years ago
  22. 967b84c bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Windson yang · 6 years ago
  23. 64117e0 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Christian Heimes · 6 years ago
  24. 31a82e2 bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Emmanuel Arias · 6 years ago
  25. 2c910c1 bpo-36675: Remove obsolete code. (GH-16024) by Julien Palard · 6 years ago
  26. 894d0f7 bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) by Christian Heimes · 6 years ago
  27. f545638 bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362) by Hai Shi · 6 years ago
  28. 2d32bf1 bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) by Harmandeep Singh · 6 years ago
  29. 692a0dc bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Divij Rajkumar · 6 years ago
  30. ea683de closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Zackery Spytz · 6 years ago
  31. 954900a closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) by bggardner · 6 years ago
  32. 64535fc bpo-36876: Skip test_check_c_globals for now. (gh-16017) by Eric Snow · 6 years ago
  33. 7544497 Doc: Add example of dict() function with positional and keyword arguments (GH-15220) by Georgy Frolov · 6 years ago
  34. 6e1a30b Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003) by Xtreak · 6 years ago
  35. 8ed6503 bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) by Jason R. Coombs · 6 years ago
  36. 421a72a bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634) by Zackery Spytz · 6 years ago
  37. 6954be8 closes bpo-37758: Extend unicodedata checksum tests to cover all of Unicode. (GH-15125) by Greg Price · 6 years ago
  38. a65678c bpo-37760: Convert from length-18 lists to a dataclass, in makeunicodedata. (GH-15265) by Greg Price · 6 years ago
  39. 5e9caee bpo-37879: Fix warnings in _testcapimodule (GH-16004) by Petr Viktorin · 6 years ago
  40. f9c95a4 bpo-32820: __format__ method for ipaddress (#5627) by ewosborne · 6 years ago
  41. 92777d5 bpo-18578: Rename and document test.bytecode_helper as test.support.bytecode_helper (GH-15168) by Joannah Nanjekye · 6 years ago
  42. a06d683 bpo-38120: Fix DeprecationWarning in test_random for invalid type of arguments to random.seed. (GH-15987) by Xtreak · 6 years ago
  43. 891e9e3 Correct typos in the codecs module documentation (#15135) by Géry Ogam · 6 years ago
  44. 39de95b closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Benjamin Peterson · 6 years ago
  45. ee536b2 bpo-36876: Add a tool that identifies unsupported global C variables. (#15877) by Eric Snow · 6 years ago
  46. 9936371 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Björn Meier · 6 years ago
  47. de606ea Correct typo in min version test (GH-16000) by Christian Heimes · 6 years ago
  48. 15f5a75 bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) by Hai Shi · 6 years ago
  49. c9bc49c bpo-34001: Fix test_ssl with LibreSSL (GH-13783) by Christian Heimes · 6 years ago
  50. e24594b Doc: recursive glob ** follows symlinks to directories (GH-12918) by Marc · 6 years ago
  51. ac46eb4 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) by Dino Viehland · 6 years ago
  52. 8d120f7 bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889) by Joannah Nanjekye · 6 years ago
  53. 58ab134 bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) by Christian Heimes · 6 years ago
  54. 5a56ce4 bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) by Hai Shi · 6 years ago
  55. 0b72ccf bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951) by Steve Dower · 6 years ago
  56. e6557d3 bpo-36528: Remove duplicate re tests. (GH-2689) by Xtreak · 6 years ago
  57. 145cf1f bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) by Dong-hee Na · 6 years ago
  58. 1fae844 Doc: Fix missing negation. (GH-14640) by Julien Palard · 6 years ago
  59. 5b172c2 bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) by Dino Viehland · 6 years ago
  60. 0cc2741 Improve clarity of try-return-finally-return (GH-15677) by toonarmycaptain · 6 years ago
  61. 4a12a17 bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670) by Daniel Andrade · 6 years ago
  62. 19f6940 bpo-38114: Do not include pip.ini in Nuget package (GH-15964) by Steve Dower · 6 years ago
  63. aa92927 bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) by Steve Dower · 6 years ago
  64. e20134f bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Jakub Kulík · 6 years ago
  65. af636f4 bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) by Lysandros Nikolaou · 6 years ago
  66. 3ba51d5 bpo-36260: Add pitfalls to zipfile module documentation (#13378) by JunWei Song · 6 years ago
  67. 5209e58 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330) by Daniel Abrahamsson · 6 years ago
  68. 3b58a70 Improve the io module documentation (GH-15099) by Géry Ogam · 6 years ago
  69. 574b324 bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Steve Dower · 6 years ago
  70. 6357c95 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) by Emily Morehouse · 6 years ago
  71. 72c3599 bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) by blhsing · 6 years ago
  72. 1abf543 Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) by Simon Willison · 6 years ago
  73. 51adfc6 Update ftplib.all_errors documentation to match code (#15026) by Andrew Scheller · 6 years ago
  74. 7117074 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) by Raymond Hettinger · 6 years ago
  75. 7b69069 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Xtreak · 6 years ago
  76. 97b817e bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) by Anjali Bansal · 6 years ago
  77. 1660a61 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) by Brennan D Baraban · 6 years ago
  78. 1a53c78 bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) by Joannah Nanjekye · 6 years ago
  79. b6643dc bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (#13639) by Pavel Koneski · 6 years ago
  80. 95da826 closes bpo-37252: Fix devpoll tests. (GH-14017) by Jakub Kulík · 6 years ago
  81. 4b41745 bpo-37305: add MIME type for Web App Manifest (#14199) by Filip Š · 6 years ago
  82. 088a09a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) by hui shang · 6 years ago
  83. f9b5840 bpo-33944: note about the intended use of code in .pth files (GH-10131) by native-api · 6 years ago
  84. 6f55b03 Turn off AppVeyor CI (GH-15929) by Zachary Ware · 6 years ago
  85. dc26997 bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) by Andre Delfino · 6 years ago
  86. a828514 bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) by Michael Osipov · 6 years ago
  87. 9aee900 bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) by Andrew Svetlov · 6 years ago
  88. 781266e bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) by Géry Ogam · 6 years ago
  89. e1d455f Doc: Use walrus operator in example. (GH-15934) by Julien Palard · 6 years ago
  90. 37c2220 bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialized module (GH-15057) by Joannah Nanjekye · 6 years ago
  91. 60bba83 Doc: Fix typo in fastsearch comments (GH-14608) by Valentin Haenel · 6 years ago
  92. 8fcaffb bpo-37326: Include libffi license when available (GH-15921) by Steve Dower · 6 years ago
  93. 62cf698 bpo-35649: update http client example (GH-11441) by Ashwin Ramaswami · 6 years ago
  94. 1a13efb Minor ReST formatting fixes in subprocess docs (#14876) by Tim Hoffmann · 6 years ago
  95. c78dae8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Xtreak · 6 years ago
  96. 2d7caca bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (#10638) by Pierre Quentel · 6 years ago
  97. 972cf5c bpo-35168: Make shlex.punctuation_chars read-only (#11631) by Alex · 6 years ago
  98. 6a9fd66 bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) by Xtreak · 6 years ago
  99. 7a6873c bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684) by Jeroen Demeyer · 6 years ago
  100. 2d8d597 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Ezio Melotti · 6 years ago