1. 1e58ae4 #16336: merge with 3.3. by Ezio Melotti · 12 years ago
  2. a0b5c46 #16336: merge with 3.2. by Ezio Melotti · 12 years ago
  3. 540da76 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  4. 76df43d Issue #16330: Use surrogate-related macros by Victor Stinner · 12 years ago
  5. 5f9459f merge with 3.2 by Philip Jenvey · 12 years ago
  6. 45c4149 bounds check for bad data (thanks amaury) by Philip Jenvey · 12 years ago
  7. 8f82506 Check newly created consistency using _PyUnicode_CheckConsistency(str, 1) by Victor Stinner · 12 years ago
  8. f0ecdd2 Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 12 years ago
  9. 1b468af Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. by Antoine Pitrou · 12 years ago
  10. ee45009 PyCodec_IgnoreErrors() avoids the deprecated "u#" format by Victor Stinner · 13 years ago
  11. c06bb7a Avoid the Py_UNICODE type in codecs.c by Victor Stinner · 13 years ago
  12. b31f1bc PyCodec_XMLCharRefReplaceError(): Remove unused variable by Victor Stinner · 13 years ago
  13. 8ba7930 Fix C89 incompatibility. by Martin v. Löwis · 13 years ago
  14. b09af03 Port error handlers from Py_UNICODE indexing to code point indexing. by Martin v. Löwis · 13 years ago
  15. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  16. f5cff56 Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 by Victor Stinner · 13 years ago
  17. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  18. 1a15aba PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result by Victor Stinner · 13 years ago
  19. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  20. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  21. cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
  22. e4a1892 Issue #9804: ascii() now always represents unicode surrogate pairs as by Antoine Pitrou · 14 years ago
  23. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  24. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  25. 43c5778 Rename utf8b error handler to surrogateescape. by Martin v. Löwis · 15 years ago
  26. e0a2b72 Rename the surrogates error handler to surrogatepass. by Martin v. Löwis · 15 years ago
  27. 011e842 Issue #5915: Implement PEP 383, Non-decodable Bytes in by Martin v. Löwis · 15 years ago
  28. aef3fb0 Make PyCodec_SurrogateErrors static. by Martin v. Löwis · 15 years ago
  29. db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 15 years ago
  30. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  31. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  32. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  33. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  34. 819b8bf More PyImport_ImportModule -> PyImport_ImportModuleNoBlock by Christian Heimes · 17 years ago
  35. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  36. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  37. 21431e8 This is the uncontroversial half of patch 1263 by Thomas Lee: by Guido van Rossum · 17 years ago
  38. 9edcc2e Handle error by Neal Norwitz · 17 years ago
  39. 427dbff Revert 55876. Use PyUnicode_AsEncodedString instead. by Martin v. Löwis · 17 years ago
  40. 641d5cc Short-cut lookup of utf-8 codec, to make import work on OSX. by Martin v. Löwis · 17 years ago
  41. 573c08c Change PyErr_Format() to generate a unicode string (by using by Walter Dörwald · 17 years ago
  42. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  43. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  44. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  45. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  46. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 18 years ago
  47. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  48. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  49. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  50. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  51. 739a8f8 Fix a couple of signed/unsigned comparison warnings by Neal Norwitz · 20 years ago
  52. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  53. 7db07e6 Fix gcc 3.3 warnings related to Py_UNICODE_WIDE. by Hye-Shik Chang · 21 years ago
  54. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  55. 9cac1c4 Patch for bug reported in patch #686627: import race condition in by Marc-André Lemburg · 21 years ago
  56. ba2cf07 Properly compute array size even for --disable-unicode. by Martin v. Löwis · 22 years ago
  57. bf73db8 Fix PEP 293 related problems with --disable-unicode builds by Walter Dörwald · 22 years ago
  58. eb42b02 Add encoding name in LookupError. Fixes #615013. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  59. f7bcd1d Check string for NULL before using it to format the error message. by Walter Dörwald · 22 years ago
  60. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  61. e21262c Fix bug [ 549731 ] Unicode encoders appears to leak references. by Mark Hammond · 22 years ago
  62. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  63. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  64. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  65. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  66. 41aa8e5 Include limits.h if we have it. by Jack Jansen · 24 years ago
  67. 3383113 Change the loop index in normalizestring() to size_t too, to avoid a by Guido van Rossum · 24 years ago
  68. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  69. 766de83 M.-A. Lemburg <mal@lemburg.com>: Moved some docs to the include file. by Fred Drake · 24 years ago
  70. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  71. b95de4f Marc-Andre Lemburg: Error reporting in the codec registry and lookup by Guido van Rossum · 24 years ago
  72. 5ba3c84 Marc-Andre Lemburg: by Guido van Rossum · 24 years ago
  73. 51ac580 On 17-Mar-2000, Marc-Andre Lemburg said: by Barry Warsaw · 24 years ago
  74. feee4b9 Python Codec Registry and support functions, written by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago