3389 Commits (a4e4e35783d26151be19253ff6dd1c3ec2ca7efa)

Author SHA1 Message Date
Benjamin Peterson 294a9fcba6 fix refleak 15 years ago
Barry Warsaw 8cf4eae522 First (uncontroversial) part of issue 9807. 15 years ago
Victor Stinner 88bd891e6c Fix imp_cache_from_source(): Decode make_compiled_pathname() result from the 15 years ago
Victor Stinner 1a5630326f imp_load_module() uses PyUnicode_FSConverter() to support surrogates in module 15 years ago
Victor Stinner 3ea23ddabf imp.cache_from_source() uses PyUnicode_FSConverter() to support surrogates in 15 years ago
Victor Stinner 8dbf629bbd imp.load_dynamic() uses PyUnicode_FSConverter() to support surrogates 15 years ago
Victor Stinner f3170ccef8 Use locale encoding if Py_FileSystemDefaultEncoding is not set 15 years ago
Victor Stinner 6a4aff10f0 redecode_filename(): don't need to initialize variables 15 years ago
Victor Stinner 5d1e3438cd Mark _Py_char2wchar() input argument as constant 15 years ago
Antoine Pitrou 3d400b7a58 Merged revisions 85497 via svnmerge from 15 years ago
Antoine Pitrou b86680e299 Explicitly close some files (from issue #10093) 15 years ago
Victor Stinner f4061dac60 _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates 15 years ago
Victor Stinner 8f6b6b0cc3 Issue #9992: Remove PYTHONFSENCODING environment variable. 15 years ago
Victor Stinner a00064576a ceval.c: catch recursion error on _PyUnicode_AsString(co->co_filename) 15 years ago
Antoine Pitrou 19f8edc39d Issue #10062: Allow building on platforms which do not have sem_timedwait. 15 years ago
Victor Stinner 6672d0c5bb fileutils.c: document which encodings are used 15 years ago
Victor Stinner 015f4d87ab _Py_wrealpath() requires the size of the output buffer 15 years ago
Victor Stinner a4a759515e _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows 15 years ago
Victor Stinner b306d7594f Fix fileutils for Windows 15 years ago
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. 15 years ago
Victor Stinner c39211f51e Issue #9630: Redecode filenames when setting the filesystem encoding 15 years ago
Victor Stinner 255dfdb5ce Issue #9979: Use PyUnicode_AsWideCharString() in import.c 15 years ago
Brett Cannon 5305a998d5 Since __import__ is not designed for general use, have its docstring point 15 years ago
Benjamin Peterson aa7fbd9564 revert r85003, poorly considered; breaks tests 15 years ago
Benjamin Peterson 81437c9025 don't count keyword arguments as positional #9943 15 years ago
Benjamin Peterson d4efd9eb15 add column offset to all syntax errors 15 years ago
Benjamin Peterson 2c53971b37 add PyErr_SyntaxLocationEx, to support adding a column offset 15 years ago
Antoine Pitrou b0b384b7c0 Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other 15 years ago
Kristján Valur Jónsson 2fea9b961d issue 9786 Native TLS support for pthreads 15 years ago
Brett Cannon bc2eff3112 PyImport_Import was using the old import hack of sticking a dummy value into 15 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