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-117194: Properly format 'base64' header in What's New (#117198)
Terry Jan Reedy
2024-03-24
1
-1/+1
*
GH-115986 Docs: promote pprint.pp usage as a default (#116614)
Kerim Kabirov
2024-03-24
1
-15/+18
*
gh-101760: Improve the imaplib.IMAP4 example (#101764)
LilKS
2024-03-24
1
-1/+1
*
Add cumulative option for the new statistics.kde() function. (#117033)
Raymond Hettinger
2024-03-24
3
-21/+75
*
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
Irit Katriel
2024-03-23
7
-50/+120
*
gh-117180: Complete call sequence when trace stack overflow (GH-117184)
Ken Jin
2024-03-23
2
-0/+27
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
5
-12/+174
*
gh-117008: Fix functools test_recursive_pickle() (#117009)
Victor Stinner
2024-03-23
2
-2/+6
*
GH-106747: Document another difference between `glob` and `pathlib`. (#116518)
Barney Gale
2024-03-22
1
-0/+4
*
GH-117108: Change the size of the GC increment to about 1% of the total heap ...
Mark Shannon
2024-03-22
6
-28/+47
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
14
-13/+51
*
gh-117084: Fix ZIP file extraction for directory entry names with backslashes...
Serhiy Storchaka
2024-03-22
4
-1/+27
*
gh-117134: Microoptimize glob() for include_hidden=True (GH-117135)
Serhiy Storchaka
2024-03-22
1
-2/+2
*
[docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)
Vinay Sajip
2024-03-22
2
-15/+127
*
GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)
Jakub Stasiak
2024-03-22
5
-7/+82
*
Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)
Steve Dower
2024-03-22
1
-1/+1
*
gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)
NGRsoftlab
2024-03-22
1
-3/+0
*
gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128)
Petr Viktorin
2024-03-22
1
-0/+9
*
GH-116939: Rewrite binarysort() (#116940)
Tim Peters
2024-03-22
2
-66/+141
*
gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)
Guido van Rossum
2024-03-22
1
-46/+0
*
gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders (gh-117140)
Eric Snow
2024-03-22
3
-22/+39
*
gh-116745: Remove all internal usage of @LIBPYTHON@ (#116746)
Thomas A Caswell
2024-03-21
2
-2/+2
*
gh-71052: Add Android build script and instructions (#116426)
Malcolm Smith
2024-03-21
7
-19/+403
*
gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (#117126)
Victor Stinner
2024-03-21
1
-1/+10
*
docs: fix over-linking in dataclasses.rst (#117005)
Ned Batchelder
2024-03-21
1
-78/+80
*
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum
2024-03-21
8
-96/+209
*
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein
2024-03-21
4
-38/+96
*
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross
2024-03-21
5
-23/+41
*
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
Michael Droettboom
2024-03-21
5
-3/+56
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
18
-449/+363
*
gh-85283: Build _testconsole extension with limited C API (#117125)
Victor Stinner
2024-03-21
4
-98/+43
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
22
-6/+312
*
gh-105716: Update interp->threads.main After Fork (gh-117049)
Eric Snow
2024-03-21
4
-0/+46
*
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow
2024-03-21
8
-178/+143
*
gh-116522: Stop the world before fork() and during shutdown (#116607)
Sam Gross
2024-03-21
3
-7/+30
*
gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)
Malcolm Smith
2024-03-21
4
-2/+36
*
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
Tian Gao
2024-03-21
4
-9/+11
*
GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)
Adam Turner
2024-03-21
3
-3/+9
*
gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)
Jason R. Coombs
2024-03-21
10
-95/+212
*
gh-116869: Enable -Werror in test_cext for Free Threading (#117106)
Victor Stinner
2024-03-20
1
-5/+7
*
gh-105927: Limit PyWeakref_GetRef() to limited C API 3.13 (#117091)
Victor Stinner
2024-03-20
1
-0/+3
*
gh-117089: Move importlib.metadata tests to their own package (#117092)
Jason R. Coombs
2024-03-20
15
-3/+7
*
Fix sort order for "locale encoding" glossary item (#115794)
Carol Willing
2024-03-20
1
-12/+12
*
GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimiz...
Mark Shannon
2024-03-20
3
-8/+16
*
gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)
Petr Viktorin
2024-03-20
15
-1411/+1496
*
gh-117058: Update GUI and packaging recommendations for macOS. (#117059)
Russell Keith-Magee
2024-03-20
1
-11/+25
*
gh-116908: Only write to `_pending_calls.calls_to_do` with atomic operations ...
Brett Simmers
2024-03-20
1
-2/+2
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
4
-12/+71
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
7
-2/+74
*
gh-94808: add tests covering `PyFunction_{Get,Set}Closure` (GH-99429)
Nikita Sobolev
2024-03-20
2
-1/+148
[next]