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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon
2024-08-20
1
-0/+3
*
gh-123048: Fix missing source location in pattern matching code (#123167)
Irit Katriel
2024-08-20
1
-0/+2
*
gh-122909: Pass ftp error strings to URLError constructor (#122913)
Jeremy Hylton
2024-08-20
1
-0/+3
*
gh-123123: Fix display of syntax errors covering multiple lines (#123131)
Pablo Galindo Salgado
2024-08-19
1
-0/+2
*
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev
2024-08-19
1
-0/+2
*
gh-122081: fixed crash in decimal.IEEEContext() (#122082)
Sergey B Kirpichev
2024-08-19
1
-0/+2
*
gh-123049: configparser: Allow to create the unnamed section from scratch. (#...
Pedro Lacerda
2024-08-18
1
-0/+2
*
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
CF Bolz-Tereick
2024-08-18
1
-0/+2
*
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross
2024-08-17
1
-0/+2
*
gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...
Serhiy Storchaka
2024-08-17
1
-0/+1
*
GH-120754: Disable buffering in Path.read_bytes (#122111)
Cody Maloney
2024-08-16
1
-0/+1
*
gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject...
Mateusz Nowak
2024-08-16
1
-0/+5
*
GH-118093: Specialize `CALL_KW` (GH-123006)
Mark Shannon
2024-08-16
1
-0/+5
*
GH-121634: have `wasi.py` accept the host target triple as an argument (GH-12...
Brett Cannon
2024-08-15
1
-0/+1
*
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo
2024-08-15
1
-0/+1
*
gh-112301: Add warning count to warning check tooling (#122711)
Nate Ohlson
2024-08-14
1
-0/+2
*
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko
2024-08-13
2
-210/+236
*
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
Eric Snow
2024-08-13
1
-0/+3
*
gh-122873: Allow "python -m json" to work (#122884)
Trey Hunner
2024-08-13
1
-0/+3
*
GH-122821: Simplify compilation of while statements to ensure consistency of ...
Mark Shannon
2024-08-13
1
-0/+3
*
GH-122578: update to WASI SDK 24 (GH-122960)
Brett Cannon
2024-08-12
1
-0/+1
*
GH-118093: Handle some polymorphism before requiring progress in tier two (GH...
Brandt Bucher
2024-08-12
1
-0/+1
*
gh-122888: Fix crash on certain calls to str() (#122889)
Jelle Zijlstra
2024-08-12
1
-0/+2
*
gh-122903: Honor directories in zipfile.Path.glob. (#122908)
Jason R. Coombs
2024-08-12
1
-0/+2
*
gh-122905: Sanitize names in zipfile.Path. (#122906)
Jason R. Coombs
2024-08-11
1
-0/+1
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
2
-3/+1
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
1
-0/+2
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
1
-0/+1
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
1
-0/+3
*
gh-121268: Remove workarounds for non-IEEE 754 systems in cmath (#122716)
Sergey B Kirpichev
2024-08-09
1
-0/+1
*
gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Malcolm Smith
2024-08-08
3
-2/+4
*
GH-118943: Remove regen-jit from the regen-all make target (GH-122602)
Miro Hrončok
2024-08-08
1
-0/+1
*
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross
2024-08-08
1
-0/+2
*
gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)
Serhiy Storchaka
2024-08-08
1
-0/+2
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
2
-0/+4
*
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...
Serhiy Storchaka
2024-08-07
1
-0/+1
*
gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)
Serhiy Storchaka
2024-08-07
1
-0/+3
*
gh-118761: Improve import time of `pprint` (#122725)
Hugo van Kemenade
2024-08-07
1
-0/+2
*
gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementat...
Lucas Esposito
2024-08-07
2
-0/+2
*
gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...
Ali Hamdan
2024-08-07
1
-0/+2
*
gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-9...
pukkandan
2024-08-07
1
-0/+2
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
1
-1/+1
*
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Victor Stinner
2024-08-06
1
-0/+2
*
gh-122744: Bump bundled pip to 24.2 (#122745)
Pradyun Gedam
2024-08-06
1
-0/+1
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-0/+4
*
gh-112301: Add macOS warning tracking tooling (#122211)
Nate Ohlson
2024-08-06
1
-0/+2
*
gh-120104: IDLE: Fix padding in config and search dialogs (#120107)
Serhiy Storchaka
2024-08-06
1
-0/+1
*
gh-116622: Android logging fixes (#122698)
Malcolm Smith
2024-08-06
1
-0/+1
*
GH-118943: Handle races when moving jit_stencils.h (GH-120690)
Miro Hrončok
2024-08-05
1
-0/+3
*
gh-122459: Optimize pickling by name objects without __module__ (GH-122460)
Serhiy Storchaka
2024-08-05
1
-0/+2
[next]