- 5126df6 Remove obsolete py3k comment. by Florent Xicluna · 13 years ago
- 1659b83 Followup to a541bda2f5e2: Add a short comment. by Charles-François Natali · 13 years ago
- 7c0b0cc Issue #11051: Reduce the number of syscalls per import. by Charles-François Natali · 13 years ago
- 47862d4 Issue #9530: Fix undefined behaviour due to signed overflow in Python/formatter_unicode.c. by Mark Dickinson · 13 years ago
- ee45009 PyCodec_IgnoreErrors() avoids the deprecated "u#" format by Victor Stinner · 13 years ago
- 39a73a4 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
- 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
- 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
- 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
- 86a36b5 PEP 3155 / issue #13448: Qualified name for classes and functions. by Antoine Pitrou · 13 years ago
- 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 13 years ago
- 5e8f810 Issue #13436: commit regenerated Python-ast.c by Amaury Forgeot d'Arc · 13 years ago
- 23b0b92 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
- a233df8 Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the by Charles-François Natali · 13 years ago
- 63ab875 Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide by Victor Stinner · 13 years ago
- 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
- 9e30aa5 Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() by Victor Stinner · 13 years ago
- 3335447 Check for PyUnicode_AS_UNICODE() failure by Victor Stinner · 13 years ago
- e251d6d print_exception() uses PyUnicode_GetLength() instead of PyUnicode_GetSize() by Victor Stinner · 13 years ago
- f34a0cd Issue #10227: Add an allocation cache for a single slice object. by Antoine Pitrou · 13 years ago
- ee587ea Catch PyUnicode_AS_UNICODE() errors in fileutils.c by Victor Stinner · 13 years ago
- 1f79517 Catch PyUnicode_AS_UNICODE() errors by Victor Stinner · 13 years ago
- 8ad982c Use PyUnicode_FromFormat() to create the temporary file name. by Antoine Pitrou · 13 years ago
- 1d8f3f4 Fix regression under Windows following b75b41237380 (from issue #13392) by Antoine Pitrou · 13 years ago
- 28e401e Issue #13392: Writing a pyc file should now be atomic under Windows as well. by Antoine Pitrou · 13 years ago
- 0c929d9 Issue #13303: Fix bytecode file default permission. by Charles-François Natali · 13 years ago
- d10759f Make _PyUnicode_FromId return borrowed references. by Martin v. Löwis · 13 years ago
- 50add04 quote the type name for improved readability by Philip Jenvey · 13 years ago
- 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
- 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
- 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
- 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
- c06bb7a Avoid the Py_UNICODE type in codecs.c by Victor Stinner · 13 years ago
- b31f1bc PyCodec_XMLCharRefReplaceError(): Remove unused variable by Victor Stinner · 13 years ago
- 8ba7930 Fix C89 incompatibility. by Martin v. Löwis · 13 years ago
- b09af03 Port error handlers from Py_UNICODE indexing to code point indexing. by Martin v. Löwis · 13 years ago
- e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
- 5df1108 Add signatures to the docstring of functions added to imp by PEP 3147 by Éric Araujo · 13 years ago
- 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
- 4d46c2a Remove unused variable. by Florent Xicluna · 13 years ago
- de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
- e695eec Issue #13303: Fix a race condition in the bytecode file creation. by Charles-François Natali · 13 years ago
- f4afa43 Issue #13226: Update sys.setdlopenflags() docstring by Victor Stinner · 13 years ago
- f45dee9 Port import_module_level to Unicode API. by Martin v. Löwis · 13 years ago
- 6fbbc33 Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
- 796ea53 Port PyImport_ReloadModule to Unicode API. by Martin v. Löwis · 13 years ago
- 908ae24 Merge 3.2 (linked to issue #1294232) by Florent Xicluna · 13 years ago
- b528fcf Fix test_imp failure under Windows by Antoine Pitrou · 13 years ago
- 9af29d3 Rewrite find_module_path using unicode API. by Martin v. Löwis · 13 years ago
- 2cc0cc5 Fix off-by-one error. by Martin v. Löwis · 13 years ago
- fadcd31 Drop unused macros. Use CACHEDIR consistently. by Martin v. Löwis · 13 years ago
- 8a0ef78 Rewrite make_source_pathname using Unicode API. by Martin v. Löwis · 13 years ago
- 30260a7 Add ready checks for make_compiled_pathname. by Martin v. Löwis · 13 years ago
- 2db7286 Reformulate make_compiled_pathname in terms of unicode objects. by Martin v. Löwis · 13 years ago
- 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 13 years ago
- 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
- 9ea8e4c Instantiate the OS-related exception as soon as we raise it, so that "except" by Victor Stinner · 13 years ago
- 707033a Issue #13146: Writing a pyc file is now atomic under POSIX. by Antoine Pitrou · 13 years ago
- 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
- bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
- f5cff56 Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 by Victor Stinner · 13 years ago
- 9d663d0 convertsimple(): "str without bytes" => "str without characters" by Victor Stinner · 13 years ago
- 5d6fbe8 Instantiate the OS-related exception as soon as we raise it, so that by Antoine Pitrou · 13 years ago
- 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
- 8c98189 Fix typo in import.c by Victor Stinner · 13 years ago
- c4f281e Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead by Victor Stinner · 13 years ago
- beac78b Use PyUnicode_AsUnicodeAndSize() instead of PyUnicode_GET_SIZE() by Victor Stinner · 13 years ago
- 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
- afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
- c47adb0 Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE. by Martin v. Löwis · 13 years ago
- 46084ba Fix find_module_path(): make the string ready by Victor Stinner · 13 years ago
- b62a7b2 Fix _warnings.c: make the filename string ready by Victor Stinner · 13 years ago
- fb9ea8c Don't check for the maximum character when copying from unicodeobject.c by Victor Stinner · 13 years ago
- a336de7 traceback: fix dump_ascii() for string with kind=PyUnicode_WCHAR_KIND by Victor Stinner · 13 years ago
- c3cec78 Add asciilib: similar to ucs1, ucs2 and ucs4 library, but specialized to ASCII by Victor Stinner · 13 years ago
- e1335c7 Fix usage og PyUnicode_READY() by Victor Stinner · 13 years ago
- d2a915d ceval.c: restore str+=str optimization by Victor Stinner · 13 years ago
- 67002af Check error when calling PyUnicode_AppendAndDel() by Victor Stinner · 13 years ago
- 1a15aba PyCodec_ReplaceErrors() uses "C" format instead of "u#" to build result by Victor Stinner · 13 years ago
- 014cc42 remove unused label by Benjamin Peterson · 13 years ago
- 0b1d348 Issue 13085: Fix some memory leaks. Patch by Stefan Krah. by Martin v. Löwis · 13 years ago
- 811c2f1 remove "fast-path" for (i)adding strings by Benjamin Peterson · 13 years ago
- bec0fda Remove commented code: str+=str is no more super-optimized by Victor Stinner · 13 years ago
- d9c563e modsupport.c reuses Py_UNICODE_strlen() by Victor Stinner · 13 years ago
- 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
- 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
- fd85c3a fill_number() and format_string_internal() check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
- dba2dee fill_number() ensures that the 'digits' string is ready by Victor Stinner · 13 years ago
- afbaa20 fill_char() can now propagate an error by Victor Stinner · 13 years ago
- 6c7a52a Check for PyUnicode_CopyCharacters() failure by Victor Stinner · 13 years ago
- 4cb0de2 Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY"). by Georg Brandl · 13 years ago
- d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
- a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
- 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
- 472d280 Issue #13002: Fix Visual Studio warning (not enough actual parameters). by Stefan Krah · 13 years ago
- a80b14c - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
- 916048d - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for by Barry Warsaw · 13 years ago
- 9561d7c import.c: remove now useless arbitrary limit by Victor Stinner · 13 years ago
- 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
- 1619132 Fix the import machinery if there is an error on sys.path or sys.meta_path by Victor Stinner · 13 years ago