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
/
Modules
/
_codecsmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 3739: The unicode-internal encoder now reports the number of *characters*
Walter Dörwald
2009-05-06
1
-1/+1
*
#5496: fix docstring of lookup().
Georg Brandl
2009-03-15
1
-1/+1
*
Docstring typo.
Andrew M. Kuchling
2008-10-03
1
-1/+1
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
1
-149/+118
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-11/+11
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-11/+11
*
The incremental decoder for utf-7 must preserve its state between calls.
Amaury Forgeot d'Arc
2007-11-20
1
-6/+13
*
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
Walter Dörwald
2007-08-17
1
-0/+204
*
Document that codecs.lookup() returns a CodecInfo object.
Walter Dörwald
2007-07-19
1
-4/+5
*
Klocwork made another run and found a bunch more problems.
Neal Norwitz
2006-08-12
1
-1/+2
*
Correction of patch #1455898: In the mbcs decoder, set final=False
Martin v. Löwis
2006-08-02
1
-1/+1
*
Patch #1455898: Incremental mode for "mbcs" codec.
Martin v. Löwis
2006-06-14
1
-5/+10
*
Patch #1359618: Speed-up charmap encoder.
Martin v. Löwis
2006-06-04
1
-0/+10
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-51/+15
*
Explain why 'consumed' is initialized.
Martin v. Löwis
2006-05-27
1
-8/+4
*
Fix more ssize_t issues.
Martin v. Löwis
2006-04-22
1
-3/+3
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-23/+48
*
Whitespace cleanup.
Walter Dörwald
2005-11-02
1
-27/+27
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
1
-2/+2
*
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis
2005-03-08
1
-0/+14
*
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
Walter Dörwald
2004-09-07
1
-24/+57
*
Change some declarations from ``char *`` to ``const char *``. Also added
Brett Cannon
2004-07-10
1
-6/+8
*
Add generic codecs.encode() and .decode() APIs that don't impose
Marc-André Lemburg
2004-07-10
1
-4/+72
*
Fix for [ 543344 ] Interpreter crashes when recoding; suggested
Marc-André Lemburg
2003-02-04
1
-1/+3
*
Add docstrings to register, lookup, register_error
Walter Dörwald
2002-10-31
1
-4/+36
*
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald
2002-09-02
1
-0/+28
*
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis
2002-08-14
1
-1/+45
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
1
-5/+5
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-29/+29
*
Patch #435971: UTF-7 codec by Brian Quinlan.
Marc-André Lemburg
2001-09-20
1
-0/+42
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-0/+4
*
experimental UCS-4 support: don't assume that MS_WIN32 implies
Fredrik Lundh
2001-06-26
1
-3/+3
*
Fix for bug [ #433047 ] missing args to PyArg_ParseTuple
Marc-André Lemburg
2001-06-17
1
-2/+2
*
Added a true unicode_internal_encode function and fixed the
Marc-André Lemburg
2000-09-21
1
-9/+43
*
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum
2000-08-03
1
-1/+1
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1/+1
*
Modified the encode interfaces of all builtin codecs to accept
Marc-André Lemburg
2000-07-05
1
-50/+105
*
Marc-Andre Lemburg:
Guido van Rossum
2000-03-28
1
-0/+46
*
Internal module _codecs -- Provides access to the codec registry and
Guido van Rossum
2000-03-10
1
-0/+529