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-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)
Sam Gross
2024-08-11
2
-14/+0
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
10
-8/+27
*
GH-120974: make `_asyncio.all_tasks` thread safe (#122801)
Kumar Aditya
2024-08-11
1
-7/+15
*
GH-120794: Use example paths with multiple parts in pathlib docs (#122887)
Barney Gale
2024-08-10
1
-8/+8
*
gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)
Adam Turner
2024-08-10
1
-9/+11
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
7
-3/+107
*
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)
Adam Turner
2024-08-09
1
-3/+3
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
5
-24/+26
*
gh-111495: Fix refleaks in test_capi.test_eval tests (#122851)
Victor Stinner
2024-08-09
1
-3/+3
*
gh-122688: Fix support of var-positional parameter in Argument Clinic (GH-122...
Serhiy Storchaka
2024-08-09
7
-96/+203
*
gh-121268: Remove workarounds for non-IEEE 754 systems in cmath (#122716)
Sergey B Kirpichev
2024-08-09
2
-14/+4
*
gh-116622: Rename build variable MODULE_LDFLAGS back to LIBPYTHON (#122764)
Malcolm Smith
2024-08-08
7
-12/+20
*
GH-118943: Remove regen-jit from the regen-all make target (GH-122602)
Miro Hrončok
2024-08-08
2
-1/+2
*
gh-112301: Update documentation for configure options (``--disable-safety`` a...
Nate Ohlson
2024-08-08
1
-4/+17
*
gh-122835: Fix module name in ``test_typing`` (#122836)
Kirill Podoprigora
2024-08-08
1
-1/+1
*
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross
2024-08-08
5
-4/+27
*
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
Irit Katriel
2024-08-08
1
-1/+1
*
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner
2024-08-08
9
-65/+205
*
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon
2024-08-08
11
-103/+175
*
gh-122744: test_venv: ignore pip's complaint about missing ssl (GH-122776)
Petr Viktorin
2024-08-08
1
-0/+8
*
InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs...
Francisco Kurucz
2024-08-08
1
-1/+1
*
gh-122255: Add black box tests in test_warnings (GH-122227)
Serhiy Storchaka
2024-08-08
1
-0/+91
*
gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)
Serhiy Storchaka
2024-08-08
3
-5/+58
*
gh-120782: Update datetime test for static type immutability (#122800)
neonene
2024-08-08
1
-7/+22
*
gh-122247: Move instruction instrumentation sanity check after tracing check ...
Tian Gao
2024-08-08
2
-1/+16
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
12
-40/+156
*
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...
Serhiy Storchaka
2024-08-07
6
-7/+165
*
gh-122478: Remove internal frames from tracebacks in REPL (GH-122528)
Serhiy Storchaka
2024-08-07
3
-54/+161
*
gh-118761: Improve import time of `pprint` (#122725)
Hugo van Kemenade
2024-08-07
2
-4/+23
*
Remove dead code in the RE parser (GH-122796)
Serhiy Storchaka
2024-08-07
1
-16/+0
*
gh-122798: Make tests for warnings in the re module more strict (GH-122799)
Serhiy Storchaka
2024-08-07
1
-11/+40
*
gh-118926: Spill deferred references to stack in cases generator (#122748)
Sam Gross
2024-08-07
9
-60/+173
*
Docs: Change `remove` to `removes` for consistency (#121072)
smij720
2024-08-07
1
-2/+3
*
Bump types-setuptools to 71.1.0.20240726 in /Tools (#122551)
dependabot[bot]
2024-08-07
1
-1/+1
*
gh-100256: Skip inaccessible registry keys in the WinAPI mimetype implementat...
Lucas Esposito
2024-08-07
3
-1/+3
*
Doc: cmdline.rst: Include -P and -R in usage (#122590)
Wim Jeantine-Glenn
2024-08-07
1
-1/+1
*
gh-122759: Remove `assert` from `RERAISE` error handling (#122760)
sobolevn
2024-08-07
2
-2/+0
*
gh-122511: Improve documentation for object identity of mutable/immutable typ...
Bénédikt Tran
2024-08-07
1
-6/+10
*
gh-117139: Fix an incorrect borrow in bytecodes.c (#122318)
Sam Gross
2024-08-07
3
-11/+14
*
gh-121151: argparse: Fix wrapping of long usage text of arguments inside a mu...
Ali Hamdan
2024-08-07
3
-7/+36
*
gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-9...
pukkandan
2024-08-07
2
-5/+6
*
Fix typos in comments and docstring (#122720)
Xie Yanbo
2024-08-07
9
-11/+11
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
7
-150/+140
*
gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in config...
Jonathan Protzenko
2024-08-06
2
-6/+3
*
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Victor Stinner
2024-08-06
4
-1/+23
*
gh-122744: Bump bundled pip to 24.2 (#122745)
Pradyun Gedam
2024-08-06
3
-1/+2
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
18
-69/+427
*
gh-121103: Update site module docs for free-threaded installs (#122737)
Sam Gross
2024-08-06
1
-4/+13
*
Fix duplicated words 'begins with a' in pathlib docstring (#122732)
Виталий Дмитриев
2024-08-06
1
-1/+1
*
gh-112301: Add macOS warning tracking tooling (#122211)
Nate Ohlson
2024-08-06
5
-55/+117
[next]