GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
unicodeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
Miss Islington (bot)
2018-08-19
1
-2
/
+3
*
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler...
Miss Islington (bot)
2018-02-13
1
-7
/
+3
*
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...
Xiang Zhang
2018-01-31
1
-2
/
+20
*
Fix wrong assert in unicodeobject (GH-5340)
Miss Islington (bot)
2018-01-28
1
-1
/
+1
*
[3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
2018-01-15
1
-10
/
+26
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059)
Miss Islington (bot)
2017-10-20
1
-1
/
+1
*
[3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-...
Victor Stinner
2017-09-12
1
-2
/
+3
*
[3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)
Serhiy Storchaka
2017-09-08
1
-2
/
+8
*
[3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c...
Serhiy Storchaka
2017-07-11
1
-6
/
+12
*
[3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
1
-0
/
+14
*
[3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2017-06-27
1
-0
/
+31
*
bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217)
Serhiy Storchaka
2017-04-20
1
-0
/
+1
*
[3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028)
Mariatta
2017-04-09
1
-2
/
+10
*
Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)
Serhiy Storchaka
2017-04-08
1
-2
/
+3
*
Issue #29145: Merge 3.5.
Xiang Zhang
2017-01-10
1
-6
/
+8
|
\
|
*
Issue #29145: Fix overflow checks in str.replace() and str.join().
Xiang Zhang
2017-01-10
1
-6
/
+8
*
|
Issue #29044: Merge 3.5.
Xiang Zhang
2016-12-22
1
-3
/
+4
|
\
|
|
*
Issue #29044: Fix a use-after-free in string '%c' formatter.
Xiang Zhang
2016-12-22
1
-3
/
+4
*
|
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye
2016-12-15
1
-3
/
+3
*
|
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-06
1
-2
/
+16
|
\
|
|
*
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-06
1
-2
/
+16
*
|
Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().
Serhiy Storchaka
2016-11-21
1
-10
/
+4
*
|
Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now
Serhiy Storchaka
2016-11-16
1
-0
/
+11
*
|
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka
2016-11-16
1
-1
/
+1
|
\
|
|
*
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka
2016-11-16
1
-1
/
+1
*
|
Issue #21449: Removed private function _PyUnicode_CompareWithId.
Serhiy Storchaka
2016-11-16
1
-9
/
+0
*
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0
/
+38
|
\
|
|
*
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
1
-0
/
+38
*
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0
/
+35
|
\
|
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-0
/
+35
*
|
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1
/
+1
|
\
|
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1
/
+1
|
|
\
|
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1
/
+1
|
|
|
\
|
|
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1
/
+1
|
|
|
*
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-03
1
-0
/
+5
*
|
|
|
Closes #27781: Removes special cases for the experimental aspect of PEP 529
Steve Dower
2016-11-06
1
-10
/
+1
*
|
|
|
Issue 28128: Print out better error/warning messages for invalid string escap...
Eric V. Smith
2016-10-31
1
-6
/
+32
*
|
|
|
Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),
Serhiy Storchaka
2016-10-27
1
-0
/
+21
*
|
|
|
Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Fini...
Serhiy Storchaka
2016-10-25
1
-18
/
+12
*
|
|
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10
/
+2
|
\
|
|
|
|
*
|
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10
/
+2
|
|
\
|
|
|
|
*
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10
/
+2
*
|
|
|
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
1
-5
/
+2
*
|
|
|
merge 3.5 (#28454)
Benjamin Peterson
2016-10-16
1
-4
/
+4
|
\
|
|
|
|
*
|
|
remove extra PyErr_Format arguments (closes #28454)
Benjamin Peterson
2016-10-16
1
-4
/
+4
*
|
|
|
Fix _Py_normalize_encoding() command
Victor Stinner
2016-10-12
1
-3
/
+3
*
|
|
|
va_end vargs2 once (closes #28417)
Benjamin Peterson
2016-10-11
1
-1
/
+0
*
|
|
|
Merge from 3.5.
Serhiy Storchaka
2016-10-08
1
-3
/
+7
|
\
|
|
|
|
*
|
|
Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
Serhiy Storchaka
2016-10-08
1
-3
/
+7
*
|
|
|
Merge 3.5
Victor Stinner
2016-09-21
1
-1
/
+1
|
\
|
|
|
[next]