COMMITS
/ Doc/library/marshal.rst March 10, 2026
H
Python 3.15.0a7
Hugo van Kemenade committed
March 6, 2026
V
gh-141510: Change marshal version to 6 (#145551)
Victor Stinner committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 19, 2024
H
Python 3.14.0a2
Hugo van Kemenade committed
November 15, 2024
P
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Petr Viktorin committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 19, 2024
J
marshal docs: Remove reference to "Sun" (#119161)
Jelle Zijlstra committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 16, 2024
S
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
June 30, 2021
March 12, 2017
S
bpo-29746: Update marshal docs to Python 3. (#547)
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
June 2, 2016
T
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle committed
June 4, 2016
M
Fix typos in code comment and documentation
Martin Panter committed
January 4, 2015
B
the current marshal version is 4 (closes #23167)
Benjamin Peterson committed
March 20, 2013
K
Issue #16475: Support object instancing, recursion and interned strings
Kristján Valur Jónsson committed
September 3, 2009
G
Merged revisions 74633 via svnmerge from
Georg Brandl committed
June 8, 2009
G
Signature documentation style update, modules J, K, L and M.
Georg Brandl committed
April 27, 2009
G
Merged revisions 72009 via svnmerge from
Georg Brandl committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed
February 1, 2008
G
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
Georg Brandl committed
November 29, 2007
G
Remove mentions of "long integer" in the docs.
Georg Brandl committed
November 10, 2007
G
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum committed
November 1, 2007
G
#1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/.
Georg Brandl committed
September 1, 2007
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 17, 2007
G
Manually patched a few things that didn't get merged in, but should.
Guido van Rossum committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed