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-104783: locale.getlocale() calls sys.getfilesystemencoding() (#105401)
Victor Stinner
2023-06-06
1
-2/+1
*
gh-94172: Update keyfile removal documentation (#105392)
Victor Stinner
2023-06-06
5
-51/+7
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev
2023-06-06
2
-2/+2
*
gh-104783: locale.getencoding() fallback uses FS encoding (#105381)
Victor Stinner
2023-06-06
2
-9/+16
*
gh-102304: Document Py_INCREF() change in What's New in Python 3.12 (#105389)
Victor Stinner
2023-06-06
2
-9/+9
*
gh-105156: Update Unicode C API: remove deprecation (#105379)
Victor Stinner
2023-06-06
1
-9/+0
*
gh-104783: Remove locale.resetlocale() function (#104784)
Victor Stinner
2023-06-06
5
-42/+8
*
gh-105268: Add _Py_FROM_GC() function to pycore_gc.h (#105362)
Victor Stinner
2023-06-06
3
-17/+26
*
build(deps): bump requests from 2.29.0 to 2.31.0 in /Doc (#105368)
dependabot[bot]
2023-06-06
1
-1/+1
*
gh-105259: Ensure we don't show newline characters for trailing NEWLINE token...
Pablo Galindo Salgado
2023-06-06
5
-5/+17
*
gh-102304: Fix up Simple ABI doc (GH-105351)
Victor Stinner
2023-06-06
2
-9/+4
*
gh-104411: Update test_getint for Tcl 9.0 (GH-104412)
Christopher Chavez
2023-06-06
1
-1/+4
*
gh-105268: Remove _PyGC_FINALIZED() macro (#105350)
Victor Stinner
2023-06-06
3
-8/+10
*
Add myself as codeowner for Limited API/Stable ABI, remove from *import* (GH-...
Petr Viktorin
2023-06-06
1
-1/+7
*
gh-90005: Don't link with libbsd if not needed (#105236)
Erlend E. Aasland
2023-06-06
3
-5/+9
*
gh-105292: Add option to make traceback.TracebackException.format_exception_o...
Irit Katriel
2023-06-06
5
-13/+48
*
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner
2023-06-06
5
-27/+17
*
gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
Victor Stinner
2023-06-06
17
-42/+58
*
gh-104399: Use newer libtommath APIs when necessary (GH-104407)
Christopher Chavez
2023-06-06
2
-2/+25
*
Display the sanitizer config in the regrtest header. (#105301)
Gregory P. Smith
2023-06-06
2
-1/+21
*
gh-105324: Fix tokenize module main function for stdin (#105325)
Pablo Galindo Salgado
2023-06-05
2
-2/+3
*
Remove dead code in codeop.py (#105263)
Tian Gao
2023-06-05
1
-10/+0
*
gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...
Jakub Kuczys
2023-06-05
3
-2/+18
*
What's New in 3.12: List 'Improved Modules' alphabetically (#105315)
Hugo van Kemenade
2023-06-05
1
-107/+107
*
gh-105286: Improve `typing.py` docstrings (#105287)
Alex Waygood
2023-06-05
1
-217/+253
*
gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates ...
Alex Waygood
2023-06-05
3
-8/+38
*
gh-103906: Remove immortal refcounting in compile/marshal.c (gh-103922)
Dong-hee Na
2023-06-05
3
-8/+8
*
gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)
Alex Waygood
2023-06-05
3
-0/+65
*
gh-105164: Detect annotations inside match blocks (#105177)
Jelle Zijlstra
2023-06-05
3
-0/+123
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
17
-686/+731
*
GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)
Mark Shannon
2023-06-05
2
-12/+20
*
gh-103558: Add coverage tests for argparse (#103570)
Tian Gao
2023-06-05
3
-7/+92
*
gh-98963: Restore the ability to have a dict-less property. (#105262)
Gregory P. Smith
2023-06-05
3
-13/+97
*
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki
2023-06-04
7
-58/+158
*
gh-104882: Docs: fix description of relationship between `socket.getblocking(...
Joe Geisbauer
2023-06-04
1
-1/+1
*
Fix typo in Python 3.12 What's New (#105278)
Shantanu
2023-06-04
1
-2/+2
*
gh-104690 Disallow thread creation and fork at interpreter finalization (#104...
chgnrdv
2023-06-04
8
-30/+97
*
gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)
Nikita Sobolev
2023-06-03
1
-1/+2
*
gh-103277: remove unused macros (#105247)
Irit Katriel
2023-06-03
1
-19/+0
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
11
-36/+38
*
gh-105080: Fixed inconsistent signature on derived classes (#105217)
Tian Gao
2023-06-02
3
-11/+31
*
GH-102404, GH-100956: Document how to do a WASI build (GH-105251)
Brett Cannon
2023-06-02
3
-174/+192
*
gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type()...
Erlend E. Aasland
2023-06-02
1
-1/+3
*
gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() r...
Irit Katriel
2023-06-02
2
-7/+11
*
gh-87092: avoid gcc warning on uninitialized struct field in assemble… (gh-...
Dong-hee Na
2023-06-02
1
-0/+1
*
gh-105240: add missing function prototypes (#105241)
Irit Katriel
2023-06-02
1
-2/+2
*
gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)
Jelle Zijlstra
2023-06-02
6
-289/+294
*
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
Pablo Galindo Salgado
2023-06-02
6
-2/+34
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
31
-501/+950
*
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
Mark Shannon
2023-06-02
3
-3/+52
[next]