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
*
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
Serhiy Storchaka
2013-08-20
1
-1/+1
*
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
Serhiy Storchaka
2013-08-06
1
-30/+36
*
Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales.
Antoine Pitrou
2011-07-24
1
-1/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-402/+402
*
#7035: improve docs of the various <method>_errors() functions, and give them...
Georg Brandl
2009-10-22
1
-5/+17
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-5/+5
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-5/+5
*
Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
Hye-Shik Chang
2006-06-23
1
-3/+6
*
Fix a warning on alpha
Neal Norwitz
2006-04-28
1
-1/+1
*
Fix more ssize_t issues.
Martin v. Löwis
2006-04-22
1
-1/+1
*
Replace INT_MAX with PY_SSIZE_T_MAX.
Martin v. Löwis
2006-04-13
1
-5/+5
*
Release codecs variable earlier.
Walter Dörwald
2006-03-18
1
-4/+2
*
Fix wrong argument format in PyCodec_IncrementalEncoder() and
Walter Dörwald
2006-03-16
1
-96/+57
*
Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
Walter Dörwald
2006-03-15
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
*
Marc-Andre Lemburg:
Guido van Rossum
2000-03-24
1
-8/+6
*
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw
2000-03-20
1
-2/+12
*
Python Codec Registry and support functions, written by Marc-Andre
Guido van Rossum
2000-03-10
1
-0/+382