1. 0d7cb5b bpo-38132: Check EVP_DigestUpdate for error (GH-16041) by Miss Islington (bot) · 5 years ago
  2. 2f01cf6 bpo-37363: Document internal audit events (GH-14663) by Miss Islington (bot) · 5 years ago
  3. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 5 years ago
  4. 345bfc9 bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) by Miss Islington (bot) · 5 years ago
  5. 535863e bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 5 years ago
  6. 14afe20 bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) by Miss Islington (bot) · 5 years ago
  7. 80e3365 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Miss Islington (bot) · 5 years ago
  8. 648494b bpo-35685: Add examples of unittest.mock.patch.dict usage (GH-11456) by Miss Islington (bot) · 5 years ago
  9. 94a6847 bpo-36675: Remove obsolete code. (GH-16024) by Miss Islington (bot) · 5 years ago
  10. 1fc84b6 [3.8] bpo-32008: Prefer client or TLSv1_2 in examples (GH-5797) (GH-16027) by Stéphane Wirtel · 5 years ago
  11. 84eb42e bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Miss Islington (bot) · 5 years ago
  12. db0d8a5 bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) (GH-15965) by Miss Islington (bot) · 5 years ago
  13. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 5 years ago
  14. 52baf90 bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647) by Miss Islington (bot) · 5 years ago
  15. 1e17c4d bpo-13927: time.ctime and time.asctime return string explantion (GH-11303) by Miss Islington (bot) · 5 years ago
  16. 79cbaf5 closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 5 years ago
  17. 3562ae2 [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966) by Petr Viktorin · 5 years ago
  18. eb19c45 Doc: Update pickle.rst (GH-14128) (GH-16014) by Miss Islington (bot) · 5 years ago
  19. 2bb6bf0 bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) by Paul Ganssle · 5 years ago
  20. a5a7102 closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 5 years ago
  21. 8af4e0c Correct typo in min version test (GH-16001) by Miss Islington (bot) · 5 years ago
  22. f79a022 bpo-36270: Doc: add link to traceback object reference (GH-13119) by Miss Islington (bot) · 5 years ago
  23. d6ac67f bpo-34001: Fix test_ssl with LibreSSL (GH-13783) (#15997) by Miss Islington (bot) · 5 years ago
  24. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 5 years ago
  25. 965e53a [3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999) by Stéphane Wirtel · 5 years ago
  26. d479936 Doc: recursive glob ** follows symlinks to directories (GH-12918) by Miss Islington (bot) · 5 years ago
  27. 4cab7eb bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990) by Miss Islington (bot) · 5 years ago
  28. 0b7f370 bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) by Miss Islington (bot) · 5 years ago
  29. f90cbcb bpo-36528: Remove duplicate re tests. (GH-2689) by Miss Islington (bot) · 5 years ago
  30. 05d692b Doc: Fix missing negation. (GH-14640) by Miss Islington (bot) · 5 years ago
  31. c5a6723 bpo-36260: Add pitfalls to zipfile module documentation (GH-13378) (GH-15976) by Miss Islington (bot) · 5 years ago
  32. 436cd2c bpo-38114: Do not include pip.ini in Nuget package (GH-15964) by Miss Islington (bot) · 5 years ago
  33. 43ee0e2 bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) by Miss Islington (bot) · 5 years ago
  34. 63eefc3 bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15973) by Miss Islington (bot) · 5 years ago
  35. 8936533 bpo-36182: Update pathlib.Path.write_text() docs (GH-12161) (GH-15977) by Miss Islington (bot) · 5 years ago
  36. 20f80bf bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) by Miss Islington (bot) · 5 years ago
  37. be2aa58 bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH-15967) by Miss Islington (bot) · 5 years ago
  38. e784bb7 bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) by Miss Islington (bot) · 5 years ago
  39. aa52717 Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828) by Miss Islington (bot) · 5 years ago
  40. 2f2a867 Update ftplib.all_errors documentation to match code (GH-15026) by Miss Islington (bot) · 5 years ago
  41. 6cf0ba8 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) by Miss Islington (bot) · 5 years ago
  42. 8ee8ad2 [3.8] Turn off AppVeyor CI (GH-15929) (GH-15941) by Zachary Ware · 5 years ago
  43. 629f1f8 bpo-23460: Fix documentation for decimal string :g formatting (GH-11850) (GH-15954) by Miss Islington (bot) · 5 years ago
  44. b4808c1 closes bpo-37252: Fix devpoll tests. (GH-14017) (GH-15948) by Miss Islington (bot) · 5 years ago
  45. 42edfcf bpo-36919: make test_source_encoding.test_issue2301 implementation-independent (GH-13639) (GH-15952) by Miss Islington (bot) · 5 years ago
  46. b18b198 bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) by Miss Islington (bot) · 5 years ago
  47. fef5bdc bpo-34519: Add additional aliases for HP Roman 8 (GH-8956) (GH-15945) by Miss Islington (bot) · 5 years ago
  48. 35d0934 bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946) by Miss Islington (bot) · 5 years ago
  49. cbd7b2a bpo-31163: Added return values to pathlib.Path instance's rename and replace methods. (GH-13582) (GH-15944) by Miss Islington (bot) · 5 years ago
  50. 4d2babd bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940) by Miss Islington (bot) · 5 years ago
  51. d1d968d bpo-33944: note about the intended use of code in .pth files (GH-10131) (GH-15942) by Miss Islington (bot) · 5 years ago
  52. da38ec1 bpo-37326: Include libffi license when available (GH-15921) by Miss Islington (bot) · 5 years ago
  53. c97ee1d [3.8] Doc: Use walrus operator in example. (GH-15934) (GH-15936) by Stéphane Wirtel · 5 years ago
  54. 6a17751 Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933) by Miss Islington (bot) · 5 years ago
  55. 43fb3bb bpo-35649: update http client example (GH-11441) (GH-15930) by Miss Islington (bot) · 5 years ago
  56. 3b92ddb [3.8] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15927) by Vinay Sajip · 5 years ago
  57. 01ae0e2 Minor ReST formatting fixes in subprocess docs (GH-14876) by Miss Islington (bot) · 5 years ago
  58. e0dd713 bpo-38103: fix conflicting labels in the docs. (GH-15906) by Miss Islington (bot) · 5 years ago
  59. 44e36e8 bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) by Miss Islington (bot) · 5 years ago
  60. e3bd941 bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) by Miss Islington (bot) · 5 years ago
  61. f3e430b bpo-35066: Make trailing percent test more portable. (GH-15907) by Miss Islington (bot) · 5 years ago
  62. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 5 years ago
  63. 0ba5dbd bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918) by Miss Islington (bot) · 5 years ago
  64. 7acb22e bpo-28494: install ziptestdata to fix install bot (GH-15902) by Miss Islington (bot) · 5 years ago
  65. 4e914ab bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) by Miss Islington (bot) · 5 years ago
  66. 690a16d bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) by Miss Islington (bot) · 5 years ago
  67. 57491de bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) by Miss Islington (bot) · 5 years ago
  68. 4601f7a [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) by Andrew Svetlov · 5 years ago
  69. 80db4b4 bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) by Miss Islington (bot) · 5 years ago
  70. df935b5 [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) by Zachary Ware · 5 years ago
  71. 872c85a bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) by Miss Islington (bot) · 5 years ago
  72. f357cd0 bpo-38034: Fix typo in logging.handlers.rst (GH-15708) (GH-15893) by Miss Islington (bot) · 5 years ago
  73. 74b0291 bpo-28494: Test existing zipfile working behavior. (GH-15853) by Miss Islington (bot) · 5 years ago
  74. 98224d2 Remove unneeded assignment in PyBytes_Concat() (GH-15274) by Miss Islington (bot) · 5 years ago
  75. 63909cd bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by Miss Islington (bot) · 5 years ago
  76. 78c3949 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 5 years ago
  77. 30a8fd7 Correct minor grammatical mistake in open docs (GH-15865) by Miss Islington (bot) · 5 years ago
  78. cdce233 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) by Miss Islington (bot) · 5 years ago
  79. 6c588a0 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 5 years ago
  80. d42a4fd bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871) by Victor Stinner · 5 years ago
  81. 58ef7d3 bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875) by Miss Islington (bot) · 5 years ago
  82. 8072230 Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869) by Miss Islington (bot) · 5 years ago
  83. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 5 years ago
  84. 313f801 bpo-37504: Fix documentation build with texinfo builder (GH-14606) by Miss Islington (bot) · 5 years ago
  85. 41c965f Fix subprocess docstring typo (GH-15812) by Miss Islington (bot) · 5 years ago
  86. 2ed0ac6 bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Miss Islington (bot) · 5 years ago
  87. 21dacea Fix calling order of PyEval_InitThreads. (GH-15836) by Miss Islington (bot) · 5 years ago
  88. ed99bb9 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Steve Dower · 5 years ago
  89. 45bc392 bpo-38090: Fix reference leak in ceval.c (GH-15848) by Miss Islington (bot) · 5 years ago
  90. 206e4c3 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 5 years ago
  91. f12ff05 bpo-38066: Hide internal Stream methods (GH-15762) by Miss Islington (bot) · 5 years ago
  92. 5cf8155 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846) by Miss Islington (bot) · 5 years ago
  93. c43f26e closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836) by Miss Islington (bot) · 5 years ago
  94. c3008dd bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) by Miss Islington (bot) · 5 years ago
  95. eaa1b09 docs: Add references to AsyncMock in unittest.mock.patch (GH-13681) by Miss Islington (bot) · 5 years ago
  96. eb1bc48 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838) by Miss Islington (bot) · 5 years ago
  97. 55daf1a bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) by Miss Islington (bot) · 5 years ago
  98. bb8fc8b bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Miss Islington (bot) · 5 years ago
  99. ab74e52 bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) by Miss Islington (bot) · 5 years ago
  100. 7d41e40 Remove macOS tests from Travis. (GH-15809) by Miss Islington (bot) · 5 years ago