Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 75283 via svnmerge from | Mark Dickinson | 2009-10-27 | 1 | -0/+1 |
| | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75283 | mark.dickinson | 2009-10-08 16:54:10 +0100 (Thu, 08 Oct 2009) | 4 lines Issue #7078: _struct.__doc__ was being ignored. Import it into struct. Also add description of '?' struct format character. Thanks Gabriel Genellina for the patch. ........ | ||||
* | Added _struct._clearcache() for regression tests | Christian Heimes | 2008-01-04 | 1 | -0/+1 |
| | |||||
* | Finish-up the struct module optimizations started at the Iceland NFS sprint. | Raymond Hettinger | 2008-01-04 | 1 | -99/+1 |
| | |||||
* | Typo fix | George Yoshida | 2006-07-30 | 1 | -1/+1 |
| | |||||
* | Fixes in struct and socket from merge reviews. | Martin Blais | 2006-06-04 | 1 | -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 symmetry | Bob Ippolito | 2006-05-27 | 1 | -0/+12 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-24 | 1 | -2/+2 |
| | |||||
* | refactor unpack, add unpack_from | Bob Ippolito | 2006-05-24 | 1 | -0/+12 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2006-05-23 | 1 | -2/+1 |
| | |||||
* | patch #1493701: performance enhancements for struct module | Bob Ippolito | 2006-05-23 | 1 | -0/+76 |
| | |||||
* | revert #1493701 | Bob Ippolito | 2006-05-23 | 1 | -76/+0 |
| | |||||
* | Patch #1493701: performance enhancements for struct module. | Bob Ippolito | 2006-05-23 | 1 | -0/+76 |