82 Commits (575596e19a8f0be382f08a2dc9190100ff811b97)

Author SHA1 Message Date
Guido van Rossum 21431e85d5 This is the uncontroversial half of patch 1263 by Thomas Lee: 18 years ago
Neal Norwitz 9edcc2e2fd Handle error 19 years ago
Martin v. Löwis 427dbff8f0 Revert 55876. Use PyUnicode_AsEncodedString instead. 19 years ago
Martin v. Löwis 641d5cc6a6 Short-cut lookup of utf-8 codec, to make import work 19 years ago
Walter Dörwald 573c08c1b7 Change PyErr_Format() to generate a unicode string (by using 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Hye-Shik Chang e6a1cb9700 Bug #1511381: codec_getstreamcodec() in codec.c is corrected to 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Neal Norwitz 237bf40746 Fix a warning on alpha 20 years ago
Martin v. Löwis 6685128b97 Fix more ssize_t issues. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Thomas Wouters a977329b6f Merge part of the trunk changes into the p3yk branch. This merges from 43030 20 years ago
Martin v. Löwis b1ed7fac12 Replace INT_MAX with PY_SSIZE_T_MAX. 20 years ago
Walter Dörwald ba8e180f3b Release codecs variable earlier. 20 years ago
Walter Dörwald d53850a2be Fix wrong argument format in PyCodec_IncrementalEncoder() and 20 years ago
Walter Dörwald abb02e5994 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass 20 years ago
Brett Cannon bf36409e2a PEP 352 implementation. Creates a new base class, BaseException, which has an 20 years ago
Thomas Wouters f7f438ba3b SF patch #1438387, PEP 328: relative and absolute imports. 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Neal Norwitz 3715c3e576 Fix a few more ref leaks. Backport candidate 20 years ago
Neal Norwitz 739a8f86d6 Fix a couple of signed/unsigned comparison warnings 22 years ago
Nicholas Bastin e5662aedef Changed random calls to PyThreadState_Get() to use the macro 22 years ago
Hye-Shik Chang 7db07e6972 Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. 22 years ago
Gustavo Niemeyer 5ddd4c3f77 Fixed SF bug #663074. The codec system was using global static 23 years ago
Marc-André Lemburg 9cac1c4574 Patch for bug reported in patch #686627: import race condition in 23 years ago
Martin v. Löwis ba2cf078d2 Properly compute array size even for --disable-unicode. 23 years ago
Walter Dörwald bf73db835a Fix PEP 293 related problems with --disable-unicode builds 23 years ago
Martin v. Löwis eb42b026db Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. 24 years ago
Walter Dörwald f7bcd1d65c Check string for NULL before using it to format the error message. 24 years ago
Walter Dörwald 3aeb632c31 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) 24 years ago
Mark Hammond e21262ca9e Fix bug [ 549731 ] Unicode encoders appears to leak references. 24 years ago
Fred Drake d5fadf75e4 Rationalize use of limits.h, moving the inclusion to Python.h. 26 years ago
Guido van Rossum 16b1ad9c7d Changing the CNRI copyright notice according to CNRI's instructions. 26 years ago
Thomas Wouters f70ef4f860 Mass ANSIfication of function definitions. Doesn't cover all 'extern' 26 years ago
Thomas Wouters 7e47402264 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 26 years ago
Jack Jansen 41aa8e523d Include limits.h if we have it. 26 years ago
Guido van Rossum 338311378e Change the loop index in normalizestring() to size_t too, to avoid a 26 years ago
Guido van Rossum 582acece2e Trent Mick's Win64 changes: size_t vs. int or long; also some overflow 26 years ago
Fred Drake 766de83ab1 M.-A. Lemburg <mal@lemburg.com>: 26 years ago
Guido van Rossum 9e896b37c7 Marc-Andre's third try at this bulk patch seems to work (except that 26 years ago
Guido van Rossum b95de4f847 Marc-Andre Lemburg: Error reporting in the codec registry and lookup 26 years ago
Guido van Rossum 5ba3c843db Marc-Andre Lemburg: 26 years ago
Barry Warsaw 51ac58039f On 17-Mar-2000, Marc-Andre Lemburg said: 26 years ago
Guido van Rossum feee4b994f Python Codec Registry and support functions, written by Marc-Andre 26 years ago