aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_unicode.py
Commit message (Expand)AuthorAge
* Remove wrong comment about `repr` in `test_unicode` (#100495)Nikita Sobolev2022-12-24
* gh-94808: improve test coverage of number formatting (#99472)Nikita Sobolev2022-12-23
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-23
* gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicod...Serhiy Storchaka2022-11-14
* gh-99430: Remove duplicated tests for old-styled classes (#99432)Nikita Sobolev2022-11-13
* gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (#98648)Nikita Sobolev2022-10-25
* gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (#98228)Nikita Sobolev2022-10-15
* gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)Nikita Sobolev2022-10-12
* gh-94808: Fix regex on exotic platforms (#98036)Jelle Zijlstra2022-10-07
* gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)Nikita Sobolev2022-10-07
* gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)Nikita Sobolev2022-10-06
* gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...Serhiy Storchaka2022-08-08
* gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)Christian Heimes2022-06-08
* gh-92536: Update unicode struct size to ensure MemoryError is raised (GH-92867)Dennis Sweeney2022-05-17
* gh-91576: Speed up iteration of strings (#91574)Kumar Aditya2022-04-18
* Use assertEqual, not assertEquals, in test_unicode (GH-31718)Dennis Sweeney2022-03-07
* bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)Mark Shannon2022-03-04
* bpo-40066: [Enum] skip failing doc test (GH-30637)Kumar Aditya2022-01-17
* Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...Victor Stinner2022-01-17
* bpo-40066: [Enum] update str() and format() output (GH-30582)Ethan Furman2022-01-15
* bpo-45668: Fix PGO tests without test extensions (GH-29315)Christian Heimes2021-11-01
* bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)Nikita Sobolev2021-08-13
* bpo-28146: Fix a confusing error message in str.format() (GH-24213)Irit Katriel2021-05-13
* bpo-44029: Remove Py_UNICODE APIs (GH-25881)Inada Naoki2021-05-07
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-21
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-19
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-19
* bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)Ethan Furman2021-03-30
* bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754)Zackery Spytz2021-03-07
* bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)Inada Naoki2021-02-22
* bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)Serhiy Storchaka2021-01-25
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-08
* bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)Hai Shi2020-10-16
* bpo-36346: Make using the legacy Unicode C API optional (GH-21437)Serhiy Storchaka2020-07-10
* bpo-40275: Use new test.support helper submodules in tests (GH-21317)Hai Shi2020-07-06
* bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933)Inada Naoki2020-06-30
* bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)Serhiy Storchaka2020-06-21
* bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing no...Serhiy Storchaka2020-05-12
* Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)Inada Naoki2020-03-14
* bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)Inada Naoki2020-03-14
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-10
* bpo-15999: Clean up of handling boolean arguments. (GH-15610)Serhiy Storchaka2019-09-01
* bpo-36502: Correct documentation of str.isspace() (GH-15019)Greg Price2019-08-14
* bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531)Hai Shi2019-07-20
* bpo-37388: Development mode check encoding and errors (GH-14341)Victor Stinner2019-06-26
* bpo-36549: str.capitalize now titlecases the first character instead of upper...Kingsley M2019-04-12
* bpo-36297: remove "unicode_internal" codec (GH-12342)Inada Naoki2019-03-18
* bpo-33817: Fix _PyBytes_Resize() for empty bytes object. (GH-11516)Serhiy Storchaka2019-01-12
* Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)Victor Stinner2018-09-12
* bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)Victor Stinner2018-09-07