COMMITS
/ Lib/struct.py June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
April 26, 2013
A
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
Antoine Pitrou committed
January 31, 2011
A
Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.
Alexander Belopolsky committed
June 12, 2010
M
Issue #8973: Add __all__ to struct module, so that help(struct) correctly
Mark Dickinson committed
October 8, 2009
M
Merged revisions 75283 via svnmerge from
Mark Dickinson committed
January 4, 2008
C
Merged revisions 59696-59702 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 24, 2007
G
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl committed
May 27, 2007
G
Make struct tests pass.
Guido van Rossum committed
May 4, 2007
G
Checkpoint. Make pickle.py read/write bytes.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed