15 Commits (00a0fc1144d928515ff8abd0de7bb6ad072fcbdb)

Author SHA1 Message Date
Stefan Krah 144da4ec85 Issue #22747: Workaround for systems without langinfo.h. 10 years ago
Serhiy Storchaka fc43511867 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the 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 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
Georg Brandl 4b5b06203e Fix indentation of continuation lines. 10 years ago
Serhiy Storchaka ef1585eb9a Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
Martin Panter b4ce1fc31b Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 10 years ago
Victor Stinner 449b271799 Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() 10 years ago
Victor Stinner cd6e69439c Issue #25160: Fix import_init() comments and messages 10 years ago
Christian Heimes e8e4283cec Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier. 11 years ago
Steve Dower 8fc8980c96 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago
Benjamin Peterson 55c14355ac fix building without threads (closes #23877) 11 years ago
Victor Stinner 13019fdef3 Issue #22117: Add a new _PyTime_FromSeconds() function 11 years ago
Serhiy Storchaka 53fa8b2a4b Fixed few compiler warnings. 11 years ago
Zachary Ware c4821d62b4 Closes #22869: Move PyOS_CheckStack back to pythonrun.c 11 years ago
Nick Coghlan d600951748 Issue #22869: Split pythonrun into two modules 11 years ago
Victor Stinner a5b335e62f Issue #20597, #21274: Remove unused definition of PATH_MAX on GNU/Hurd, 11 years ago
Victor Stinner ce43f38ace Issue #20597: Remove unused definition of PATH_MAX on Windows, MAXPATHLEN is 11 years ago
Victor Stinner 0011124dc2 Issue #22043: _PyTime_Init() now checks if the system clock works. 12 years ago
Victor Stinner 98ea54c35c Issue #22156: Fix "comparison between signed and unsigned integers" compiler 12 years ago
Antoine Pitrou 9845c7ebc5 Issue #21425: Fix flushing of standard streams in the interactive interpreter. 12 years ago
doko@ubuntu.com 4a173bc4ed Fixes for KFreeBSD and the Hurd: 12 years ago
Victor Stinner 518e610977 Issue #19977, #19036: Always include <locale.h> in pythonrun.c 12 years ago
Victor Stinner 7143029d43 Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale), 12 years ago
Victor Stinner 15054c16c8 Issue #20526, #19466: Revert changes of issue #19466 which introduces a 12 years ago
Victor Stinner 933538edde Issue #20526, #19466: Revert changes of issue #19466 which introduces a 12 years ago
Nick Coghlan d979e4335d Close #20500: Don't trigger PyObject_Str assertion at shutdown 12 years ago
Serhiy Storchaka 65fd0592fb Issue #2382: SyntaxError cursor "^" now is written at correct position in most 12 years ago
Victor Stinner 52ce3b04d0 Issue #19817: Fix print_exception(), clear the exception on error 12 years ago
Victor Stinner be0708f066 Closes #19831: Stop tracemalloc later at Python shutdown to be able to use 12 years ago
Victor Stinner ed3b0bca3e Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
Victor Stinner 2f5bbc6a12 pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of 12 years ago
Victor Stinner 3f36a5736b Issue #19515: Remove identifiers duplicated in the same file. 12 years ago
Victor Stinner dcf17f8a55 Issue #19466: Fix typo. Patch written by Vajrasky Kok. 12 years ago
Victor Stinner 45956b9a33 Close #19466: Clear the frames of daemon threads earlier during the Python 12 years ago
Victor Stinner bd303c165b Issue #19512, #19515: remove shared identifiers, move identifiers where they 12 years ago
Victor Stinner efa7a0e155 print_error_text() doesn't encode the filename anymore 12 years ago
Victor Stinner ad14ccd047 Issue #19512: add _PyUnicode_CompareWithId() function 12 years ago
Victor Stinner 937114f704 print_exception(): don't encode the module name to UTF-8 12 years ago
Victor Stinner 090543736f Issue #19512: add some common identifiers to only create common strings once, 12 years ago
Victor Stinner 95701bdf40 Issue #19512: Add PyRun_InteractiveOneObject() function 12 years ago
Victor Stinner 4ee41c5839 Issue #19512: _print_total_refs() now uses an identifier to get "showrefcount" 12 years ago
Christian Heimes 49e61806f5 Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the 12 years ago
Nick Coghlan 1805a62f1f Issue #16129: Py_SetStandardStreamEncoding cleanups 12 years ago