summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...Eric Snow2021-06-071-0/+5
* bpo-41299: Reduce lag in Windows threading timeouts by using a higher precisi...Ryan Hileman2021-06-071-0/+1
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-072-0/+7
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-071-0/+3
* bpo-44258: support PEP 515 for Fraction's initialization from string (GH-26422)Sergey B Kirpichev2021-06-071-0/+1
* bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)wim glenn2021-06-071-0/+1
* bpo-44322: Document more SyntaxError details. (GH-26562)Terry Jan Reedy2021-06-071-0/+2
* bpo-44304: Fix crash in the sqlite3 module when the GC clears Statement objec...Pablo Galindo2021-06-051-0/+2
* bpo-43853: Handle sqlite3_value_text() errors (GH-25422)Erlend Egeberg Aasland2021-06-041-0/+3
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-042-7/+0
* bpo-43693: Compute deref offsets in compiler (gh-25152)Mark Shannon2021-06-041-0/+4
* bpo-44305: Improve syntax error for try blocks without except or finally (GH-...Pablo Galindo2021-06-031-0/+2
* bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)Batuhan Taskaya2021-06-031-0/+3
* bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...Erlend Egeberg Aasland2021-06-031-0/+4
* bpo-39573: Py_TYPE becomes a static inline function (GH-26493)Victor Stinner2021-06-031-0/+3
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-031-0/+3
* bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502)Victor Stinner2021-06-031-0/+3
* bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)andrei kulakov2021-06-031-0/+1
* Add bpo-42914 to What's New (GH-25124)Wm. Keith van der Meulen2021-06-031-0/+1
* bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)Victor Stinner2021-06-021-0/+2
* bpo-17792: more accurate error message for unbound variable access exceptions...Irit Katriel2021-06-021-0/+1
* bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)Victor Stinner2021-06-011-0/+4
* bpo-44260: Do not read system entropy without need in Random() (GH-26455)Serhiy Storchaka2021-05-311-0/+2
* bpo-44246: Restore compatibility in entry_points (GH-26468)Jason R. Coombs2021-05-311-0/+7
* bpo-44246: Entry points performance improvements. (GH-26467)Jason R. Coombs2021-05-311-0/+3
* bpo-44235: Remove deprecated functions in the gettext module. (GH-26378)Dong-hee Na2021-05-301-0/+1
* bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26...Terry Jan Reedy2021-05-291-0/+2
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Tal Einat2021-05-281-0/+1
* bpo-43667: Add news fragment for Solaris changes (GH-26405)Jakub Kulík2021-05-271-0/+2
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Tal Einat2021-05-271-0/+1
* bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)Ken Jin2021-05-261-0/+2
* bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...Jason R. Coombs2021-05-261-0/+1
* bpo-38693: importlib.metadata f-strings (GH-26383)Jason R. Coombs2021-05-261-0/+1
* bpo-44241: Incorporate changes from importlib_metadata 4.1. (#26382)Jason R. Coombs2021-05-261-0/+2
* bpo-43879: Add native_thread_id field to PyThreadState (GH-25458)Gabriele N. Tornetta2021-05-261-0/+1
* Fix typo in NEWS. (GH-26346)Mariusz Felisiak2021-05-251-1/+1
* bpo-44232: Fix type_new() error reporting (GH-26359)Victor Stinner2021-05-251-0/+4
* bpo-44156: Make cached string constants in compile.c subinterpreter compatibl...Ken Jin2021-05-251-0/+1
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)Petr Viktorin2021-05-252-2/+1
* bpo-43109: Fix --with-lto configure option on macOS (GH-26341)Ned Deily2021-05-251-0/+2
* bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracie...Ken Jin2021-05-241-4/+4
* bpo-41282: Fix broken `make install` (GH-26329)Petr Viktorin2021-05-241-0/+3
* bpo-44195: Use 'TraversableResources' in the docs to match the implementation...Jason R. Coombs2021-05-241-0/+2
* bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)Filipe Laíns2021-05-231-0/+1
* bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)Pablo Galindo2021-05-221-0/+3
* bpo-33809: add the TracebackException.print() method (GH-24231)Irit Katriel2021-05-221-0/+2
* bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)Anthony Sottile2021-05-221-0/+2
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)Victor Stinner2021-05-211-0/+3
* bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)Jason R. Coombs2021-05-211-0/+1
* bpo-44180: Report generic syntax errors in the furthest position reached in t...Pablo Galindo2021-05-211-0/+3