index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
codecs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
#16336: merge with 3.2.
Ezio Melotti
2012-11-03
1
-4
/
+4
|
\
|
*
#16336: fix input checking in the surrogatepass error handler. Patch by Serh...
Ezio Melotti
2012-11-03
1
-4
/
+4
*
|
merge with 3.2
Philip Jenvey
2012-10-26
1
-3
/
+4
|
\
\
|
|
/
|
*
bounds check for bad data (thanks amaury)
Philip Jenvey
2012-10-26
1
-3
/
+4
*
|
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Victor Stinner
2012-04-27
1
-4
/
+6
*
|
Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...
Antoine Pitrou
2012-01-18
1
-9
/
+0
|
\
\
|
|
/
|
*
Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...
Antoine Pitrou
2012-01-18
1
-9
/
+0
*
|
PyCodec_IgnoreErrors() avoids the deprecated "u#" format
Victor Stinner
2011-12-01
1
-2
/
+1
*
|
Avoid the Py_UNICODE type in codecs.c
Victor Stinner
2011-11-04
1
-4
/
+11
*
|
PyCodec_XMLCharRefReplaceError(): Remove unused variable
Victor Stinner
2011-11-04
1
-2
/
+2
*
|
Fix C89 incompatibility.
Martin v. Löwis
2011-11-04
1
-1
/
+1
*
|
Port error handlers from Py_UNICODE indexing to code point indexing.
Martin v. Löwis
2011-11-04
1
-77
/
+46
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-2
/
+2
*
|
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner
2011-10-14
1
-12
/
+12
*
|
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis
2011-10-10
1
-2
/
+4
*
|
PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result
Victor Stinner
2011-10-02
1
-2
/
+3
*
|
Use the new Py_ARRAY_LENGTH macro
Victor Stinner
2011-09-29
1
-1
/
+1
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-24
/
+20
|
/
*
Issue #1813: Fix codec lookup under Turkish locales.
Antoine Pitrou
2011-07-24
1
-1
/
+1
*
Merged revisions 84655 via svnmerge from
Antoine Pitrou
2010-09-09
1
-6
/
+20
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-522
/
+522
*
Merged revisions 75797 via svnmerge from
Georg Brandl
2009-10-27
1
-5
/
+17
*
Rename utf8b error handler to surrogateescape.
Martin v. Löwis
2009-05-10
1
-6
/
+6
*
Rename the surrogates error handler to surrogatepass.
Martin v. Löwis
2009-05-10
1
-6
/
+6
*
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis
2009-05-05
1
-0
/
+89
*
Make PyCodec_SurrogateErrors static.
Martin v. Löwis
2009-05-02
1
-1
/
+4
*
Issue #3672: Reject surrogates in utf-8 codec; add surrogates error
Martin v. Löwis
2009-05-02
1
-0
/
+92
*
Issue 3723: Fixed initialization of subinterpreters
Christian Heimes
2008-10-30
1
-0
/
+1
*
Move the codec decode type checks to bytes/bytearray.decode().
Marc-André Lemburg
2008-06-06
1
-20
/
+25
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-2
/
+2
*
Renamed PyBytes to PyByteArray
Christian Heimes
2008-05-26
1
-2
/
+2
*
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
Christian Heimes
2008-01-03
1
-1
/
+1
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-1
/
+1
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-25
/
+37
*
This is the uncontroversial half of patch 1263 by Thomas Lee:
Guido van Rossum
2007-10-19
1
-8
/
+12
*
Handle error
Neal Norwitz
2007-08-11
1
-1
/
+4
*
Revert 55876. Use PyUnicode_AsEncodedString instead.
Martin v. Löwis
2007-06-12
1
-17
/
+0
*
Short-cut lookup of utf-8 codec, to make import work
Martin v. Löwis
2007-06-11
1
-0
/
+17
*
Change PyErr_Format() to generate a unicode string (by using
Walter Dörwald
2007-05-25
1
-12
/
+7
*
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum
2007-05-03
1
-6
/
+0
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3
/
+6
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2
/
+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-103
/
+62
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-0
/
+50
*
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon
2006-03-01
1
-3
/
+2
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-1
/
+1
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-14
/
+14
*
Fix a few more ref leaks. Backport candidate
Neal Norwitz
2005-11-24
1
-3
/
+3
*
Fix a couple of signed/unsigned comparison warnings
Neal Norwitz
2004-07-08
1
-1
/
+1
*
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin
2004-03-24
1
-5
/
+5
[next]