| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. | Antoine Pitrou | 2013-04-13 | 1 | -46/+1 |
|
|
* | Issue #16475 : Correctly handle the EOF when reading marshal streams. | Kristján Valur Jónsson | 2013-03-20 | 1 | -9/+9 |
|
|
* | Issue #16475: Simplify the interface to r_ref_allocate and improve comments. | Kristján Valur Jónsson | 2013-03-20 | 1 | -26/+33 |
|
|
* | fix compiler warning | Benjamin Peterson | 2013-03-20 | 1 | -1/+1 |
|
|
* | Backed out changeset 521232b05b97 | Benjamin Peterson | 2013-03-20 | 1 | -1/+1 |
|
|
* | fix compiler warning | Benjamin Peterson | 2013-03-20 | 1 | -1/+1 |
|
|
* | Issue #16475: Support object instancing, recursion and interned strings | Kristján Valur Jónsson | 2013-03-20 | 1 | -27/+245 |
|
|
* | Issue #5308: Raise ValueError when marshalling too large object (a sequence | Serhiy Storchaka | 2013-02-13 | 1 | -59/+59 |
|\ |
|
| * | Issue #5308: Raise ValueError when marshalling too large object (a sequence | Serhiy Storchaka | 2013-02-13 | 1 | -59/+59 |
|
|
* | | Issue #15466: Stop using TYPE_INT64 in marshal, | Martin v. Löwis | 2012-07-28 | 1 | -11/+5 |
|
|
* | | - Issue #14177: marshal.loads() now raises TypeError when given an unicode | Antoine Pitrou | 2012-03-03 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #14177: marshal.loads() now raises TypeError when given an unicode string. | Antoine Pitrou | 2012-03-03 | 1 | -4/+4 |
|
|
* | | Simplify code in marshal.c. | Antoine Pitrou | 2012-03-02 | 1 | -7/+1 |
|
|
* | | Issue #14172: Fix reference leak when marshalling a buffer-like object (other... | Antoine Pitrou | 2012-03-02 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #14172: Fix reference leak when marshalling a buffer-like object (other... | Antoine Pitrou | 2012-03-02 | 1 | -4/+4 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -3/+3 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -3/+8 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -3/+1 |
|
|
* | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) | Éric Araujo | 2011-07-29 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix style in code added by edba722f3b02 | Éric Araujo | 2011-07-26 | 1 | -3/+3 |
|
|
| * | Removed some unused local variables. | Vinay Sajip | 2011-07-02 | 1 | -2/+0 |
|
|
* | | Correct uninitialized data problem in marshal code. | Vinay Sajip | 2011-07-02 | 1 | -0/+1 |
|
|
* | | Removed breaking typo accidentally introduced during merge with 3.2. | Vinay Sajip | 2011-07-02 | 1 | -4/+0 |
|
|
* | | Closes #12291 for 3.3 - merged fix from 3.2. | Vinay Sajip | 2011-07-02 | 1 | -59/+155 |
|\ \
| |/ |
|
| * | Closes #12291: Fixed bug which was found when doing multiple loads from one ... | Vinay Sajip | 2011-07-02 | 1 | -60/+155 |
|
|
* | | try to use the same str object for all code filenames when compiling or unmar... | Benjamin Peterson | 2011-05-27 | 1 | -0/+19 |
|
|
* | | remove unused string WILFE attribute | Benjamin Peterson | 2011-05-27 | 1 | -16/+0 |
|/ |
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1065/+1065 |
|
|
* | Merged revisions 80325 via svnmerge from | Antoine Pitrou | 2010-04-21 | 1 | -16/+4 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -4/+0 |
|
|
* | Merged revisions 75141 via svnmerge from | Mark Dickinson | 2009-09-29 | 1 | -3/+13 |
|
|
* | Merged revisions 72597 via svnmerge from | R. David Murray | 2009-05-13 | 1 | -7/+79 |
|
|
* | Rename the surrogates error handler to surrogatepass. | Martin v. Löwis | 2009-05-10 | 1 | -2/+2 |
|
|
* | Issue #5914: Add new C-API function PyOS_string_to_double, to complement | Mark Dickinson | 2009-05-03 | 1 | -14/+11 |
|
|
* | Issue #3672: Reject surrogates in utf-8 codec; add surrogates error | Martin v. Löwis | 2009-05-02 | 1 | -2/+4 |
|
|
* | Added handling of PyOS_double_to_string out-of-memory errors. Closes issue 5775. | Eric Smith | 2009-04-21 | 1 | -27/+41 |
|
|
* | Make sure that marshal and pickle continue to output 17 | Mark Dickinson | 2009-04-17 | 1 | -3/+3 |
|
|
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 1 | -8/+18 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -40/+106 |
|
|
* | Merged revisions 70378 via svnmerge from | Nick Coghlan | 2009-03-15 | 1 | -12/+12 |
|
|
* | fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, | Gregory P. Smith | 2008-09-06 | 1 | -4/+4 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -1/+5 |
|
|
* | Rename a variable to be more in line with the name of the module. | Brett Cannon | 2008-06-27 | 1 | -2/+2 |
|
|
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -2/+17 |
|
|
* | #2957: marshal recursion limit exceeded when importing a large .pyc file | Amaury Forgeot d'Arc | 2008-05-26 | 1 | -2/+0 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -19/+19 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -4/+4 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -1/+4 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -0/+1 |
|
|