4890 Commits (00a0fc1144d928515ff8abd0de7bb6ad072fcbdb)

Author SHA1 Message Date
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
Martin Panter 3263f6874a Issue #22836: Keep exception reports sensible despite errors 10 years ago
Victor Stinner fc6f2efd13 compile.c: inline compiler_use_new_block() 10 years ago
Benjamin Peterson 9d66d4af06 remove unused c_encoding struct member 10 years ago
Benjamin Peterson 768921cf33 rewrite parsestr() so it's comprehensible; remove dead code 10 years ago
Benjamin Peterson 202803a0c0 c_encoding can never be NULL, which allows some code simplification 10 years ago
Brett Cannon 4f38cb41fe Issue #26367: Have importlib.__init__() raise RuntimeError when 10 years ago
Serhiy Storchaka 885bdc4946 Issue #25985: sys.version_info is now used instead of sys.version 10 years ago
Serhiy Storchaka a9725f86a9 Issue #26312: SystemError is now raised in all programming bugs with using 10 years ago
Serhiy Storchaka 48a583b1d8 Issue #25698: Prevent possible replacing imported module with the empty one 10 years ago