aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/struct.py
Commit message (Expand)AuthorAge
* gh-120417: Add #noqa to used imports in the stdlib (#120421)Victor Stinner2024-06-13
* Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct...Antoine Pitrou2013-04-27
* Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl.Alexander Belopolsky2011-01-31
* Issue #8973: Add __all__ to struct module, so that help(struct) correctlyMark Dickinson2010-06-12
* Merged revisions 75283 via svnmerge fromMark Dickinson2009-10-08
* Merged revisions 59696-59702 via svnmerge fromChristian Heimes2008-01-04
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-24
* Make struct tests pass.Guido van Rossum2007-05-27
* Checkpoint. Make pickle.py read/write bytes.Guido van Rossum2007-05-04
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge the rest of the trunk.Thomas Wouters2006-06-08
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27