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-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...
Mark Shannon
2022-12-14
9
-135/+151
*
gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning)...
Irit Katriel
2022-12-13
1
-0/+2
*
GH-100206: use versionadded for the addition of sysconfig.get_default_scheme ...
Filipe LaĆns
2022-12-13
1
-1/+1
*
gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)
Eric Snow
2022-12-12
2
-4/+7
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
6
-69/+82
*
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow
2022-12-12
9
-73/+120
*
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow
2022-12-12
9
-107/+143
*
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom
2022-12-12
4
-25/+48
*
gh-99955: standardize return values of functions in compiler's code-gen (#100...
Irit Katriel
2022-12-12
2
-760/+695
*
gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)
GalaxySnail
2022-12-12
2
-0/+11
*
Fix: typo (Indention) (GH-99904)
jarrodcolburn
2022-12-12
1
-1/+1
*
gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)
chgnrdv
2022-12-12
1
-4/+0
*
gh-100176: remove incorrect version compatibility check from argument clinic ...
Shantanu
2022-12-12
1
-4/+0
*
clarify the 4300-digit limit on int-str conversion (#100175)
Ned Batchelder
2022-12-12
2
-4/+4
*
gh-70393: Clarify mention of "middle" scope (#98839)
Shantanu
2022-12-12
1
-2/+2
*
gh-99688: Fix outdated tests in test_unary (#99712)
Yesung(Isaac) Lee
2022-12-11
1
-6/+3
*
gh-100174: [Enum] Correct PowersOfThree example. (GH-100178)
Beweeted
2022-12-11
1
-2/+2
*
gh-88500: Reduce memory use of `urllib.unquote` (#96763)
Gregory P. Smith
2022-12-11
3
-11/+23
*
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...
DarioDaF
2022-12-10
4
-4/+10
*
gh-99728: correct typo in `datetime` format codes documentation (#99750)
Brad Wolfe
2022-12-10
1
-1/+1
*
gh-99970 Adding missing `optionflags` parameter in the documentation of `doct...
busywhitespace
2022-12-10
1
-1/+1
*
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
Fantix King
2022-12-10
0
-0/+0
*
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
Fantix King
2022-12-10
0
-0/+0
*
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
Fantix King
2022-12-10
1
-1/+1
*
gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)
Kai Zhang
2022-12-10
3
-1/+5
*
gh-100049: fix `repr` for `mappingproxy` in dictionary view example doc (#100...
ram vikram singh
2022-12-10
1
-1/+1
*
gh-81057: Fix a Reference Leak in the posix Module (gh-100140)
Eric Snow
2022-12-09
1
-0/+1
*
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
Eric Snow
2022-12-09
2
-2/+3
*
GH-98363: Shrink the physical size as well as the logical size (GH-100138)
Raymond Hettinger
2022-12-09
1
-2/+1
*
bpo-44512: Fix handling of extrasactions arg to csv.DictWriter with mixed or ...
andrei kulakov
2022-12-09
3
-1/+12
*
bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...
Shreyan Avigyan
2022-12-09
3
-33/+64
*
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
[prev]
[next]