summaryrefslogtreecommitdiff
path: root/Objects/stringlib/transmogrify.h
Commit message (Expand)AuthorAgeFilesLines
* merge 3.3Benjamin Peterson2014-03-301-3/+5
|\
| * #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-161-3/+5
* | merge 3.2Benjamin Peterson2014-03-301-5/+5
|\ \ | |/
| * Remove trailing whitespace.Ezio Melotti2013-04-211-7/+7
* | fix expandtabs overflow detection to be consistent and not rely on signed ove...Benjamin Peterson2014-03-301-19/+19
|/
* Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-131-91/+0
* Issue #4935: The overflow checking code in the expandtabs() method commonAntoine Pitrou2009-01-131-37/+30
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-7/+7
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-0/+362