index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
codecs.c
Commit message (
Expand
)
Author
Age
*
Fix a couple of signed/unsigned comparison warnings
Neal Norwitz
2004-07-08
*
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin
2004-03-24
*
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
Hye-Shik Chang
2003-12-29
*
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer
2003-03-19
*
Patch for bug reported in patch #686627: import race condition in
Marc-André Lemburg
2003-02-14
*
Properly compute array size even for --disable-unicode.
Martin v. Löwis
2002-11-21
*
Fix PEP 293 related problems with --disable-unicode builds
Walter Dörwald
2002-11-21
*
Add encoding name in LookupError. Fixes #615013. Will backport to 2.2.
Martin v. Löwis
2002-09-26
*
Check string for NULL before using it to format the error message.
Walter Dörwald
2002-09-02
*
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald
2002-09-02
*
Fix bug [ 549731 ] Unicode encoders appears to leak references.
Mark Hammond
2002-07-18
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
*
Changing the CNRI copyright notice according to CNRI's instructions.
Guido van Rossum
2000-08-03
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
*
Include limits.h if we have it.
Jack Jansen
2000-07-03
*
Change the loop index in normalizestring() to size_t too, to avoid a
Guido van Rossum
2000-06-29
*
Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
Guido van Rossum
2000-06-28
*
M.-A. Lemburg <mal@lemburg.com>:
Fred Drake
2000-05-09
*
Marc-Andre's third try at this bulk patch seems to work (except that
Guido van Rossum
2000-04-05
*
Marc-Andre Lemburg: Error reporting in the codec registry and lookup
Guido van Rossum
2000-03-31
*
Marc-Andre Lemburg:
Guido van Rossum
2000-03-24
*
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw
2000-03-20
*
Python Codec Registry and support functions, written by Marc-Andre
Guido van Rossum
2000-03-10