- 7603881 Issue #18137: Detect integer overflow on precision in float.__format__() by Victor Stinner · 12 years ago
- 75d3600 Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. by Mark Dickinson · 13 years ago
- 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 172e15f Merged revisions 83833,83838-83839,83859,83878 via svnmerge from by Florent Xicluna · 15 years ago
- aad57bd Merged revisions 83400 via svnmerge from by Mark Dickinson · 15 years ago
- 7dbe3e3 remove extra byte and fix comment by Benjamin Peterson · 15 years ago
- 13e934a correctly overflow when indexes are too large by Benjamin Peterson · 15 years ago
- c4afe29 locale grouping strings should end in '\0' by Benjamin Peterson · 15 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
- 87bcb24 Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. by Eric Smith · 15 years ago
- f32d4ac Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. by Eric Smith · 15 years ago
- aee9003 Add note about usage of STRINGLIB_EMPTY. by Georg Brandl · 16 years ago
- 1004292 Sanitize bloom filter macros by Antoine Pitrou · 16 years ago
- a913a20 Test commit to try to diagnose failures of the IA-64 buildbot by Antoine Pitrou · 16 years ago
- 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 16 years ago
- 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 16 years ago
- c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
- 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
- 5c4a5d2 Issue 6330: Fix --enable-unicode=ucs4. by Eric Smith · 16 years ago
- e94a826 Sync trunk and py3k versions of string formatting. Will manually merge into py3k. by Eric Smith · 16 years ago
- 4b94b19 Issue 6089: str.format raises SystemError. by Eric Smith · 16 years ago
- a985a3a 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. by Eric Smith · 16 years ago
- 27f204d Keep py3k and trunk code in sync. by Eric Smith · 16 years ago
- ca87fa5 #5889: remove comma at the end of a list that some C compilers don't like. by Georg Brandl · 16 years ago
- 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 16 years ago
- cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
- ebafbb7 Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. by Eric Smith · 16 years ago
- aca19e6 Backport of some of the work in r71665 to trunk. This reworks much of by Eric Smith · 16 years ago
- 8c02324 Fixed incorrect object passed into format_float_internal(). This was resulting in a conversion being done twice. by Eric Smith · 16 years ago
- 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 16 years ago
- 6f42edb Issue 5237, Allow auto-numbered replacement fields in str.format() strings. by Eric Smith · 16 years ago
- e9fb686 Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, unicode, long, int, and float arguments. by Eric Smith · 16 years ago
- e548d24 fix url by Benjamin Peterson · 17 years ago
- c2f0221 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 17 years ago
- fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 17 years ago
- 18aa388 Fix: by Neal Norwitz · 17 years ago
- 7d4c317 Silenced compiler warning by Christian Heimes · 17 years ago
- e5bdccc Backport of r63826. by Eric Smith · 17 years ago
- d6c393a Backed out r65069, pending fixing it in Windows. by Eric Smith · 17 years ago
- 454816d Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. by Eric Smith · 17 years ago
- 4cb965c Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits. by Eric Smith · 17 years ago
- a5fa5a2 Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format(). by Eric Smith · 17 years ago
- d0c8412 Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today. by Eric Smith · 17 years ago
- 5dce7e9 Fixed formatting with thousands separator and padding. Resolves issue 3140. by Eric Smith · 17 years ago
- 9ea1e36 Typo in comment. by Eric Smith · 17 years ago
- 65fe47b Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140. by Eric Smith · 17 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
- dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 17 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- cf537ff Addresses issue 2802: 'n' formatting for integers. by Eric Smith · 17 years ago
- d918e4e Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4. by Martin v. Löwis · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
- 8113ca6 Issue 2264: empty float presentation type needs to have at least one digit past the decimal point. by Eric Smith · 17 years ago
- 4b051ee Corrected assert to check for correct type in py3k. by Eric Smith · 17 years ago
- 8a803dd Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it. by Eric Smith · 17 years ago
- bc32fee Added code to correct combining str and unicode in ''.format(). Added test case. by Eric Smith · 17 years ago
- a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago
- 6f7e6fb Made _ParseTupleFinds only defined to unicodeobject.c by Facundo Batista · 18 years ago
- 292a069 Fix for stupid error (I need to remember to do a full 'make clean + make' by Facundo Batista · 18 years ago
- 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 18 years ago
- a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
- 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 19 years ago
- 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 19 years ago
- b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 19 years ago
- 60d8b18 needforspeed: stringlib refactoring: changed find_obj to find_slice, by Fredrik Lundh · 19 years ago
- c2d29c5 needforspeed: replace improvements, changed to Py_LOCAL_INLINE where appropriate by Fredrik Lundh · 19 years ago
- 2d23d5b needforspeed: more stringlib refactoring by Fredrik Lundh · 19 years ago
- d1b6cd7 Fix Coverity warnings. by Neal Norwitz · 19 years ago
- e6e43c8 needforspeed: stringlib refactoring: use stringlib/find for string find by Fredrik Lundh · 19 years ago
- 58b5e84 needforspeed: stringlib refactoring, continued. added count and by Fredrik Lundh · 19 years ago
- b3167cb needforspeed: added rpartition implementation by Fredrik Lundh · 19 years ago
- be9f219 removed unnecessary include by Fredrik Lundh · 19 years ago
- b947948 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago
- a50d201 needforspeed: stringlib refactoring (in progress) by Fredrik Lundh · 19 years ago