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-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
36
-100/+633
*
gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505)
Eric Snow
2023-03-09
15
-0/+2301
*
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow
2023-03-09
5
-74/+85
*
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Eric Snow
2023-03-09
6
-109/+160
*
GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. ...
T. Wouters
2023-03-09
1
-0/+2
*
gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)
Eric Snow
2023-03-09
5
-13/+23
*
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
Eric Snow
2023-03-08
5
-8/+8
*
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow
2023-03-08
10
-45/+127
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-03-08
8
-106/+51
*
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle
2023-03-08
16
-45/+6
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
33
-41/+8
*
Remove or update bitbucket links (GH-101963)
sblondon
2023-03-08
6
-10/+6
*
gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526)
Nikita Sobolev
2023-03-08
2
-2/+2
*
GH-102397: Fix segfault from race condition in signal handling (#102399)
Kumar Aditya
2023-03-08
3
-0/+21
*
Fix style in argparse.rst (#101733)
Marcin Wieczorek
2023-03-08
1
-3/+3
*
Merge in the release of Python 3.12.0a6.
Thomas Wouters
2023-03-08
13
-39/+244
|
\
|
*
fix typo in async generator code field name `ag_code` (#102448)
Kumar Aditya
2023-03-08
1
-1/+1
|
*
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer
2023-03-08
12
-38/+243
*
|
Post 3.12.0a6
Thomas Wouters
2023-03-08
1
-1/+1
*
|
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
83
-229/+864
|
/
*
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel
2023-03-07
4
-4/+56
*
gh-87092: compiler's CFG construction moved to after codegen stage (#102320)
Irit Katriel
2023-03-07
1
-184/+336
*
gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)
C.A.M. Gerlach
2023-03-07
1
-15/+7
*
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#...
Kumar Aditya
2023-03-07
1
-6/+2
*
gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429)
C.A.M. Gerlach
2023-03-07
1
-77/+109
*
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow
2023-03-07
11
-34/+85
*
gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)
Ned Deily
2023-03-07
1
-1/+1
*
Remove unused import of `warnings` from `unittest.loader` (#102479)
JosephSBoyle
2023-03-06
1
-1/+0
*
Add gettext support to tools/extensions/c_annotations.py (#101989)
Rémi Lapeyre
2023-03-06
2
-3/+9
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...
Irit Katriel
2023-03-06
1
-14/+8
*
gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)
Hyunkyun Moon
2023-03-06
1
-1/+1
*
gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
Pablo Galindo Salgado
2023-03-06
3
-218/+4
*
GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)
Barney Gale
2023-03-05
4
-27/+45
*
GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)
Barney Gale
2023-03-05
2
-5/+13
*
GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (...
Barney Gale
2023-03-05
2
-1/+6
*
gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445)
Alex Waygood
2023-03-05
1
-19/+2
*
GH-102341: Improve the test function for pow (#102342)
Partha P. Mukherjee
2023-03-05
1
-6/+5
*
Fix unused classes in a typing test (GH-102437)
JosephSBoyle
2023-03-05
1
-2/+2
*
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...
Yeojin Kim
2023-03-05
3
-3/+34
*
gh-102356: Add thrashcan macros to filter object dealloc (#102426)
Marta Gómez Macías
2023-03-05
4
-0/+15
*
Move around example in to_bytes() to avoid confusion (#101595)
Sergey B Kirpichev
2023-03-05
1
-2/+4
*
GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)
Kumar Aditya
2023-03-05
1
-1/+1
*
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens
2023-03-04
4
-18/+122
*
gh-101992: update pstlib module documentation (#102133)
Dustin Rodrigues
2023-03-04
1
-7/+16
*
gh-63301: Set exit code when tabnanny CLI exits on error (#7699)
Jaysinh Shukla
2023-03-04
3
-13/+21
*
gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)
Byeongmin Choi
2023-03-04
2
-2/+3
*
gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)
Gouvernathor
2023-03-04
2
-1/+2
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
3
-5/+21
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Raj
2023-03-04
3
-2/+30
*
Remove unused internal macros (#102415)
Mark Dickinson
2023-03-04
1
-15/+0
[next]