summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-92228: disable the compiler's 'small exit block inlining' optimization for...Irit Katriel2022-07-075-20/+33
* gh-94630: Update sqlite3 docs with positional-only and keyword-only symbols (...Erlend Egeberg Aasland2022-07-061-11/+11
* gh-94017: Improve clarity of sqlite3 transaction handling docs (#94320)Erlend Egeberg Aasland2022-07-061-39/+61
* GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...Kumar Aditya2022-07-063-0/+19
* gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)Christian Heimes2022-07-066-443/+1928
* gh-94438: in frameobject's mark_stacks switch, the PUSH_EXC_INFO and POP_EXCE...Irit Katriel2022-07-061-8/+10
* gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94...Pablo Galindo Salgado2022-07-055-3/+105
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)Erik De Bonte2022-07-053-0/+167
* gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...Pablo Galindo Salgado2022-07-053-5/+15
* gh-90355: Add isolated flag if currently isolated (GH-92857)Carter Dodd2022-07-052-2/+13
* gh-92897: Ensure `venv --copies` respects source build property of the creati...Jeremy Kloth2022-07-055-40/+76
* Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489)Petr Viktorin2022-07-052-0/+537
* bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)Erik Montnemery2022-07-054-3/+8
* gh-94485: Set line number of module's RESUME instruction to 0, as specified b...Irit Katriel2022-07-057-26/+33
* gh-84753: Clarify change made to `inspect` functions (#94554)Łukasz Langa2022-07-051-2/+6
* gh-94379: Remove zipimport find_loader() and find_module() methods (#94380)Victor Stinner2022-07-054-74/+8
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-0571-118/+118
* gh-94538: Fix Argument Clinic output to custom file (#94539)Erlend Egeberg Aasland2022-07-052-1/+3
* gh-93626: Set the release for `__future__.annotations` to `None` (GH-93628)KotlinIsland2022-07-053-3/+11
* gh-93939: Add script to check extension modules (#94545)Christian Heimes2022-07-054-41/+504
* gh-94383: Remove ElementTree.Element.copy() method (#94384)Victor Stinner2022-07-044-42/+11
* gh-94352: shlex.split() no longer accepts None (#94353)Victor Stinner2022-07-045-9/+14
* gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)Oleg Iarygin2022-07-042-7/+33
* gh-94512: Fix forced arg format in AC-processed winreg (GH-94513)Oleg Iarygin2022-07-042-22/+201
* gh-94512: Fix forced arg format in AC-processed msvcrtmodule (GH-94514)Oleg Iarygin2022-07-042-6/+28
* Update logging documentation: change cross-reference and add webapp r… (GH-...Vinay Sajip2022-07-042-1/+223
* gh-93963: Officially deprecate abcs and warn about their usage. (GH-93965)Jason R. Coombs2022-07-032-5/+16
* gh-92869: ctypes: Add c_time_t (#92870)Thomas Perl2022-07-035-7/+44
* IDLE doc: Tweek RESTART and Windows console start (#94530)Terry Jan Reedy2022-07-032-5/+9
* gh-93096: Remove `python -m base64 -t` (gh-94230)Oleg Iarygin2022-07-023-22/+9
* Doc: fix sqlite3 blob reference anchor (#94505)Erlend Egeberg Aasland2022-07-021-2/+2
* gh-94393: Remove unneeded module state from _json (#94394)Erlend Egeberg Aasland2022-07-021-58/+15
* gh-93096: Remove `python -m codecs` (gh-94233)Oleg Iarygin2022-07-022-10/+2
* gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)Christian Heimes2022-07-016-198/+278
* gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...Sam Ezeh2022-07-012-2/+13
* Update code sample when importing modules in queue doc (GH-94244)Mariatta Wijaya2022-07-011-1/+2
* gh-75372: Specify major version in README for installation (GH-92759)Stanley2022-07-011-1/+1
* gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)Irit Katriel2022-07-0113-83/+245
* GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)Mark Shannon2022-07-013-17/+106
* Remove pr trigger from project-updater GHA. (#94483)Ezio Melotti2022-07-011-4/+0
* GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...Mark Shannon2022-07-017-13/+87
* gh-84461: Tool/wasm/python.html: Add subresource integrity hashes (#93953)Petr Viktorin2022-07-011-2/+2
* gh-84461: Improve WebAssembly in-browser demo (#91879)Trey Hunner2022-07-013-25/+99
* Add a workflow to add issues/PRs to projects. (#94447)Ezio Melotti2022-07-011-0/+23
* gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451)Christian Heimes2022-07-013-3/+13
* multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)Mariatta Wijaya2022-06-301-1/+1
* GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)Guido van Rossum2022-06-304-4/+27
* gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)Mehdi ABAAKOUK2022-06-305-1/+23
* xml.dom.minidom docs: fix typo (#93437)Jean-Christophe Helary2022-06-301-1/+1
* GH-90908: Document asyncio.TaskGroup (GH-94359)Guido van Rossum2022-06-302-2/+106