index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_struct.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #1011240: SystemError generated by struct.pack('P', 'foo').
Armin Rigo
2004-09-27
1
-0/+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-9/+9
*
SF bug 705836: struct.pack of floats in non-native endian order
Tim Peters
2003-03-20
1
-0/+46
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-5/+2
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
The 'p' (Pascal string) pack code acts unreasonably when the string size
Tim Peters
2001-09-15
1
-0/+25
*
Added "i" and "l" to the list of std-mode struct codes that don't range-
Tim Peters
2001-06-18
1
-1/+4
*
Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ).
Tim Peters
2001-06-13
1
-158/+202
*
The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.
Tim Peters
2001-06-13
1
-0/+6
*
Added q/Q standard (x-platform 8-byte ints) mode in struct module.
Tim Peters
2001-06-12
1
-6/+165
*
Renamed some stuff to tell the truth about what it does.
Tim Peters
2001-06-10
1
-4/+4
*
Initial support for 'q' and 'Q' struct format codes: for now, only in
Tim Peters
2001-06-10
1
-10/+47
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-4/+4
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-1/+1
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-31/+31
*
Change the ``calcsize*3'' test to be portable to 64-bit machines.
Guido van Rossum
1997-01-03
1
-3/+7
*
Added f/d tests for specific byte orders.
Guido van Rossum
1997-01-03
1
-9/+19
*
Exercise the new feature set somewhat.
Guido van Rossum
1996-12-31
1
-10/+73
*
A test of the struct module
Barry Warsaw
1996-12-12
1
-0/+44