| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20142: Py_buffer variables generated by Argument Clinic are now | Larry Hastings | 2014-01-06 | 1 | -4/+4 |
|
|
* | Issue #19659: Added documentation for Argument Clinic. | Larry Hastings | 2014-01-04 | 1 | -5/+2 |
|
|
* | Issue #19976: Argument Clinic METH_NOARGS functions now always | Larry Hastings | 2014-01-04 | 1 | -2/+15 |
|
|
* | Issue #18294: Fix uint_converter() in zlibmodule.c, fix the "> UINT_MAX" check | Victor Stinner | 2014-01-03 | 1 | -5/+6 |
|
|
* | Clinic: fix "self converters" with METH_NOARGS functions. | Larry Hastings | 2013-11-24 | 1 | -41/+46 |
|
|
* | Issue #19674: inspect.signature() now produces a correct signature | Larry Hastings | 2013-11-23 | 1 | -8/+9 |
|
|
* | Issue #19730: Argument Clinic now supports all the existing PyArg | Larry Hastings | 2013-11-23 | 1 | -23/+77 |
|
|
* | Close #18294: Fix the zlib module to make it 64-bit safe | Victor Stinner | 2013-11-21 | 1 | -55/+125 |
|
|
* | Argument Clinic: rename "self" to "module" for module-level functions. | Larry Hastings | 2013-11-18 | 1 | -19/+21 |
|
|
* | Issue #16612: Add "Argument Clinic", a compile-time preprocessor | Larry Hastings | 2013-10-19 | 1 | -61/+122 |
|
|
* | Issue #18408: Fix usage of _PyBytes_Resize() | Victor Stinner | 2013-07-08 | 1 | -16/+8 |
|
|
* | Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure | Victor Stinner | 2013-07-08 | 1 | -0/+4 |
|
|
* | Issue #18227: "Free" function of bz2, lzma and zlib modules has no return val... | Victor Stinner | 2013-07-07 | 1 | -1/+1 |
|
|
* | Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules | Victor Stinner | 2013-07-07 | 1 | -8/+28 |
|
|
* | Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules | Victor Stinner | 2013-07-07 | 1 | -2/+2 |
|
|
* | Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on... | Victor Stinner | 2013-06-24 | 1 | -4/+4 |
|
|
* | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() | Charles-Francois Natali | 2013-05-20 | 1 | -14/+14 |
|
|
* | zlib: Explicit cast to fix a compiler warning | Victor Stinner | 2013-05-07 | 1 | -1/+1 |
|
|
* | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -2/+2 |
|\ |
|
| * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -2/+2 |
| |\ |
|
| | * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ... | Nadeem Vawda | 2012-11-11 | 1 | -3/+3 |
|
|
* | | | Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces... | Nadeem Vawda | 2012-11-11 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces... | Nadeem Vawda | 2012-11-11 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Issue #16411: Fix a bug where zlib.decompressobj().flush() might try to acces... | Nadeem Vawda | 2012-11-11 | 1 | -0/+2 |
|
|
* | | | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco... | Nadeem Vawda | 2012-11-11 | 1 | -44/+54 |
|\ \ \
| |/ / |
|
| * | | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco... | Nadeem Vawda | 2012-11-11 | 1 | -44/+54 |
| |\ \
| | |/ |
|
| | * | Issue #16350, part 2: Set unused_data (and unconsumed_tail) correctly in deco... | Nadeem Vawda | 2012-11-11 | 1 | -45/+55 |
|
|
* | | | Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal... | Nadeem Vawda | 2012-11-04 | 1 | -6/+23 |
|\ \ \
| |/ / |
|
| * | | Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal... | Nadeem Vawda | 2012-11-04 | 1 | -6/+23 |
| |\ \
| | |/ |
|
| | * | Issue #16350: Fix zlib decompressor handling of unused_data with multiple cal... | Nadeem Vawda | 2012-11-04 | 1 | -6/+23 |
|
|
* | | | Issue #9566: Explicit downcast to fix compiler warnings on Win64 | Victor Stinner | 2012-10-30 | 1 | -2/+2 |
|/ / |
|
* | | Document the rest of zlib.compressobj()'s arguments. | Nadeem Vawda | 2012-06-21 | 1 | -4/+17 |
|
|
* | | Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). | Nadeem Vawda | 2012-06-21 | 1 | -1/+1 |
|
|
* | | Issue #14684: Add support for predefined compression dictionaries to the zlib... | Nadeem Vawda | 2012-06-21 | 1 | -22/+96 |
|
|
* | | Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. | Nadeem Vawda | 2011-09-11 | 1 | -0/+4 |
|
|
* | | Merge: #12839: Fix crash in zlib module due to version mismatch. | Nadeem Vawda | 2011-08-28 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | Issue #12839: Fix crash in zlib module due to version mismatch. | Nadeem Vawda | 2011-08-28 | 1 | -1/+7 |
|
|
* | | Fix incorrect comment in zlib.Decompress.flush(). | Nadeem Vawda | 2011-08-13 | 1 | -3/+1 |
|
|
* | | Issue #12646: Add an 'eof' attribute to zlib.Decompress. | Nadeem Vawda | 2011-08-13 | 1 | -6/+13 |
|/ |
|
* | Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. | Nadeem Vawda | 2011-05-14 | 1 | -14/+23 |
|
|
* | Issue #8650: Backport 64-bit safety fixes for compress() and decompress(). | Nadeem Vawda | 2011-05-14 | 1 | -10/+21 |
|
|
* | Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail | Nadeem Vawda | 2011-05-14 | 1 | -7/+12 |
|
|
* | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 1 | -2/+22 |
|
|
* | Merged revisions 81100 via svnmerge from | Antoine Pitrou | 2010-05-11 | 1 | -4/+17 |
|
|
* | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -231/+231 |
|
|
* | Merged revisions 80928 via svnmerge from | Antoine Pitrou | 2010-05-07 | 1 | -3/+4 |
|
|
* | Merged revisions 76836 via svnmerge from | Antoine Pitrou | 2009-12-14 | 1 | -8/+8 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | 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 |
|
|