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