- e9ec71a bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690) by Irit Katriel · 3 years, 3 months ago
- d657da8 bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) by Miss Islington (bot) · 3 years, 3 months ago
- a3185da bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) by Miss Islington (bot) · 3 years, 3 months ago
- 8ece98a bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) by Miss Islington (bot) · 3 years, 3 months ago
- c79aa42 bpo-44522: Fix inaccurate information in open() function (GH-27650) by Miss Islington (bot) · 3 years, 3 months ago
- 0f02993 Remove unused variable. (GH-27677) (#27680) by Mark Shannon · 3 years, 3 months ago
- d5c8ad2 bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) by Miss Islington (bot) · 3 years, 3 months ago
- 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, 3 months ago
- 7d6a0fe Upgrade bundled pip and setuptools (GH-27625) by Miss Islington (bot) · 3 years, 3 months ago
- ac8f72c bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) by Miss Islington (bot) · 3 years, 3 months ago
- 699ee01 bpo-41576: document BaseException in favor of bare except (GH-21917) by Miss Islington (bot) · 3 years, 3 months ago
- 2fd1f21 bpo-27752: improve documentation of csv.Dialect (GH-26795) by Miss Islington (bot) · 3 years, 3 months ago
- 66dd1a0 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640) by Miss Islington (bot) · 3 years, 3 months ago
- 1e9c9ca bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635) by Miss Islington (bot) · 3 years, 3 months ago
- 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, 3 months ago
- a5d9963 bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) by Miss Islington (bot) · 3 years, 3 months ago
- 36a2497 bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms (GH-27614) by Miss Islington (bot) · 3 years, 3 months ago
- 2ae2235 bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) by Miss Islington (bot) · 3 years, 3 months ago
- a11158e bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by Miss Islington (bot) · 3 years, 3 months ago
- 0a642d5 bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) by Miss Islington (bot) · 3 years, 3 months ago
- b1bd16c [3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616) by Pablo Galindo Salgado · 3 years, 3 months ago
- 536e35a bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585) by Miss Islington (bot) · 3 years, 3 months ago
- c2593b4 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) by Miss Islington (bot) · 3 years, 3 months ago
- 98f6a72 [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) by Miss Islington (bot) · 3 years, 3 months ago
- cdcae41 Fix typo in 'xml.dom.minidom' documentation (GH-27602) by Miss Islington (bot) · 3 years, 3 months ago
- 770be3a Fix 404 link to the pyporting mailing list (GH-27320) by Miss Islington (bot) · 3 years, 3 months ago
- f4b3217 Note that tp_clear and m_clear are not always called (GH-27581) by Miss Islington (bot) · 3 years, 3 months ago
- 40a8631 Fix hyperlink conflict in turtle docs (GH-27592) by Miss Islington (bot) · 3 years, 3 months ago
- 952aa31 bpo-41886: Fix documented type of PyType_Type (GH-22454) by Miss Islington (bot) · 3 years, 3 months ago
- 4b46db6 Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582) by Steve Dower · 3 years, 3 months ago
- bc2841c bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571) by Miss Islington (bot) · 3 years, 3 months ago
- 84494db bpo-41737: expand doc for NotADirectoryError (GH-27471) by Miss Islington (bot) · 3 years, 3 months ago
- 8ce7f2f bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572) by Miss Islington (bot) · 3 years, 3 months ago
- 2b8d4ea Post 3.10.0rc1 by Pablo Galindo · 3 years, 3 months ago
- cc115e5 Python 3.10.0rc1 by Pablo Galindo · 3 years, 3 months ago
- 5671762 bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) by Miss Islington (bot) · 3 years, 3 months ago
- c6e7c98 bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536) by Miss Islington (bot) · 3 years, 3 months ago
- 14cb669 bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563) by Miss Islington (bot) · 3 years, 3 months ago
- aa72668 bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) by Miss Islington (bot) · 3 years, 3 months ago
- 2cc19a5 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) by Miss Islington (bot) · 3 years, 3 months ago
- 9de5901 Document PyMember_GetOne and PyMember_SetOne (GH-27555) by Miss Islington (bot) · 3 years, 3 months ago
- 7c89bdd doc: "Mac OS " -> "macOS" (GH-27534) by Miss Islington (bot) · 3 years, 3 months ago
- a1eaa74 bpo-44808: Fix test_inspect in refleak mode (GH-27544) by Miss Islington (bot) · 3 years, 3 months ago
- 5888107 doc: "Mac OS X" -> "macOS" (GH-27535) by Miss Islington (bot) · 3 years, 3 months ago
- 1bc83eb bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540) by Miss Islington (bot) · 3 years, 3 months ago
- 33a4010 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500) by Miss Islington (bot) · 3 years, 3 months ago
- c8db292 bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515) by Miss Islington (bot) · 3 years, 3 months ago
- b192fb3 Remove beta release note from macOS installer displays (GH-27531) by Ned Deily · 3 years, 3 months ago
- 21d5897 bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510) by Miss Islington (bot) · 3 years, 3 months ago
- 35035bc bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521) by Miss Islington (bot) · 3 years, 3 months ago
- 76903ff bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507) by Miss Islington (bot) · 3 years, 3 months ago
- 12073fc Trivial typo in docstring (#27504) by Miss Islington (bot) · 3 years, 3 months ago
- f468ede bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-27171) (GH-27495) by Miss Islington (bot) · 3 years, 3 months ago
- 440c9f7 bpo-43625: Enhance csv sniffer has_headers() to be more accurate (GH-26939) (GH-27494) by Miss Islington (bot) · 3 years, 3 months ago
- 6f95002 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492) by Miss Islington (bot) · 3 years, 3 months ago
- 843b3d28 bpo-41911: Update docs for various expressions (GH-27470) (GH-27490) by Miss Islington (bot) · 3 years, 3 months ago
- 0db6c14 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488) by Miss Islington (bot) · 3 years, 3 months ago
- 6e6dc25 bpo-44753: Don't use logfile extension when determining old files to be deleted (GH-27475) (GH-27487) by Miss Islington (bot) · 3 years, 3 months ago
- c2e0b13 [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481) by Pablo Galindo Salgado · 3 years, 3 months ago
- f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 3 years, 3 months ago
- 6ca35f2 Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479) by Miss Islington (bot) · 3 years, 3 months ago
- 56122b0 bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477) by Miss Islington (bot) · 3 years, 3 months ago
- 0cb470e [3.10] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431). (GH-27472) by Erlend Egeberg Aasland · 3 years, 3 months ago
- 4729976 bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) by Miss Islington (bot) · 3 years, 3 months ago
- 0b984d1 bpo-44479: Do not regenerate files during a PGO build as it will invalidate the profile. (GH-27462) by Steve Dower · 3 years, 3 months ago
- 9d7511c Add missing gdbm dependencies to the UNIX CI (GH-27467) by Miss Islington (bot) · 3 years, 3 months ago
- 1256279 Fix typo in ast.rst (GH-27449) (GH-27454) by Miss Islington (bot) · 3 years, 4 months ago
- a438b37 To fix the random failed test cases of test___xxsubinterpreters in multiprocess. (GH-27240) (GH-27452) by Miss Islington (bot) · 3 years, 4 months ago
- 86545bd bpo-44765: [doc] fix typo (GH-27430) (GH-27450) by Miss Islington (bot) · 3 years, 4 months ago
- f8e13e3 bpo-44752: refactor part of rlcompleter.Completer.attr_matches (GH-27433) (GH-27447) by Miss Islington (bot) · 3 years, 4 months ago
- ebba286 bpo-32280: Store _PyRuntime in a named section (GH-4802) (#27448) by Miss Islington (bot) · 3 years, 4 months ago
- d20f109 bpo-44752: Make rlcompleter not call `@property` methods (GH-27401) (GH-27444) by Miss Islington (bot) · 3 years, 4 months ago
- 761c641 bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442) by Miss Islington (bot) · 3 years, 4 months ago
- 6b922da bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441) by Miss Islington (bot) · 3 years, 4 months ago
- b5bdc0c bpo-43565: Document PyUnicode_KIND's return type as an unsigned int (GH-25724) (GH-27439) by Miss Islington (bot) · 3 years, 4 months ago
- 405f5c5 [3.10] bpo-43897: Reject "_" captures and top-level MatchStar in the AST validator (GH-27432) (GH-27435) by Miss Islington (bot) · 3 years, 4 months ago
- bccb7b9 bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501) by Miss Islington (bot) · 3 years, 4 months ago
- 369d148 bpo-44763: [doc] remove repetitive sentence from textwrap.wrap (GH-27423) (GH-27426) by Miss Islington (bot) · 3 years, 4 months ago
- 97af790 bpo-44544: [doc] list all textwrap func kwargs (GH-26999) (GH-27424) by Miss Islington (bot) · 3 years, 4 months ago
- 8789add bpo-27827: identify a greater range of reserved filename on Windows. (GH-26698) (GH-27421) by Miss Islington (bot) · 3 years, 4 months ago
- a90a57e Fix typo in sqlite3.rst (GH-27415) (GH-27417) by Miss Islington (bot) · 3 years, 4 months ago
- c75b594 Add missing end of sentence in docs (GH-27280) (GH-27419) by Miss Islington (bot) · 3 years, 4 months ago
- 5eabf24 Change type check to isinstance in pipes (GH-27291) (GH-27416) by Miss Islington (bot) · 3 years, 4 months ago
- 0993837 Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27412) by Miss Islington (bot) · 3 years, 4 months ago
- f113195 bpo-44756: in ./Doc, `make build` depends on `make html` (GH-27403) (GH-27410) by Miss Islington (bot) · 3 years, 4 months ago
- c558e12 bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202) by Miss Islington (bot) · 3 years, 4 months ago
- 684eb5c [3.10] bpo-44461: Check early that a pdb target is valid for execution. (GH-27227) (GH-27399) by Jason R. Coombs · 3 years, 4 months ago
- 5502ee0 bpo-44600: Refactor new tracing tests (GH-27396) (GH-27404) by Miss Islington (bot) · 3 years, 4 months ago
- 68e3dca bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392) by Miss Islington (bot) · 3 years, 4 months ago
- b977f85 [3.10] bpo-34013: Generalize the invalid legacy statement error message (GH-27389). (GH-27391) by Pablo Galindo Salgado · 3 years, 4 months ago
- be24154 bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (#27386) by Miss Islington (bot) · 3 years, 4 months ago
- 1557cff [doc] Fix typo in asyncio Event Loop (GH-27377) by Miss Islington (bot) · 3 years, 4 months ago
- b631d8d Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770) by Miss Islington (bot) · 3 years, 4 months ago
- 6fc1efa bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380) by Miss Islington (bot) · 3 years, 4 months ago
- 0ea5e0d bpo-44515: handle non-refcounted GC in contextlib tests (GH-26910) (GH-27379) by Miss Islington (bot) · 3 years, 4 months ago
- 3dc88ff docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374) by Miss Islington (bot) · 3 years, 4 months ago
- 5151826 The current documentation says it returns None if the name is not found, but (GH-26785) (GH-27371) by Miss Islington (bot) · 3 years, 4 months ago
- 563e057 bpo-43443: Clarify difference between shelve objects and dicts (GH-27004) (GH-27369) by Miss Islington (bot) · 3 years, 4 months ago
- 4a5457d bpo-44490: Add 'Whats New' docs regarding types.Union changes (GH-27215) (GH-27368) by Miss Islington (bot) · 3 years, 4 months ago
- 256d97c bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (#27366) by Miss Islington (bot) · 3 years, 4 months ago