summaryrefslogtreecommitdiffstats
path: root/Objects/unicodeobject.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met...Senthil Kumaran2011-07-271-2/+2
|\
| * Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt...Senthil Kumaran2011-07-271-2/+2
* | Issue #9642: Uniformize the tests on the availability of the mbcs codecVictor Stinner2011-07-041-6/+6
* | merge from 3.2Senthil Kumaran2011-07-041-3/+1
|\ \ | |/
| * Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.Senthil Kumaran2011-07-041-3/+1
| * Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-7/+22
* | Issue #10914: Initialize correctly the filesystem codec when creating a newVictor Stinner2011-04-261-7/+22
* | #6780: merge with 3.2.Ezio Melotti2011-04-261-3/+10
|\ \ | |/
| * #6780: merge with 3.1.Ezio Melotti2011-04-261-3/+10
| |\
| | * #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-261-7/+14
* | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-201-19/+16
|\ \ \ | |/ /
| * | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-201-19/+16
| |\ \ | | |/
| | * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-19/+16
| | * Merged revisions 86277 via svnmerge fromEric Smith2010-11-061-2/+3
| | * Merged revisions 81936 via svnmerge fromGeorg Brandl2010-10-171-1/+2
| | * Merged revisions 84394 via svnmerge fromAntoine Pitrou2010-09-011-27/+26
| | * Merged revisions 83226-83227,83229-83232 via svnmerge fromGeorg Brandl2010-08-011-4/+2
| | * Recorded merge of revisions 83444 via svnmerge fromGeorg Brandl2010-08-011-2/+2
| | * Merged revisions 83395,83417 via svnmerge fromGeorg Brandl2010-08-011-2/+2
| | * Merged revisions 82978 via svnmerge fromStefan Krah2010-07-191-1/+1
| | * Merged revisions 82573 via svnmerge fromSenthil Kumaran2010-07-051-1/+1
| | * Merged revisions 82413,82468 via svnmerge fromEzio Melotti2010-07-031-56/+56
| | * Merged revisions 82252 via svnmerge fromEzio Melotti2010-06-261-1/+1
| | * Merged revisions 81908 via svnmerge fromAntoine Pitrou2010-06-111-19/+21
| | * Merged revisions 80384 via svnmerge fromVictor Stinner2010-04-221-2/+3
| | * Merged revisions 80382 via svnmerge fromVictor Stinner2010-04-221-47/+80
| | * Merged revisions 76197 via svnmerge fromVictor Stinner2010-03-231-0/+2
| | * Merged revisions 79281 via svnmerge fromVictor Stinner2010-03-221-1/+1
| | * Merged revisions 77745 via svnmerge fromEzio Melotti2010-01-251-1/+1
| | * Merged revisions 77395 via svnmerge fromBenjamin Peterson2010-01-091-0/+5
| | * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-2/+2
| | * Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-131-2/+2
| | * Merged revisions 73698 via svnmerge fromAmaury Forgeot d'Arc2009-06-291-0/+2
| * | Merged revisions 88697 via svnmerge fromVictor Stinner2011-03-011-7/+19
| * | Merged revisions 88481 via svnmerge fromVictor Stinner2011-02-231-2/+23
* | | avoid casting with this nice macroBenjamin Peterson2011-03-061-2/+1
* | | Fix my previous commit (r88709) for str.encode(errors=...)Victor Stinner2011-03-021-5/+10
* | | Issue #8923: cache str.encode() resultVictor Stinner2011-03-021-9/+16
* | | Remove useless argument of _PyUnicode_AsDefaultEncodedString()Victor Stinner2011-03-021-5/+2
* | | Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formatsVictor Stinner2011-03-021-9/+5
* | | Fix my previous commit (r88702): initialize size_tflag in parse_format_flags()Victor Stinner2011-03-021-0/+1
* | | Issue #10829: Refactor PyUnicode_FromFormat()Victor Stinner2011-03-011-69/+82
* | | Issue #11246: Fix PyUnicode_FromFormat("%V")Victor Stinner2011-03-011-7/+19
* | | PEP 7 conformance changes (whitespace only).Alexander Belopolsky2011-02-261-284/+350
* | | Issue #11303: Added shortcuts for utf8 and latin1 encodings.Alexander Belopolsky2011-02-251-4/+10
* | | Issue #8914: fix various warnings from the Clang static analyzer v254.Brett Cannon2011-02-221-3/+1
* | | Fix PyUnicode_FromFormatV("%c") for non-BMP charVictor Stinner2011-02-211-2/+23
* | | Remove bootstrap code of PyUnicode_AsEncodedString()Victor Stinner2011-02-211-15/+0
|/ /
* | Removed unneeded #includeAlexander Belopolsky2010-12-221-2/+0
* | remove (un)transform methodsBenjamin Peterson2010-12-121-44/+1