1. 2706785 bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) by Miss Islington (bot) · 3 years, 1 month ago
  2. 532ebba bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) by Miss Islington (bot) · 3 years, 1 month ago
  3. a49398b bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) by Miss Islington (bot) · 3 years, 1 month ago
  4. 779b9ae bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28016) by Miss Islington (bot) · 3 years, 1 month ago
  5. 2a80893 [3.10] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27943) by Erlend Egeberg Aasland · 3 years, 1 month ago
  6. 81fa08c bpo-44524: Fix cryptic TypeError message when trying to subclass special forms in `typing` (GH-27710) by Miss Islington (bot) · 3 years, 1 month ago
  7. cd986e9 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) by Miss Islington (bot) · 3 years, 1 month ago
  8. 8aa64cc bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) by Miss Islington (bot) · 3 years, 1 month ago
  9. db36fdb bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) by Miss Islington (bot) · 3 years, 1 month ago
  10. baa8d48 bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) by Miss Islington (bot) · 3 years, 1 month ago
  11. 719af92 bpo-40635: Fix getfqdn() docstring and docs (GH-27971) by Miss Islington (bot) · 3 years, 1 month ago
  12. 9a79242 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) by Miss Islington (bot) · 3 years, 1 month ago
  13. 9f814be bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) by Miss Islington (bot) · 3 years, 1 month ago
  14. 32c1caa bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957) by Dong-hee Na · 3 years, 1 month ago
  15. 6ea6cf2 [3.10] bpo-45000: Update whatsnews about deleting __debug__ (GH-27956) (GH-27958) by Dong-hee Na · 3 years, 1 month ago
  16. ea39933 bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27963) by Miss Islington (bot) · 3 years, 1 month ago
  17. b34ca7e [3.10] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922). (GH-27953) by Erlend Egeberg Aasland · 3 years, 1 month ago
  18. 06e9a35 bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841) by Miss Islington (bot) · 3 years, 1 month ago
  19. ec5a031 bpo-39452: Rewrite and expand __main__.rst (GH-26883) by Miss Islington (bot) · 3 years, 1 month ago
  20. 0af681b [3.10] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708) by Miss Islington (bot) · 3 years, 1 month ago
  21. 4673dc2 Update susp-ignored.csv line numbers by Miss Islington (bot) · 3 years, 1 month ago
  22. e479510 bpo-42560: simplify/merge architecture info in Tkinter docs (GH-27839) by Miss Islington (bot) · 3 years, 1 month ago
  23. f709360 [doc] Fix typo c-api/exceptions.rst (GH-27847) by Miss Islington (bot) · 3 years, 1 month ago
  24. 6ff7fef bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) by Miss Islington (bot) · 3 years, 1 month ago
  25. c6c120d [doc] Added mailing list link for comp.lang.python (GH-27852) by Miss Islington (bot) · 3 years, 1 month ago
  26. 8351df6 bpo-42560: add warning to Tkinter docs about outdated pre-8.5 documentation online (GH-27836) by Miss Islington (bot) · 3 years, 1 month ago
  27. 1095535 bpo-44980: fix test_constructor to return None value (GH-27898) by Miss Islington (bot) · 3 years, 1 month ago
  28. 3390dfa [doc] Fix typo in idle.rst (GH-27903) by Miss Islington (bot) · 3 years, 1 month ago
  29. 27f2f62 bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872) by Miss Islington (bot) · 3 years, 1 month ago
  30. 57b321c Move susp-ignored locations by Miss Islington (bot) · 3 years, 1 month ago
  31. 0627918 bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866) by Miss Islington (bot) · 3 years, 1 month ago
  32. 8e90f15 [3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27893) by Łukasz Langa · 3 years, 1 month ago
  33. 4d1e74f bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840) by Miss Islington (bot) · 3 years, 1 month ago
  34. 61ecd3e bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) by Miss Islington (bot) · 3 years, 1 month ago
  35. 9ffe582 bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (GH-27859) (GH-27860) by Miss Islington (bot) · 3 years, 1 month ago
  36. d63114c bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) by Miss Islington (bot) · 3 years, 1 month ago
  37. 519bcc6 bpo-44940: Clarify the documentation of re.findall() (GH-27849) by Miss Islington (bot) · 3 years, 1 month ago
  38. 95a9ba1 bpo-44966: Fix out-of-date traceback message (GH-27867) by Miss Islington (bot) · 3 years, 1 month ago
  39. 88a1920 bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) by Miss Islington (bot) · 3 years, 1 month ago
  40. 5bd27c3 bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871) by Miss Islington (bot) · 3 years, 1 month ago
  41. 838b0e9 bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) by Miss Islington (bot) · 3 years, 1 month ago
  42. f0e2a46 Fix reST markup in dataclasses.rst (GH-27843) (GH-27845) by Miss Islington (bot) · 3 years, 1 month ago
  43. 1204dfc bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) by Miss Islington (bot) · 3 years, 1 month ago
  44. fc6ad05 bpo-44949: Fix test_readline auto history tests (GH-27813) by Miss Islington (bot) · 3 years, 1 month ago
  45. ad16f93 bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818) by Miss Islington (bot) · 3 years, 1 month ago
  46. 846a10f bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) by Miss Islington (bot) · 3 years, 1 month ago
  47. d1c0e44 bpo-44852: Support filtering over warnings without a set message (GH-27793) by Miss Islington (bot) · 3 years, 1 month ago
  48. bbb1076 bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688) by Miss Islington (bot) · 3 years, 1 month ago
  49. f20f061 introduce omitted index default before using it (GH-27775) (GH-27802) by Miss Islington (bot) · 3 years, 1 month ago
  50. 826e059 [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800) by Miss Islington (bot) · 3 years, 1 month ago
  51. 3f81e96 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796) by Miss Islington (bot) · 3 years, 1 month ago
  52. f6bd1ca bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) by Miss Islington (bot) · 3 years, 1 month ago
  53. bc98f98 [3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784) by Łukasz Langa · 3 years, 1 month ago
  54. 6f6648e bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) by Miss Islington (bot) · 3 years, 1 month ago
  55. 8516ca5 bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765) by Miss Islington (bot) · 3 years, 1 month ago
  56. 1960409 bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761) by Miss Islington (bot) · 3 years, 1 month ago
  57. b6a6d99 [3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27666) by Senthil Kumaran · 3 years, 1 month ago
  58. 25122b2 bpo-44907: Update error messages in tutorial examples (GH-27755) by Miss Islington (bot) · 3 years, 1 month ago
  59. 16f73c8 bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700) by Miss Islington (bot) · 3 years, 1 month ago
  60. d412848 bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754) by Miss Islington (bot) · 3 years, 1 month ago
  61. 6d13486 Added test case based on recommended test cases from RFC 4648 (GH-27747) by Miss Islington (bot) · 3 years, 1 month ago
  62. 45a97d9 bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745) by Miss Islington (bot) · 3 years, 1 month ago
  63. ebc5926 bpo-44895: Temporarily add an extra gc.collect() call (GH-27746) by Miss Islington (bot) · 3 years, 1 month ago
  64. ef36dfe [3.10] bpo-33930: Fix typo in the test name. (GH-27736) by Benjamin Peterson · 3 years, 1 month ago
  65. c28c2e1 [3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743) by Pablo Galindo Salgado · 3 years, 1 month ago
  66. 5d44443 bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732) by Miss Islington (bot) · 3 years, 1 month ago
  67. 2666d70 bpo-33479: Add architecture and threading model sections to Tkinter module docs (GH-27717) by Miss Islington (bot) · 3 years, 1 month ago
  68. e8a43ef Add .DS_Store on ignore (GH-27711) (GH-27723) by Miss Islington (bot) · 3 years, 1 month ago
  69. d6d2d54 bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719) by Miss Islington (bot) · 3 years, 1 month ago
  70. a6808c6 bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638) by Miss Islington (bot) · 3 years, 1 month ago
  71. 4e0147e bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) by Miss Islington (bot) · 3 years, 1 month ago
  72. d86bbe3 bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) by Miss Islington (bot) · 3 years, 1 month ago
  73. 52d481f make lib2to3 parse async generators everywhere (GH-6588) by Miss Islington (bot) · 3 years, 1 month ago
  74. 2e1fef5 bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) by Miss Islington (bot) · 3 years, 1 month ago
  75. e9ec71a bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690) by Irit Katriel · 3 years, 1 month ago
  76. d657da8 bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) by Miss Islington (bot) · 3 years, 1 month ago
  77. a3185da bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) by Miss Islington (bot) · 3 years, 1 month ago
  78. 8ece98a bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) by Miss Islington (bot) · 3 years, 1 month ago
  79. c79aa42 bpo-44522: Fix inaccurate information in open() function (GH-27650) by Miss Islington (bot) · 3 years, 1 month ago
  80. 0f02993 Remove unused variable. (GH-27677) (#27680) by Mark Shannon · 3 years, 1 month ago
  81. d5c8ad2 bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) by Miss Islington (bot) · 3 years, 1 month ago
  82. 762ef85 bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673) by Mark Shannon · 3 years, 1 month ago
  83. 7d6a0fe Upgrade bundled pip and setuptools (GH-27625) by Miss Islington (bot) · 3 years, 2 months ago
  84. ac8f72c bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) by Miss Islington (bot) · 3 years, 2 months ago
  85. 699ee01 bpo-41576: document BaseException in favor of bare except (GH-21917) by Miss Islington (bot) · 3 years, 2 months ago
  86. 2fd1f21 bpo-27752: improve documentation of csv.Dialect (GH-26795) by Miss Islington (bot) · 3 years, 2 months ago
  87. 66dd1a0 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640) by Miss Islington (bot) · 3 years, 2 months ago
  88. 1e9c9ca bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635) by Miss Islington (bot) · 3 years, 2 months ago
  89. 2b1e713 bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588) by Miss Islington (bot) · 3 years, 2 months ago
  90. a5d9963 bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) by Miss Islington (bot) · 3 years, 2 months ago
  91. 36a2497 bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614) by Miss Islington (bot) · 3 years, 2 months ago
  92. 2ae2235 bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) by Miss Islington (bot) · 3 years, 2 months ago
  93. a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 3 years, 2 months ago
  94. 0a642d5 bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) by Miss Islington (bot) · 3 years, 2 months ago
  95. b1bd16c [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616) by Pablo Galindo Salgado · 3 years, 2 months ago
  96. 536e35a bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585) by Miss Islington (bot) · 3 years, 2 months ago
  97. c2593b4 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) by Miss Islington (bot) · 3 years, 2 months ago
  98. 98f6a72 [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) by Miss Islington (bot) · 3 years, 2 months ago
  99. cdcae41 Fix typo in 'xml.dom.minidom' documentation (GH-27602) by Miss Islington (bot) · 3 years, 2 months ago
  100. 770be3a Fix 404 link to the pyporting mailing list (GH-27320) by Miss Islington (bot) · 3 years, 2 months ago