aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_struct.py
Commit message (Expand)AuthorAge
* 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
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-20
* Get rid of many apply() calls.Guido van Rossum2003-02-27
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* The 'p' (Pascal string) pack code acts unreasonably when the string sizeTim Peters2001-09-15
* Added "i" and "l" to the list of std-mode struct codes that don't range-Tim Peters2001-06-18
* Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ).Tim Peters2001-06-13
* The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.Tim Peters2001-06-13
* Added q/Q standard (x-platform 8-byte ints) mode in struct module.Tim Peters2001-06-12
* Renamed some stuff to tell the truth about what it does.Tim Peters2001-06-10
* Initial support for 'q' and 'Q' struct format codes: for now, only inTim Peters2001-06-10
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Change the ``calcsize*3'' test to be portable to 64-bit machines.Guido van Rossum1997-01-03
* Added f/d tests for specific byte orders.Guido van Rossum1997-01-03
* Exercise the new feature set somewhat.Guido van Rossum1996-12-31
* A test of the struct moduleBarry Warsaw1996-12-12