38 Commits (c6944e7edcacc8960170719623c325aefaf23cac)

Author SHA1 Message Date
Łukasz Langa fef7e94fa1 Don't run garbage collection on interpreter exit if it was explicitly disabled 9 years ago
Yury Selivanov eb6364557f Issue #28003: Implement PEP 525 -- Asynchronous Generators. 9 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
Steve Dower 3929499914 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) 9 years ago
Steve Dower 940f33a50f Issue #23524: Finish removing _PyVerify_fd from sources 9 years ago
Steve Dower cc16be85c0 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
Victor Stinner 3466bde1cc Avoid calling functions with an empty string as format string 9 years ago
Serhiy Storchaka 9171a8b4ce Issue #27574: Decreased an overhead of parsing keyword arguments in functions 10 years ago
Serhiy Storchaka 133138a284 Issue #22557: Now importing already imported modules is up to 2.5 times faster. 10 years ago
Serhiy Storchaka 7e160ce356 Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, 10 years ago
Victor Stinner d7292b5e9f Issue #27336: Fix compilation on Windows 10 years ago
Berker Peksag 531396c764 Issue #27336: Fix compilation failures --without-threads 10 years ago
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