3357 Commits (4e6bf41934de08f62b22b90cda2e331eb4641dea)

Author SHA1 Message Date
Benjamin Peterson 81437c9025 don't count keyword arguments as positional #9943 16 years ago
Benjamin Peterson d4efd9eb15 add column offset to all syntax errors 16 years ago
Benjamin Peterson 2c53971b37 add PyErr_SyntaxLocationEx, to support adding a column offset 16 years ago
Antoine Pitrou b0b384b7c0 Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other 16 years ago
Kristján Valur Jónsson 2fea9b961d issue 9786 Native TLS support for pthreads 16 years ago
Brett Cannon bc2eff3112 PyImport_Import was using the old import hack of sticking a dummy value into 16 years ago
Antoine Pitrou 1df1536fb9 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly 16 years ago
Nick Coghlan cd419abe42 Fix incorrect comment regarding MAGIC and TAG in import.c 16 years ago
Benjamin Peterson e208b7c5b1 typo 16 years ago
Benjamin Peterson d0de25d731 use Py_REFCNT 16 years ago
Benjamin Peterson d2be5b4fe4 remove gil_drop_request in --without-threads 16 years ago
Benjamin Peterson 00ebe2cdc4 use DISPATCH() instead of continue 16 years ago
Victor Stinner 5b519e0201 Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING 16 years ago
Benjamin Peterson 6246d6dcb0 bump magic number for DELETE_DEREF 16 years ago
Amaury Forgeot d'Arc ba117ef7e9 #4617: Previously it was illegal to delete a name from the local 16 years ago
Daniel Stutzbach c7937791a1 Fix Issue #9752: MSVC compiler warning due to undefined function 16 years ago
Antoine Pitrou c9a8df24cc Merged revisions 84655 via svnmerge from 16 years ago
Antoine Pitrou e4a189274f Issue #9804: ascii() now always represents unicode surrogate pairs as 16 years ago
Matthias Klose f69af1e959 PEP 3149: Try to load the extension with the SOABI before trying 16 years ago
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