aboutsummaryrefslogtreecommitdiff
path: root/Include/unicodeobject.h
AgeCommit message (Expand)Author
2021-12-09bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)Victor Stinner
2021-10-15bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner
2021-10-13bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)Victor Stinner
2020-10-19bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)Alex Gaynor
2020-10-02bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)Victor Stinner
2020-02-13bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na
2019-11-23bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)Victor Stinner
2019-10-07bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)Victor Stinner
2019-05-28bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)Zackery Spytz
2018-11-26bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)Victor Stinner
2018-11-26bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623)Victor Stinner
2018-11-22bpo-35059: Add _PyObject_CAST() macro (GH-10645)Victor Stinner
2018-01-15bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner
2018-01-11bpo-29240: Ignore UTF-8 Mode in time module (#5148)Victor Stinner
2018-01-10bpo-29240: readline now ignores the UTF-8 Mode (#5145)Victor Stinner
2017-12-15bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka
2017-11-13bpo-31979: Simplify transforming decimals to ASCII (#4336)Serhiy Storchaka
2017-09-28remove support for BSD/OS (closes bpo-31624) (#3812)Benjamin Peterson
2017-08-03Spelling fixes (#2902)Ville Skyttä
2017-06-28[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka
2017-03-31bpo-29941: Assert fixes (#886)T. Wouters
2017-03-19bpo-28749: Fixed the documentation of the mapping codec APIs. (#487)Serhiy Storchaka
2017-01-22Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()Serhiy Storchaka
2016-12-27Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka
2016-12-27Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka
2016-12-19Issue #29009: Merge 3.6.Xiang Zhang
2016-12-19Issue #29009: Merge 3.5.Xiang Zhang
2016-12-19Issue #29009: Remove outdated doc of PyUnicode_RichCompare.Xiang Zhang
2016-12-06Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka
2016-12-06Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka
2016-12-06Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka
2016-11-20Issue #19569: Compiler warnings are now emitted if use most of deprecatedSerhiy Storchaka
2016-11-16Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString nowSerhiy Storchaka
2016-11-16Issue #21449: Removed private function _PyUnicode_CompareWithId.Serhiy Storchaka
2016-11-16Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka
2016-11-16Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka
2016-11-16Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka
2016-11-16Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka
2016-10-31Issue 28128: Print out better error/warning messages for invalid string escap...Eric V. Smith
2016-10-27Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka
2016-10-02Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka
2016-10-02Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka
2016-09-17Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter
2016-09-17Issue #28139: Fix messed up indentationMartin Panter
2016-09-13Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes
2016-09-11Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka
2016-09-08simplify Py_UCSN definitions with stdint typesBenjamin Peterson
2016-09-08Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower
2016-09-06Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...Steve Dower
2016-09-06Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka