summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 81820 via svnmerge fromBenjamin Peterson2010-06-071-0/+4
* Merged revisions 68750,68811,68945,69157 via svnmerge fromGeorg Brandl2010-05-181-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-095-328/+328
* Silence compiler warningMark Dickinson2009-09-271-1/+1
* Merged revisions 72848 via svnmerge fromEric Smith2009-05-231-2/+3
* Merged revisions 71548 via svnmerge fromEric Smith2009-04-131-1/+1
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-291-1/+1
* Merged revisions 69806 via svnmerge fromEric Smith2009-02-201-17/+31
* Merged revisions 68589 via svnmerge fromAntoine Pitrou2009-01-131-37/+30
* #3967: Correct a crash in count() and find() methods of string-like objects.Amaury Forgeot d'Arc2008-09-262-8/+6
* Fix:Neal Norwitz2008-08-241-1/+4
* Silenced compiler warningChristian Heimes2008-08-221-1/+1
* Backport of r63826.Eric Smith2008-08-181-6/+42
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-171-6/+6
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-171-6/+6
* Renamed a parameter in calc_number_widths, for consistency with the same para...Eric Smith2008-07-161-32/+32
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...Eric Smith2008-07-161-30/+68
* Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin...Eric Smith2008-07-151-13/+43
* Fixed formatting with thousands separator and padding. Resolves issue 3140.Eric Smith2008-06-241-13/+13
* Typo in comment.Eric Smith2008-06-241-1/+1
* Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip...Eric Smith2008-06-242-20/+27
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-092-8/+8
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-69/+47
* Renamed PyString to PyBytesChristian Heimes2008-05-263-9/+9
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-114-3/+150
* Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.Martin v. Löwis2008-04-072-5/+24
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-262-0/+472
* Issue 2264: empty float presentation type needs to have at least one digit pa...Eric Smith2008-03-171-1/+6
* Corrected assert to check for correct type in py3k.Eric Smith2008-02-241-1/+1
* Now that PyOS_ascii_formatd supports the 'n' format, simplify the float forma...Eric Smith2008-02-201-40/+15
* Added code to correct combining str and unicode in ''.format(). Added test c...Eric Smith2008-02-181-0/+16
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-174-0/+2273
* Made _ParseTupleFinds only defined to unicodeobject.cFacundo Batista2007-11-161-0/+3
* Fix for stupid error (I need to remember to do a full 'make clean + make'Facundo Batista2007-11-161-1/+1
* Now in find, rfind, index, and rindex, you can use None as defaults,Facundo Batista2007-11-161-0/+47
* Fix endcase for str.rpartition()Raymond Hettinger2006-09-041-4/+4
* changed count to return 0 for slices outside the source stringFredrik Lundh2006-05-301-1/+1
* changed find/rfind to return -1 for matches outside the source stringFredrik Lundh2006-05-301-10/+11
* fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying onFredrik Lundh2006-05-291-1/+4
* needforspeed: stringlib refactoring: changed find_obj to find_slice,Fredrik Lundh2006-05-271-18/+39
* needforspeed: replace improvements, changed to Py_LOCAL_INLINEFredrik Lundh2006-05-274-9/+9
* needforspeed: more stringlib refactoringFredrik Lundh2006-05-272-0/+62
* Fix Coverity warnings.Neal Norwitz2006-05-271-6/+1
* needforspeed: stringlib refactoring: use stringlib/find for string findFredrik Lundh2006-05-261-6/+15
* needforspeed: stringlib refactoring, continued. added count andFredrik Lundh2006-05-263-4/+95
* needforspeed: added rpartition implementationFredrik Lundh2006-05-262-1/+68
* removed unnecessary includeFredrik Lundh2006-05-261-2/+0
* needforspeed: stringlib refactoring (in progress)Fredrik Lundh2006-05-261-0/+50
* needforspeed: stringlib refactoring (in progress)Fredrik Lundh2006-05-262-0/+102