aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_struct.py
Commit message (Expand)AuthorAge
* Fix more undefined-behaviour inducing overflow checks in struct module.Mark Dickinson2010-06-11
* Avoid possible undefined behaviour from signed overflow.Mark Dickinson2010-06-11
* Issue #3129: Trailing digits in format string are no longer ignored.Alexander Belopolsky2010-06-11
* Merged revisions 79745 via svnmerge fromMark Dickinson2010-04-04
* Merged revisions 79740 via svnmerge fromEzio Melotti2010-04-04
* Merged revisions 79674 via svnmerge fromMark Dickinson2010-04-03
* Clean up integer tests in test_struct, and bring them more in line with the t...Mark Dickinson2010-04-03
* Remove unused imports & clean up sys imports in test_struct.Mark Dickinson2010-03-05
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Issue #5463: Remove deprecated float coercion from struct module, alongMark Dickinson2009-04-19
* Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge fromBenjamin Peterson2009-04-04
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-29
* - Issue #5463: In struct module, remove deprecated overflow wrappingMark Dickinson2009-03-21
* #3694: fix an "XXX undetected error" leak in struct.Georg Brandl2009-02-13
* Merged revisions 69498 via svnmerge fromMark Dickinson2009-02-10
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ...Georg Brandl2009-01-03
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-09
* Make test.test_support.catch_warnings more robust as discussed on python-dev....Nick Coghlan2008-07-13
* Another merge error, seen on bigendian machinesAmaury Forgeot d'Arc2008-06-17
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-17
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-17
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Fix failing test test_bool following merge from trunk.Mark Dickinson2008-03-16
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-16
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-24
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-22
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-19
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-08
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-16
* Fix test_struct. A bunch of array and bytes issues.Guido van Rossum2007-07-03
* Make struct tests pass.Guido van Rossum2007-05-27
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-03
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-25
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-05
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-01
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge the rest of the trunk.Thomas Wouters2006-06-08
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-08
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Patch #1011240: SystemError generated by struct.pack('P', 'foo').Armin Rigo2004-09-27