summaryrefslogtreecommitdiff
path: root/Lib/test/test_struct.py
Commit message (Expand)AuthorAgeFilesLines
* Rename struct.unpack() 2nd parameter to "buffer"Victor Stinner2017-02-021-3/+3
* Issue #29300: Convert _struct module to Argument ClinicVictor Stinner2017-02-021-0/+4
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-18/+3
* Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-031-2/+105
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|\
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | Issue #14596: The struct.Struct() objects now use more compact implementation.Serhiy Storchaka2013-05-171-7/+2
* | Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-271-1/+73
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3
|/
* Issue #15467: Merge 3.2Martin v. L?wis2012-07-291-28/+43
|\
| * Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-281-10/+41
| |\
| * \ MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-231-25/+41
| |\ \
| | * \ Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-231-0/+10
| | |\ \
| | * | | Issue #3163: The struct module gets new format characters 'n' and 'N'Antoine Pitrou2011-10-061-25/+41
* | | | | Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. L?wis2012-07-291-29/+10
| |_|_|/ |/| | |
* | | | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-281-10/+41
|/ / /
* | | Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-231-4/+4
| |/ |/|
* | Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-231-0/+10
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-234/+257
|\
| * Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8Victor Stinner2010-12-281-57/+46
| * Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-4/+4
| * Add test for memory leak reported in issue 9422.Mark Dickinson2010-08-011-1/+6
| * Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-0/+1
| * Yield more information on failure in test_struct boolean test.Mark Dickinson2010-07-121-2/+7
| * ValueError is eventually what we want to move to, I supposeBenjamin Peterson2010-07-101-2/+2
| * wrapBenjamin Peterson2010-07-091-1/+2
| * allow more exceptionsBenjamin Peterson2010-07-091-3/+3
| * OverflowError is fineBenjamin Peterson2010-07-091-1/+2
| * ValueError in this case is also acceptableBenjamin Peterson2010-07-071-4/+8
| * don't ignore exceptions from PyObject_IsTrueBenjamin Peterson2010-07-071-0/+6
| * this needn't be in the loopBenjamin Peterson2010-07-071-2/+2
| * Fix more undefined-behaviour inducing overflow checks in struct module.Mark Dickinson2010-06-111-0/+2
| * Avoid possible undefined behaviour from signed overflow.Mark Dickinson2010-06-111-0/+5
| * Issue #3129: Trailing digits in format string are no longer ignored.Alexander Belopolsky2010-06-111-1/+27
| * Merged revisions 79745 via svnmerge fromMark Dickinson2010-04-041-10/+31
| * Merged revisions 79740 via svnmerge fromEzio Melotti2010-04-041-8/+8
| * Merged revisions 79674 via svnmerge fromMark Dickinson2010-04-031-0/+17
| * Clean up integer tests in test_struct, and bring them more in line with the t...Mark Dickinson2010-04-031-168/+125
| * Remove unused imports & clean up sys imports in test_struct.Mark Dickinson2010-03-051-6/+2
| * convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 82637 via svnmerge fromBenjamin Peterson2010-07-071-4/+8
* | Merged revisions 82628,82630 via svnmerge fromBenjamin Peterson2010-07-071-2/+8
* | Merged revisions 81897-81898,81902 via svnmerge fromMark Dickinson2010-06-111-0/+7
* | Merged revisions 78692 via svnmerge fromMark Dickinson2010-03-051-6/+2
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-2/+2
|/
* Issue #5463: Remove deprecated float coercion from struct module, alongMark Dickinson2009-04-191-58/+15
* Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge fromBenjamin Peterson2009-04-041-0/+1
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-48/+26