1. 63ab875 Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide by Victor Stinner · 13 years ago
  2. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  3. 9e30aa5 Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() by Victor Stinner · 13 years ago
  4. 3335447 Check for PyUnicode_AS_UNICODE() failure by Victor Stinner · 13 years ago
  5. e251d6d print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize() by Victor Stinner · 13 years ago
  6. f34a0cd Issue #10227: Add an allocation cache for a single slice object. by Antoine Pitrou · 13 years ago
  7. ee587ea Catch PyUnicode_AS_UNICODE() errors in fileutils.c by Victor Stinner · 13 years ago
  8. 1f79517 Catch PyUnicode_AS_UNICODE() errors by Victor Stinner · 13 years ago
  9. 8ad982c Use PyUnicode_FromFormat() to create the temporary file name. by Antoine Pitrou · 13 years ago
  10. 1d8f3f4 Fix regression under Windows following b75b41237380 (from issue #13392) by Antoine Pitrou · 13 years ago
  11. 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 13 years ago
  12. 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 13 years ago
  13. d10759f Make _PyUnicode_FromId return borrowed references. by Martin v. Löwis · 13 years ago
  14. 50add04 quote the type name for improved readability by Philip Jenvey · 13 years ago
  15. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  16. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  17. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  18. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  19. c06bb7a Avoid the Py_UNICODE type in codecs.c by Victor Stinner · 13 years ago
  20. b31f1bc PyCodec_XMLCharRefReplaceError(): Remove unused variable by Victor Stinner · 13 years ago
  21. 8ba7930 Fix C89 incompatibility. by Martin v. Löwis · 13 years ago
  22. b09af03 Port error handlers from Py_UNICODE indexing to code point indexing. by Martin v. Löwis · 13 years ago
  23. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  24. 5df1108 Add signatures to the docstring of functions added to imp by PEP 3147 by Éric Araujo · 13 years ago
  25. 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  26. 4d46c2a Remove unused variable. by Florent Xicluna · 13 years ago
  27. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  28. e695eec Issue #13303: Fix a race condition in the bytecode file creation. by Charles-François Natali · 13 years ago
  29. f4afa43 Issue #13226: Update sys.setdlopenflags() docstring by Victor Stinner · 13 years ago
  30. f45dee9 Port import_module_level to Unicode API. by Martin v. Löwis · 13 years ago
  31. 6fbbc33 Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  32. 796ea53 Port PyImport_ReloadModule to Unicode API. by Martin v. Löwis · 13 years ago
  33. 908ae24 Merge 3.2 (linked to issue #1294232) by Florent Xicluna · 13 years ago
  34. b528fcf Fix test_imp failure under Windows by Antoine Pitrou · 13 years ago
  35. 9af29d3 Rewrite find_module_path using unicode API. by Martin v. Löwis · 13 years ago
  36. 2cc0cc5 Fix off-by-one error. by Martin v. Löwis · 13 years ago
  37. fadcd31 Drop unused macros. Use CACHEDIR consistently. by Martin v. Löwis · 13 years ago
  38. 8a0ef78 Rewrite make_source_pathname using Unicode API. by Martin v. Löwis · 13 years ago
  39. 30260a7 Add ready checks for make_compiled_pathname. by Martin v. Löwis · 13 years ago
  40. 2db7286 Reformulate make_compiled_pathname in terms of unicode objects. by Martin v. Löwis · 13 years ago
  41. 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 13 years ago
  42. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  43. 9ea8e4c Instantiate the OS-related exception as soon as we raise it, so that "except" by Victor Stinner · 13 years ago
  44. 707033a Issue #13146: Writing a pyc file is now atomic under POSIX. by Antoine Pitrou · 13 years ago
  45. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  46. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  47. f5cff56 Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 by Victor Stinner · 13 years ago
  48. 9d663d0 convertsimple(): "str without bytes" => "str without characters" by Victor Stinner · 13 years ago
  49. 5d6fbe8 Instantiate the OS-related exception as soon as we raise it, so that by Antoine Pitrou · 13 years ago
  50. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  51. 8c98189 Fix typo in import.c by Victor Stinner · 13 years ago
  52. c4f281e Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead by Victor Stinner · 13 years ago
  53. beac78b Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE() by Victor Stinner · 13 years ago
  54. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  55. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  56. c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
  57. 46084ba Fix find_module_path(): make the string ready by Victor Stinner · 13 years ago
  58. b62a7b2 Fix _warnings.c: make the filename string ready by Victor Stinner · 13 years ago
  59. fb9ea8c Don't check for the maximum character when copying from unicodeobject.c by Victor Stinner · 13 years ago
  60. a336de7 traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
  61. c3cec78 Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII by Victor Stinner · 13 years ago
  62. e1335c7 Fix usage og PyUnicode_READY() by Victor Stinner · 13 years ago
  63. d2a915d ceval.c: restore str+=str optimization by Victor Stinner · 13 years ago
  64. 67002af Check error when calling PyUnicode_AppendAndDel() by Victor Stinner · 13 years ago
  65. 1a15aba PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result by Victor Stinner · 13 years ago
  66. 014cc42 remove unused label by Benjamin Peterson · 13 years ago
  67. 0b1d348 Issue 13085: Fix some memory leaks. Patch by Stefan Krah. by Martin v. Löwis · 13 years ago
  68. 811c2f1 remove "fast-path" for (i)adding strings by Benjamin Peterson · 13 years ago
  69. bec0fda Remove commented code: str+=str is no more super-optimized by Victor Stinner · 13 years ago
  70. d9c563e modsupport.c reuses Py_UNICODE_strlen() by Victor Stinner · 13 years ago
  71. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  72. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  73. fd85c3a fill_number() and format_string_internal() check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
  74. dba2dee fill_number() ensures that the 'digits' string is ready by Victor Stinner · 13 years ago
  75. afbaa20 fill_char() can now propagate an error by Victor Stinner · 13 years ago
  76. 6c7a52a Check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
  77. 4cb0de2 Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY"). by Georg Brandl · 13 years ago
  78. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  79. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  80. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  81. 472d280 Issue #13002: Fix Visual Studio warning (not enough actual parameters). by Stefan Krah · 13 years ago
  82. a80b14c - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
  83. 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
  84. 9561d7c import.c: remove now useless arbitrary limit by Victor Stinner · 13 years ago
  85. 84b8e40 Merge 3.2: Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  86. 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago
  87. 6f08f53 Merge 3.2 by Éric Araujo · 13 years ago
  88. 22d80bc Merge 3.2: Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  89. 0af0306 Remove unused variable if Python is build without threads by Victor Stinner · 13 years ago
  90. 0224d4e accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  91. ea281a5 include header with PyAST_Validate by Benjamin Peterson · 13 years ago
  92. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  93. e249841 add a asdl bytes type, so Bytes.s be properly typechecked by Benjamin Peterson · 13 years ago
  94. 405f32c plug refleak by Benjamin Peterson · 13 years ago
  95. 4f921c2 bytes -> bytearray by Benjamin Peterson · 13 years ago
  96. ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
  97. 0bbacc6 Branch merge by Éric Araujo · 13 years ago
  98. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  99. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  100. 6c0ba44 Fix style in code added by edba722f3b02 by Éric Araujo · 13 years ago