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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...
Peter Bierma
2024-11-29
4
-163/+61
*
gh-127190: Fix local_setattro() error handling (#127366)
Victor Stinner
2024-11-28
1
-1/+1
*
gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-1...
Petr Viktorin
2024-11-28
4
-4/+682
*
gh-124008: Fix calculation of the number of written bytes for the Windows con...
Serhiy Storchaka
2024-11-27
1
-28/+90
*
gh-127072: Remove outdated `socket.NETLINK_*` constants. (GH-127256)
RUANG (James Roy)
2024-11-27
1
-18/+2
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
1
-3/+47
*
GH-126985: move pyvenv.cfg detection from site to getpath (#126987)
Filipe Laíns 🇵🇸
2024-11-26
1
-15/+28
*
gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first valu...
sobolevn
2024-11-25
1
-14/+16
*
gh-109746: Make _thread.start_new_thread delete state of new thread on its st...
Radislav Chugunov
2024-11-22
1
-0/+1
*
gh-127065: Make `methodcaller` thread-safe in free threading build (#127109)
Sam Gross
2024-11-22
1
-0/+9
*
gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)
Victor Stinner
2024-11-21
2
-22/+97
*
gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)
Serhiy Storchaka
2024-11-21
1
-24/+41
*
gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990)
Justin Applegate
2024-11-19
1
-0/+1
*
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith
2024-11-19
2
-105/+52
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
1
-7/+0
*
gh-126876: Fix socket internal_select() for large timeout (#126968)
Victor Stinner
2024-11-19
1
-1/+4
*
getpath: fix warning typo (#126978)
Filipe Laíns 🇵🇸
2024-11-18
1
-1/+1
*
GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)
Brandt Bucher
2024-11-18
1
-1/+1
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-11-18
1
-0/+7
*
gh-101955: Fix SystemError in possesive quantifier with alternative and group...
Serhiy Storchaka
2024-11-18
1
-0/+18
*
gh-67877: Fix memory leaks in terminated RE matching (GH-126840)
Serhiy Storchaka
2024-11-18
4
-14/+205
*
gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555)
George Alexopoulos
2024-11-15
2
-31/+95
*
gh-126433: Update hacl-star (GH-126791)
Victor Stinner
2024-11-15
9
-10/+17
*
gh-124111: Update tkinter for compatibility with Tcl/Tk 9.0.0 (GH-124156)
Marc Culler
2024-11-14
1
-1/+4
*
gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792)
Seth Michael Larson
2024-11-13
4
-11/+79
*
gh-123619: Add an unstable C API function for enabling deferred reference cou...
Peter Bierma
2024-11-13
2
-1/+17
*
gh-126688: Reinit import lock after fork (#126692)
Sam Gross
2024-11-12
1
-0/+1
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
Eric Snow
2024-11-12
5
-12/+46
*
gh-95382: Use cache for indentations in the JSON encoder (GH-118636)
Serhiy Storchaka
2024-11-12
1
-64/+118
*
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade
2024-11-12
3
-3/+3
*
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
RUANG (James Roy)
2024-11-12
1
-0/+27
*
gh-125916: Allow functools.reduce() 'initial' to be a keyword argument (#125917)
Sayandip Dutta
2024-11-12
2
-10/+39
*
gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (#126617)
Bénédikt Tran
2024-11-12
1
-0/+3
*
gh-126405: fix use-after-free in `_asyncio.Future.remove_done_callback` (#126...
Kumar Aditya
2024-11-12
1
-0/+2
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow
2024-11-11
1
-1/+1
*
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
Eric Snow
2024-11-11
1
-1/+1
*
gh-126654: Fix crash in several functions in `_interpreters` module (#126678)
sobolevn
2024-11-11
1
-0/+5
*
remove minor redundant code from `_asyncio` (#126578)
Kumar Aditya
2024-11-08
1
-3/+1
*
GH-107803: use circular double linked list for tasks in `_asyncio` (#126577)
Kumar Aditya
2024-11-08
1
-52/+21
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
62
-492/+922
*
gh-122943: Remove the object converter for var-positional parameter (GH-126560)
Serhiy Storchaka
2024-11-08
1
-38/+38
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
7
-211/+1065
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
5
-97/+82
*
Cleanup multiprocessing comment and unusual import error message (#126532)
Gregory P. Smith
2024-11-07
1
-0/+1
*
gh-125631: Enable setting persistent_id and persistent_load of pickler and un...
Serhiy Storchaka
2024-11-07
1
-0/+62
*
gh-126461: Fix _Unpickler_ReadFromFile() error handling (#126485)
Victor Stinner
2024-11-06
1
-0/+4
*
gh-126455: Disallow _ssl.SSLSocket instantiation (#126481)
Victor Stinner
2024-11-06
1
-1/+1
*
gh-126433: Change channel_info.count to int64_t (#126447)
Victor Stinner
2024-11-06
1
-1/+1
*
gh-126433: Fix compiler warnings on 32-bit Windows (#126444)
Victor Stinner
2024-11-05
4
-9/+11
*
gh-126425: Refactor `_lsprof_Profiler_enable` (#126426)
sobolevn
2024-11-05
1
-12/+25
[next]