summaryrefslogtreecommitdiff
path: root/Lib/struct.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-271-0/+1
* Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.Alexander Belopolsky2011-01-311-1/+1
* Issue #8973: Add __all__ to struct module, so that help(struct) correctlyMark Dickinson2010-06-121-0/+11
* Merged revisions 75283 via svnmerge fromMark Dickinson2009-10-081-0/+1
* Merged revisions 59696-59702 via svnmerge fromChristian Heimes2008-01-041-109/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-1/+1
* Make struct tests pass.Guido van Rossum2007-05-271-3/+9
* Checkpoint. Make pickle.py read/write bytes.Guido van Rossum2007-05-041-4/+8
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Merge the rest of the trunk.Thomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+99