| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -2/+2 |
|
|
* | Remove duplicated tests. | Ezio Melotti | 2013-04-21 | 1 | -21/+0 |
|
|
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+11 |
|\ |
|
| * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+11 |
|
|
* | | #16910: test_bytes, test_unicode, and test_userstring now work with unittest ... | Ezio Melotti | 2013-01-10 | 1 | -1/+1 |
|
|
* | | merge 3.2 (#15801) | Benjamin Peterson | 2012-08-28 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | use the stricter PyMapping_Check (closes #15801) | Benjamin Peterson | 2012-08-28 | 1 | -0/+3 |
|
|
* | | Close #15534: Fix a typo in the fast search function of the string library (_... | Victor Stinner | 2012-08-02 | 1 | -0/+8 |
|
|
* | | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks... | Mark Dickinson | 2012-05-07 | 1 | -0/+4 |
|
|
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr... | Ezio Melotti | 2012-02-26 | 1 | -1/+23 |
|
|
* | | use full unicode mappings for upper/lower/title case (#12736) | Benjamin Peterson | 2012-01-11 | 1 | -1/+1 |
|
|
* | | Issue #12170: The count(), find(), rfind(), index() and rindex() methods | Antoine Pitrou | 2011-10-20 | 1 | -5/+30 |
|
|
* | | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli... | Mark Dickinson | 2011-09-24 | 1 | -3/+11 |
|/ |
|
* | #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ... | Ezio Melotti | 2011-08-15 | 1 | -0/+17 |
|
|
* | Use non-deprecated method name. | Ezio Melotti | 2011-04-20 | 1 | -7/+7 |
|
|
* | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -0/+57 |
|\ |
|
| * | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -0/+57 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -11/+11 |
|
|
| * | Merged revisions 77731 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -9/+9 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -11/+11 |
|
|
* | | Reenable test_ucs4 and remove some duplicated lines. | Florent Xicluna | 2010-09-13 | 1 | -1/+1 |
|
|
* | | Merged revisions 77729 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -9/+9 |
|
|
* | | Merged revisions 77249 via svnmerge from | Antoine Pitrou | 2010-01-02 | 1 | -4/+2 |
|
|
* | | Merged revisions 77247 via svnmerge from | Antoine Pitrou | 2010-01-02 | 1 | -0/+6 |
|
|
* | | Merged revisions 77241 via svnmerge from | Antoine Pitrou | 2010-01-02 | 1 | -0/+24 |
|
|
* | | Issue #7435: Remove duplicate int/long tests, and other | Mark Dickinson | 2009-12-05 | 1 | -2/+1 |
|/ |
|
* | Issue #5859: Remove use of fixed-length buffers for float formatting | Mark Dickinson | 2009-05-01 | 1 | -8/+1 |
|
|
* | Merged revisions 66631 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-26 | 1 | -0/+16 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -0/+8 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -1/+1 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -18/+18 |
|
|
* | Removed some leftovers from the str8 days | Christian Heimes | 2007-11-22 | 1 | -4/+0 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -2/+2 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -0/+28 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -15/+15 |
|
|
* | Patch 1280, by Alexandre Vassalotti. | Guido van Rossum | 2007-10-19 | 1 | -0/+4 |
|
|
* | Patch # 1145 by Thomas Lee: | Guido van Rossum | 2007-09-27 | 1 | -3/+4 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -11/+11 |
|
|
* | Merge the trunk changes in. Breaks socket.ssl for now. | Thomas Wouters | 2007-08-28 | 1 | -2/+12 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -24/+27 |
|
|
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 | 1 | -4/+6 |
|
|
* | Fix some tests by deleting stuff. | Guido van Rossum | 2007-06-14 | 1 | -52/+0 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -0/+26 |
|
|
* | Rename checks for test_support.have_unicode (we always | Walter Dörwald | 2007-06-08 | 1 | -20/+19 |
|
|
* | Fix test_str.py so that it tests the str8 class. | Walter Dörwald | 2007-06-07 | 1 | -1/+1 |
|
|
* | Make test_str.py pass. | Guido van Rossum | 2007-05-15 | 1 | -5/+5 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -2/+2 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -7/+7 |
|
|
* | test_unicode.py passes again 9except for problems | Walter Dörwald | 2007-05-05 | 1 | -17/+2 |
|
|