| Commit message (Expand) | Author | Age | Files | Lines |
* | #9200: merge with 3.2. | Ezio Melotti | 2011-08-22 | 1 | -41/+51 |
|\ |
|
| * | #9200: The str.is* methods now work with strings that contain non-BMP charact... | Ezio Melotti | 2011-08-22 | 1 | -41/+60 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | the named of the character is actually NUL | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | NUL -> NULL | Benjamin Peterson | 2011-08-18 | 1 | -1/+1 |
|
|
* | | #12266: merge with 3.2. | Ezio Melotti | 2011-08-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ... | Ezio Melotti | 2011-08-15 | 1 | -2/+2 |
|
|
* | | merge 3.2 (#12732) | Benjamin Peterson | 2011-08-13 | 1 | -8/+23 |
|\ \
| |/ |
|
| * | in narrow builds, make sure to test codepoints as identifier characters (clos... | Benjamin Peterson | 2011-08-13 | 1 | -8/+23 |
|
|
* | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 1 | -6/+3 |
|
|
* | | merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met... | Senthil Kumaran | 2011-07-27 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt... | Senthil Kumaran | 2011-07-27 | 1 | -2/+2 |
|
|
* | | Issue #9642: Uniformize the tests on the availability of the mbcs codec | Victor Stinner | 2011-07-04 | 1 | -6/+6 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2011-07-04 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Fix closes issue12471 - wrong TypeError message when '%i' format spec was used. | Senthil Kumaran | 2011-07-04 | 1 | -3/+1 |
|
|
| * | Issue #10914: Initialize correctly the filesystem codec when creating a new | Victor Stinner | 2011-04-26 | 1 | -7/+22 |
|
|
* | | Issue #10914: Initialize correctly the filesystem codec when creating a new | Victor Stinner | 2011-04-26 | 1 | -7/+22 |
|
|
* | | #6780: merge with 3.2. | Ezio Melotti | 2011-04-26 | 1 | -3/+10 |
|\ \
| |/ |
|
| * | #6780: merge with 3.1. | Ezio Melotti | 2011-04-26 | 1 | -3/+10 |
| |\ |
|
| | * | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 | 1 | -7/+14 |
|
|
* | | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -19/+16 |
|\ \ \
| |/ / |
|
| * | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -19/+16 |
| |\ \
| | |/ |
|
| | * | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -19/+16 |
|
|
| | * | Merged revisions 86277 via svnmerge from | Eric Smith | 2010-11-06 | 1 | -2/+3 |
|
|
| | * | Merged revisions 81936 via svnmerge from | Georg Brandl | 2010-10-17 | 1 | -1/+2 |
|
|
| | * | Merged revisions 84394 via svnmerge from | Antoine Pitrou | 2010-09-01 | 1 | -27/+26 |
|
|
| | * | Merged revisions 83226-83227,83229-83232 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -4/+2 |
|
|
| | * | Recorded merge of revisions 83444 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+2 |
|
|
| | * | Merged revisions 83395,83417 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+2 |
|
|
| | * | Merged revisions 82978 via svnmerge from | Stefan Krah | 2010-07-19 | 1 | -1/+1 |
|
|
| | * | Merged revisions 82573 via svnmerge from | Senthil Kumaran | 2010-07-05 | 1 | -1/+1 |
|
|
| | * | Merged revisions 82413,82468 via svnmerge from | Ezio Melotti | 2010-07-03 | 1 | -56/+56 |
|
|
| | * | Merged revisions 82252 via svnmerge from | Ezio Melotti | 2010-06-26 | 1 | -1/+1 |
|
|
| | * | Merged revisions 81908 via svnmerge from | Antoine Pitrou | 2010-06-11 | 1 | -19/+21 |
|
|
| | * | Merged revisions 80384 via svnmerge from | Victor Stinner | 2010-04-22 | 1 | -2/+3 |
|
|
| | * | Merged revisions 80382 via svnmerge from | Victor Stinner | 2010-04-22 | 1 | -47/+80 |
|
|
| | * | Merged revisions 76197 via svnmerge from | Victor Stinner | 2010-03-23 | 1 | -0/+2 |
|
|
| | * | Merged revisions 79281 via svnmerge from | Victor Stinner | 2010-03-22 | 1 | -1/+1 |
|
|
| | * | Merged revisions 77745 via svnmerge from | Ezio Melotti | 2010-01-25 | 1 | -1/+1 |
|
|
| | * | Merged revisions 77395 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -0/+5 |
|
|
| | * | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -2/+2 |
|
|
| | * | Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv... | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
| | * | Merged revisions 73698 via svnmerge from | Amaury Forgeot d'Arc | 2009-06-29 | 1 | -0/+2 |
|
|
| * | | Merged revisions 88697 via svnmerge from | Victor Stinner | 2011-03-01 | 1 | -7/+19 |
|
|
| * | | Merged revisions 88481 via svnmerge from | Victor Stinner | 2011-02-23 | 1 | -2/+23 |
|
|
* | | | avoid casting with this nice macro | Benjamin Peterson | 2011-03-06 | 1 | -2/+1 |
|
|
* | | | Fix my previous commit (r88709) for str.encode(errors=...) | Victor Stinner | 2011-03-02 | 1 | -5/+10 |
|
|
* | | | Issue #8923: cache str.encode() result | Victor Stinner | 2011-03-02 | 1 | -9/+16 |
|
|
* | | | Remove useless argument of _PyUnicode_AsDefaultEncodedString() | Victor Stinner | 2011-03-02 | 1 | -5/+2 |
|
|