| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: | Serhiy Storchaka | 2015-10-02 | 1 | -1/+2 |
|\ |
|
| * | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: | Serhiy Storchaka | 2015-10-02 | 1 | -1/+2 |
|
|
* | | Issue #22681: Added support for the koi8_t encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -3/+4 |
|
|
* | | Issue #22682: Added support for the kz1048 encoding. | Serhiy Storchaka | 2015-05-12 | 1 | -2/+2 |
|
|
* | | Added explicit tests for issue #23803. | Serhiy Storchaka | 2015-03-29 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #23803: Fixed str.partition() and str.rpartition() when a separator | Serhiy Storchaka | 2015-03-29 | 1 | -0/+2 |
|
|
* | | Added tests for mixed kinds of Unicode strings. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+150 |
|\ \
| |/ |
|
| * | Added tests for mixed kinds of Unicode strings. | Serhiy Storchaka | 2015-03-24 | 1 | -0/+150 |
|
|
* | | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 1 | -47/+9 |
|\ \
| |/ |
|
| * | Issue #23641: Cleaned out legacy dunder names from tests and docs. | Serhiy Storchaka | 2015-03-12 | 1 | -47/+9 |
|
|
* | | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 | 1 | -2/+2 |
|
|
* | | merge 3.4 (#22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | merge 3.3 (#22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+1 |
| |\ |
|
| | * | test is cpython only | Benjamin Peterson | 2014-10-15 | 1 | -0/+1 |
|
|
* | | | merge 3.4 (#22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | merge 3.3 (#22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | fix integer overflow in unicode case operations (closes #22643) | Benjamin Peterson | 2014-10-15 | 1 | -0/+5 |
|
|
* | | | Closes issue #12546: Allow \x00 as a fill character for builtin type __format... | Eric V. Smith | 2014-04-14 | 1 | -0/+21 |
|\ \ \
| |/ / |
|
| * | | Issue #12546: Allow \x00 as a fill character for builtin type __format__ meth... | Eric V. Smith | 2014-04-14 | 1 | -0/+21 |
|
|
* | | | Issue #21118: Add unit test for invalid character replacement (code point hig... | Victor Stinner | 2014-04-05 | 1 | -0/+8 |
|
|
* | | | Issue #21118: Add more unit tests on str.translate() | Victor Stinner | 2014-04-04 | 1 | -0/+20 |
|
|
* | | | Issue19995: more informative error message; spelling corrections; use operato... | Ethan Furman | 2014-03-21 | 1 | -9/+10 |
|
|
* | | | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception | Ethan Furman | 2014-03-19 | 1 | -5/+5 |
|/ / |
|
* | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -1/+10 |
|\ \
| |/ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -1/+10 |
|
|
* | | Issue19995: fixed typo; switched from test.support.check_warnings to assertWarns | Ethan Furman | 2014-01-12 | 1 | -15/+5 |
|
|
* | | Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X | Ethan Furman | 2014-01-12 | 1 | -5/+15 |
|
|
* | | assertEquals is deprecated, use assertEqual instead. | Antoine Pitrou | 2014-01-09 | 1 | -8/+8 |
|
|
* | | Issue19995: %o, %x, %X now only accept ints | Ethan Furman | 2014-01-05 | 1 | -0/+29 |
|
|
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -5/+5 |
|
|
* | | merge 3.3 (#19729) | Benjamin Peterson | 2013-11-27 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | fix format spec recursive expansion (closes #19729) | Benjamin Peterson | 2013-11-27 | 1 | -0/+1 |
|
|
* | | Issue #19668: Added support for the cp1125 encoding. | Serhiy Storchaka | 2013-11-23 | 1 | -2/+2 |
|
|
* | | #1097797: Add CP273 codec, and exercise it in the test suite | Andrew Kuchling | 2013-11-10 | 1 | -2/+2 |
|
|
* | | Issue #18780: code cleanup. | Ethan Furman | 2013-08-31 | 1 | -34/+19 |
|
|
* | | Close #18780: %-formatting now prints value for int subclasses with %d, %i, a... | Ethan Furman | 2013-08-31 | 1 | -0/+47 |
|
|
* | | Issue #16741: Remove testing of implementation artifact. | Serhiy Storchaka | 2013-08-03 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Issue #16741: Remove testing of implementation artifact. | Serhiy Storchaka | 2013-08-03 | 1 | -2/+0 |
|
|
* | | Merge str.center tests from 3.3. | Ezio Melotti | 2013-07-08 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Add a couple of tests for str.center with non-ASCII chars. | Ezio Melotti | 2013-07-08 | 1 | -0/+9 |
|
|
* | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise | Serhiy Storchaka | 2013-06-23 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise | Serhiy Storchaka | 2013-06-23 | 1 | -0/+2 |
|
|
* | | Add tests for issue #18183. | Serhiy Storchaka | 2013-06-12 | 1 | -3/+14 |
|\ \
| |/ |
|
| * | Add tests for issue #18183. | Serhiy Storchaka | 2013-06-12 | 1 | -3/+15 |
|
|
* | | merge 3.3 (#18183) | Benjamin Peterson | 2013-06-10 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ... | Benjamin Peterson | 2013-06-10 | 1 | -0/+3 |
|
|
* | | rewrite the parsing of field names to be more consistent wrt recursive expansion | Benjamin Peterson | 2013-05-17 | 1 | -1/+9 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2013-05-17 | 1 | -0/+2 |
|\ \
| |/ |
|