summaryrefslogtreecommitdiffstats
path: root/Lib/struct.py
Commit message (Collapse)AuthorAgeFilesLines
* Added _struct._clearcache() for regression testsChristian Heimes2008-01-041-0/+1
|
* Finish-up the struct module optimizations started at the Iceland NFS sprint.Raymond Hettinger2008-01-041-99/+1
|
* Typo fixGeorge Yoshida2006-07-301-1/+1
|
* Fixes in struct and socket from merge reviews.Martin Blais2006-06-041-2/+2
| | | | | | | | | | | | | - Following Guido's comments, renamed * pack_to -> pack_into * recv_buf -> recv_into * recvfrom_buf -> recvfrom_into - Made fixes to _struct.c according to Neal Norwitz comments on the checkins list. - Converted some ints into the appropriate -- I hope -- ssize_t and size_t.
* Fix up struct docstrings, add struct.pack_to function for symmetryBob Ippolito2006-05-271-0/+12
|
* Whitespace normalization.Tim Peters2006-05-241-2/+2
|
* refactor unpack, add unpack_fromBob Ippolito2006-05-241-0/+12
|
* Whitespace normalization.Tim Peters2006-05-231-2/+1
|
* patch #1493701: performance enhancements for struct moduleBob Ippolito2006-05-231-0/+76
|
* revert #1493701Bob Ippolito2006-05-231-76/+0
|
* Patch #1493701: performance enhancements for struct module.Bob Ippolito2006-05-231-0/+76