summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib
Commit message (Expand)AuthorAgeFilesLines
* MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-201-19/+48
|\
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-19/+48
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 83400 via svnmerge fromMark Dickinson2010-08-011-4/+8
| * Merged revisions 81823,81835 via svnmerge fromBenjamin Peterson2010-06-081-0/+4
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-094-163/+163
| * Merged revisions 78350 via svnmerge fromEric Smith2010-02-231-4/+7
| * Merged revisions 78333 via svnmerge fromEric Smith2010-02-221-10/+40
| * Merged revisions 77937 via svnmerge fromBenjamin Peterson2010-02-031-4/+5
| * Merged revisions 74222 via svnmerge fromEric Smith2009-07-271-9/+16
* | Issue #11302: missing type check on _string.formatter_field_name_split and _s...Eric Smith2011-01-291-0/+10
* | Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-16/+6
* | Followup to r86170: fix reference leak in str.formatAntoine Pitrou2010-11-051-1/+0
* | Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo...Eric Smith2010-11-041-1/+10
* | #9418: first step of moving private string methods to _string module.Georg Brandl2010-10-141-2/+2
* | Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an a...Florent Xicluna2010-08-081-2/+2
* | Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-6/+11
* | Issue #9416: Fix some issues with complex formatting where theMark Dickinson2010-08-011-4/+8
* | remove unneeded error checkBenjamin Peterson2010-07-111-8/+0
* | Merged revisions 81824 via svnmerge fromBenjamin Peterson2010-06-071-2/+2
* | Merged revisions 81820 via svnmerge fromBenjamin Peterson2010-06-071-0/+4
* | Merged revisions 81813 via svnmerge fromBenjamin Peterson2010-06-071-1/+1
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-092-98/+98
* | Merged revisions 78349 via svnmerge fromEric Smith2010-02-231-4/+7
* | Merged revisions 78329 via svnmerge fromEric Smith2010-02-221-10/+40
* | Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,...Benjamin Peterson2010-02-031-4/+5
* | Merged revisions 77469-77470 via svnmerge fromAntoine Pitrou2010-01-131-11/+23
* | svnmerge duplicated contents of Objects/stringlib/split.hAntoine Pitrou2010-01-131-394/+0
* | Merged revisions 77461 via svnmerge fromAntoine Pitrou2010-01-139-195/+884
* | Merged revisions 77241 via svnmerge fromAntoine Pitrou2010-01-026-86/+94
* | Issue #5748: bytesobject.c should not have its own private defines for string...Eric Smith2009-11-302-0/+2
* | Keep this file in sync with trunk.Eric Smith2009-11-291-20/+0
* | Merged revisions 74269 via svnmerge fromEric Smith2009-07-301-3/+20
* | Sync trunk and py3k versions of string formatting. Manual merge of r74219.Eric Smith2009-07-271-9/+16
|/
* Merged revisions 72848 via svnmerge fromEric Smith2009-05-231-2/+3
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-10/+9
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-4/+8
* Merged revisions 72189 via svnmerge fromEric Smith2009-05-021-0/+6
* Issue #5859: Remove '%f' to '%g' formatting switch for large floats.Mark Dickinson2009-05-011-2/+0
* Merged revisions 72159 via svnmerge fromGeorg Brandl2009-05-011-1/+1
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-49/+334
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-2/+2
* Merged revisions 71802 via svnmerge fromEric Smith2009-04-221-0/+1
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-162-414/+573
* Merged revisions 71548 via svnmerge fromEric Smith2009-04-131-1/+1
* Resolves issue 5690: accidentally skipping code in non-debug build.Eric Smith2009-04-041-2/+2
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-034-85/+151
* Removed mixed tabs and whitespace.Eric Smith2009-04-031-96/+96
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-291-1/+1