12 Commits (c4c9866064f03646c686d7e08b00aeb203c35c19)

Author SHA1 Message Date
Antoine Pitrou 9f14681959 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. 13 years ago
Alexander Belopolsky f0313560e0 Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl. 15 years ago
Mark Dickinson f9e091ae2d Merged revisions 81947-81950,81955-81956 via svnmerge from 16 years ago
Mark Dickinson 4b80ef5432 Issue #8973: Add __all__ to struct module, so that help(struct) correctly 16 years ago
Mark Dickinson 9b12553a87 Merged revisions 75283 via svnmerge from 16 years ago
Mark Dickinson 015fa03058 Merged revisions 75284 via svnmerge from 17 years ago
Mark Dickinson 40714af071 Merged revisions 75283 via svnmerge from 17 years ago
Mark Dickinson 3d830828de Issue #7078: _struct.__doc__ was being ignored. Import it into struct. 17 years ago
Christian Heimes 3f419afac5 Merged revisions 59696-59702 via svnmerge from 18 years ago
Christian Heimes 76d19f68e4 Added _struct._clearcache() for regression tests 18 years ago
Raymond Hettinger 2f6621cce7 Finish-up the struct module optimizations started at the Iceland NFS sprint. 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 18 years ago
Georg Brandl bd1c68c94f Patch #1303: Adapt str8 constructor to bytes (now buffer) one. 19 years ago
Guido van Rossum e625fd5444 Make struct tests pass. 19 years ago
Guido van Rossum 2e6a4b37ba Checkpoint. Make pickle.py read/write bytes. 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
George Yoshida 499b0e638b Typo fix 20 years ago
Thomas Wouters 73e5a5b65d Merge the rest of the trunk. 20 years ago
Martin Blais af2ae72cb2 Fixes in struct and socket from merge reviews. 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Bob Ippolito 1fcdc232db Fix up struct docstrings, add struct.pack_to function for symmetry 20 years ago
Tim Peters f47b1cd839 Whitespace normalization. 20 years ago
Bob Ippolito eb62127842 refactor unpack, add unpack_from 20 years ago
Tim Peters 211219af4f Whitespace normalization. 20 years ago
Bob Ippolito 232f3c91f9 patch #1493701: performance enhancements for struct module 20 years ago
Bob Ippolito 27abce5ba8 revert #1493701 20 years ago
Bob Ippolito fb8b84af54 Patch #1493701: performance enhancements for struct module. 20 years ago