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
/
Python
/
marshal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
Inada Naoki
2022-05-04
1
-2/+7
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
1
-15/+1
*
bpo-35134: Remove the Include/code.h header file (GH-32385)
Victor Stinner
2022-04-07
1
-1/+0
*
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher
2022-03-21
1
-1/+7
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-5/+4
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-6/+3
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-1/+0
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
1
-0/+1
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-3/+4
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
1
-1/+1
*
bpo-37596: Clean up the set/frozenset marshalling code (GH-28068)
Brandt Bucher
2021-08-31
1
-8/+11
*
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
Brandt Bucher
2021-08-25
1
-0/+32
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
1
-0/+7
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
1
-0/+14
*
Fix compiler errors for unused variables in marshal.c (GH-26977)
Pablo Galindo
2021-06-30
1
-2/+0
*
bpo-41180: Replace marshal code.__new__ audit event with marshal.load[s] and ...
Steve Dower
2021-06-30
1
-10/+20
*
bpo-43693: Turn localspluskinds into an object (GH-26749)
Guido van Rossum
2021-06-21
1
-18/+7
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-22/+30
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-30/+22
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-22/+30
*
bpo-43693: Add _PyCode_New(). (gh-26375)
Eric Snow
2021-05-27
1
-12/+33
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
1
-1/+8
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-9/+9
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-6/+6
*
bpo-1635741: Port mashal module to multi-phase init (#22149)
Victor Stinner
2020-09-08
1
-16/+18
*
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
tkmikan
2020-07-03
1
-0/+6
*
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
Victor Stinner
2020-05-14
1
-1/+1
*
bpo-40609: _Py_hashtable_t values become void* (GH-20065)
Victor Stinner
2020-05-13
1
-5/+4
*
bpo-40609: Add destroy functions to _Py_hashtable (GH-20062)
Victor Stinner
2020-05-13
1
-13/+11
*
bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060)
Victor Stinner
2020-05-13
1
-4/+2
*
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Victor Stinner
2020-05-12
1
-1/+1
*
bpo-39943: Clean up marshal.c. (GH-19236)
Serhiy Storchaka
2020-03-31
1
-57/+31
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
1
-1/+1
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-38823: Fix refleak in marshal init error path (GH-17260)
Brandt Bucher
2019-11-20
1
-1/+4
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-1/+1
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-1/+1
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-1/+7
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-2/+3
*
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
Serhiy Storchaka
2018-07-24
1
-109/+72
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Steve Dower
2018-06-04
1
-1/+7
*
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 ...
Serhiy Storchaka
2017-11-15
1
-0/+21
*
remove current_filename optimization from marshal (#3423) (closes bpo-31384)
Benjamin Peterson
2017-09-07
1
-19/+0
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-0/+3
*
bpo-20185: Convert the marshal module to Argument Clinic. (#541)
Serhiy Storchaka
2017-03-12
1
-67/+84
*
bpo-29746: Update marshal docs to Python 3. (#547)
Serhiy Storchaka
2017-03-12
1
-14/+12
*
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner
2016-12-09
1
-1/+1
*
Replace PyObject_CallFunction() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
[next]