COMMITS
/ Python/marshal.c March 3, 2012
A
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou committed
March 2, 2012
A
Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object).
Antoine Pitrou committed
July 26, 2011
É
Fix style in code added by edba722f3b02
Éric Araujo committed
July 2, 2011
V
Removed some unused local variables.
Vinay Sajip committed
V
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
Vinay Sajip committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 21, 2010
A
Merged revisions 80325 via svnmerge from
Antoine Pitrou committed
October 18, 2009
S
September 29, 2009
M
Merged revisions 75141 via svnmerge from
Mark Dickinson committed
May 13, 2009
R
Merged revisions 72597 via svnmerge from
R. David Murray committed
May 10, 2009
M
Rename the surrogates error handler to surrogatepass.
Martin v. Löwis committed
May 3, 2009
M
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
Mark Dickinson committed
May 2, 2009
M
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
Martin v. Löwis committed
April 21, 2009
E
Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775.
Eric Smith committed
April 17, 2009
M
Make sure that marshal and pickle continue to output 17
Mark Dickinson committed
April 16, 2009
E
The other half of Issue #1580: use short float repr where possible.
Eric Smith committed
March 18, 2009
M
Issue #4258: Make it possible to use 30-bit digits for PyLongs:
Mark Dickinson committed
March 15, 2009
N
Merged revisions 70378 via svnmerge from
Nick Coghlan committed
September 6, 2008
G
fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,
Gregory P. Smith committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
June 27, 2008
B
Rename a variable to be more in line with the name of the module.
Brett Cannon committed
June 17, 2008
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
A
#2957: marshal recursion limit exceeded when importing a large .pyc file
Amaury Forgeot d'Arc committed
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
May 16, 2008
February 1, 2008
C
Merged revisions 60475-60479,60481-60488 via svnmerge from
Christian Heimes committed
January 31, 2008
C
Merged revisions 60441-60474 via svnmerge from
Christian Heimes committed
January 29, 2008
C
Merged revisions 60383-60407 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 10, 2007
G
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
September 23, 2007
August 29, 2007
G
[Oops, I forgot half of the patch.]
Guido van Rossum committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
July 30, 2007
G
Add a missing "rf.depth = 0;" to marshal_load().
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 12, 2007
G
Rip out the file object's implementation.
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 14, 2007
G
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum committed
May 9, 2007
G
Make test_marshal pass. Not my best work. :-(
Guido van Rossum committed
May 4, 2007
G
More coding by random modification.
Guido van Rossum committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 13, 2007
G
Support marshal.dump(x, f) where f is not a real file.
Guido van Rossum committed
January 14, 2007
G
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum committed
December 28, 2006
N
Remove PyFloat_AsReprString() and PyFloat_AsString() which should not
Neal Norwitz committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed