- 20 Mar, 2011 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Invert name and namelen arguments.
-
- 15 Mar, 2011 1 commit
-
-
Victor Stinner authored
-
- 14 Mar, 2011 6 commits
-
-
Victor Stinner authored
Use it for the builtin __import__ function.
-
Victor Stinner authored
-
Victor Stinner authored
If the directory name contains a dot but not the filename, don't strip at the dot.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 20 Mar, 2011 1 commit
-
-
Victor Stinner authored
-
- 14 Mar, 2011 7 commits
-
-
Victor Stinner authored
Prepare also the API change of case_ok()
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
And PyImport_ReloadModule() uses Unicode for the module name.
-
Victor Stinner authored
Sorry Andrew I MacIntyre!
-
Victor Stinner authored
-
Victor Stinner authored
%R format instead of %U
-
- 15 Mar, 2011 1 commit
-
-
Victor Stinner authored
Use Unicode for module name and paths in the following functions: * PyImport_ImportModuleLevel() * add_submodule() * ensure_from_list() * get_parent() * import_module_level() * import_submodule() * load_next() * mark_miss()
-
- 14 Mar, 2011 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
- 19 Mar, 2011 1 commit
-
-
Victor Stinner authored
* Use Unicode for module name and path in the following functions: * get_file() * load_source_module(), parse_source_module() * make_compiled_pathname(), check_compiled_module(), read_compiled_module(), load_compiled_module(), write_compiled_module(), update_compiled_module() * On Windows, use CreateDirectoryW() instead of mkdir() * update_compiled_module() cannot fail anymore
-
- 14 Mar, 2011 1 commit
-
-
Victor Stinner authored
Use Unicode for module name and path in get_sourcefile(), make_source_pathname() and load_package() functions.
-
- 12 Mar, 2011 1 commit
-
-
Victor Stinner authored
-
- 20 Mar, 2011 1 commit
-
-
Victor Stinner authored
-
- 12 Mar, 2011 2 commits
-
-
Victor Stinner authored
Rename subname argument to name, and mark it as constant.
-
Victor Stinner authored
Document also the find_module() function
-
- 14 Mar, 2011 1 commit
-
-
Victor Stinner authored
Document also that dynamic module names are ASCII only
-
- 08 Mar, 2011 1 commit
-
-
Victor Stinner authored
* Document the function * Use RegQueryValueW() instead of RegQueryValueA() * Use _Py_fopen() instead of fopen() * Allocate registry key on the heap, not on the stack, and handle memory allocation failure * Handle Python exception in find_module()
-
- 07 Mar, 2011 3 commits
-
-
Victor Stinner authored
The name is an ASCII encoded string.
-
Victor Stinner authored
_PyImport_FixupBuiltin() and _PyImport_FindBuiltin() use PyUnicode_InternFromString() instead of PyUnicode_FromString().
-
Victor Stinner authored
- is_builtin(), init_builtin(), load_builtin() and other builtin related functions use Unicode strings, instead of byte strings - Rename _PyImport_FixupExtensionUnicode() to _PyImport_FixupExtensionObject() - Rename _PyImport_FindExtensionUnicode() to _PyImport_FindExtensionObject()
-
- 20 Mar, 2011 1 commit
-
-
Victor Stinner authored
find_frozen(), get_frozen_object(), is_frozen_package() and other functions related to frozen modules use Unicode strings instead of byte strings.
-
- 07 Mar, 2011 1 commit
-
-
Victor Stinner authored
Replace strcmp() by PyUnicode_CompareWithASCIIString()
-
- 15 Mar, 2011 1 commit
-
-
Victor Stinner authored
- Use Unicode for module paths and names, self->archive and self->prefix - Format module names and paths use %R instead of '%U' to escape surrogate characters (PEP 383) - Use PyImport_ExecCodeModuleObject() instead of PyImport_ExecCodeModuleEx() - Use PyImport_AddModuleObject() instead of PyImport_AddModule()
-
- 07 Mar, 2011 1 commit
-
-
Victor Stinner authored
-
- 20 Mar, 2011 5 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
R David Murray authored
-
R David Murray authored
-