aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_marshal.py
Commit message (Expand)AuthorAge
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-25
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-24
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-19
* gh-127146: Resolve some minor problems in Emscripten tests (#127565)Hood Chatham2024-12-04
* gh-125063: marshal: Add version 5, improve documentation (GH-126829)Petr Viktorin2024-11-15
* gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)Erlend E. Aasland2024-04-08
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-05
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-16
* gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-9...Alexander Kanavin2022-12-03
* gh-98925: Lower marshal recursion depth for WASI (GH-98938)Brett Cannon2022-11-01
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-05
* gh-69443: Add test.support.Py_DEBUG constant (#93226)Victor Stinner2022-05-26
* GH-88116: Use a compact format to represent end line and column offsets. (GH-...Mark Shannon2022-04-21
* Handle different string hash algorithms correctly (#28147)Brandt Bucher2021-09-04
* bpo-37596: Make `set` and `frozenset` marshalling deterministic (GH-27926)Brandt Bucher2021-08-25
* Remove __cleanenv from PEP-657 tests (GH-27060)Ammar Askar2021-07-07
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-07
* bpo-40275: Use new test.support helper submodules in tests (GH-21317)Hai Shi2020-07-06
* bpo-40521: Empty frozenset is no longer a singleton (GH-21085)Raymond Hettinger2020-06-23
* Add more tests for preserving identity in marshal. (GH-13736)Serhiy Storchaka2019-06-02
* Fix fuzz testing for marshal.loads(). (GH-8106)Serhiy Storchaka2018-07-05
* bpo-33720: Improve tests for the stack overflow in marshal.loads(). (GH-7336)Serhiy Storchaka2018-07-05
* bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)Steve Dower2018-06-04
* bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 ...Serhiy Storchaka2017-11-15
* Issue #26146: marshal.loads() now uses the empty frozenset singletonVictor Stinner2016-01-23
* Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-06
|\
| * Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-06
* | #22734 marshal needs a lower stack depth for debug builds on WindowsSteve Dower2014-11-01
|/
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-16
* | Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-10
|\|
| * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-10
* | Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10...Antoine Pitrou2013-10-12
* | Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-11
|\|
| * Issue #17872: Fix a segfault in marshal.load() when input stream returnsSerhiy Storchaka2013-07-11
* | Fix misindent. This would test half less possibilities.Antoine Pitrou2013-04-13
* | Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.Antoine Pitrou2013-04-13
* | Issue #16475 : Correctly handle the EOF when reading marshal streams.Kristján Valur Jónsson2013-03-20
* | Issue #16475: Support object instancing, recursion and interned stringsKristján Valur Jónsson2013-03-19
|/
* Cleanup a test for issue #5308.Serhiy Storchaka2013-02-13
* Issue #5308: Raise ValueError when marshalling too large object (a sequenceSerhiy Storchaka2013-02-13
|\
| * Issue #5308: Raise ValueError when marshalling too large object (a sequenceSerhiy Storchaka2013-02-13
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-03
|\|
| * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-03
* | Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-02
|\|
| * Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-02
* | Closes #12291 for 3.3 - merged fix from 3.2.Vinay Sajip2011-07-02
|\|
| * Closes #12291: Fixed bug which was found when doing multiple loads from one ...Vinay Sajip2011-07-02
* | try to use the same str object for all code filenames when compiling or unmar...Benjamin Peterson2011-05-27
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\