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-67790: Support float-style formatting for Fraction instances (#100161)
Mark Dickinson
2023-01-22
5
-0/+618
*
Revert "gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo`...
Kumar Aditya
2023-01-22
2
-4/+0
*
gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)
Sergey G. Brester
2023-01-22
2
-0/+4
*
GH-88597: Added command line interface to UUID module. (#99463)
achhina
2023-01-22
6
-0/+174
*
gh-100518: Add tests for `ast.NodeTransformer` (#100521)
Nikita Sobolev
2023-01-21
3
-42/+171
*
gh-100726: Optimize construction of range object for medium sized integers (#...
Pieter Eendebak
2023-01-21
3
-0/+60
*
gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`
Kamil Turek
2023-01-21
5
-7/+83
*
GH-92123: Move _elementtree heap types to module state (#101187)
Erlend E. Aasland
2023-01-21
3
-68/+98
*
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...
Mark Dickinson
2023-01-21
3
-0/+10
*
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...
J. Nick Koston
2023-01-21
2
-6/+5
*
Bump Azure Pipelines to ubuntu-22.04 (#101089)
Hugo van Kemenade
2023-01-21
2
-8/+8
*
Fix rst formatting in 3.12 What's New (#101110)
scrazzz
2023-01-21
1
-6/+6
*
gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)
Jean-Paul Calderone
2023-01-21
2
-37/+201
*
gh-100750: pass encoding kwarg in lib/platform.py (#100751)
Thomas Grainger
2023-01-20
2
-0/+3
*
gh-86610: Use attribute directive in docs for pathlib.PurePath (#101114)
Barney Gale
2023-01-20
1
-14/+14
*
GH-101111: Disambigaute origin of const for store_const and append_const (#10...
Jürgen Gmach
2023-01-20
1
-3/+3
*
GH-101112: Specify type of pattern for Path.rglob (#101132)
Jürgen Gmach
2023-01-20
1
-1/+2
*
Fix a typo in whatsnew/3.12.rst (#101150)
caozhanhao
2023-01-20
1
-1/+1
*
Fix minor typos in SSL documentation (#101158)
Simon Robinson
2023-01-20
1
-8/+8
*
gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)
Shantanu
2023-01-20
1
-2/+2
*
Fix typo in comment in compile.c (#101194)
Ikko Eltociear Ashimine
2023-01-20
1
-1/+1
*
gh-101181: Fix `unused-variable` warning in `pystate.c` (#101188)
Nikita Sobolev
2023-01-20
1
-0/+3
*
gh-92123: Convert `_elementtree` types to heap types (#99221)
Erlend E. Aasland
2023-01-20
4
-236/+185
*
GH-90699: Clear interned strings in `_elementtree` (#101185)
Erlend E. Aasland
2023-01-20
1
-0/+10
*
Provided better example for logging cookbook (GH-101164)
Vladimir Malinovskii
2023-01-20
1
-10/+31
*
gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...
richardhob
2023-01-20
3
-17/+19
*
gh-101144: Allow open and read_text encoding to be positional. (#101145)
Gregory P. Smith
2023-01-20
4
-10/+95
*
gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122)
Nikita Sobolev
2023-01-20
1
-12/+12
*
gh-59956: Fix Function Groupings in pystate.c (gh-101172)
Eric Snow
2023-01-20
1
-237/+352
*
gh-101167: fix bug in the new test.support.requires_specialization decorator ...
Irit Katriel
2023-01-19
1
-1/+2
*
gh-101169: reduce the implementation of except* by one bytecode instruction (...
Irit Katriel
2023-01-19
1
-16/+11
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
10
-250/+373
*
gh-98831: register instructions have 0 pushes and pops (#101163)
Irit Katriel
2023-01-19
1
-0/+1
*
gh-100712: make it possible to disable specialization (for debugging) (#100713)
Irit Katriel
2023-01-19
11
-3/+87
*
gh-100940: Change "char *str" to "const char *str" in KeywordToken: It is an...
Stepfen Shawn
2023-01-18
1
-1/+1
*
gh-100340: Allows -Wno-int-conversion for wasm (#100341)
Kushal Das
2023-01-18
4
-0/+47
*
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum
2023-01-18
4
-385/+364
*
fix typo in 3.12 What's New (#101105)
Tushar Sadhwani
2023-01-18
1
-1/+1
*
Docs: improve sqlite3 placeholders example (#101092)
Erlend E. Aasland
2023-01-18
1
-13/+12
*
Fix typo and old link in wasm readme (#101096)
Zac Hatfield-Dodds
2023-01-18
1
-2/+2
*
GH-98831: Implement array support in cases generator (#100912)
Guido van Rossum
2023-01-17
6
-177/+398
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Paul Moore
2023-01-17
2
-1/+17
*
Fix typo in `ReprEnum` documentation (#101079)
Viicos
2023-01-17
1
-1/+1
*
gh-101046: Fix a potential memory leak in the parser when raising MemoryError...
Pablo Galindo Salgado
2023-01-16
3
-1/+111
*
gh-100247: Improve documentation for custom shebang commands in py.exe launch...
Steve Dower
2023-01-16
1
-4/+5
*
gh-100320: Fix path calculations on Windows when python.exe is moved outside ...
Steve Dower
2023-01-16
4
-33/+54
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
17
-239/+267
*
gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (#101057)
Nikita Sobolev
2023-01-16
1
-1/+3
*
Docs: Remove duplicate `TraversableResources` reference (#101068)
scrazzz
2023-01-16
1
-1/+0
*
GH-100997: fix refleak in `_testinternalcapi.c` (#101058)
Kumar Aditya
2023-01-16
1
-0/+1
[next]