| Commit message (Expand) | Author | Age | Files | Lines |
* | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -19/+48 |
|
|
* | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
* | Merged revisions 83833,83838-83839,83859,83878 via svnmerge from | Florent Xicluna | 2010-08-09 | 1 | -2/+2 |
|
|
* | Merged revisions 83400 via svnmerge from | Mark Dickinson | 2010-08-01 | 1 | -4/+8 |
|
|
* | remove extra byte and fix comment | Benjamin Peterson | 2010-06-07 | 1 | -2/+2 |
|
|
* | correctly overflow when indexes are too large | Benjamin Peterson | 2010-06-07 | 1 | -0/+4 |
|
|
* | locale grouping strings should end in '\0' | Benjamin Peterson | 2010-06-07 | 1 | -1/+1 |
|
|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -89/+89 |
|
|
* | Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. | Eric Smith | 2010-02-23 | 1 | -4/+7 |
|
|
* | Issue #7988: Fix default alignment to be right aligned for complex.__format__... | Eric Smith | 2010-02-22 | 1 | -10/+40 |
|
|
* | Add note about usage of STRINGLIB_EMPTY. | Georg Brandl | 2010-01-17 | 1 | -4/+5 |
|
|
* | Sanitize bloom filter macros | Antoine Pitrou | 2010-01-13 | 1 | -11/+23 |
|
|
* | Test commit to try to diagnose failures of the IA-64 buildbot | Antoine Pitrou | 2010-01-13 | 1 | -2/+2 |
|
|
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 10 | -196/+504 |
|
|
* | Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, | Antoine Pitrou | 2010-01-02 | 6 | -86/+94 |
|
|
* | Issue #3382: Make '%F' and float.__format__('F') convert results to upper cas... | Eric Smith | 2009-11-29 | 1 | -14/+0 |
|
|
* | Issue #7117, continued: Remove substitution of %g-style formatting for | Mark Dickinson | 2009-11-23 | 1 | -6/+0 |
|
|
* | Issue 6330: Fix --enable-unicode=ucs4. | Eric Smith | 2009-07-30 | 1 | -3/+20 |
|
|
* | Sync trunk and py3k versions of string formatting. Will manually merge into p... | Eric Smith | 2009-07-27 | 1 | -0/+6 |
|
|
* | Issue 6089: str.format raises SystemError. | Eric Smith | 2009-05-23 | 1 | -2/+3 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -4/+8 |
|
|
* | Keep py3k and trunk code in sync. | Eric Smith | 2009-05-02 | 1 | -0/+4 |
|
|
* | #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 #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 1 | -49/+334 |
|
|
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 1 | -11/+2 |
|
|
* | Fixed issue 5782: formatting with commas didn't work if no specifier type cod... | Eric Smith | 2009-04-22 | 1 | -0/+1 |
|
|
* | Backport of some of the work in r71665 to trunk. This reworks much of | Eric Smith | 2009-04-22 | 3 | -443/+676 |
|
|
* | Fixed incorrect object passed into format_float_internal(). This was resultin... | Eric Smith | 2009-04-13 | 1 | -1/+1 |
|
|
* | Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
* | Issue 5237, Allow auto-numbered replacement fields in str.format() strings. | Eric Smith | 2009-03-14 | 1 | -44/+129 |
|
|
* | Issue #5247: Improve error message when unknown format codes are used when us... | Eric Smith | 2009-02-20 | 1 | -17/+31 |
|
|
* | fix url | Benjamin Peterson | 2009-01-20 | 1 | -1/+1 |
|
|
* | Issue #4935: The overflow checking code in the expandtabs() method common | Antoine Pitrou | 2009-01-13 | 1 | -37/+30 |
|
|
* | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 2 | -8/+6 |
|
|
* | Fix: | Neal Norwitz | 2008-08-24 | 1 | -1/+4 |
|
|
* | Silenced compiler warning | Christian Heimes | 2008-08-22 | 1 | -1/+1 |
|
|
* | Backport of r63826. | Eric Smith | 2008-08-18 | 1 | -6/+42 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -6/+6 |
|
|
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 1 | -6/+6 |
|
|
* | Renamed a parameter in calc_number_widths, for consistency with the same para... | Eric Smith | 2008-07-16 | 1 | -32/+32 |
|
|
* | Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for... | Eric Smith | 2008-07-16 | 1 | -30/+68 |
|
|
* | Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin... | Eric Smith | 2008-07-15 | 1 | -13/+43 |
|
|
* | Fixed formatting with thousands separator and padding. Resolves issue 3140. | Eric Smith | 2008-06-24 | 1 | -13/+13 |
|
|
* | Typo in comment. | Eric Smith | 2008-06-24 | 1 | -1/+1 |
|
|
* | Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip... | Eric Smith | 2008-06-24 | 2 | -20/+27 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 2 | -8/+8 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 1 | -69/+47 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 3 | -9/+9 |
|
|
* | Addresses issue 2802: 'n' formatting for integers. | Eric Smith | 2008-05-11 | 4 | -3/+150 |
|
|
* | Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. | Martin v. Löwis | 2008-04-07 | 2 | -5/+24 |
|
|