1. 98224d2 Remove unneeded assignment in PyBytes_Concat() (GH-15274) by Miss Islington (bot) · 4 years, 11 months ago
  2. 63909cd bpo-37574: Mention helper functions for find_spec documentation (GH-14739) by Miss Islington (bot) · 4 years, 11 months ago
  3. 78c3949 Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698) by Miss Islington (bot) · 4 years, 11 months ago
  4. 30a8fd7 Correct minor grammatical mistake in open docs (GH-15865) by Miss Islington (bot) · 4 years, 11 months ago
  5. cdce233 bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) by Miss Islington (bot) · 4 years, 11 months ago
  6. 6c588a0 Correct info about "f.read(size)". (GH13852) by Miss Islington (bot) · 4 years, 11 months ago
  7. d42a4fd bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15871) by Victor Stinner · 4 years, 11 months ago
  8. 58ef7d3 bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15875) by Miss Islington (bot) · 4 years, 11 months ago
  9. 8072230 Note regarding + mode truncation applies to both text and binary mode (GH-11314) (GH-15869) by Miss Islington (bot) · 4 years, 11 months ago
  10. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 4 years, 11 months ago
  11. 313f801 bpo-37504: Fix documentation build with texinfo builder (GH-14606) by Miss Islington (bot) · 4 years, 11 months ago
  12. 41c965f Fix subprocess docstring typo (GH-15812) by Miss Islington (bot) · 4 years, 11 months ago
  13. 2ed0ac6 bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) by Miss Islington (bot) · 4 years, 11 months ago
  14. 21dacea Fix calling order of PyEval_InitThreads. (GH-15836) by Miss Islington (bot) · 4 years, 11 months ago
  15. ed99bb9 bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383) by Steve Dower · 4 years, 11 months ago
  16. 45bc392 bpo-38090: Fix reference leak in ceval.c (GH-15848) by Miss Islington (bot) · 4 years, 11 months ago
  17. 206e4c3 bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) by Steve Dower · 4 years, 11 months ago
  18. f12ff05 bpo-38066: Hide internal Stream methods (GH-15762) by Miss Islington (bot) · 4 years, 11 months ago
  19. 5cf8155 bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15846) by Miss Islington (bot) · 4 years, 11 months ago
  20. c43f26e closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836) by Miss Islington (bot) · 4 years, 11 months ago
  21. c3008dd bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830) by Miss Islington (bot) · 4 years, 11 months ago
  22. eaa1b09 docs: Add references to AsyncMock in unittest.mock.patch (GH-13681) by Miss Islington (bot) · 4 years, 11 months ago
  23. eb1bc48 bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong type (GH-15838) by Miss Islington (bot) · 4 years, 11 months ago
  24. 55daf1a bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queue] (GH-13950) by Miss Islington (bot) · 4 years, 11 months ago
  25. bb8fc8b bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [locks] (GH-13920) by Miss Islington (bot) · 4 years, 11 months ago
  26. ab74e52 bpo-37052: Add examples for mocking async iterators and context managers (GH-14660) by Miss Islington (bot) · 4 years, 11 months ago
  27. 7d41e40 Remove macOS tests from Travis. (GH-15809) by Miss Islington (bot) · 4 years, 11 months ago
  28. 18fa272 Fix typo in dict object comment (GH-15814) by Miss Islington (bot) · 4 years, 11 months ago
  29. ccaea52 Revert "bpo-33418: Add tp_clear for function object (GH-8058)" (GH-15826) by Victor Stinner · 4 years, 11 months ago
  30. fdd17ab bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 4 years, 11 months ago
  31. 74b7413 bpo-37662: Documented venv.EnvBuilder.upgrade_dependencies(). (GH-15768) by Miss Islington (bot) · 4 years, 11 months ago
  32. d4391aa bpo-37383: Updates docs to reflect AsyncMock call_count after await. (GH-15761) by Miss Islington (bot) · 4 years, 11 months ago
  33. 29bde48 bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Miss Islington (bot) · 4 years, 11 months ago
  34. 99df5e8 [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) by Zachary Ware · 4 years, 11 months ago
  35. c1c04cb bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) by Miss Islington (bot) · 4 years, 11 months ago
  36. e832963 bpo-37649: Fix exec_prefix check (GH-14897) by Miss Islington (bot) · 4 years, 11 months ago
  37. 421ef39 Fix punctuation in `os.execvpe` docstring. (GH-15051) by Miss Islington (bot) · 4 years, 11 months ago
  38. eadf6b8 bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Miss Islington (bot) · 4 years, 11 months ago
  39. 0468a85 Clarify that shutil's copy functions can accept path-like values (GH-15141) by Miss Islington (bot) · 4 years, 11 months ago
  40. 5731172 bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) by Miss Islington (bot) · 4 years, 11 months ago
  41. 2d5594f bpo-20490: Improve circular import error message (GH-15308) by Steve Dower · 4 years, 11 months ago
  42. 78d15fa bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Miss Islington (bot) · 4 years, 11 months ago
  43. b6ef8f2 bpo-37876: Tests for ROT-13 codec (GH-15314) by Miss Islington (bot) · 4 years, 11 months ago
  44. 0d4396c bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Miss Islington (bot) · 4 years, 11 months ago
  45. 3bd4bed bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781) by Miss Islington (bot) · 4 years, 11 months ago
  46. cabcbbe bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704) by Miss Islington (bot) · 4 years, 11 months ago
  47. b150d0b bpo-38037: Fix reference counters in signal module (GH-15753) by Miss Islington (bot) · 4 years, 11 months ago
  48. 44729c9 bpo-32587: Fixes unsafe downcast in PC/winreg.c (GH-15766) by Miss Islington (bot) · 4 years, 11 months ago
  49. 5d695b6 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Steve Dower · 4 years, 11 months ago
  50. 5e053eb Fix typo in math.prod example (GH-15614) by Miss Islington (bot) · 4 years, 11 months ago
  51. 248387f bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) by Miss Islington (bot) · 4 years, 11 months ago
  52. 2a4a982 bpo-37283: Ensure command-line and unattend.xml setting override previously detected states in Windows installer (GH-15759) by Miss Islington (bot) · 4 years, 11 months ago
  53. 12acb5b bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758) by Miss Islington (bot) · 4 years, 11 months ago
  54. bee8bfe bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) by Miss Islington (bot) · 4 years, 11 months ago
  55. 2522679 [3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754) by Miss Islington (bot) · 4 years, 11 months ago
  56. 87a5a33 bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Miss Islington (bot) · 4 years, 11 months ago
  57. 68e401f bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623) by Miss Islington (bot) · 4 years, 11 months ago
  58. eb02196 bpo-11953: Extend table of Windows WSA* error codes (GH-15004) by Steve Dower · 4 years, 11 months ago
  59. c837ad4 bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) by Miss Islington (bot) · 4 years, 11 months ago
  60. ebca7eb bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239) by Miss Islington (bot) · 4 years, 11 months ago
  61. 14f7de7 [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) by Zachary Ware · 4 years, 11 months ago
  62. e103732 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 4 years, 11 months ago
  63. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 4 years, 11 months ago
  64. cc1bdf9 [3.8] bpo-36018: Address more reviewer feedback (GH-15733) (GH-15734) by Raymond Hettinger · 4 years, 11 months ago
  65. 3be4b10 [3.8] Correct Roman-numeral example in Unicode HOWTO. (GH-15541). (GH-15728) by Serhiy Storchaka · 4 years, 11 months ago
  66. cc51a6d bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) by Miss Islington (bot) · 4 years, 11 months ago
  67. 4009a85 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Miss Islington (bot) · 4 years, 11 months ago
  68. 4d1abed bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15707) by Miss Islington (bot) · 4 years, 11 months ago
  69. b8c6677 More refinements to the statistics docs (GH-15713) (GH-15715) by Miss Islington (bot) · 4 years, 11 months ago
  70. 7eaedda Correct minor gramatical mistake in sys.settrace doc (GH-15637) by Miss Islington (bot) · 4 years, 11 months ago
  71. f5649bf bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) (GH-15696) by Miss Islington (bot) · 4 years, 11 months ago
  72. dafbe32 bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) by Miss Islington (bot) · 4 years, 11 months ago
  73. bdcbb83 bpo-38026: fix inspect.getattr_static (GH-15676) by Miss Islington (bot) · 4 years, 11 months ago
  74. 9c2654d bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 4 years, 11 months ago
  75. 6ad0a2c [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686) by Abhilash Raj · 4 years, 11 months ago
  76. 6d7a786 bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) by Miss Islington (bot) · 4 years, 11 months ago
  77. 29825a3 Fix idlelib.help comments (GH-15669) by Miss Islington (bot) · 4 years, 11 months ago
  78. cad7abf bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Miss Islington (bot) · 4 years, 11 months ago
  79. 5e194f5 Fix grammar in asyncio-dev.rst (GH-15672) by Miss Islington (bot) · 4 years, 11 months ago
  80. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 4 years, 11 months ago
  81. 952ea67 bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) by Miss Islington (bot) · 4 years, 11 months ago
  82. 54dac6c bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) by Miss Islington (bot) · 4 years, 11 months ago
  83. 59e8fba [3.8] bpo-21315: Fix parsing of encoded words with missing leading ws (GH-13425) (GH-15655) by Ashwin Ramaswami · 4 years, 11 months ago
  84. 58067d2 bpo-37798: Fix _statistics module doc (GH-15546) by Miss Islington (bot) · 4 years, 11 months ago
  85. 1c18aec bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Miss Islington (bot) · 4 years, 11 months ago
  86. b365cfa bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) (GH-15649) by Miss Islington (bot) · 4 years, 11 months ago
  87. bf69e16 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (GH-15648) by Miss Islington (bot) · 4 years, 11 months ago
  88. 353053d [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) by Serhiy Storchaka · 4 years, 11 months ago
  89. 6922b9e bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629) by Miss Islington (bot) · 5 years ago
  90. 97a31c7 [3.8] bpo-37990: fix gc stats (GH-15626) by Inada Naoki · 5 years ago
  91. bd8ca9a [3.8] bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) (GH-15494) (GH-15624) by Raymond Hettinger · 5 years ago
  92. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  93. 3d75857 IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) by Miss Islington (bot) · 5 years ago
  94. 17f61ed bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Miss Islington (bot) · 5 years ago
  95. 1553e3b Post v3.8.0b4 by Łukasz Langa · 5 years ago
  96. 23d532a Merge tag 'v3.8.0b4' into 3.8 by Łukasz Langa · 5 years ago
  97. 27f4186 bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608) by Miss Islington (bot) · 5 years ago
  98. c19d6bc Steven Bethard designated a new maintainer for argparse (GH-15605) (GH-15606) by Miss Islington (bot) · 5 years ago
  99. d93605d Python 3.8.0b4 by Łukasz Langa · 5 years ago
  100. 25a044e [3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603) by Łukasz Langa · 5 years ago