Benjamin Peterson
|
dc8899f0e2
|
merge 3.4 (#22643)
|
2014-10-15 13:40:15 -04:00 |
Benjamin Peterson
|
3f9f612b7d
|
merge 3.3 (#22643)
|
2014-10-15 13:40:01 -04:00 |
Benjamin Peterson
|
4d856895bd
|
test is cpython only
|
2014-10-15 13:39:46 -04:00 |
Benjamin Peterson
|
6925264334
|
merge 3.4 (#22643)
|
2014-10-15 11:49:15 -04:00 |
Benjamin Peterson
|
1cbb3fe775
|
merge 3.3 (#22643)
|
2014-10-15 11:48:41 -04:00 |
Benjamin Peterson
|
e1bd38c03c
|
fix integer overflow in unicode case operations (closes #22643)
|
2014-10-15 11:47:36 -04:00 |
Eric V. Smith
|
280c458f9e
|
Closes issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
|
2014-04-14 12:08:21 -04:00 |
Eric V. Smith
|
2ea9712ee9
|
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
|
2014-04-14 11:55:10 -04:00 |
Victor Stinner
|
4ff33af257
|
Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff)
|
2014-04-05 11:56:37 +02:00 |
Victor Stinner
|
5a29f25843
|
Issue #21118: Add more unit tests on str.translate()
|
2014-04-05 00:17:51 +02:00 |
Ethan Furman
|
9ab748013b
|
Issue19995: more informative error message; spelling corrections; use operator.mod instead of __mod__
|
2014-03-21 06:38:46 -07:00 |
Ethan Furman
|
38d872ee5d
|
Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception
|
2014-03-19 08:38:52 -07:00 |
Serhiy Storchaka
|
f28ba369dd
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
|
2014-02-07 10:10:55 +02:00 |
Serhiy Storchaka
|
5cfc79deae
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
|
2014-02-07 10:06:39 +02:00 |
Ethan Furman
|
a70805e1fa
|
Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns
|
2014-01-12 08:42:35 -08:00 |
Ethan Furman
|
f9bba9c67f
|
Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X
|
2014-01-11 23:20:58 -08:00 |
Antoine Pitrou
|
eb16804216
|
assertEquals is deprecated, use assertEqual instead.
|
2014-01-10 00:02:38 +01:00 |
Ethan Furman
|
df3ed242c0
|
Issue19995: %o, %x, %X now only accept ints
|
2014-01-05 06:50:30 -08:00 |
Zachary Ware
|
101d9e7250
|
Issue 19572: More silently skipped tests explicitly skipped.
|
2013-12-08 00:44:27 -06:00 |
Zachary Ware
|
9fe6d86709
|
Issue 19572: More silently skipped tests explicitly skipped.
|
2013-12-08 00:20:35 -06:00 |
Benjamin Peterson
|
d75803c1fc
|
merge 3.3 (#19729)
|
2013-11-26 19:24:01 -06:00 |
Benjamin Peterson
|
0ee22bf774
|
fix format spec recursive expansion (closes #19729)
|
2013-11-26 19:22:36 -06:00 |
Serhiy Storchaka
|
be0c3250b1
|
Issue #19668: Added support for the cp1125 encoding.
|
2013-11-23 18:52:23 +02:00 |
Andrew Kuchling
|
ad8156e9b2
|
#1097797: Add CP273 codec, and exercise it in the test suite
|
2013-11-10 13:44:30 -05:00 |
Ethan Furman
|
13bdfa7a7f
|
Issue #18780: code cleanup.
|
2013-08-31 12:48:51 -07:00 |
Ethan Furman
|
fb13721b1b
|
Close #18780: %-formatting now prints value for int subclasses with %d, %i, and %u codes.
|
2013-08-31 10:18:55 -07:00 |
Serhiy Storchaka
|
739e75000f
|
Issue #16741: Remove testing of implementation artifact.
|
2013-08-04 01:05:02 +03:00 |
Serhiy Storchaka
|
3ceaff0777
|
Issue #16741: Remove testing of implementation artifact.
|
2013-08-04 01:04:15 +03:00 |
Ezio Melotti
|
bf5af5d5bc
|
Merge str.center tests from 3.3.
|
2013-07-08 17:49:59 +02:00 |
Ezio Melotti
|
f84e01df31
|
Add a couple of tests for str.center with non-ASCII chars.
|
2013-07-08 17:48:29 +02:00 |
Serhiy Storchaka
|
c89533f72f
|
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
OverflowError when an argument of %c format is out of range.
|
2013-06-23 20:21:16 +03:00 |
Serhiy Storchaka
|
8eeae2126c
|
Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise
OverflowError when an argument of %c format is out of range.
|
2013-06-23 20:12:14 +03:00 |
Serhiy Storchaka
|
f15ffe0ee5
|
Add tests for issue #18183.
|
2013-06-12 09:28:20 +03:00 |
Serhiy Storchaka
|
31b1c8bbde
|
Add tests for issue #18183.
|
2013-06-12 09:20:44 +03:00 |
Benjamin Peterson
|
3164f5d565
|
merge 3.3 (#18183)
|
2013-06-10 09:24:01 -07:00 |
Benjamin Peterson
|
7e30373126
|
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183)
|
2013-06-10 09:19:46 -07:00 |
Benjamin Peterson
|
d2b58a9880
|
only recursively expand in the format spec (closes #17644)
|
2013-05-17 17:34:30 -05:00 |
Benjamin Peterson
|
4d94474ba3
|
rewrite the parsing of field names to be more consistent wrt recursive expansion
|
2013-05-17 18:22:31 -05:00 |
Benjamin Peterson
|
48953632df
|
merge 3.3
|
2013-05-17 17:35:28 -05:00 |
Victor Stinner
|
8cecc8c262
|
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
of PyUnicode_FromFormat() function, original patch written by Ysj Ray.
|
2013-05-06 23:11:54 +02:00 |
Victor Stinner
|
9fc5981ea2
|
Issue #17615: Add tests comparing Unicode strings of different kinds
Kinds: ascii, latin, bmp, astral.
|
2013-04-08 22:34:43 +02:00 |
Ezio Melotti
|
09d9d0f385
|
Merge DeprecationWarnings silencing in test_unicode from 3.3.
|
2013-02-21 00:01:44 +02:00 |
Ezio Melotti
|
51e243f22e
|
Silence DeprecationWarnings in test_unicode.
|
2013-02-20 23:56:01 +02:00 |
Victor Stinner
|
cfd2c1b4cc
|
(Merge 3.3) Issue #17137: When an Unicode string is resized, the internal wide
character string (wstr) format is now cleared.
|
2013-02-07 23:17:34 +01:00 |
Victor Stinner
|
bbbac2ec34
|
Issue #17137: When an Unicode string is resized, the internal wide character
string (wstr) format is now cleared.
|
2013-02-07 23:12:46 +01:00 |
Ezio Melotti
|
5b1acc0dff
|
#16910: merge with 3.3.
|
2013-01-10 07:46:29 +02:00 |
Ezio Melotti
|
0dceb560b6
|
#16910: test_bytes, test_unicode, and test_userstring now work with unittest test discovery. Patch by Zachary Ware.
|
2013-01-10 07:43:26 +02:00 |
Andrew Svetlov
|
2cd8ce4690
|
Issue #9856: Replace deprecation warinigs to raising TypeError in object.__format__
Patch by Florent Xicluna.
|
2012-12-23 14:27:17 +02:00 |
Chris Jerdonek
|
d675a2c48a
|
Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).
|
2012-11-20 17:53:17 -08:00 |
Chris Jerdonek
|
5fae0e5854
|
Improve str() and object.__str__() documentation (issue #13538).
|
2012-11-20 17:45:51 -08:00 |