Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0) | Victor Stinner | 2011-12-01 | 1 | -1/+1 |
* | Replace PyUnicodeObject type by PyObject | Victor Stinner | 2011-11-03 | 1 | -12/+8 |
* | Fix massive slowdown in string formatting with str.format. | Antoine Pitrou | 2011-10-07 | 1 | -128/+24 |
* | Fix compilation warnings under 64-bit Windows | Antoine Pitrou | 2011-10-06 | 1 | -1/+1 |
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -0/+1416 |