aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/string_tests.py
Commit message (Expand)AuthorAge
* 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
* 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
* Fix test_str.py so that it tests the str8 class.Walter Dörwald2007-06-07
* Make test_str.py pass.Guido van Rossum2007-05-15
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-14
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* test_unicode.py passes again 9except for problemsWalter Dörwald2007-05-05
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Addendum of patch #1669633: additional tests for bytes methods.Georg Brandl2007-03-06
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-08
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge ssize_t branch.Martin v. Löwis2006-02-15
* Fix bug:Michael W. Hudson2005-10-21
* Disable encoding/decoding test, if unicode is disabled.Walter Dörwald2005-07-28
* * Beef-up tests for str.count().Raymond Hettinger2005-02-20
* * Beef-up testing of str.__contains__() and str.find().Raymond Hettinger2005-02-20
* SF bug #1054139: serious string hashing error in 2.4b1Raymond Hettinger2004-10-26
* test_bug1001011(): Verify thatTim Peters2004-08-27
* Move test_bug1001011() to string_tests.MixinStrUnicodeTest so thatWalter Dörwald2004-08-26
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-04
* Add iswide() and width() method for UserString according as theHye-Shik Chang2004-06-04
* [SF #866875] Add a specialized routine for one characterHye-Shik Chang2004-01-05
* Fix unicode.rsplit()'s bug that ignores separater on the end of string whenHye-Shik Chang2003-12-23
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-15