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-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
52
-65/+8
*
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...
Pablo Galindo Salgado
2022-06-13
2
-0/+5
*
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner
2022-06-13
12
-12/+3
*
Remove ANY_VARARGS() macro from the C API (#93764)
Victor Stinner
2022-06-13
2
-3/+3
*
gh-89653: PEP 670: Convert PyFunction macros (#93765)
Victor Stinner
2022-06-13
1
-16/+39
*
Add more FOR_ITER specialization stats (GH-32151)
Dennis Sweeney
2022-06-13
1
-2/+26
*
GH-90699: use statically allocated strings in typeobject.c (gh-93751)
Kumar Aditya
2022-06-12
3
-2/+6
*
gh-93747: Fix Refleak when handling multiple Py_tp_doc slots (gh-93749)
Dong-hee Na
2022-06-12
1
-1/+1
*
gh-93728: fix memory leak in deepfrozen code objects (GH-93729)
Kumar Aditya
2022-06-12
1
-0/+1
*
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...
Serhiy Storchaka
2022-06-12
6
-127/+106
*
Remove usage of _Py_IDENTIFIER from math module (#93739)
Dong-hee Na
2022-06-12
1
-9/+55
*
gh-84508: tool to generate cjk traditional chinese mappings (gh-93272)
Davide Rizzo
2022-06-11
3
-0/+242
*
Change list to view object (#93661)
Pamela Fox
2022-06-11
2
-2/+3
*
gh-86404: [doc] A make sucpicious false positive. (GH-93710)
Julien Palard
2022-06-11
1
-0/+2
*
gh-90153: whatsnew: "z" option in format spec (GH-93624)
John Belmonte
2022-06-11
1
-0/+3
*
gh-90473: Skip test_queue when threading is not available (GH-93712)
Christian Heimes
2022-06-11
1
-3/+2
*
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes
2022-06-11
4
-6/+55
*
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
Dennis Sweeney
2022-06-11
3
-11/+98
*
gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...
jackh-ncl
2022-06-10
2
-1/+5
*
gh-91317: Document that Path does not collapse initial `//` (GH-32193)
Oleg Iarygin
2022-06-10
2
-3/+32
*
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-...
Christian Heimes
2022-06-10
5
-14/+36
*
GH-93621: reorder code in with/async-with exception exit path to reduce the s...
Irit Katriel
2022-06-10
3
-15/+173
*
gh-81790: support "UNC" device paths in `ntpath.splitdrive()` (GH-91882)
Barney Gale
2022-06-10
5
-66/+39
*
gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...
Pablo Galindo Salgado
2022-06-10
4
-3/+36
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
5
-2/+84
*
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes
2022-06-10
5
-1/+196
*
gh-90763: Modernise xx template module initialisation (#93078)
Erlend Egeberg Aasland
2022-06-10
2
-43/+54
*
gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on 32-bit ...
neonene
2022-06-10
1
-1/+1
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...
Leo Trol
2022-06-09
4
-2/+54
*
gh-90473: Skip get_config_h() tests on WASI (GH-93645)
Christian Heimes
2022-06-09
2
-2/+7
*
gh-90473: disable user site packages on WASI/Emscripten (GH-93633)
Christian Heimes
2022-06-09
3
-4/+6
*
Improve logging documentation with example and additional cookbook re… (GH-...
Vinay Sajip
2022-06-09
2
-2/+99
*
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg
2022-06-09
4
-97/+323
*
Doc: Update references and examples of old, unsupported OSes and uarches (GH-...
CAM Gerlach
2022-06-09
7
-18/+29
*
gh-90494: Reject 6th element of the __reduce__() tuple (GH-93609)
Serhiy Storchaka
2022-06-09
4
-2/+27
*
gh-93616: Fix env changed issue in test_modulefinder (GH-93617)
Christian Heimes
2022-06-09
2
-37/+40
*
gh-79096: Fix/improve http cookiejar tests (GH-93614)
Christian Heimes
2022-06-08
1
-18/+14
*
gh-90473: Define HOSTRUNNER for WASI (GH-93606)
Christian Heimes
2022-06-08
2
-0/+6
*
gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)
Christian Heimes
2022-06-08
3
-5/+23
*
gh-93180: Update os.copy_file_range() documentation (#93182)
Illia Volochii
2022-06-08
1
-3/+17
*
gh-87961: Remove outdated notes from functions that aren't in the Limited API...
Petr Viktorin
2022-06-08
3
-26/+0
*
gh-93584: Make all install+tests targets depends on all (GH-93589)
Christian Heimes
2022-06-08
2
-12/+18
*
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Erlend Egeberg Aasland
2022-06-08
3
-8/+22
*
GH-93521: For dataclasses, filter out `__weakref__` slot if present in bases ...
Bluenix
2022-06-08
3
-4/+61
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
7
-2/+50
*
GH-93481: Suppress expected deprecation warning in test_pyclbr (GH-93483)
Irit Katriel
2022-06-07
1
-2/+7
*
Fix `PurePath.relative_to` links in the pathlib documentation. (GH-93268)
jacksonriley
2022-06-07
1
-2/+2
*
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Adrian Garcia Badaracco
2022-06-07
5
-13/+117
*
gh-84461: Emscripten's faccessat() does not accept flags (GHß92353)
Christian Heimes
2022-06-07
1
-0/+3
*
gh-93162: test_config_queue_handler requires threading (GH-93572)
Christian Heimes
2022-06-07
1
-0/+1
[next]