599 Commits (774ac377daf0da8eaddc578d883cd2002cb7a6a4)

Author SHA1 Message Date
Victor Stinner 2f42ae53aa Issue #3080: Use Unicode to import source and compiled modules 15 years ago
Victor Stinner c9abda0c04 Issue #3080: get_sourcefile(), make_source_pathname(), load_package() 15 years ago
Victor Stinner d68c2cf237 Issue #3080: Create find_module_path() subfunction 15 years ago
Victor Stinner 3758028299 Issue #3080: Create find_module_path_list() subfunction 15 years ago
Victor Stinner c696316466 Issue #3080: Remove useless name buffer from find_module() 15 years ago
Victor Stinner 7d8b77c2aa Issue #3080: find_module() initialize buf and *p_fp 15 years ago
Victor Stinner fefd70c40d Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path 15 years ago
Victor Stinner 4d6c1c476a Issue #3080: _PyWin_FindRegisteredModule() returns the path as Unicode 15 years ago
Victor Stinner 21fcd0c9af Issue #3080: Use PyUnicode_InternFromString() for builtins 15 years ago
Victor Stinner 9587286f98 Issue #3080: Import builtins using Unicode strings 15 years ago
Victor Stinner 53dc735168 Issue #3080: Add PyImport_ImportFrozenModuleObject() 15 years ago
Victor Stinner 9464d61cba Issue #3080: PyImport_Cleanup() uses Unicode 15 years ago
Victor Stinner 942003ccf9 import.c: replace tab by spaces 15 years ago
Victor Stinner 27ee089c35 Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() 15 years ago
Victor Stinner 501c09a754 Issue #3080: Mark _PyImport_FindBuiltin() argument as constant 15 years ago
Victor Stinner 9b99b448f7 Issue #3080: Mark PyWin_FindRegisteredModule() as private 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Victor Stinner ebc0052e3a import: use PyUnicode_FSConverter to support bytes path and PEP 383 15 years ago
Nick Coghlan b2ddf7979d Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) 15 years ago
Georg Brandl e5b99f0fb3 Remove redundant includes of headers that are already included by Python.h. 15 years ago
Victor Stinner 3e2b7171bf Issue #10359: Remove ";" after function definition, invalid in ISO C 15 years ago
Victor Stinner ed7916dd00 find_module(): use FS encoding to display the missing __init__ warning 15 years ago
Victor Stinner 49d3f2514b _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding 15 years ago
Benjamin Peterson 294a9fcba6 fix refleak 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 4e31443c4d Create fileutils.c/.h 15 years ago
Victor Stinner beb4135b8c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 15 years ago
Brian Curtin 748cacee46 Remove an unreferenced variable. len is no longer needed. 15 years ago
Victor Stinner 255dfdb5ce Issue #9979: Use PyUnicode_AsWideCharString() in import.c 15 years ago
Brett Cannon bc2eff3112 PyImport_Import was using the old import hack of sticking a dummy value into 16 years ago
Nick Coghlan cd419abe42 Fix incorrect comment regarding MAGIC and TAG in import.c 16 years ago
Benjamin Peterson 6246d6dcb0 bump magic number for DELETE_DEREF 16 years ago
Daniel Stutzbach c7937791a1 Fix Issue #9752: MSVC compiler warning due to undefined function 16 years ago
Antoine Pitrou 74a69fa662 Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced 16 years ago
Victor Stinner 6b06da5395 Remove unused functions _PyImport_FindModule and _PyImport_IsScript 16 years ago
Florent Xicluna 2760a66b69 Merged revisions 81214,82302,82465,83090-83091,84097,84099 via svnmerge from 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
Victor Stinner 1a4d12d746 Issue #9425: NullImporter constructor is fully unicode compliant 16 years ago
Victor Stinner 44c6c155d6 Issue #9425: Create load_builtin() subfunction 16 years ago
Benjamin Peterson 556d8001df Merged revisions 81380 via svnmerge from 16 years ago
Barry Warsaw 7c9627b4de Typo repair. 16 years ago
Brett Cannon 7d006260a5 Merged revisions 81380 via svnmerge from 16 years ago
Brett Cannon eb3cd301ae Turned out that if you used explicit relative import syntax 16 years ago
Victor Stinner ae6265f8d0 Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago