Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9588d998d593f165403dd9f105b55aa2489ce47c
/
Modules
/
_codecsmodule.c
a7fb408
Issue 3739: The unicode-internal encoder now reports the number of *characters*
by Walter Dörwald
· 16 years ago
4c95e09
#5496: fix docstring of lookup().
by Georg Brandl
· 16 years ago
658c45f
Docstring typo.
by Andrew M. Kuchling
· 16 years ago
f91d46a
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by Martin v. Löwis
· 16 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 16 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
5087980
The incremental decoder for utf-7 must preserve its state between calls.
by Amaury Forgeot d'Arc
· 17 years ago
6e39080
Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.
by Walter Dörwald
· 17 years ago
219336a
Document that codecs.lookup() returns a CodecInfo object.
by Walter Dörwald
· 17 years ago
6f5ff3f
Klocwork made another run and found a bunch more problems.
by Neal Norwitz
· 18 years ago
961b91b
Correction of patch #1455898: In the mbcs decoder, set final=False
by Martin v. Löwis
· 18 years ago
d825143
Patch #1455898: Incremental mode for "mbcs" codec.
by Martin v. Löwis
· 18 years ago
3f76779
Patch #1359618: Speed-up charmap encoder.
by Martin v. Löwis
· 18 years ago
96a8c39
Make use of METH_O and METH_NOARGS where possible.
by Georg Brandl
· 18 years ago
d532ba0
Explain why 'consumed' is initialized.
by Martin v. Löwis
· 18 years ago
6685128
Fix more ssize_t issues.
by Martin v. Löwis
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
9fd115c
Whitespace cleanup.
by Walter Dörwald
· 19 years ago
a47d1c0
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
by Walter Dörwald
· 19 years ago
e2713be
Build with --disable-unicode again. Fixes #1158607. Will backport to 2.4.
by Martin v. Löwis
· 20 years ago
6965203
SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
by Walter Dörwald
· 20 years ago
3e377de
Change some declarations from ``char *`` to ``const char *``. Also added
by Brett Cannon
· 20 years ago
3f41974
Add generic codecs.encode() and .decode() APIs that don't impose
by Marc-André Lemburg
· 20 years ago
29273c8
Fix for [ 543344 ] Interpreter crashes when recoding; suggested
by Marc-André Lemburg
· 22 years ago
0ae2981
Add docstrings to register, lookup, register_error
by Walter Dörwald
· 22 years ago
3aeb632
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
by Walter Dörwald
· 22 years ago
8a8da79
Patch #505705: Remove eval in pickle and cPickle.
by Martin v. Löwis
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
6238d2b
Patch #569753: Remove support for WIN16.
by Martin v. Löwis
· 22 years ago
43b936d
Patch #477750: Use METH_ constants in Modules.
by Martin v. Löwis
· 23 years ago
c60e6f7
Patch #435971: UTF-7 codec by Brian Quinlan.
by Marc-André Lemburg
· 23 years ago
339d0f7
Patch #445762: Support --disable-unicode
by Martin v. Löwis
· 23 years ago
3083163
experimental UCS-4 support: don't assume that MS_WIN32 implies
by Fredrik Lundh
· 23 years ago
4157dd5
Fix for bug [ #433047 ] missing args to PyArg_ParseTuple
by Marc-André Lemburg
· 23 years ago
b425f5e
Added a true unicode_internal_encode function and fixed the
by Marc-André Lemburg
· 24 years ago
16b1ad9
Changing the CNRI copyright notice according to CNRI's instructions.
by Guido van Rossum
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
5f0e29e
Modified the encode interfaces of all builtin codecs to accept
by Marc-André Lemburg
· 24 years ago
24bdb04
Marc-Andre Lemburg:
by Guido van Rossum
· 25 years ago
e2d67f9
Internal module _codecs -- Provides access to the codec registry and
by Guido van Rossum
· 25 years ago