- 28 Ock, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 27 Ock, 2018 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 10 Nis, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
Remove redundant tests now that str is unicode.
-
Martin Panter yazdı
This eliminates a few redundant test cases.
-
- 06 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
ByteArrayAsStringTest.fixtype() was converting test data to bytes, not byte- array, therefore many of the test cases inherited in this class were not actually being run on the bytearray type. The tests in buffer_tests.py were redundant with methods in string_tests .MixinStrUnicodeUserStringTest and string_tests.CommonTest. These methods are now moved into string_tests.BaseTest, where they will also get run for bytes and bytearray. This change also moves test_additional_split(), test_additional_rsplit(), and test_strip() from CommonTest to BaseTest, meaning these tests are now run for bytes and bytearray. I plan to eliminate redundancies with existing tests in test_bytes.py soon.
-
- 02 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
* test_contains() did not override anything * test_expandtabs/upper/lower() in FixedStringTest were masking usable tests in string_tests. These tests now get run for bytearray() and bytes(). * test_expandtabs/upper/lower() in buffer_tests were only run on bytearray() and are redundant with string_tests
-
- 17 Ara, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 31 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
return True when finding the empty string and the indexes are completely out of range.
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Yongzhi Pan.
-
- 19 Mar, 2014 1 kayıt (commit)
-
-
Ethan Furman yazdı
-
- 07 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 06 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and %x (introduced in issue #19995).
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 16 Kas, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 21 Nis, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 24 Mar, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 19 Ock, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fix a regression from changeset d544873d62e9 (issue #15989).
-
Serhiy Storchaka yazdı
when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
- 14 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks.
-
- 10 Ock, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware.
-
- 28 Agu, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 02 Agu, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
Replace _s with ptr to avoid future confusion. Add also non regression tests.
-
- 07 May, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks in old-style string formatting. Thanks Serhiy Storchaka for report and original patch.
-
- 26 Şub, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments.
-
- 11 Ock, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Also broaden the category of characters that count as lowercase/uppercase.
-
- 20 Eki, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
of bytes and bytearray objects now accept an integer between 0 and 255 as their first argument. Patch by Petri Lehtinen.
-
- 24 Eyl, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines.
-
- 15 Agu, 2011 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
-
Ezio Melotti yazdı
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.
-
- 20 Nis, 2011 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
- 21 Kas, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 13 Eyl, 2010 2 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84470 | florent.xicluna | 2010-09-03 22:00:37 +0200 (ven., 03 sept. 2010) | 1 line Strengthen BytesWarning tests. ........ r84471 | florent.xicluna | 2010-09-03 22:23:40 +0200 (ven., 03 sept. 2010) | 1 line Typo ........ r84566 | florent.xicluna | 2010-09-06 22:27:15 +0200 (lun., 06 sept. 2010) | 1 line typo ........ r84567 | florent.xicluna | 2010-09-06 22:27:55 +0200 (lun., 06 sept. 2010) | 1 line typo ........ r84759 | florent.xicluna | 2010-09-13 04:28:18 +0200 (lun., 13 sept. 2010) | 1 line Reenable test_ucs4 and remove some duplicated lines. ........
-