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
/
Python
/
codecs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang
2003-12-29
1
-2/+20
*
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer
2003-03-19
1
-84/+65
*
Patch for bug reported in patch #686627: import race condition in
Marc-André Lemburg
2003-02-14
1
-1/+1
*
Properly compute array size even for --disable-unicode.
Martin v. Löwis
2002-11-21
1
-1/+1
*
Fix PEP 293 related problems with --disable-unicode builds
Walter Dörwald
2002-11-21
1
-0/+6
*
Add encoding name in LookupError. Fixes #615013. Will backport to 2.2.
Martin v. Löwis
2002-09-26
1
-2/+2
*
Check string for NULL before using it to format the error message.
Walter Dörwald
2002-09-02
1
-3/+6
*
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald
2002-09-02
1
-0/+399
*
Fix bug [ 549731 ] Unicode encoders appears to leak references.
Mark Hammond
2002-07-18
1
-4/+10
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
1
-3/+0
*
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum
2000-08-03
1
-1/+1
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-3/+3
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-2/+2
*
Include limits.h if we have it.
Jack Jansen
2000-07-03
1
-0/+3
*
Change the loop index in normalizestring() to size_t too, to avoid a
Guido van Rossum
2000-06-29
1
-1/+1
*
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum
2000-06-28
1
-2/+7
*
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake
2000-05-09
1
-9/+5
*
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum
2000-04-05
1
-5/+16
*
Marc-Andre Lemburg: Error reporting in the codec registry and lookup
Guido van Rossum
2000-03-31
1
-12/+46
[next]