summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-87092: use basicblock_last_instr consistently in the compiler (GH-96243)Irit Katriel2022-08-241-29/+32
* GH-96179: Fix misleading example on the bisect documentation (GH-96228)prego2022-08-242-1/+2
* gh-96197: Define the behavior of breakpoint if sys.breakpointhook is lost (gh...Dong-hee Na2022-08-241-0/+2
* GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...Mark Shannon2022-08-2412-985/+1005
* gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96...Serhiy Storchaka2022-08-241-2/+7
* gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...Irit Katriel2022-08-249-49/+496
* gh-94635: Frame sqlite3 how-to headings as such & move default adapters to re...C.A.M. Gerlach2022-08-241-48/+48
* GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)Raymond Hettinger2022-08-235-1/+241
* gh-96189: Fix test_invalid_utf8 on a number of build bots (GH-96190)Michael Droettboom2022-08-231-43/+43
* Drop myself from owners of genobject (#96216)Yury Selivanov2022-08-231-1/+1
* gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...Kevin Kirsche2022-08-233-1/+18
* GH-96068: Document object layout (GH-96069)Mark Shannon2022-08-235-0/+157
* GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...Pablo Galindo Salgado2022-08-232-1/+3
* gh-96197: Add `del sys.breakpointhook` behavior test (gh-96198)Jeong YunWon2022-08-231-0/+5
* gh-96096: Add undocumented SQLITE_OK/DENY/IGNORE sqlite3 constants (#96134)C.A.M. Gerlach2022-08-231-4/+14
* gh-95432: Add doctest for sqlite3 tutorial (#96193)Erlend E. Aasland2022-08-231-16/+47
* gh-96159: Fix significant performance degradation in logging.TimedRotat… (G...Duncan Grisby2022-08-232-3/+8
* GH-96075: move interned dict under runtime state (GH-96077)Kumar Aditya2022-08-222-14/+27
* GH-96071: add regression test for #96071 (GH-96137)Kumar Aditya2022-08-221-0/+15
* gh-96076: Change test_launcher to use non-admin location for py.ini (GH-96091)Terry Jan Reedy2022-08-221-3/+5
* gh-96121: Merge sqlite3.Row examples into sqlite3.Row class doc (#96122)Erlend E. Aasland2022-08-222-70/+18
* gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)Christian Heimes2022-08-222-9/+30
* small grammatical change (GH-96138)sand80892022-08-211-1/+1
* GH-95880: Clarify StringIO append/overwrite behavior. (GH-96104)Raymond Hettinger2022-08-211-2/+6
* Add polynomial_from_roots() to the itertools recipes (#96102)Raymond Hettinger2022-08-211-0/+19
* GH-93179: Document the thread safety of functools.lru_cache (GH-96101)Raymond Hettinger2022-08-210-0/+0
* gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...Nick Coghlan2022-08-213-1/+26
* gh-90536: Fix link syntax to LLVM-BOLT repository (gh-96141)Dong-hee Na2022-08-201-1/+1
* GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)Kumar Aditya2022-08-192-11/+17
* gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)Christian Heimes2022-08-193-1/+11
* GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)Brandt Bucher2022-08-1911-106/+142
* gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)Carl Friedrich Bolz-Tereick2022-08-193-1452/+1291
* Docs: Fix markup of module name in sqlite3 docs (#96115)Erlend E. Aasland2022-08-191-3/+3
* Doc: Use consistent markup for example Point class in sqlite3 (#96095)C.A.M. Gerlach2022-08-191-3/+3
* Docs: group sqlite3.Connection attributes and methods (#96090)Erlend E. Aasland2022-08-191-39/+37
* gh-94635: Remove sqlite3 doc introduction heading (#96089)Erlend E. Aasland2022-08-191-3/+0
* gh-95853: WASM: better version and asset handling in scripts (GH-96045)Christian Heimes2022-08-195-6/+42
* gh-96039: Corrected wording error in itertools doc (GH-96105)MrSuspicious2022-08-191-1/+1
* gh-96017: Fix some compiler warnings (GH-96018)Christian Heimes2022-08-192-0/+4
* GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967)Raymond Hettinger2022-08-191-1/+21
* gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (#...C.A.M. Gerlach2022-08-181-0/+25
* gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENA...Pablo Galindo Salgado2022-08-182-1/+3
* GH-93179: Document the thread safety of functools.lru_cache (GH-95970)Raymond Hettinger2022-08-181-0/+6
* gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)Kevin Modzelewski2022-08-187-1/+351
* Remove manual build scripts for Windows dependencies and put them in the rele...Steve Dower2022-08-184-293/+0
* GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)Raymond Hettinger2022-08-184-18/+117
* Docs: Escape lone stars in sqlite3 docs (#96081)Erlend E. Aasland2022-08-181-5/+5
* gh-95271: Rework sqlite3 tutorial (#95749)Erlend E. Aasland2022-08-181-50/+138
* gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)Victor Stinner2022-08-184-12/+10
* gh-95813: Improve HTMLParser from the view of inheritance (#95874)Dong-hee Na2022-08-182-1/+16