index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
unicodeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21279: Merge with 3.4
Zachary Ware
2015-08-06
1
-5/+6
|
\
|
*
Issue #21279: Flesh out str.translate docs
Zachary Ware
2015-08-06
1
-5/+6
*
|
Issue #24284: The startswith and endswith methods of the str class no longer
Serhiy Storchaka
2015-05-31
1
-3/+3
*
|
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
Antoine Pitrou
2015-05-19
1
-3/+3
|
\
\
|
|
/
|
*
Fix some compilation warnings when using gcc (-Wmaybe-uninitialized).
Antoine Pitrou
2015-05-19
1
-17/+17
*
|
Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
Serhiy Storchaka
2015-05-12
1
-61/+41
*
|
Issue #23908: os functions now reject paths with embedded null character
Serhiy Storchaka
2015-04-20
1
-15/+0
|
\
\
|
|
/
|
*
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
Serhiy Storchaka
2015-03-29
1
-5/+5
|
*
merge 3.3 (#23362)
Benjamin Peterson
2015-03-02
1
-1/+1
|
|
\
|
|
*
use PyMem_NEW to detect overflow (closes #23362)
Benjamin Peterson
2015-03-02
1
-1/+1
|
|
*
Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis
Serhiy Storchaka
2015-01-27
1
-0/+2
*
|
|
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-39/+3
*
|
|
_PyUnicodeWriter_WriteStr() now checks that the input string is consistent
Victor Stinner
2015-03-26
1
-0/+1
*
|
|
Issue #23573: Increased performance of string search operations (str.find,
Serhiy Storchaka
2015-03-24
1
-152/+192
*
|
|
Fix compiler warnings: comparison between signed and unsigned numbers
Victor Stinner
2015-03-20
1
-1/+1
*
|
|
Initialize variables to prevent GCC warnings
Victor Stinner
2015-03-18
1
-15/+20
*
|
|
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
1
-18/+1
*
|
|
Issue #23490: Fixed possible crashes related to interoperability between
Serhiy Storchaka
2015-02-20
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #23490: Fixed possible crashes related to interoperability between
Serhiy Storchaka
2015-02-20
1
-0/+9
*
|
|
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-17/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-17/+5
*
|
|
Issue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and
Victor Stinner
2015-01-26
1
-4/+5
*
|
|
Issue #23321: Fixed a crash in str.decode() when error handler returned
Serhiy Storchaka
2015-01-25
1
-2/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #23321: Fixed a crash in str.decode() when error handler returned
Serhiy Storchaka
2015-01-25
1
-2/+6
*
|
|
Issue20284: Implement PEP461
Ethan Furman
2015-01-24
1
-7/+5
*
|
|
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
*
|
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-2/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-2/+1
*
|
|
Issue #22975: Close block at right place.
Serhiy Storchaka
2014-12-01
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #22975: Close block at right place.
Serhiy Storchaka
2014-12-01
1
-1/+1
|
*
|
Merge 3.3
Benjamin Peterson
2014-10-16
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fixed signed/unsigned comparison warning
Antoine Pitrou
2014-10-15
1
-1/+1
*
|
|
Issue #20948: Inline makefmt() in unicode_fromformat_arg()
Victor Stinner
2014-11-18
1
-44/+9
*
|
|
Fixed signed/unsigned comparison warning
Antoine Pitrou
2014-10-15
1
-1/+1
*
|
|
merge 3.4 (closes #22643)
Benjamin Peterson
2014-10-15
1
-3/+2
|
\
\
\
|
|
/
/
|
*
|
merge 3.3
Benjamin Peterson
2014-10-15
1
-3/+2
|
|
\
\
|
|
|
/
|
|
*
it suffices to check for PY_SSIZE_T_MAX overflow (#22643)
Benjamin Peterson
2014-10-15
1
-3/+2
*
|
|
Merge 3.4
Benjamin Peterson
2014-10-15
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge 3.3
Benjamin Peterson
2014-10-15
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
make sure length is unsigned
Benjamin Peterson
2014-10-15
1
-1/+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
*
|
|
Fix "warning: comparison between signed and unsigned integer expressions"
Gregory P. Smith
2014-09-30
1
-5/+5
*
|
|
merge 3.4 (#22520)
Benjamin Peterson
2014-09-30
1
-11/+17
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (#22520)
Benjamin Peterson
2014-09-30
1
-11/+17
|
|
\
\
|
|
|
/
|
|
*
prevent overflow in unicode_repr (closes #22520)
Benjamin Peterson
2014-09-30
1
-11/+17
*
|
|
merge 3.4 (closes #22518)
Benjamin Peterson
2014-09-29
1
-17/+47
|
\
\
\
|
|
/
/
|
*
|
merge 3.3 (closes #22518)
Benjamin Peterson
2014-09-29
1
-17/+47
|
|
\
\
|
|
|
/
[next]