aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/string_tests.py
Commit message (Expand)AuthorAge
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
* | Catch deprecation warnings emitted when non-integers are formatted with %c, %oSerhiy Storchaka2014-02-06
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
|\|
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-08
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-16
|/
* Remove duplicated tests.Ezio Melotti2013-04-21
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-19
|\
| * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-19
* | #16910: test_bytes, test_unicode, and test_userstring now work with unittest ...Ezio Melotti2013-01-10
* | merge 3.2 (#15801)Benjamin Peterson2012-08-28
|\|
| * use the stricter PyMapping_Check (closes #15801)Benjamin Peterson2012-08-28
* | Close #15534: Fix a typo in the fast search function of the string library (_...Victor Stinner2012-08-02
* | Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...Mark Dickinson2012-05-07
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-26
* | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-11
* | Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-20
* | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...Mark Dickinson2011-09-24
|/
* #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-15
* Use non-deprecated method name.Ezio Melotti2011-04-20
* MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-20
|\
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-20
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
| * Merged revisions 77731 via svnmerge fromEzio Melotti2010-01-24
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* | Reenable test_ucs4 and remove some duplicated lines.Florent Xicluna2010-09-13
* | Merged revisions 77729 via svnmerge fromEzio Melotti2010-01-24
* | Merged revisions 77249 via svnmerge fromAntoine Pitrou2010-01-02
* | Merged revisions 77247 via svnmerge fromAntoine Pitrou2010-01-02
* | Merged revisions 77241 via svnmerge fromAntoine Pitrou2010-01-02
* | Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-05
|/
* Issue #5859: Remove use of fixed-length buffers for float formattingMark Dickinson2009-05-01
* Merged revisions 66631 via svnmerge fromAmaury Forgeot d'Arc2008-09-26
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-24
* Move UserList to collections.Raymond Hettinger2008-02-12
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* Removed some leftovers from the str8 daysChristian Heimes2007-11-22
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-18
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-19
* Patch # 1145 by Thomas Lee:Guido van Rossum2007-09-27
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-30
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-27
* Fix some tests by deleting stuff.Guido van Rossum2007-06-14
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-08