- 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
- c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 10 years ago
- 14e10a1 Issue #24102: Fixed exception type checking in standard error handlers. by Serhiy Storchaka · 10 years ago
- fb7c380 Fixed compilation error introduced in 3f7519f633ed (issue #22518). by Serhiy Storchaka · 11 years ago
- d524922 Issue #22518: Fixed integer overflow issues in "backslashreplace" and by Serhiy Storchaka · 11 years ago
- 7d96a09 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 11 years ago
- a9885e9 Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" by Serhiy Storchaka · 12 years ago
- e822b03 Issue #15866: The xmlcharrefreplace error handler no more produces two XML by Serhiy Storchaka · 12 years ago
- 4cfae02 Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. by Antoine Pitrou · 14 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
- f4ffae2 #7035: improve docs of the various <method>_errors() functions, and give them docstrings. by Georg Brandl · 16 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
- e6a1cb9 Bug #1511381: codec_getstreamcodec() in codec.c is corrected to by Hye-Shik Chang · 19 years ago
- 237bf40 Fix a warning on alpha by Neal Norwitz · 19 years ago
- 6685128 Fix more ssize_t issues. by Martin v. Löwis · 19 years ago
- b1ed7fa Replace INT_MAX with PY_SSIZE_T_MAX. by Martin v. Löwis · 19 years ago
- ba8e180 Release codecs variable earlier. by Walter Dörwald · 19 years ago
- d53850a Fix wrong argument format in PyCodec_IncrementalEncoder() and by Walter Dörwald · 19 years ago
- abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
- bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
- f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
- 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
- 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 20 years ago
- 739a8f8 Fix a couple of signed/unsigned comparison warnings by Neal Norwitz · 21 years ago
- e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 21 years ago
- 7db07e6 Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. by Hye-Shik Chang · 22 years ago
- 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 22 years ago
- 9cac1c4 Patch for bug reported in patch #686627: import race condition in by Marc-André Lemburg · 22 years ago
- ba2cf07 Properly compute array size even for --disable-unicode. by Martin v. Löwis · 23 years ago
- bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 23 years ago
- eb42b02 Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. by Martin v. Löwis · 23 years ago
- f7bcd1d Check string for NULL before using it to format the error message. by Walter Dörwald · 23 years ago
- 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 23 years ago
- e21262c Fix bug [ 549731 ] Unicode encoders appears to leak references. by Mark Hammond · 23 years ago
- d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 25 years ago
- 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 25 years ago
- f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 25 years ago
- 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 25 years ago
- 41aa8e5 Include limits.h if we have it. by Jack Jansen · 25 years ago
- 3383113 Change the loop index in normalizestring() to size_t too, to avoid a by Guido van Rossum · 25 years ago
- 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 25 years ago
- 766de83 M.-A. Lemburg <mal@lemburg.com>: Moved some docs to the include file. by Fred Drake · 25 years ago
- 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 25 years ago
- b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 25 years ago
- 5ba3c84 Marc-Andre Lemburg: by Guido van Rossum · 25 years ago
- 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 25 years ago
- feee4b9 Python Codec Registry and support functions, written by Marc-Andre Lemburg. by Guido van Rossum · 25 years ago