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-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
10
-4/+23
*
gh-88267: Avoid DLL exporting functions from static builds on Windows(GH-99888)
Christian Rendina
2022-12-09
2
-3/+10
*
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin
2022-12-09
10
-67/+122
*
GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)
Kumar Aditya
2022-12-09
1
-2/+2
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
22
-0/+43
*
gh-81057: Fix an ifdef in the time module (#100125)
Eric Snow
2022-12-09
1
-2/+4
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-09
11
-54/+114
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
9
-84/+125
*
GH-98831: Generate things in the input order (#100123)
Guido van Rossum
2022-12-08
2
-261/+269
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
14
-118/+100
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
14
-27/+107
*
GH-98831: Typed stack effects, and more instructions converted (#99764)
Guido van Rossum
2022-12-08
4
-604/+545
*
GH-98363: Have batched() return tuples (GH-100118)
Raymond Hettinger
2022-12-08
4
-38/+40
*
gh-96250: Improve sqlite3 injection attack example (#99270)
Jia Junjie
2022-12-08
1
-6/+10
*
test_ast uses infinite_recursion() to prevent crash (#100104)
Victor Stinner
2022-12-08
1
-1/+2
*
Fix `test_run_until_complete_baseexception` test to check for `KeyboardInterr...
Fantix King
2022-12-08
1
-8/+3
*
gh-100098: [Enum] insist on actual tuples, no subclasses, for auto (GH-100099)
Ethan Furman
2022-12-08
3
-1/+17
*
gh-98030: socket: add missing TCP socket options (#98031)
Matthieu Baerts
2022-12-08
3
-4/+78
*
gh-92120: The docstring of enum.Enum is invalid in reST (GH-92122)
Takeshi KOMIYA
2022-12-08
2
-7/+8
*
gh-98778: Update HTTPError to initialize properly even if fp is None (gh-99966)
Dong-hee Na
2022-12-08
3
-7/+10
*
gh-100086: Add build info to test.libregrtest (#100093)
Victor Stinner
2022-12-08
3
-1/+91
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
14
-56/+66
*
gh-90110: Clean Up the C-analyzer Globals Lists (gh-100091)
Eric Snow
2022-12-07
4
-441/+487
*
gh-100072: only trigger netlify builds for doc changes (#100074)
Nikita Sobolev
2022-12-07
1
-1/+4
*
gh-100077: make test_code.test_invalid_bytecode more robust and maintainable ...
Irit Katriel
2022-12-07
1
-8/+12
*
gh-83035: handle decorator with nested parens in inspect.getsource (#99654)
Carl Meyer
2022-12-07
4
-9/+22
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
7
-29/+235
*
gh-93018: Fix for the compatibility problems with expat (gh-93900)
Matěj Cepl
2022-12-07
2
-15/+10
*
[Enum] Remove unused code from `test_enum.py` (GH-96986)
Nikita Sobolev
2022-12-07
1
-14/+0
*
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in...
Pablo Galindo Salgado
2022-12-06
3
-0/+22
*
PyUnicode_KIND() uses _Py_RVALUE() (#100060)
Victor Stinner
2022-12-06
1
-1/+1
*
gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)
Ethan Furman
2022-12-06
5
-4/+102
*
Post 3.12.0a3
Thomas Wouters
2022-12-06
1
-1/+1
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
84
-193/+847
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
18
-251/+114
*
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher
2022-12-06
6
-11/+60
*
bpo-37860: re-add netlify.toml to set up deploy previews for docs (#92852)
Ashwin Ramaswami
2022-12-06
3
-0/+29
*
gh-100008: VS 2017 is required since Python 3.11 (#100045)
Victor Stinner
2022-12-06
1
-0/+1
*
GH-100026: Include the number of raw input files in summarize_stats.py (GH-10...
Michael Droettboom
2022-12-06
1
-0/+4
*
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Erik De Bonte
2022-12-06
4
-1/+13
*
gh-100001: Remove doc typo, add versionadded (#100042)
Gregory P. Smith
2022-12-05
1
-1/+3
*
gh-100001: Also escape \s in http.server log messages. (#100038)
Gregory P. Smith
2022-12-05
3
-0/+8
*
gh-99984: Fix Compiler Warnings (#100036)
Eric Snow
2022-12-05
1
-2/+6
*
Use sphinxext-opengraph to generate OpenGraph metadata (#99931)
Hugo van Kemenade
2022-12-05
4
-4/+33
*
gh-100001: Omit control characters in http.server stderr logs. (#100002)
Gregory P. Smith
2022-12-05
4
-2/+43
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
6
-190/+384
*
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
Ram Rachum
2022-12-05
1
-1/+2
*
bpo-44817: Ignore additional errors in ntpath.realpath (GH-27574)
Michael Förderer
2022-12-05
2
-1/+6
*
gh-98680: Add PyBUF_* constants to the Limited API listing (GH-100018)
Petr Viktorin
2022-12-05
2
-0/+47
*
gh-60203: Revert changes in cycle.__setstate__ (#99982)
Serhiy Storchaka
2022-12-05
2
-2/+39
[next]