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
/
_pickle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115952: Fix a potential virtual memory allocation denial of service in pic...
Serhiy Storchaka
2025-12-05
1
-92/+185
*
gh-129813, PEP 782: Use PyBytesWriter in pickle and struct (#138833)
Victor Stinner
2025-09-13
1
-22/+18
*
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma
2025-09-01
1
-8/+1
*
gh-135241: Make unpickling of booleans in protocol 0 more strict (GH-135242)
Justin Applegate
2025-08-14
1
-1/+1
*
gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffff...
Justin Applegate
2025-06-11
1
-5/+4
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
1
-1/+1
*
gh-120170: Exclude __mp_main__ in C version of whichmodule() (#120171)
Daniel Li
2025-05-23
1
-0/+4
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-11/+12
*
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner
2025-03-13
1
-3/+3
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
1
-4/+9
*
gh-111178: fix UBSan failures in `Modules/_pickle.c` (#129787)
Bénédikt Tran
2025-02-20
1
-39/+62
*
gh-130179: Fix `persistent_{id,load}_attr` reference leaks in `_pickle` (#130...
Sergey Miryanov
2025-02-16
1
-0/+4
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-2/+2
*
gh-128863: Deprecate _PyLong_Sign() function (#129176)
Victor Stinner
2025-01-23
1
-1/+3
*
gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)
Justin Applegate
2024-12-11
1
-7/+4
*
gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126990)
Justin Applegate
2024-11-19
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-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Serhiy Storchaka
2024-09-29
1
-3/+3
*
gh-122213: Add notes for pickle serialization errors (GH-122214)
Serhiy Storchaka
2024-09-09
1
-35/+110
*
gh-122311: Improve and unify pickle errors (GH-122771)
Serhiy Storchaka
2024-09-09
1
-74/+90
*
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka
2024-08-30
1
-3/+3
*
gh-123431: Harmonize extension code checks in pickle (GH-123434)
Serhiy Storchaka
2024-08-29
1
-21/+11
*
gh-122704: Fix reference leak in Modules/_pickle.c (GH-122705)
Kirill Podoprigora
2024-08-06
1
-0/+4
*
gh-122459: Optimize pickling by name objects without __module__ (GH-122460)
Serhiy Storchaka
2024-08-05
1
-127/+122
*
gh-122311: Fix a refleak in pickle (GH-122411)
Serhiy Storchaka
2024-07-29
1
-0/+1
*
gh-122311: Fix some error messages in pickle (GH-122386)
Serhiy Storchaka
2024-07-29
1
-3/+3
*
gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149)
Serhiy Storchaka
2024-07-25
1
-17/+36
*
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira
2024-07-19
1
-7/+7
*
gh-121137: Add missing Py_DECREF calls for ADDITEMS opcode of _pickle.c (#121...
Justin Applegate
2024-06-28
1
-0/+2
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-4/+5
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-18
1
-13/+20
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-1/+2
*
gh-89850: Add default C implementations of persistent_id() and persistent_loa...
Serhiy Storchaka
2024-01-10
1
-210/+107
*
bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664)
kale-smoothie
2023-11-27
1
-0/+15
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-4/+3
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
1
-1/+2
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
1
-0/+1
*
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher
2023-08-04
1
-2/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-4/+4
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
1
-0/+1
*
gh-106320: Move _PyNone_Type to the internal C API (#107030)
Victor Stinner
2023-07-22
1
-0/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-19/+19
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-9/+6
*
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner
2023-07-04
1
-1/+2
*
gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105667)
Erlend E. Aasland
2023-06-13
1
-13/+18
*
gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (#105686)
Erlend E. Aasland
2023-06-12
1
-37/+53
*
gh-105375: Improve _pickle error handling (#105475)
Erlend E. Aasland
2023-06-09
1
-12/+27
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
1
-6/+0
[next]