summaryrefslogtreecommitdiffstats
path: root/Doc/library/zlib.rst
Commit message (Collapse)AuthorAgeFilesLines
* wording for for issue4903.Gregory P. Smith2009-02-011-7/+7
|
* Update the documentation for binascii and zlib crc32/adler32 functionsGregory P. Smith2009-01-111-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' outputAndrew M. Kuchling2008-06-211-6/+6
|
* Force zlib.crc32 and zlib.adler32 to return a signed integer on all platformsGregory P. Smith2008-03-171-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 Brandl2007-12-291-2/+0
|
* Added cross-references between the various archive file formats.Mark Summerfield2007-11-051-0/+4
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+209