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
...
*
|
|
Use the new Py_ARRAY_LENGTH macro
Victor Stinner
2011-09-28
1
-1/+1
*
|
|
Fix 'c' format of PyUnicode_Format()
Victor Stinner
2011-09-28
1
-1/+1
*
|
|
Oops, fix my previous commit: unicode => to
Victor Stinner
2011-09-28
1
-2/+2
*
|
|
PyUnicode_CopyCharacters() marks the string as dirty (reset the hash)
Victor Stinner
2011-09-28
1
-1/+5
*
|
|
PyUnicode_CopyCharacters() fails if 'to' has more than 1 reference
Victor Stinner
2011-09-28
1
-0/+8
*
|
|
Clean up a few tabs that went in with PEP393.
Ezio Melotti
2011-09-28
1
-65/+65
*
|
|
#13054: sys.maxunicode is now always 0x10FFFF.
Ezio Melotti
2011-09-28
1
-1/+2
*
|
|
Check size of wchar_t using the preprocessor
Victor Stinner
2011-09-28
1
-29/+27
*
|
|
PyUnicode_CopyCharacters() initializes overflow
Victor Stinner
2011-09-28
1
-0/+1
*
|
|
Mark PyUnicode_FromUCS[124] as private
Victor Stinner
2011-09-28
1
-10/+10
*
|
|
Oops, fix Py_MIN/Py_MAX case
Victor Stinner
2011-09-28
1
-2/+2
*
|
|
Mark _PyUnicode_FindMaxCharAndNumSurrogatePairs() as private
Victor Stinner
2011-09-28
1
-7/+10
*
|
|
Strip trailing spaces in unicodeobject.[ch]
Victor Stinner
2011-09-28
1
-10/+10
*
|
|
Check for PyUnicode_CopyCharacters() failure
Victor Stinner
2011-09-28
1
-41/+79
*
|
|
PyUnicode_CopyCharacters() checks for buffer and character overflow
Victor Stinner
2011-09-28
1
-82/+77
*
|
|
Mark PyUnicode_CONVERT_BYTES as private
Victor Stinner
2011-09-28
1
-10/+25
*
|
|
Rename new macros to conform to naming rules (function macros have "Py" prefi...
Georg Brandl
2011-09-28
1
-9/+9
*
|
|
don't check that the first character is XID_Continue
Benjamin Peterson
2011-09-28
1
-1/+1
*
|
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-1742/+4054
*
|
|
Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple._...
Mark Dickinson
2011-09-24
1
-5/+5
*
|
|
Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...
Mark Dickinson
2011-09-24
1
-3/+5
*
|
|
Merge 3.2: Fix PyUnicode_AsWideCharString() doc
Victor Stinner
2011-09-06
1
-5/+5
|
\
\
\
|
|
/
/
|
*
|
Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character
Victor Stinner
2011-09-06
1
-5/+5
*
|
|
#9200: merge with 3.2.
Ezio Melotti
2011-08-22
1
-41/+51
|
\
\
\
|
|
/
/
|
*
|
#9200: The str.is* methods now work with strings that contain non-BMP charact...
Ezio Melotti
2011-08-22
1
-41/+60
*
|
|
merge 3.2
Benjamin Peterson
2011-08-18
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
the named of the character is actually NUL
Benjamin Peterson
2011-08-18
1
-1/+1
*
|
|
merge 3.2
Benjamin Peterson
2011-08-18
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
NUL -> NULL
Benjamin Peterson
2011-08-18
1
-1/+1
*
|
|
#12266: merge with 3.2.
Ezio Melotti
2011-08-15
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
1
-2/+2
*
|
|
merge 3.2 (#12732)
Benjamin Peterson
2011-08-13
1
-8/+23
|
\
\
\
|
|
/
/
|
*
|
in narrow builds, make sure to test codepoints as identifier characters (clos...
Benjamin Peterson
2011-08-13
1
-8/+23
*
|
|
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-11
1
-6/+3
*
|
|
merge from 3.2 - Fix closes Issue12621 - Fix docstrings of find and rfind met...
Senthil Kumaran
2011-07-27
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/byt...
Senthil Kumaran
2011-07-27
1
-2/+2
*
|
|
Issue #9642: Uniformize the tests on the availability of the mbcs codec
Victor Stinner
2011-07-04
1
-6/+6
*
|
|
merge from 3.2
Senthil Kumaran
2011-07-04
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
Fix closes issue12471 - wrong TypeError message when '%i' format spec was used.
Senthil Kumaran
2011-07-04
1
-3/+1
|
*
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-7/+22
*
|
|
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner
2011-04-26
1
-7/+22
*
|
|
#6780: merge with 3.2.
Ezio Melotti
2011-04-26
1
-3/+10
|
\
\
\
|
|
/
/
|
*
|
#6780: merge with 3.1.
Ezio Melotti
2011-04-26
1
-3/+10
|
|
\
\
|
|
|
/
|
|
*
#6780: fix starts/endswith error message to mention that tuples are accepted ...
Ezio Melotti
2011-04-26
1
-7/+14
*
|
|
MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...
Jesus Cea
2011-04-20
1
-19/+16
|
\
\
\
|
|
/
/
|
*
|
MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...
Jesus Cea
2011-04-20
1
-19/+16
|
|
\
\
|
|
|
/
|
|
*
startswith and endswith don't accept None as slice index. Patch by Torsten Be...
Jesus Cea
2011-04-20
1
-19/+16
|
|
*
Merged revisions 86277 via svnmerge from
Eric Smith
2010-11-06
1
-2/+3
|
|
*
Merged revisions 81936 via svnmerge from
Georg Brandl
2010-10-17
1
-1/+2
|
|
*
Merged revisions 84394 via svnmerge from
Antoine Pitrou
2010-09-01
1
-27/+26
[prev]
[next]