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-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...
Sebastian Pipping
2024-02-29
16
-21/+435
*
gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)
Ken Jin
2024-02-29
6
-30/+163
*
Fix rendering of null character in ast.rst (#116080)
Shantanu
2024-02-29
1
-1/+1
*
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith
2024-02-29
6
-21/+87
*
gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)
Tian Gao
2024-02-29
3
-0/+14
*
gh-112075: Avoid locking shared keys on every assignment (#116087)
Dino Viehland
2024-02-29
1
-12/+20
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
12
-27/+58
*
gh-108051: Update versions found by find_python.bat and clarify readme (GH-11...
Steve Dower
2024-02-29
2
-7/+18
*
gh-73580: Docs for tunnelling TLS through TLS (GH-22539)
Carl Bordum Hansen
2024-02-29
1
-0/+3
*
Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)
Erlend E. Aasland
2024-02-29
16
-39/+39
*
gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)
Guido van Rossum
2024-02-29
7
-47/+106
*
gh-115811: Update documentation to add some Logger attributes. (GH-116109)
Vinay Sajip
2024-02-29
1
-0/+36
*
gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18...
Michael Felt
2024-02-29
1
-0/+4
*
Make the iter_except() recipe more compact. (gh-116132)
Raymond Hettinger
2024-02-29
1
-20/+1
*
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher
2024-02-29
26
-93/+126
*
gh-112844: Add SBOM for external dependencies (#115789)
Seth Michael Larson
2024-02-29
3
-17/+266
*
gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#11...
Kirill Podoprigora
2024-02-29
1
-2/+2
*
gh-115881: Document feature_version limitations (#115980)
Shantanu
2024-02-29
1
-6/+9
*
gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (G...
Petr Viktorin
2024-02-29
1
-0/+4
*
gh-115937: Remove implementation details from inspect.signature() docs (#116086)
Erlend E. Aasland
2024-02-29
1
-3/+7
*
gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...
Guido van Rossum
2024-02-29
3
-104/+104
*
gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)
Guido van Rossum
2024-02-28
1
-3/+7
*
gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)
Ethan Furman
2024-02-28
4
-1/+22
*
gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076)
Erlend E. Aasland
2024-02-28
1
-2/+2
*
Update an out-of-date example in the itertools recipe intro (gh-116082)
Raymond Hettinger
2024-02-28
1
-1/+1
*
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
Eric Snow
2024-02-28
11
-157/+624
*
Improve all_equal() recipe (gh-116081)
Raymond Hettinger
2024-02-28
1
-3/+4
*
gh-112075: Use relaxed stores for places where we may race with when reading ...
Dino Viehland
2024-02-28
1
-18/+25
*
gh-115859: Re-enable T2 optimizer pass by default (#116062)
Guido van Rossum
2024-02-28
7
-28/+96
*
gh-115891: Fix debug byte filling in free-threaded build (#116018)
Sam Gross
2024-02-28
1
-4/+13
*
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
Sam Gross
2024-02-28
3
-28/+51
*
gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)
Weii Wang
2024-02-28
3
-44/+64
*
GH-115986 Reorder pprint docs and amend some references (#116019)
Kerim Kabirov
2024-02-28
1
-89/+92
*
gh-115816: Improve internal symbols API in optimizer (#116028)
Guido van Rossum
2024-02-28
4
-67/+191
*
gh-112075: Remove compiler warning from apple clang (gh-115855)
Donghee Na
2024-02-28
1
-2/+2
*
gh-107674: Improve performance of `sys.settrace` (GH-114986)
Tian Gao
2024-02-28
7
-53/+64
*
gh-116012: Preserve GetLastError() across calls to TlsGetValue on Windows (GH...
Steve Dower
2024-02-28
3
-10/+7
*
doc: Use super() in subclassed JSONEncoder examples (GH-115565)
Jan Max Meyer
2024-02-28
2
-3/+3
*
gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016)
Erlend E. Aasland
2024-02-28
4
-171/+363
*
gh-78612: Mark up eval() using param list (#115212)
Erlend E. Aasland
2024-02-28
1
-5/+15
*
gh-114911: Add CPUStopwatch test helper (GH-114912)
Petr Viktorin
2024-02-28
3
-42/+75
*
gh-116030: test_unparse: Add ``ctx`` argument to ``ast.Name`` calls (#116031)
Kirill Podoprigora
2024-02-28
1
-3/+3
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
10
-36/+818
*
gh-105858: Expose some union-related objects as internal APIs (GH-116025)
Jelle Zijlstra
2024-02-28
1
-2/+4
*
gh-115961: Improve tests for compressed file-like objects (GH-115963)
Serhiy Storchaka
2024-02-28
5
-45/+476
*
gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)
Jelle Zijlstra
2024-02-28
1
-0/+1
*
gh-105858: Improve AST node constructors (#105880)
Jelle Zijlstra
2024-02-28
10
-50/+4676
*
gh-112997: Don't log arguments in asyncio unless debugging (#115667)
Pierre Ossman (ThinLinc team)
2024-02-28
4
-12/+42
*
gh-114914: Avoid keeping dead StreamWriter alive (#115661)
Pierre Ossman (ThinLinc team)
2024-02-28
3
-10/+31
*
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
Miguel Brito
2024-02-27
3
-1/+23
[next]