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
/
Lib
/
test
/
test_marshal.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...
Alexander Kanavin
2022-12-03
1
-1/+1
*
gh-98925: Lower marshal recursion depth for WASI (GH-98938)
Brett Cannon
2022-11-01
1
-0/+2
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-1/+2
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-1/+1
*
GH-88116: Use a compact format to represent end line and column offsets. (GH-...
Mark Shannon
2022-04-21
1
-5/+5
*
Handle different string hash algorithms correctly (#28147)
Brandt Bucher
2021-09-04
1
-6/+9
*
bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)
Brandt Bucher
2021-08-25
1
-0/+25
*
Remove __cleanenv from PEP-657 tests (GH-27060)
Ammar Askar
2021-07-07
1
-2/+1
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-1/+28
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
1
-36/+37
*
bpo-40521: Empty frozenset is no longer a singleton (GH-21085)
Raymond Hettinger
2020-06-23
1
-7/+0
*
Add more tests for preserving identity in marshal. (GH-13736)
Serhiy Storchaka
2019-06-02
1
-18/+51
*
Fix fuzz testing for marshal.loads(). (GH-8106)
Serhiy Storchaka
2018-07-05
1
-4/+5
*
bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)
Serhiy Storchaka
2018-07-05
1
-6/+17
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Steve Dower
2018-06-04
1
-1/+4
*
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 ...
Serhiy Storchaka
2017-11-15
1
-0/+23
*
Issue #26146: marshal.loads() now uses the empty frozenset singleton
Victor Stinner
2016-01-23
1
-0/+7
*
Issue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
1
-12/+87
|
\
|
*
Issue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
1
-12/+87
*
|
#22734 marshal needs a lower stack depth for debug builds on Windows
Steve Dower
2014-11-01
1
-1/+1
|
/
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2/+0
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2/+0
*
|
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-5/+5
|
\
\
|
|
/
|
*
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-5/+5
*
|
Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...
Antoine Pitrou
2013-10-12
1
-4/+4
*
|
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
1
-0/+12
|
\
\
|
|
/
|
*
Issue #17872: Fix a segfault in marshal.load() when input stream returns
Serhiy Storchaka
2013-07-11
1
-0/+12
*
|
Fix misindent. This would test half less possibilities.
Antoine Pitrou
2013-04-13
1
-1/+1
*
|
Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.
Antoine Pitrou
2013-04-13
1
-27/+3
*
|
Issue #16475 : Correctly handle the EOF when reading marshal streams.
Kristján Valur Jónsson
2013-03-20
1
-0/+5
*
|
Issue #16475: Support object instancing, recursion and interned strings
Kristján Valur Jónsson
2013-03-20
1
-1/+121
|
/
*
Cleanup a test for issue #5308.
Serhiy Storchaka
2013-02-13
1
-2/+1
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-7/+54
|
\
|
*
Issue #5308: Raise ValueError when marshalling too large object (a sequence
Serhiy Storchaka
2013-02-13
1
-7/+54
*
|
- Issue #14177: marshal.loads() now raises TypeError when given an unicode
Antoine Pitrou
2012-03-03
1
-1/+6
|
\
\
|
|
/
|
*
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou
2012-03-03
1
-1/+6
*
|
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
1
-0/+23
|
\
\
|
|
/
|
*
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
1
-0/+23
*
|
Closes #12291 for 3.3 - merged fix from 3.2.
Vinay Sajip
2011-07-02
1
-0/+24
|
\
\
|
|
/
|
*
Closes #12291: Fixed bug which was found when doing multiple loads from one ...
Vinay Sajip
2011-07-02
1
-0/+24
*
|
try to use the same str object for all code filenames when compiling or unmar...
Benjamin Peterson
2011-05-27
1
-0/+17
|
/
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-2/+2
|
*
Merged revisions 75145 via svnmerge from
Mark Dickinson
2009-09-29
1
-0/+5
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-2/+2
*
|
Implement #7944. Use `with` throughout the test suite.
Brian Curtin
2010-10-13
1
-8/+2
*
|
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
|
Merged revisions 75141 via svnmerge from
Mark Dickinson
2009-09-29
1
-0/+5
|
/
*
#2957: marshal recursion limit exceeded when importing a large .pyc file
Amaury Forgeot d'Arc
2008-05-26
1
-0/+6
[next]