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
...
|
*
gh-115432: Add critical section variant that handles a NULL object (#115433)
Sam Gross
2024-02-15
2
-0/+38
*
|
Post 3.13.0a4
Thomas Wouters
2024-02-15
1
-1/+1
*
|
Python 3.13.0a4
v3.13.0a4
Thomas Wouters
2024-02-15
141
-349/+1471
|
/
*
gh-115490: Work around test.support.interpreters.channels not handling unload...
T. Wouters
2024-02-15
1
-2/+7
*
gh-113317: Argument Clinic: remove global clinic instance (#115517)
Erlend E. Aasland
2024-02-15
1
-7/+3
*
gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115...
Erlend E. Aasland
2024-02-15
2
-16/+23
*
gh-113317: Argument Clinic: don't use fail() in CLI (#115513)
Erlend E. Aasland
2024-02-15
1
-2/+2
*
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters
2024-02-15
5
-4/+57
*
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt
2024-02-15
10
-41/+57
*
gh-114258: Refactor Argument Clinic function name parser (#114930)
Erlend E. Aasland
2024-02-15
1
-106/+123
*
gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)
mpage
2024-02-15
4
-61/+338
*
docs: use consistent .append() in dis.rst (#115434)
Ned Batchelder
2024-02-15
1
-4/+4
*
gh-115480: Type and constant propagation for int BINARY_OPs (GH-115478)
Ken Jin
2024-02-15
3
-16/+126
*
Trigger JIT CI with optimizer files (#115483)
Ken Jin
2024-02-15
1
-0/+4
*
GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)
Brett Cannon
2024-02-15
3
-2/+2
*
gh-115482: Assume the Main Interpreter is Always Running "main" (gh-115484)
Eric Snow
2024-02-14
1
-1/+8
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
13
-6/+55
*
gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488)
Sam Gross
2024-02-14
2
-4/+13
*
gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)
mpage
2024-02-14
4
-0/+40
*
Add myself to various CODEOWNERS (GH-115481)
Ken Jin
2024-02-14
1
-0/+2
*
gh-112302: Move pip SBOM discovery to release-tools (#115360)
Seth Michael Larson
2024-02-14
2
-921/+0
*
Docs: spell out sentence about ndbm/gdbm file formats (#115470)
Erlend E. Aasland
2024-02-14
1
-6/+8
*
gh-115441: Fix missing braces warning (#115460)
Sam Gross
2024-02-14
1
-11/+0
*
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Donghee Na
2024-02-14
7
-69/+80
*
gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)
Seth Michael Larson
2024-02-14
15
-306/+431
*
gh-115243: Fix crash in deque.index() when the deque is concurrently modified...
kcatss
2024-02-14
3
-2/+8
*
Docs: reword sentences about dbm submodule traits (#114609)
Erlend E. Aasland
2024-02-14
1
-14/+6
*
gh-115392: Fix doctest reporting incorrect line numbers for decorated functio...
Brian Schubert
2024-02-14
5
-1/+23
*
gh-115403: Remove extra colon after "Examples" in datetime documentation (#11...
Stanislav Lyu
2024-02-14
1
-1/+1
*
gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)
Erlend E. Aasland
2024-02-14
3
-3/+3
*
gh-115450: Fix direct invocation of `test_desctut` (#115451)
Nikita Sobolev
2024-02-14
1
-11/+11
*
gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable (#115449)
Erlend E. Aasland
2024-02-14
1
-2/+5
*
gh-100414: Add SQLite backend to dbm (#114481)
Erlend E. Aasland
2024-02-14
7
-6/+544
*
gh-114058: Fix flaky globals to constant test (#115423)
Ken Jin
2024-02-14
1
-11/+32
*
ftplib docs: `timeout` doesn't have to be a whole number (#115443)
Alex Waygood
2024-02-14
1
-3/+3
*
Docs: Use substitutions instead of manual version updates (#115416)
Hugo van Kemenade
2024-02-14
4
-4/+6
*
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
Donghee Na
2024-02-14
19
-207/+190
*
gh-115421: Update the list of installed test subdirectories. (#115422)
T. Wouters
2024-02-13
1
-3/+9
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Eric Snow
2024-02-13
12
-719/+857
*
gh-115391: Fix compiler warning in `Objects/longobject.c` (GH-115368)
Kirill Podoprigora
2024-02-13
1
-1/+1
*
gh-115383: Use runner version to compute config.cache key (#115409)
Sam Gross
2024-02-13
3
-6/+18
*
gh-115417: Remove accidentally left debugging print (#115418)
Kirill Podoprigora
2024-02-13
1
-1/+0
*
Remove more stray backticks from NEWS files (#115374)
Ezio Melotti
2024-02-13
3
-5/+5
*
GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)
Mark Shannon
2024-02-13
7
-35/+79
*
gh-115405: add versionadded tag for co_qualname in code objects documentation...
Christophe Papazian
2024-02-13
1
-0/+2
*
gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113...
qqwqqw689
2024-02-13
1
-1/+6
*
GH-113710: Backedge counter improvements. (GH-115166)
Mark Shannon
2024-02-13
7
-55/+81
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
25
-140/+3137
*
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...
Nikita Sobolev
2024-02-13
7
-27/+34
*
gh-115252: Fix test_enum with -OO mode again (GH-115334)
Serhiy Storchaka
2024-02-13
1
-5/+5
[prev]
[next]