Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dbb718fa8775731666bb9cbc73662fadee41ea8f
/
Lib
/
test
/
test_struct.py
0891ac0
The 'p' (Pascal string) pack code acts unreasonably when the string size
by Tim Peters
· 24 years ago
3eec38a
Added "i" and "l" to the list of std-mode struct codes that don't range-
by Tim Peters
· 24 years ago
17e17d4
Generalize the new qQ std-mode tests to all int codes (bBhHiIlLqQ).
by Tim Peters
· 24 years ago
da9c5b3
The new {b,l}p_{u,}longlong() didn't check get_pylong()'s return for NULL.
by Tim Peters
· 24 years ago
7a3bfc3
Added q/Q standard (x-platform 8-byte ints) mode in struct module.
by Tim Peters
· 24 years ago
c533edc
Renamed some stuff to tell the truth about what it does.
by Tim Peters
· 24 years ago
7b9542a
Initial support for 'q' and 'Q' struct format codes: for now, only in
by Tim Peters
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
04ebf5c
Change the ``calcsize*3'' test to be portable to 64-bit machines.
by Guido van Rossum
· 28 years ago
420c11c
Added f/d tests for specific byte orders.
by Guido van Rossum
· 28 years ago
2a37850
Exercise the new feature set somewhat.
by Guido van Rossum
· 28 years ago
07a0eec
A test of the struct module
by Barry Warsaw
· 28 years ago