Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs(). | Ezio Melotti | 2013-11-16 | 1 | -5/+11 |
* | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli... | Mark Dickinson | 2011-09-24 | 1 | -1/+7 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -24/+24 |
* | make 'c' only accept bytes and 'C' only unicode #5499 | Benjamin Peterson | 2009-04-02 | 1 | -3/+3 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -2/+2 |
* | For PEP3137: Adds missing methods to the mutable PyBytes object (soon | Gregory P. Smith | 2007-10-16 | 1 | -0/+206 |