| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue 6089: str.format raises SystemError. | Eric Smith | 2009-05-23 | 1 | -2/+3 |
| * | #5889: remove comma at the end of a list that some C compilers don't like. | Georg Brandl | 2009-05-01 | 1 | -1/+1 |
| * | Issue 5237, Allow auto-numbered replacement fields in str.format() strings. | Eric Smith | 2009-03-14 | 1 | -44/+129 |
| * | Backport of r63826. | Eric Smith | 2008-08-18 | 1 | -6/+42 |
| * | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -1/+1 |
| * | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
| * | Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. | Martin v. Löwis | 2008-04-07 | 1 | -3/+11 |
| * | Corrected assert to check for correct type in py3k. | Eric Smith | 2008-02-24 | 1 | -1/+1 |
| * | Added code to correct combining str and unicode in ''.format(). Added test c... | Eric Smith | 2008-02-18 | 1 | -0/+16 |
| * | Backport of PEP 3101, Advanced String Formatting, from py3k. | Eric Smith | 2008-02-17 | 1 | -0/+1214 |
