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-124248: Fix crash in struct when processing 0p fields (#124251)
Brian Schubert
2024-09-20
1
-4/+15
*
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin
2024-09-20
1
-2/+61
*
gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)
sobolevn
2024-09-20
1
-10/+36
*
gh-120754: Fix memory leak in FileIO.__init__() (#124225)
Victor Stinner
2024-09-18
1
-0/+1
*
gh-120754: Refactor I/O modules to stash whole stat result rather than indivi...
Cody Maloney
2024-09-18
1
-26/+57
*
gh-102511: Change the `os.path.splitroot` param name from `path` back to `p` ...
sobolevn
2024-09-18
2
-6/+6
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
3
-8/+134
*
Revert "gh-123974: Fix time.get_clock_info() on NetBSD (#123975)" (GH-124115)
Serhiy Storchaka
2024-09-18
1
-5/+1
*
gh-123836: workaround fmod(x, y) bug on Windows (#124171)
Sergey B Kirpichev
2024-09-17
1
-0/+9
*
gh-110190: Fix ctypes structs with array on SPARC (GH-118233)
Jakub Kulík
2024-09-17
1
-1/+1
*
gh-121023: Improve `_xxtestfuzz/README.rst` (#121024)
sobolevn
2024-09-16
1
-3/+5
*
gh-97588: remove unused functions in _ctypes/cfield.c (GH-124010)
Irit Katriel
2024-09-16
1
-36/+0
*
gh-123748: Add conditional compilation rules for HACL SIMD256 and SIMD128 on ...
Russell Keith-Magee
2024-09-16
3
-0/+39
*
gh-123974: Fix time.get_clock_info() on NetBSD (#123975)
Furkan Onder
2024-09-13
1
-1/+5
*
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...
Wenzel Jakob
2024-09-13
1
-0/+86
*
closes gh-124016: update Unicode to 16.0.0 (#124017)
Benjamin Peterson
2024-09-13
2
-18313/+19896
*
gh-123961: Add `curses` prefix to global variables in `_cursesmodule.c` (#124...
Bénédikt Tran
2024-09-13
1
-14/+14
*
gh-124044: protect macros expansions in `_cursesmodules.c` using `do { ... } ...
Bénédikt Tran
2024-09-13
1
-19/+28
*
gh-123961: Remove global variable `ModDict` in `_cursesmodule.c` (#123962)
Bénédikt Tran
2024-09-13
1
-35/+44
*
gh-123923: Defer refcounting for `f_executable` in `_PyInterpreterFrame` (#12...
Sam Gross
2024-09-12
1
-3/+4
*
gh-123290: fix reference leaks in the error-branches of `_cursesmodule.c` (#1...
Bénédikt Tran
2024-09-11
1
-147/+211
*
gh-122213: Add notes for pickle serialization errors (GH-122214)
Serhiy Storchaka
2024-09-09
1
-35/+110
*
gh-84808: socket.connect_ex: Handle negative errno (GH-122304)
Jérôme Duval
2024-09-09
1
-2/+17
*
Fix typos (#123775)
algonell
2024-09-09
1
-2/+2
*
gh-122311: Improve and unify pickle errors (GH-122771)
Serhiy Storchaka
2024-09-09
1
-74/+90
*
chore: decimal module macro cleanup (#123791)
Bénédikt Tran
2024-09-09
1
-78/+79
*
gh-123843: Remove broken links to the Zope DateTimeWiki (#123846)
Adam Turner
2024-09-09
1
-4/+2
*
gh-123657: Fix crash and refleak in `decimal.getcontext()` (GH-123703)
neonene
2024-09-06
1
-10/+16
*
gh-123718: Fix implicit declaration of 'explicit_memset' for NetBSD 10.0 (#12...
Furkan Onder
2024-09-06
1
-1/+1
*
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
nkinnan
2024-09-05
2
-0/+25
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
3
-10/+229
*
gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)
Petr Viktorin
2024-09-05
5
-634/+397
*
gh-123678: Upgrade libexpat 2.6.3 (#123689)
Seth Michael Larson
2024-09-04
3
-15/+35
*
gh-123504: Fix regression in `_tkinter` initializer (#123662)
Peter Bierma
2024-09-04
1
-2/+14
*
gh-123504: Fix reference leak in finalization of `_tkinter` (#123505)
Peter Bierma
2024-09-03
1
-8/+19
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
4
-1/+73
*
gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)
Petr Viktorin
2024-09-02
1
-1/+1
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
5
-10/+29
*
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
4
-5/+20
*
gh-123189: [`Modules/blake2module.c`]: Move function definitions and their us...
Kirill Podoprigora
2024-08-30
1
-0/+8
*
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka
2024-08-30
4
-12/+13
*
gh-123446: Fix empty function names in `TypeError`s in `_csv` module (#123462)
sobolevn
2024-08-29
1
-3/+3
*
gh-123446: Fix empty function names in `TypeError`s in `_csv` module (#123461)
sobolevn
2024-08-29
1
-3/+3
*
gh-123431: Harmonize extension code checks in pickle (GH-123434)
Serhiy Storchaka
2024-08-29
1
-21/+11
*
gh-123448: Move `_PyNoDefault_Type` to the static types array (#123449)
Peter Bierma
2024-08-29
1
-3/+0
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
8
-10/+10
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
2
-2/+58
*
gh-111495: Add tests for PyNumber C API (#111996)
Sergey B Kirpichev
2024-08-26
1
-0/+161
*
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev
2024-08-26
5
-2/+249
*
gh-123243: Fix reference leak in `_decimal` (#123244)
neonene
2024-08-24
1
-2/+24
[next]