summaryrefslogtreecommitdiff
path: root/Lib/test/test_marshal.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26146: marshal.loads() now uses the empty frozenset singletonVictor Stinner2016-01-231-0/+7
* Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-12/+87
|\
| * Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-12/+87
* | #22734 marshal needs a lower stack depth for debug builds on WindowsSteve Dower2014-11-011-1/+1
|/
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-5/+5
|\ \ | |/
| * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-5/+5
* | Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...Antoine Pitrou2013-10-121-4/+4
* | Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-27/+128
|\ \ | |/ |/|
| * Fix misindent. This would test half less possibilities.Antoine Pitrou2013-04-131-1/+1
| * Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.Antoine Pitrou2013-04-131-27/+3
| * Issue #16475 : Correctly handle the EOF when reading marshal streams.Kristj?n Valur J?nsson2013-03-201-0/+5
| * Issue #16475: Support object instancing, recursion and interned stringsKristj?n Valur J?nsson2013-03-191-1/+121
* | Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-111-0/+12
|/
* Cleanup a test for issue #5308.Serhiy Storchaka2013-02-131-2/+1
* Issue #5308: Raise ValueError when marshalling too large object (a sequenceSerhiy Storchaka2013-02-131-0/+17
|\
| * - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-031-1/+6
| |\
| * \ Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-021-0/+17
| |\ \
| | * \ Closes #12291 for 3.3 - merged fix from 3.2.Vinay Sajip2011-07-021-0/+17
| | |\ \
| | | * | try to use the same str object for all code filenames when compiling or unmar...Benjamin Peterson2011-05-271-0/+17
* | | | | Issue #5308: Raise ValueError when marshalling too large object (a sequenceSerhiy Storchaka2013-02-131-7/+54
| |_|_|/ |/| | |
* | | | Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-031-1/+6
|/ / /
* | | Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-021-0/+23
|/ /
* | Closes #12291: Fixed bug which was found when doing multiple loads from one ...Vinay Sajip2011-07-021-0/+24
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-9/+3
|\
| * #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
| * Implement #7944. Use `with` throughout the test suite.Brian Curtin2010-10-131-8/+2
| * convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
| * Merged revisions 75141 via svnmerge fromMark Dickinson2009-09-291-0/+5
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-2/+2
* | Merged revisions 75145 via svnmerge fromMark Dickinson2009-09-291-0/+5
|/
* #2957: marshal recursion limit exceeded when importing a large .pyc fileAmaury Forgeot d'Arc2008-05-261-0/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-0/+8
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-3/+3
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-1/+1
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-0/+11
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-2/+2
* Patch # 1050 by Amaury Forgeot d'Arc.Guido van Rossum2007-08-291-1/+4
* Make test_marshal pass. There was a bizarre recursion limit exceeded error,Guido van Rossum2007-07-101-98/+39
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-0/+24
* Make test_marshal pass. Not my best work. :-(Guido van Rossum2007-05-091-5/+5
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* Fix unittest.Guido van Rossum2007-02-121-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-1/+1