| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #4738: finer-grained locking in the zlib module. | Antoine Pitrou | 2009-01-02 | 1 | -61/+63 |
|
|
* | Fixes release blocker issue #3492 and #3790. | Gregory P. Smith | 2008-09-06 | 1 | -31/+31 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -14/+39 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -33/+44 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -5/+15 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -31/+31 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -0/+4 |
|
|
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -5/+6 |
|
|
* | Merged revisions 61820-61823 via svnmerge from | Christian Heimes | 2008-03-24 | 1 | -2/+2 |
|
|
* | crc32 always returns unsigned. cleanup the code a bit and revert r61648 with | Gregory P. Smith | 2008-03-20 | 1 | -6/+6 |
|
|
* | Create a signed CRC32 hash. I'm not absolutely sure it's correct. At least it... | Christian Heimes | 2008-03-19 | 1 | -1/+1 |
|
|
* | zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person | Gregory P. Smith | 2008-03-17 | 1 | -2/+2 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | Merged revisions 59077-59104 via svnmerge from | Guido van Rossum | 2007-11-22 | 1 | -2/+3 |
|
|
* | Convert a bunch of constant strings in C to unicode. | Neal Norwitz | 2007-08-23 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -6/+4 |
|
|
* | zlib now uses bytes everywhere, and the test passes. | Guido van Rossum | 2007-05-22 | 1 | -36/+62 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+6 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+106 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+3 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu... | Andrew M. Kuchling | 2005-11-22 | 1 | -2/+2 |
|
|
* | [Bug #1083110] calling .flush() on decompress objects causes a segfault due t... | Andrew M. Kuchling | 2004-12-28 | 1 | -1/+5 |
|
|
* | - Thanks to Scott David Daniels, a subtle bug in how the zlib | Guido van Rossum | 2003-02-03 | 1 | -12/+45 |
|
|
* | Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link | Mark Hammond | 2002-07-23 | 1 | -1/+1 |
|
|
* | Removed more stray instances of statichere, but left _sre.c alone. | Tim Peters | 2002-07-17 | 1 | -2/+2 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -2/+2 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -22/+22 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 1 | -18/+7 |
|
|
* | Fix SF #544995 (zlib crash on second flush call) | Jeremy Hylton | 2002-04-19 | 1 | -0/+1 |
|
|
* | Use the PyModule_Add*() APIs instead of manipulating the module dict | Fred Drake | 2002-04-01 | 1 | -9/+8 |
|
|
* | Changed C++ comment into standard comment. | Sjoerd Mullender | 2002-03-11 | 1 | -1/+1 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
|
|
* | Added missing cast. | Jack Jansen | 2001-10-23 | 1 | -1/+1 |
|
|
* | Remove unused convenience routine. | Jeremy Hylton | 2001-10-17 | 1 | -19/+0 |
|
|
* | Simplify and regularize docstrings. Also reformat so that each docstring | Tim Peters | 2001-10-17 | 1 | -52/+47 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2001-10-17 | 1 | -62/+62 |
|
|
* | Removed more comments that didn't make much sense. | Tim Peters | 2001-10-17 | 1 | -17/+1 |
|
|
* | Removed obsolete comments about confused string refcount tricks (Jeremy | Tim Peters | 2001-10-17 | 1 | -9/+4 |
|
|
* | Undo needless INCREF chicanery introduced by SF patch #450702. | Jeremy Hylton | 2001-10-16 | 1 | -47/+15 |
|
|
* | Simplify and fix error handling for most cases. | Jeremy Hylton | 2001-10-16 | 1 | -167/+113 |
|
|
* | More reformatting. | Jeremy Hylton | 2001-10-16 | 1 | -51/+50 |
|
|
* | Add zlib_error() helper. | Jeremy Hylton | 2001-10-16 | 1 | -92/+25 |
|
|
* | Remove many calls to set MemoryError exceptions. | Jeremy Hylton | 2001-10-16 | 1 | -28/+4 |
|
|
* | Reformat! | Jeremy Hylton | 2001-10-16 | 1 | -586/+576 |
|
|
* | [ #403753 ] zlib decompress; uncontrollable memory usage | Jeremy Hylton | 2001-10-16 | 1 | -10/+64 |
|
|
* | Update URL. Fixes bug #468118. | Martin v. Löwis | 2001-10-09 | 1 | -1/+1 |
|
|
* | Silence warnings about passing unsigned char** as char**. | Martin v. Löwis | 2001-09-08 | 1 | -4/+4 |
|
|
* | Patch #450702: allow threads when calling into zlib, protect usage of | Martin v. Löwis | 2001-09-07 | 1 | -114/+350 |
|
|