3389 Commits (a4e4e35783d26151be19253ff6dd1c3ec2ca7efa)

Author SHA1 Message Date
Antoine Pitrou 3c6261a90b Merged revisions 84623 via svnmerge from 16 years ago
Antoine Pitrou 079ce54efe Issue #9797: pystate.c wrongly assumed that zero couldn't be a valid 16 years ago
Antoine Pitrou 74a69fa662 Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced 16 years ago
Brett Cannon ef0e6c3b04 _warnings exposed two variables with the name 'default_action' and 16 years ago
Barry Warsaw 35f3a2cbeb PEP 3149 is accepted. 16 years ago
Antoine Pitrou fce7fd6426 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 16 years ago
Benjamin Peterson 17689991e6 only catch AttributeError in hasattr() #9666 16 years ago
Raymond Hettinger 819a064556 Issue 8403: Don't mask KeyboardInterrupt during peephole operation. 16 years ago
Amaury Forgeot d'Arc a1e5c69d5b Merged revisions 84214 via svnmerge from 16 years ago
Amaury Forgeot d'Arc 12844e6df6 Add tests for r84209 (crashes in the Ast builder) 16 years ago
Amaury Forgeot d'Arc fc34ac5fdd Merged revisions 84209 via svnmerge from 16 years ago
Amaury Forgeot d'Arc 92dc80a8d8 Check the return values for all functions returning an ast node. 16 years ago
Victor Stinner 94908bbc15 Issue #8622: Add PYTHONFSENCODING environment variable to override the 16 years ago
Victor Stinner 6b06da5395 Remove unused functions _PyImport_FindModule and _PyImport_IsScript 16 years ago
Victor Stinner 6961bd690e Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx(). 16 years ago
Nick Coghlan d26c18adcc Issue #8202: Set sys.argv[0] to -m rather than -c while searching for the module to execute. Also updates all the cmd_line_script tests to validate the setting of sys.path[0] and the current working directory 16 years ago
Victor Stinner 4a3733d160 Issue #9425: save/restore exception on filename encoding 16 years ago
Florent Xicluna 2760a66b69 Merged revisions 81214,82302,82465,83090-83091,84097,84099 via svnmerge from 16 years ago
Victor Stinner 79766636b6 Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() 16 years ago
Victor Stinner f52b705be4 Create _Py_fopen() for PyUnicodeObject path 16 years ago
Victor Stinner 8a79dccc48 _Py_stat(): ensure that path ends with a nul character 16 years ago
Victor Stinner 4f4402c4bb Issue #9425: Create private _Py_stat() function 16 years ago
Antoine Pitrou 042b128f58 Issue #9203: Computed gotos are now enabled by default on supported 16 years ago
Victor Stinner 4a2b7a1b14 Issue #9425: Create PyErr_WarnFormat() function 16 years ago
Victor Stinner 1a4d12d746 Issue #9425: NullImporter constructor is fully unicode compliant 16 years ago
Alexander Belopolsky f0f45142d5 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
Antoine Pitrou e1dd1747e8 Issue #8411: new condition variable emulation under Windows for the new GIL, 16 years ago
Victor Stinner 44c6c155d6 Issue #9425: Create load_builtin() subfunction 16 years ago
Antoine Pitrou 696e03553b Issue #477863: Print a warning at shutdown if gc.garbage is not empty. 16 years ago
Victor Stinner 2e5f1178ac Issue #9425: fix setup_context() for non-ascii filenames 16 years ago
Antoine Pitrou b61d5c9758 Merged revisions 83854 via svnmerge from 16 years ago
Antoine Pitrou bddc9fe22b Issue #5319: Print an error if flushing stdout fails at interpreter 16 years ago
Alexander Belopolsky 6fc4ade2bb Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API 16 years ago
Georg Brandl 611f8f5e8e Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from 16 years ago
Georg Brandl e87c0e1eaf Remove trailing whitespace. 16 years ago
Georg Brandl fff9021f75 Update copyright years and add releases to release list. Also update Sphinx version number. 16 years ago
Victor Stinner 8182b717db Issue #8991: convertbuffer() rejects discontigious buffers 16 years ago
Benjamin Peterson 20f9c3c50f revert unintended changes 16 years ago
Benjamin Peterson 013783c529 move test_trace.py so as not to conflict with future tests for the trace module 16 years ago
Mark Dickinson 0bddfd0a53 Regenerate Python/graminit.c. 16 years ago
Georg Brandl 0310a83e7f #3071: tell how many values were expected when unpacking too many. 16 years ago
Mark Dickinson f719733b7d Revert temporary debugging commits (r82752, r82754). 16 years ago
Mark Dickinson 29241eed56 Another temporary checkin to diagnose test_float failure on 3.1 Ubuntu buildbot. 16 years ago
Mark Dickinson 6f826469bb Temporary checkin to try to diagnose i386 Ubuntu buildbot failure. 16 years ago
Matthias Klose d885e95be4 - sysmodule.c (get_hash_info): Define as static function. 16 years ago
Mark Dickinson ce5b6c43bf Revert r82044, since it changed the semantics of negated imaginary literals. 16 years ago
Benjamin Peterson 7ab4b8d3a2 Merged revisions 77402,77505,77510 via svnmerge from 16 years ago
Benjamin Peterson 556d8001df Merged revisions 81380 via svnmerge from 16 years ago
Benjamin Peterson 3e5cd1d04e Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 16 years ago
Benjamin Peterson 88968ad380 only take into account positional arguments count in related error messages 16 years ago