73 Commits (2e2cc6f2f32b75cfa34dbfd7d30d6bea71941420)

Author SHA1 Message Date
Jesus Cea 44e81687a2 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Florent Xicluna 172e15fdd6 Merged revisions 83833,83838-83839,83859,83878 via svnmerge from 16 years ago
Mark Dickinson aad57bd1bb Merged revisions 83400 via svnmerge from 16 years ago
Benjamin Peterson 7dbe3e31c1 remove extra byte and fix comment 16 years ago
Benjamin Peterson c971913f84 Merged revisions 81820 via svnmerge from 16 years ago
Benjamin Peterson 13e934acc0 correctly overflow when indexes are too large 16 years ago
Benjamin Peterson c4afe2950a locale grouping strings should end in '\0' 16 years ago
Georg Brandl 2eeea685a8 Merged revisions 68750,68811,68945,69157 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Eric Smith 87bcb243ac Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. 16 years ago
Eric Smith f32d4acead Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. 16 years ago
Georg Brandl aee900338e Add note about usage of STRINGLIB_EMPTY. 16 years ago
Antoine Pitrou 10042922d9 Sanitize bloom filter macros 16 years ago
Antoine Pitrou a913a20c91 Test commit to try to diagnose failures of the IA-64 buildbot 16 years ago
Antoine Pitrou 6467213bfd Issue #7622: Improve the split(), rsplit(), splitlines() and replace() 16 years ago
Antoine Pitrou 5b7139aab4 Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, 16 years ago
Eric Smith c4ab8339e9 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. 16 years ago
Mark Dickinson 9dd5e16c5d Issue #7117, continued: Remove substitution of %g-style formatting for 16 years ago
Mark Dickinson 622e05a064 Silence compiler warning 17 years ago
Eric Smith 5c4a5d2911 Issue 6330: Fix --enable-unicode=ucs4. 17 years ago
Eric Smith e94a826304 Sync trunk and py3k versions of string formatting. Will manually merge into py3k. 17 years ago
Eric Smith f73758f012 Merged revisions 72848 via svnmerge from 17 years ago
Eric Smith 4b94b192ff Issue 6089: str.format raises SystemError. 17 years ago
Eric Smith a985a3aee4 Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. 17 years ago
Eric Smith 27f204dc29 Keep py3k and trunk code in sync. 17 years ago
Georg Brandl ca87fa5a5b #5889: remove comma at the end of a list that some C compilers don't like. 17 years ago
Eric Smith 9139cc6a3b Issue #1588: Add complex.__format__. 17 years ago
Eric Smith cac7af6863 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. 17 years ago
Eric Smith ebafbb705c Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. 17 years ago
Eric Smith aca19e6a74 Backport of some of the work in r71665 to trunk. This reworks much of 17 years ago
Eric Smith 248b2af33f Merged revisions 71548 via svnmerge from 17 years ago
Eric Smith 8c023248ed Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice. 17 years ago
Mark Dickinson a30f349ecf Merged revisions 70678 via svnmerge from 17 years ago
Mark Dickinson 2e648ecc7d Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test 17 years ago
Eric Smith 6f42edb682 Issue 5237, Allow auto-numbered replacement fields in str.format() strings. 17 years ago
Eric Smith 1718b47328 Merged revisions 69806 via svnmerge from 17 years ago
Eric Smith e9fb6863da Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, unicode, long, int, and float arguments. 17 years ago
Benjamin Peterson e548d2487d fix url 17 years ago
Antoine Pitrou a1b22ce68c Merged revisions 68589 via svnmerge from 17 years ago
Antoine Pitrou c2f02216b6 Issue #4935: The overflow checking code in the expandtabs() method common 17 years ago
Amaury Forgeot d'Arc b50f9926ca #3967: Correct a crash in count() and find() methods of string-like objects. 18 years ago
Amaury Forgeot d'Arc fc5ea39289 #3967: Correct a crash in count() and find() methods of string-like objects. 18 years ago
Neal Norwitz 18aa388ca0 Fix: 18 years ago
Christian Heimes 7d4c3177d5 Silenced compiler warning 18 years ago
Eric Smith e5bdccc77b Backport of r63826. 18 years ago
Eric Smith d6c393ab2b Backed out r65069, pending fixing it in Windows. 18 years ago
Eric Smith 454816d8bd Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. 18 years ago
Eric Smith 4cb965ca91 Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. 18 years ago