summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_struct.py
Commit message (Expand)AuthorAgeFilesLines
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-7/+7
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-19/+19
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-1/+1
* Fix test_struct. A bunch of array and bytes issues.Guido van Rossum2007-07-031-6/+6
* Make struct tests pass.Guido van Rossum2007-05-271-20/+26
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-4/+4
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-5/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-8/+16
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-10/+10
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-49/+49
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-7/+61
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-18/+18
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-15/+10
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-26/+69
* Merge the rest of the trunk.Thomas Wouters2006-06-081-35/+32
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-89/+130
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+101
* Patch #1011240: SystemError generated by struct.pack('P', 'foo').Armin Rigo2004-09-271-0/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-9/+9
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-201-0/+46
* Get rid of many apply() calls.Guido van Rossum2003-02-271-5/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* The 'p' (Pascal string) pack code acts unreasonably when the string sizeTim Peters2001-09-151-0/+25
* Added "i" and "l" to the list of std-mode struct codes that don't range-Tim Peters2001-06-181-1/+4
* Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ).Tim Peters2001-06-131-158/+202
* The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.Tim Peters2001-06-131-0/+6
* Added q/Q standard (x-platform 8-byte ints) mode in struct module.Tim Peters2001-06-121-6/+165
* Renamed some stuff to tell the truth about what it does.Tim Peters2001-06-101-4/+4
* Initial support for 'q' and 'Q' struct format codes: for now, only inTim Peters2001-06-101-10/+47
* Update the code to better reflect recommended style:Fred Drake2000-12-121-4/+4
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-31/+31
* Change the ``calcsize*3'' test to be portable to 64-bit machines.Guido van Rossum1997-01-031-3/+7
* Added f/d tests for specific byte orders.Guido van Rossum1997-01-031-9/+19
* Exercise the new feature set somewhat.Guido van Rossum1996-12-311-10/+73
* A test of the struct moduleBarry Warsaw1996-12-121-0/+44