- 08 Eki, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
_PyErr_ChainExceptions() function.
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
-
- 10 Şub, 2014 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one.
-
- 07 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are used. Move also _Py_IDENTIFIER() defintions to the top in modified files to remove identifiers duplicated in the same file.
-
- 06 Kas, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
_PyUnicode_CompareWithId() is faster than PyUnicode_CompareWithASCIIString() when both strings are equal and interned. Add also _PyId_builtins identifier for "builtins" common string.
-
Victor Stinner yazdı
instead of creating temporary Unicode string objects Add also more identifiers in pythonrun.c to avoid temporary Unicode string objets for the interactive interpreter.
-
- 12 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 02 Eyl, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 26 Agu, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
filenames anymore on Windows.
-
Victor Stinner yazdı
* Catch PyFile_WriteString() and PyFile_WriteObject() errors * Clear the current exception on _PyObject_GetAttrId() failure * Use PyUnicode_CompareWithASCIIString() and PyFile_WriteObject() instead of _PyUnicode_AsString() and strcmp() to avoid Unicode encoding error. stderr has a more tolerant error handler than utf-8/strict.
-
- 22 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
before PyExc_MemoryError has been initialized by _PyExc_Init()
-
- 17 Tem, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
with an assertion error if they are called with an exception set (PyErr_Occurred()). If these functions are called with an exception set, the exception may be cleared and so the caller looses its exception. Add also assertions to PyEval_CallObjectWithKeywords() and call_function() to check if the function succeed with no exception set, or the function failed with an exception set.
-
Victor Stinner yazdı
-
- 16 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
PyObject_IsSubclass() can fail and raise a new exception!
-
- 11 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
fails with an assertion error
-
- 04 Tem, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 13 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
Forgot to raise ModuleNotFoundError when None is found in sys.modules. This led to introducing the C function PyErr_SetImportErrorSubclass() to make setting ModuleNotFoundError easier. Also updated the reference docs to mention ModuleNotFoundError appropriately. Updated the docs for ModuleNotFoundError to mention the None in sys.modules case. Lastly, it was noticed that PyErr_SetImportError() was not setting an exception when returning None in one case. That issue is now fixed.
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 03 Kas, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Alon Horev with update by Alexey Kachayev.
-
- 19 Nis, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Stefan Behnel.
-
- 18 Nis, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Brian Curtin yazdı
Add INCREFs, fix args->kwargs, and a second args==NULL check was removed, left over from a merger with another function. Instead, checking msg==NULL does what that used to do in a roundabout way.
-
- 17 Nis, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
-
- 13 Nis, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
Currently import does not use these attributes as they are planned for use by importlib (which will be another commit). Thanks to Filip Gruszczyński for the initial patch and Brian Curtin for refining it.
-
- 17 Ara, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
instead of surrogateescape So it would be possible to support more error handlers later.
-
Victor Stinner yazdı
-
- 12 Ara, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 07 Ara, 2011 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
calling sys.setrecursionlimit((1<<31)-1). 2.7 only.
-
- 17 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
works properly. PyErr_SetFromErrnoWithFilenameObject() was already fixed by the changeset 793c75177d28. This commit fixes PyErr_SetExcFromWindowsErrWithFilenameObject(), used on Windows.
-
- 14 Eki, 2011 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 12 Eki, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
"except" works properly.
-
Antoine Pitrou yazdı
-
- 10 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 28 Ara, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
PyErr_SetExcFromWindowsErrWithFilename() decode the filename from the filesystem encoding instead of UTF-8.
-
- 28 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85896 | antoine.pitrou | 2010-10-29 00:56:58 +0200 (ven., 29 oct. 2010) | 4 lines Issue #5437: A preallocated MemoryError instance should not hold traceback data (including local variables caught in the stack trace) alive infinitely. ........
-