index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel
2022-01-06
3
-1/+208
*
bpo-46263: Do not ever expect "use_frozen_modules" to be -1. (gh-30438)
Eric Snow
2022-01-06
2
-2/+2
*
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...
Christian Heimes
2022-01-06
2
-2/+9
*
bpo-46278: fix typo introduced in GH-30427 (GH-30430)
Kumar Aditya
2022-01-06
1
-2/+2
*
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon
2022-01-06
13
-529/+678
*
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427)
Andrew Svetlov
2022-01-06
2
-4/+6
*
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy
2022-01-06
9
-14/+86
*
bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G...
Victor Stinner
2022-01-06
4
-30/+75
*
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
Nikita Sobolev
2022-01-05
4
-4/+18
*
bpo-46269: [Enum] remove special-casing of `__new__` in `EnumType.__dir__` (G...
Nikita Sobolev
2022-01-05
2
-4/+1
*
bpo-46257: Convert statistics._ss() to a single pass algorithm (GH-30403)
Raymond Hettinger
2022-01-05
2
-57/+47
*
bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409)
Inada Naoki
2022-01-05
2
-22/+34
*
bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417)
Simon McVittie
2022-01-05
1
-0/+4
*
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher
2022-01-05
4
-17/+16
*
bpo-46263: Don't use MULTIARCH on FreeBSD (#30410)
Christian Heimes
2022-01-05
3
-7/+24
*
bpo-46262: [Enum] test error path in `Flag._missing_` (GH-30408)
Nikita Sobolev
2022-01-05
2
-0/+27
*
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher
2022-01-04
10
-47/+20
*
Fix missing "," in the documentation of Executor Objects (GH-30404)
Philipp Claßen
2022-01-04
1
-1/+1
*
bpo-45609: More specialization stats for STORE_SUBSCR (GH-30193)
Dennis Sweeney
2022-01-04
2
-5/+70
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Kumar Aditya
2022-01-04
4
-7/+18
*
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358)
Hugo van Kemenade
2022-01-04
1
-1/+1
*
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...
Pablo Galindo Salgado
2022-01-04
1
-2/+2
*
bpo-46240: Correct the error for unclosed parentheses when the tokenizer is n...
Pablo Galindo Salgado
2022-01-04
4
-2/+9
*
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel
2022-01-04
11
-146/+138
*
bpo-44092: Move What's New entry to where it belongs (GH-30381)
Erlend Egeberg Aasland
2022-01-04
1
-5/+4
*
Update old-style strings to f-strings (GH-30384)
David Gilbertson
2022-01-04
1
-4/+4
*
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-...
Nikita Sobolev
2022-01-04
2
-0/+7
*
bpo-46238: reuse `_winapi` constants in `asyncio.windows_events` (GH-30352)
Nikita Sobolev
2022-01-04
2
-3/+4
*
bpo-46233: Minor speedup for bigint squaring (GH-30345)
Tim Peters
2022-01-04
2
-5/+30
*
bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377)
Erlend Egeberg Aasland
2022-01-03
2
-20/+0
*
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Hugo van Kemenade
2022-01-03
1
-35/+1
*
Add doctest and improve readability for move_to_end() example. (#30370)
Raymond Hettinger
2022-01-03
1
-3/+5
*
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...
Irit Katriel
2022-01-03
1
-1/+6
*
bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c
Pablo Galindo Salgado
2022-01-03
5
-3197/+4602
*
bpo-44092: Don't reset statements/cursors before rollback (GH-26026)
Erlend Egeberg Aasland
2022-01-03
5
-52/+47
*
Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p...
Pablo Galindo Salgado
2022-01-03
5
-4602/+3197
*
bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)
David CARLIER
2022-01-03
3
-0/+14
*
bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
Ned Deily
2022-01-03
3
-2/+8
*
bpo-46229: remove `CODE_OF_CONDUCT.md` to use org default (GH-30342)
Nikita Sobolev
2022-01-02
1
-12/+0
*
bpo-46219, 46221: simplify except* implementation following exc_info changes....
Irit Katriel
2022-01-02
9
-149/+179
*
argparse docs: prog default is the basename of argv[0] (GH-30298)
Jade Lovelace
2022-01-02
2
-2/+4
*
Update copyright year to 2022. (GH-30335)
Benjamin Peterson
2022-01-02
9
-10/+10
*
bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)
Tim Peters
2022-01-02
3
-30/+106
*
bpo-46196: document method cmd.Cmd.columnize (#30303)
Nikita Sobolev
2022-01-02
2
-0/+8
*
bpo-45903: Fix typo in What's New: Signature.from_builtin is removed (GH-29813)
Hugo van Kemenade
2022-01-02
1
-1/+1
*
bpo-45615: Add missing test for printing traceback for non-exception. Fix tra...
Irit Katriel
2022-01-02
4
-7/+28
*
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger
2022-01-01
2
-21/+10
*
bpo-46079: Replace external link that is down for maintenance. (GH-30315)
Raymond Hettinger
2022-01-01
1
-6/+6
*
bpo-37295: More direct computation of power-of-two factor in math.comb (GH-30...
Mark Dickinson
2021-12-31
1
-7/+25
*
bpo-45321: Add missing error codes to module `xml.parsers.expat.errors` (GH-3...
Sebastian Pipping
2021-12-31
3
-49/+126
[next]