Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wording for for issue4903. | Gregory P. Smith | 2009-02-01 | 1 | -7/+7 |
| | |||||
* | Update the documentation for binascii and zlib crc32/adler32 functions | Gregory P. Smith | 2009-01-11 | 1 | -12/+36 |
| | | | | | | | | | | to better describe the signed vs unsigned return value behavior on different platforms and versions of python. Mention the workaround to make them all return the same thing by using & 0xffffffff. Fixes issue4903. Also needs to be merged into release26-maint, release30-maint, & py3k. | ||||
* | Correct two versionchanged directives, to improve the 'changes' output | Andrew M. Kuchling | 2008-06-21 | 1 | -6/+6 |
| | |||||
* | Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms | Gregory P. Smith | 2008-03-17 | 1 | -0/+12 |
| | | | | | | | | | regardless of the native sizeof(long) used in the integer object. This somewhat odd behavior of returning a signed is maintained in 2.x for compatibility reasons of always returning an integer rather than a long object. Fixes Issue1202 for Python 2.6 | ||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -2/+0 |
| | |||||
* | Added cross-references between the various archive file formats. | Mark Summerfield | 2007-11-05 | 1 | -0/+4 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+209 |