summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)Irit Katriel2022-01-063-1/+208
* bpo-46263: Do not ever expect "use_frozen_modules" to be -1. (gh-30438)Eric Snow2022-01-062-2/+2
* bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...Christian Heimes2022-01-062-2/+9
* bpo-46278: fix typo introduced in GH-30427 (GH-30430)Kumar Aditya2022-01-061-2/+2
* bpo-45923: Handle call events in bytecode (GH-30364)Mark Shannon2022-01-0613-529/+678
* Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)Andrew Svetlov2022-01-062-4/+6
* bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)penguin_wwy2022-01-069-14/+86
* bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...Victor Stinner2022-01-064-30/+75
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412)Nikita Sobolev2022-01-054-4/+18
* bpo-46269: [Enum] remove special-casing of `__new__` in `EnumType.__dir__` (G...Nikita Sobolev2022-01-052-4/+1
* bpo-46257: Convert statistics._ss() to a single pass algorithm (GH-30403)Raymond Hettinger2022-01-052-57/+47
* bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)Inada Naoki2022-01-052-22/+34
* bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417)Simon McVittie2022-01-051-0/+4
* bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)Brandt Bucher2022-01-054-17/+16
* bpo-46263: Don't use MULTIARCH on FreeBSD (#30410)Christian Heimes2022-01-053-7/+24
* bpo-46262: [Enum] test error path in `Flag._missing_` (GH-30408)Nikita Sobolev2022-01-052-0/+27
* bpo-46009: Remove GEN_START (GH-30367)Brandt Bucher2022-01-0410-47/+20
* Fix missing "," in the documentation of Executor Objects (GH-30404)Philipp Claßen2022-01-041-1/+1
* bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)Dennis Sweeney2022-01-042-5/+70
* bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...Kumar Aditya2022-01-044-7/+18
* bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)Hugo van Kemenade2022-01-041-1/+1
* bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...Pablo Galindo Salgado2022-01-041-2/+2
* bpo-46240: Correct the error for unclosed parentheses when the tokenizer is n...Pablo Galindo Salgado2022-01-044-2/+9
* bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)Irit Katriel2022-01-0411-146/+138
* bpo-44092: Move What's New entry to where it belongs (GH-30381)Erlend Egeberg Aasland2022-01-041-5/+4
* Update old-style strings to f-strings (GH-30384)David Gilbertson2022-01-041-4/+4
* bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...Nikita Sobolev2022-01-042-0/+7
* bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352)Nikita Sobolev2022-01-042-3/+4
* bpo-46233: Minor speedup for bigint squaring (GH-30345)Tim Peters2022-01-042-5/+30
* bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377)Erlend Egeberg Aasland2022-01-032-20/+0
* bpo-34538: Remove Exception subclassing from tutorial (GH-30361)Hugo van Kemenade2022-01-031-35/+1
* Add doctest and improve readability for move_to_end() example. (#30370)Raymond Hettinger2022-01-031-3/+5
* bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...Irit Katriel2022-01-031-1/+6
* bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4cPablo Galindo Salgado2022-01-035-3197/+4602
* bpo-44092: Don't reset statements/cursors before rollback (GH-26026)Erlend Egeberg Aasland2022-01-035-52/+47
* Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...Pablo Galindo Salgado2022-01-035-4602/+3197
* bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)David CARLIER2022-01-033-0/+14
* bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)Ned Deily2022-01-033-2/+8
* bpo-46229: remove `CODE_OF_CONDUCT.md` to use org default (GH-30342)Nikita Sobolev2022-01-021-12/+0
* bpo-46219, 46221: simplify except* implementation following exc_info changes....Irit Katriel2022-01-029-149/+179
* argparse docs: prog default is the basename of argv[0] (GH-30298)Jade Lovelace2022-01-022-2/+4
* Update copyright year to 2022. (GH-30335)Benjamin Peterson2022-01-029-10/+10
* bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)Tim Peters2022-01-023-30/+106
* bpo-46196: document method cmd.Cmd.columnize (#30303)Nikita Sobolev2022-01-022-0/+8
* bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)Hugo van Kemenade2022-01-021-1/+1
* bpo-45615: Add missing test for printing traceback for non-exception. Fix tra...Irit Katriel2022-01-024-7/+28
* bpo-46095: Improve SeqIter documentation. (GH-30316)Raymond Hettinger2022-01-012-21/+10
* bpo-46079: Replace external link that is down for maintenance. (GH-30315)Raymond Hettinger2022-01-011-6/+6
* bpo-37295: More direct computation of power-of-two factor in math.comb (GH-30...Mark Dickinson2021-12-311-7/+25
* bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-3...Sebastian Pipping2021-12-313-49/+126