5023 Commits (aa99b8e36594242d7ef2f61cd03a1dd35bd018c8)

Author SHA1 Message Date
Serhiy Storchaka ce41287e99 Issue #18531: Single var-keyword argument of dict subtype was passed 10 years ago
Martin Panter 4c35964b76 Corrections for a/an in code comments and documentation 10 years ago
Serhiy Storchaka 24182a3aaa Restored parameter name "self" since gdb needs exact specific parameter names. 10 years ago
Serhiy Storchaka c2f7d87897 Issue #26932: Fixed support of RTLD_* constants defined as enum values, 10 years ago
Serhiy Storchaka 7a9579c0ce Got rid of redundand "self" parameter declarations. 10 years ago
Serhiy Storchaka df071730bb Regenerate Argument Clinic code for issue #26874. 10 years ago
Berker Peksag ec766d3c15 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError 10 years ago
Zachary Ware 7f227d9087 Issue #26874: Simplify the divmod docstring 10 years ago
Zachary Ware 4d4160af6a Issue #26874: Fix divmod docstring 10 years ago
Stefan Krah 144da4ec85 Issue #22747: Workaround for systems without langinfo.h. 10 years ago
Stefan Krah 1845d144bc Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. 10 years ago
Serhiy Storchaka 79d6e8de9e Issue #26802: Optimized calling a function with *args only positional arguments. 10 years ago
Victor Stinner a858bbde03 Avoid fcntl() if possible in set_inheritable() 10 years ago
Serhiy Storchaka 6a7b3a77b4 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
Martin Panter 6245cb3c01 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 10 years ago
Serhiy Storchaka 23c5cbbdde fs_unicode_converter is no longer used. 10 years ago
Serhiy Storchaka 21a663ea28 Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). 10 years ago
Victor Stinner 9d24271d86 Fix os.urandom() on Solaris 11.3 10 years ago
Serhiy Storchaka 57a01d3a0e Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
Serhiy Storchaka fc43511867 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the 10 years ago
Serhiy Storchaka 48842714b9 Issue #22570: Renamed Py_SETREF to Py_XSETREF. 10 years ago
Raymond Hettinger 942302371c Minor code cleanup for PyArg_UnpackTuple. 10 years ago
Victor Stinner ca9dbc7d88 makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
Victor Stinner a9a852c2b1 Modernize Python/makeopcodetargets.py 10 years ago
Victor Stinner 4f17426437 Fix bug in __import__ during Python shutdown 10 years ago
Victor Stinner 023654fa68 get_warnings_attr(): Fix coverity warning 10 years ago
Victor Stinner 1c3069aed6 Rework _Py_DumpASCII() to make Coverity happy 10 years ago
Victor Stinner 976bb4099c compiler.c: fix compiler warnings on Windows 10 years ago
Victor Stinner bd31b7c483 Issue #23848: Expose _Py_DumpHexadecimal() 10 years ago
Victor Stinner 5dacbd4c42 Cleanup hashtable.h 10 years ago
Victor Stinner e8c6b2fd1b Issue #26588: 10 years ago
Victor Stinner e98445a4de _warnings.warn_explicit(): try to import warnings 10 years ago
Victor Stinner e19558af1b Add a source parameter to warnings.warn() 10 years ago
Victor Stinner 285cf0a601 hashtable.h now supports keys of any size 10 years ago
Victor Stinner 322bc12c31 Ooops, revert changeset ea9efa06c137 10 years ago
Victor Stinner 51b846c47a _tracemalloc: add domain to trace keys 10 years ago
Victor Stinner 914cde89d4 On ResourceWarning, log traceback where the object was allocated 10 years ago
Victor Stinner 1231a4615f Add _showwarnmsg() and _formatwarnmsg() to warnings 10 years ago
Victor Stinner a2e5e044af Py_FatalError: disable faulthandler earlier 10 years ago
Victor Stinner 2025d7839b Py_FatalError: disable faulthandler earlier 10 years ago
Victor Stinner 861d9abfcf faulthandler now works in non-Python threads 10 years ago
Victor Stinner 013024ef67 Fix compilation error of traceback.c on Windows 10 years ago
Victor Stinner 82f04e2dfd regrtest: Fix module.__path__ 10 years ago
Victor Stinner 89e7cdcb9c Enhance and rewrite traceback dump C functions 10 years ago
Victor Stinner 8a1be61849 Add more checks on the GIL 10 years ago
Victor Stinner 4ddee7f5fd Fix Py_FatalError() if called without the GIL 10 years ago
Victor Stinner 791da1cc26 Fix Py_FatalError() if called without the GIL 10 years ago
Victor Stinner 34be807ca4 Add PYTHONMALLOC env var 10 years ago
Yury Selivanov c724bae51c coroutines: Error when awaiting on coroutine that's being awaited 10 years ago
Victor Stinner 2ad474ba5e Update assertion in compiler_addop_i() 10 years ago