3369 Commits (55f217f22d41630543d64def03324b2eeaedbd8d)

Author SHA1 Message Date
Victor Stinner e7c8083bf1 Ooops, fileutils.c contains twice the same code 15 years ago
Victor Stinner 4e31443c4d Create fileutils.c/.h 15 years ago
Victor Stinner 7ae7c87b05 _wrealpath() and _Py_wreadlink() support surrogates (PEP 383) 15 years ago
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 15 years ago
Victor Stinner c08ec9fdba Create a subfunction for PySys_SetArgvEx() 15 years ago
Amaury Forgeot d'Arc 7955fb638a Merged revisions 85236 via svnmerge from 15 years ago
Amaury Forgeot d'Arc 90774dd47b #9060 Let platforms without dup2() compile the replacement fonction without error. 15 years ago
Brian Curtin 748cacee46 Remove an unreferenced variable. len is no longer needed. 16 years ago
Victor Stinner c39211f51e Issue #9630: Redecode filenames when setting the filesystem encoding 16 years ago
Victor Stinner 255dfdb5ce Issue #9979: Use PyUnicode_AsWideCharString() in import.c 16 years ago
Brett Cannon 5305a998d5 Since __import__ is not designed for general use, have its docstring point 16 years ago
Benjamin Peterson aa7fbd9564 revert r85003, poorly considered; breaks tests 16 years ago
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