Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespace from all files throughout project | Jon Dufresne | 2017-12-01 | 1 | -1/+0 |
* | Use more compact macros to annotate functions for the static checker | Daniele Varrazzo | 2012-03-01 | 1 | -2/+1 |
* | Mark getnextarg function as returning a borrowed reference | Daniele Varrazzo | 2012-02-24 | 1 | -0/+1 |
* | Dropped unused variable | Daniele Varrazzo | 2011-11-01 | 1 | -2/+1 |
* | Use the proper printf placeholders to avoid warnings on 64 bit builds | Daniele Varrazzo | 2011-01-03 | 1 | -1/+1 |
* | Fixed compiling on Python versions before 2.6 | Daniele Varrazzo | 2011-01-03 | 1 | -0/+4 |
* | Use the same Bytes_Format function for both Python 2 and 3. | Daniele Varrazzo | 2010-12-31 | 1 | -18/+20 |
* | Dropped support for all format specifiers except s in PyBytes_Format. | Daniele Varrazzo | 2010-12-31 | 1 | -160/+3 |
* | Dropped warnings in PyBytes_Format function. | Daniele Varrazzo | 2010-12-31 | 1 | -62/+0 |
* | Use unicode keys as strings in Py3. | Daniele Varrazzo | 2010-12-31 | 1 | -2/+1 |
* | Added PyBytes_Format function. | Daniele Varrazzo | 2010-12-31 | 1 | -0/+513 |