4219 Commits (ceceaa00bab93bfd8b0035e4ad482bba74ae4f8e)

Author SHA1 Message Date
Victor Stinner ceceaa00ba Issue #18408: Fix _Py_DisplaySourceLine() 13 years ago
Victor Stinner 7eab0d000c Issue #18408: Fix PyEval_EvalFrameEx() for MemoryError 13 years ago
Brett Cannon a79e4fb38d Issue #18342: Use the repr of a module name for ``from ... import 13 years ago
Brett Cannon f0cb69274c Issue #18415: Normalize what type of quotes are used with string 13 years ago
Victor Stinner fb3a630001 Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now 13 years ago
Victor Stinner 365b693adc Issue #18408: ceval.c: in debug mode, convert the PyErr_Occurred() check on 13 years ago
Victor Stinner cc35159ed8 Issue #18408: normalizestring() now raises MemoryError on memory allocation failure 13 years ago
Victor Stinner 6b64a6803e Issue #18408: Fix compiler_import() to handle PyUnicode_Substring() failure properly 13 years ago
Victor Stinner 9a4fb66966 Issue #18408: ste_new() initialize all attributes before handling error 13 years ago
Serhiy Storchaka 3641a74e1c Issue #17872: Fix a segfault in marshal.load() when input stream returns 13 years ago
Serhiy Storchaka dfde2151ed Fix reference leaks introduced by the patch for issue #5308. 13 years ago
Christian Heimes 7ce57d67c9 Issue #18426: improve exception message. Courtesy of Amaury 13 years ago
Christian Heimes 848ee099f5 Issue #18426: Fix NULL pointer dereference in C extension import when 13 years ago
R David Murray 87ead1138d #18424: PEP8ify the tense of the sum docstring. 13 years ago
Victor Stinner aaa8ed8b84 Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when 13 years ago
Victor Stinner e0af3a802a Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation 13 years ago
Victor Stinner 0ff0f54dd4 Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure 13 years ago
Victor Stinner 3a8b79d4d2 Issue #18408: Fix marshal reader for Unicode strings: handle 13 years ago
Victor Stinner 49fc8ece81 Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() 13 years ago
Victor Stinner c6632e7eb4 Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects 13 years ago
Victor Stinner 80aa565fb4 Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks 13 years ago
Victor Stinner 65bf9cf26f Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar() 13 years ago
Victor Stinner 1a7425f67a Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization 13 years ago
Victor Stinner 51fa458d0a Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to 13 years ago
Brett Cannon a53cca3fea Issue #18351: Fix various issues with 13 years ago
Brett Cannon 0075110ab2 Issue #18364: Stop using the ImportError._not_found hack. 13 years ago
Brett Cannon 679ecb565b Issue #15767: back out 8a0ed9f63c6e, finishing the removal of 13 years ago
Brett Cannon 82da8886cc Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError 13 years ago
Christian Heimes b9dbc7d6e1 Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the 13 years ago
Raymond Hettinger 4d6018fe45 Issue 18111: Add a default argument to min() and max() 13 years ago
Victor Stinner 14b9b11098 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. 13 years ago
Victor Stinner 7b2513589f Issue #9566: pystrtod.c: Fix a compiler warnings on Windows x64 13 years ago
Victor Stinner 76d38502e4 Issue #9566: Fix a compiler warning on Windows x64 13 years ago
Christian Heimes 582cfbbf74 import.c does neither need mode_t nor _mkdir() anymore 13 years ago
Victor Stinner 2f084ecfe7 Issue #18137: Detect integer overflow on precision in float.__format__() and 13 years ago
Victor Stinner f1913ca37f marshal: optimize parsing of empty Unicode strings 13 years ago
Andrew Kuchling c61b913078 #13226: update references from ctypes/DLFCN modules to os module 13 years ago
Antoine Pitrou 9a00e0a41c Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. 13 years ago
Brett Cannon 1d75382e81 Fix a misnaming of a method and an argument 13 years ago
Brett Cannon f24fecd4ac Issue #18076: Introduce imoportlib.util.decode_source(). 13 years ago
Brett Cannon f4375ef4d4 importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and 13 years ago
Brett Cannon 01b0475b08 Issue #18115: Abstract out managing the cleanup of modules to use in 13 years ago
Brett Cannon 13d8ff9c5b Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader 13 years ago
Brett Cannon a3c96154d2 Issue #17907: touch up the code for imp.new_module(). 13 years ago
Brett Cannon 05a647deed Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the 13 years ago
Brett Cannon 8f5ac5106e Issue #15767: Touch up ModuleNotFoundError usage by import. 13 years ago
Brett Cannon b1611e2772 Issue #15767: Introduce ModuleNotFoundError, a subclass of 13 years ago
Richard Oudkerk 409f90237c Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows(). 13 years ago
Brett Cannon 4e694d6fa9 tweak exception message (again) 13 years ago
Victor Stinner 9550ef30e3 Issue #9566: Fix compilater warnings on Windows 64-bit 13 years ago