- 9b0bbb9 bpo-44466: Faulthandler now detects the GC (GH-26823) (GH-26826) by Victor Stinner · 3 years, 5 months ago
- 7674c83 bpo-44297: Fix missing line number in generator expressions (GH-26821) by Mark Shannon · 3 years, 5 months ago
- 553e104 bpo-44469: Fix tests for "async with" with bad object (GH-26817) by Miss Islington (bot) · 3 years, 5 months ago
- ccc95c7 [3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH-26816) by Erlend Egeberg Aasland · 3 years, 5 months ago
- 28fe015 bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992) by Miss Islington (bot) · 3 years, 5 months ago
- 5fbccb7 bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800) (GH-26802) by Miss Islington (bot) · 3 years, 5 months ago
- 8673b77 bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568) (GH-26580) by Miss Islington (bot) · 3 years, 5 months ago
- f87d203 bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26498) by Miss Islington (bot) · 3 years, 5 months ago
- 26c89e7 Fix typos and grammatical changes in the 3.10 what's new document (GH-26319) (GH-26814) by Miss Islington (bot) · 3 years, 5 months ago
- 344487b Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794) (GH-26796) by Miss Islington (bot) · 3 years, 5 months ago
- 139c577 bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798) (GH-26804) by Miss Islington (bot) · 3 years, 5 months ago
- c6cd2ec [3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799) by Miss Islington (bot) · 3 years, 5 months ago
- 3cb70ab Remove dubious suggestion (GH-26789) (#26797) by Miss Islington (bot) · 3 years, 5 months ago
- 1b4addf [3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752) by Ethan Furman · 3 years, 5 months ago
- a8c418d [3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) (GH-26792) by Pablo Galindo · 3 years, 5 months ago
- bf55a79 bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784) by Miss Islington (bot) · 3 years, 5 months ago
- bba7267 [3.10] Reorganize the pattern matching suite (GH-26661) (GH-26787) by Miss Islington (bot) · 3 years, 5 months ago
- 77eaf14 bpo-44310: Add a FAQ entry for caching method calls (GH-26731) (GH-26777) by Miss Islington (bot) · 3 years, 5 months ago
- eb0a680 bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331) (GH-26773) by Miss Islington (bot) · 3 years, 5 months ago
- 4f71b01 Post 3.10.0b3 by Pablo Galindo · 3 years, 5 months ago
- 865714a Python 3.10.0b3 by Pablo Galindo · 3 years, 5 months ago
- 7297d74 bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766) by Miss Islington (bot) · 3 years, 5 months ago
- 08f2b9d bpo-44389: Fix typo in ssl deprecation warning message (GH-26754) by Miss Islington (bot) · 3 years, 5 months ago
- c689e0a bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744) (GH-26760) by Miss Islington (bot) · 3 years, 5 months ago
- 84ce737 bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Miss Islington (bot) · 3 years, 5 months ago
- 7fd4010 bpo-43795: Don't list private names in the limited API (GH-26740) by Miss Islington (bot) · 3 years, 5 months ago
- 41c2a4a [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726) by Ethan Furman · 3 years, 5 months ago
- 0f99324 bpo-44342: [Enum] fix data type search (GH-26667) by Miss Islington (bot) · 3 years, 5 months ago
- 8d0b2ca [3.10] bpo-43475: Add what's new entry for NaN hash changes (GH-26725) (GH-26743) by Mark Dickinson · 3 years, 5 months ago
- f6cf38c Fix a typo in _make_class_unpicklable() docstring (GH-26729) by Miss Islington (bot) · 3 years, 5 months ago
- c3b776f bpo-44422: Fix threading.enumerate() reentrant call (GH-26727) by Miss Islington (bot) · 3 years, 5 months ago
- e30fe27 bpo-42972: _thread.RLock implements the GH protocol (GH-26734) by Miss Islington (bot) · 3 years, 5 months ago
- 2f2ea96 bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637) (GH-26673) by Miss Islington (bot) · 3 years, 5 months ago
- 133cddf bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712) by Miss Islington (bot) · 3 years, 5 months ago
- fc310cb bpo-38291: Remove mention of typing.io and typing.re again (GH-26113) by Miss Islington (bot) · 3 years, 5 months ago
- 809c3fa bpo-44310: Note that lru_cache keep references to both arguments and results (GH-26715) (GH-26716) by Miss Islington (bot) · 3 years, 5 months ago
- 2b57ad3 bpo-43425: Update test_c_parser not to use TempdirManager (GH-26693) by Miss Islington (bot) · 3 years, 5 months ago
- 128899d bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679) by Miss Islington (bot) · 3 years, 5 months ago
- 4becc56 [3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700) (GH-26705) by Miss Islington (bot) · 3 years, 5 months ago
- f30f484 bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680) by Miss Islington (bot) · 3 years, 5 months ago
- 929dd81 [3.10] Fix a potential reference-counting bug in long_pow (GH-26690) (GH-26703) by Mark Dickinson · 3 years, 5 months ago
- d03f342 bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676) (GH-26695) by Miss Islington (bot) · 3 years, 5 months ago
- c43317d [3.10] Add more const modifiers. (GH-26691). (GH-26692) by Serhiy Storchaka · 3 years, 5 months ago
- b441e99 bpo-40128: Fix IDLE autocomplete on macOS (GH-26672) by Miss Islington (bot) · 3 years, 5 months ago
- 42612db bpo-44381: Windows build now allows enabling control flow guard (GH-26645) by Miss Islington (bot) · 3 years, 5 months ago
- 9c0180a bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674) by Miss Islington (bot) · 3 years, 5 months ago
- 0a186b1 bpo-44242: [Enum] improve error messages (GH-26669) by Miss Islington (bot) · 3 years, 5 months ago
- e6d28a1 bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644) by Miss Islington (bot) · 3 years, 5 months ago
- d7930fb bpo-44362: ssl: improve deprecation warnings and docs (GH-26646) by Miss Islington (bot) · 3 years, 5 months ago
- b613132 bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658) (GH-26660) by Miss Islington (bot) · 3 years, 5 months ago
- 3e13742 bpo-44385: Remove unused grammar rules (GH-26655) by Miss Islington (bot) · 3 years, 5 months ago
- 0128601 bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649) (GH-26653) by Miss Islington (bot) · 3 years, 5 months ago
- e3bc32f bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650) by Miss Islington (bot) · 3 years, 5 months ago
- 540ebc4 bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) by Miss Islington (bot) · 3 years, 5 months ago
- 7496486 [3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586) (GH-26635) by Ethan Furman · 3 years, 5 months ago
- 0895e62c bpo-44363: Get test_capi passing with address sanitizer (GH-26639) by Miss Islington (bot) · 3 years, 5 months ago
- f807a4f bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630) by Miss Islington (bot) · 3 years, 5 months ago
- 664ae29 bpo-40468: Split IDLE settings General tab (GH-26621) by Miss Islington (bot) · 3 years, 5 months ago
- 33a7a24 bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618) by Miss Islington (bot) · 3 years, 5 months ago
- c049609 bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors (GH-26611) (GH-26616) by Miss Islington (bot) · 3 years, 5 months ago
- eeefa7f bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466) by Miss Islington (bot) · 3 years, 5 months ago
- 2cfe0e7 bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593) by Miss Islington (bot) · 3 years, 5 months ago
- 2a8d712 bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608) by Miss Islington (bot) · 3 years, 5 months ago
- bd6f0d3 [3.10] bpo-11105: reduce the recursion limit for tests. (GH-26607) by Batuhan Taskaya · 3 years, 5 months ago
- 7518556 bpo-43795: Note Stable ABI PEP in What's New (GH-26479) (GH-26603) by Miss Islington (bot) · 3 years, 5 months ago
- 933b5b6 bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589) by Miss Islington (bot) · 3 years, 5 months ago
- d80f426 fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582) by Miss Islington (bot) · 3 years, 5 months ago
- 8524e32 Use absolute imports in IDLE tests (GH-26581) by Miss Islington (bot) · 3 years, 5 months ago
- 2af690f bpo-44322: Document more SyntaxError details. (GH-26562) by Miss Islington (bot) · 3 years, 5 months ago
- b5cedd0 bpo-44227: Update bisect docstrings (GH-26548) (GH-26563) by Miss Islington (bot) · 3 years, 5 months ago
- 3b87137 bpo-44320: Fix markup for W3C C14N test suite (GH-26556) by Miss Islington (bot) · 3 years, 5 months ago
- 317e9ed bpo-44304: Ensure the sqlite3 destructor callback is always called with the GIL held (GH-26551) (GH_26552) by Miss Islington (bot) · 3 years, 5 months ago
- ad2f3b7 bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objects (GH-26545) by Miss Islington (bot) · 3 years, 5 months ago
- 4642caf Update nonstandard variable names (GH-26540) (GH-26546) by Miss Islington (bot) · 3 years, 5 months ago
- 5442cfa Improve speed and accuracy for correlation() (GH-26135) (GH-26151) by Miss Islington (bot) · 3 years, 5 months ago
- 0d441d2 bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26544) by Miss Islington (bot) · 3 years, 5 months ago
- 1065ba6 bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492) (GH-26538) by Miss Islington (bot) · 3 years, 5 months ago
- 067d6d4 bpo-43853: Handle sqlite3_value_text() errors (GH-25422) by Miss Islington (bot) · 3 years, 5 months ago
- 3f4d801 bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531) by Miss Islington (bot) · 3 years, 5 months ago
- e53f72a [3.10] bpo-44305: Improve syntax error for try blocks without except or finally (GH-26523) (GH-26524) by Pablo Galindo · 3 years, 5 months ago
- 3283bf4 [3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477) (GH-26478) by Pablo Galindo · 3 years, 5 months ago
- 976598d bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) by Miss Islington (bot) · 3 years, 5 months ago
- d2ab15f bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518) by Miss Islington (bot) · 3 years, 5 months ago
- cea0585 [3.10] bpo-44298: Backport #26513 to 3.10 (#26516) by Mark Shannon · 3 years, 5 months ago
- 84d80f5 [3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515) by Erlend Egeberg Aasland · 3 years, 5 months ago
- 4131780 Add bpo-42914 to What's New (GH-25124) by Miss Islington (bot) · 3 years, 5 months ago
- 98e5a79 bpo-44022: Improve the regression test. (GH-26503) by Miss Islington (bot) · 3 years, 5 months ago
- 9c89d62 bpo-44282: Fix occasional test_incremental_editing failures on buildbots (GH-26491) (GH-26499) by Miss Islington (bot) · 3 years, 5 months ago
- 0e9af8c bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) by Miss Islington (bot) · 3 years, 5 months ago
- e5e93e6 bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489) by Miss Islington (bot) · 3 years, 5 months ago
- 6563ea5 [3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428) (GH-26480) by Irit Katriel · 3 years, 5 months ago
- d0991e2 bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472) (#26473) by Miss Islington (bot) · 3 years, 5 months ago
- 7207203 [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471) by Miss Islington (bot) · 3 years, 5 months ago
- d1480ad bpo-44246: Entry points performance improvements. (GH-26467) by Miss Islington (bot) · 3 years, 5 months ago
- 3f592c3 Post 3.10.0b2 by Pablo Galindo · 3 years, 5 months ago
- 3173141 Python 3.10.0b2 by Pablo Galindo · 3 years, 5 months ago
- 7fe9cad bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464) (GH-26465) by Miss Islington (bot) · 3 years, 5 months ago
- f097d23 bpo-42972: Fully implement GC protocol for xxlimited (GH-26451) (GH-26460) by Miss Islington (bot) · 3 years, 5 months ago
- ff359d7 bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452) (GH-26461) by Miss Islington (bot) · 3 years, 5 months ago
- d338ce0 bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465) (GH-26453) by Miss Islington (bot) · 3 years, 6 months ago