summaryrefslogtreecommitdiffstats
path: root/Objects/unicodeobject.c
Commit message (Expand)AuthorAgeFilesLines
* remove all usage of Py_LOCALBenjamin Peterson2016-09-091-1/+1
* #27364: Deprecate invalid escape strings in str/byutes.R David Murray2016-09-081-0/+3
* Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)Steve Dower2016-09-081-19/+27
* more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-2/+2
* replace some Py_LOCAL_INLINE with the inline keywordBenjamin Peterson2016-09-071-9/+10
* merge 3.5Benjamin Peterson2016-09-071-3/+3
|\
| * promote some shifts to unsigned, so as not to invoke undefined behaviorBenjamin Peterson2016-09-071-3/+3
* | Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().Brett Cannon2016-09-071-14/+37
* | Optimize unicode_escape and raw_unicode_escapeVictor Stinner2016-09-071-374/+314
* | _PyUnicodeWriter: assert that max character <= MAX_UNICODEVictor Stinner2016-09-061-0/+3
* | Issue #26027: Support path-like objects in PyUnicode-FSConverter().Brett Cannon2016-09-061-12/+13
* | replace Python aliases for standard integer types with the standard integer t...Benjamin Peterson2016-09-061-4/+4
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-18/+24
* | replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-2/+2
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-061-6/+0
* | Issue #27938: Add a fast-path for us-ascii encodingVictor Stinner2016-09-051-56/+110
* | PEP 7 style for if/else in CVictor Stinner2016-09-021-16/+32
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-7/+7
* | Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-6/+7
* | Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlaceBerker Peksag2016-07-251-14/+6
* | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-1/+7
|\ \ | |/
| * Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-1/+7
* | Issue #27171: Merge typo fixes from 3.5Martin Panter2016-06-021-1/+1
|\ \ | |/
| * Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* | Issue #26765: Moved common code and docstrings for bytes and bytearray methodsSerhiy Storchaka2016-05-041-10/+24
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-151-1/+1
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* | Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().Serhiy Storchaka2016-04-131-399/+163
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-4/+4
|\ \ | |/
| * Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-4/+4
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-4/+4
|\ \ | |/
| * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-4/+4
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-1/+1
|\ \ | |/
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-1/+1
* | Merge 3.5Victor Stinner2016-03-011-9/+12
|\ \ | |/
| * Issue #26464: Fix unicode_fast_translate() againVictor Stinner2016-03-011-9/+12
* | Merge 3.5Victor Stinner2016-03-011-3/+4
|\ \ | |/
| * Fix str.translate()Victor Stinner2016-03-011-3/+4
* | Merge 3.5Victor Stinner2016-01-271-0/+2
|\ \ | |/
| * Fix resize_compact()Victor Stinner2016-01-271-0/+2
* | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-1/+1
|\ \ | |/
| * Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-1/+1
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-3/+3
* | Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-251-6/+6
* | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-8/+4
|\ \ | |/
| * Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-8/+4
* | Issues #25890, #25891, #25892: Removed unused variables in Windows code.Serhiy Storchaka2015-12-181-1/+0
* | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+5
|\ \ | |/
| * Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+5
| |\
| | * Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.Serhiy Storchaka2015-12-021-0/+5