Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ebe3e16600ddbc19aa7444ec773e2e0786b8a3cf
/
Lib
/
test
/
test_struct.py
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
aa97f04
Fix various spots where int/long and str/unicode unification
by Walter Dörwald
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
221085d
Change all the function attributes from func_* -> __*__. This gets rid
by Neal Norwitz
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
9fe394c
Merged revisions 53538-53622 via svnmerge from
by Thomas Wouters
· 19 years ago
b213704
Merged revisions 53451-53537 via svnmerge from
by Thomas Wouters
· 19 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
902d6eb
Merged revisions 53005-53303 via svnmerge from
by Thomas Wouters
· 19 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
73e5a5b
Merge the rest of the trunk.
by Thomas Wouters
· 19 years ago
4d70c3d
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
9f90439
Patch #1011240: SystemError generated by struct.pack('P', 'foo').
by Armin Rigo
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
d50ade6
SF bug 705836: struct.pack of floats in non-native endian order
by Tim Peters
· 22 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
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
· 25 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
· 29 years ago
420c11c
Added f/d tests for specific byte orders.
by Guido van Rossum
· 29 years ago
2a37850
Exercise the new feature set somewhat.
by Guido van Rossum
· 29 years ago
07a0eec
A test of the struct module
by Barry Warsaw
· 29 years ago