1. 15 Mar, 2011 1 commit
  2. 14 Mar, 2011 2 commits
  3. 19 Mar, 2011 1 commit
    • Victor Stinner's avatar
      Issue #3080: Use Unicode to import source and compiled modules · 2f42ae53
      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
      2f42ae53
  4. 14 Mar, 2011 1 commit
  5. 12 Mar, 2011 1 commit
  6. 20 Mar, 2011 1 commit
  7. 12 Mar, 2011 2 commits
  8. 14 Mar, 2011 1 commit
  9. 08 Mar, 2011 1 commit
  10. 07 Mar, 2011 3 commits
  11. 20 Mar, 2011 1 commit
  12. 07 Mar, 2011 1 commit
  13. 15 Mar, 2011 1 commit
    • Victor Stinner's avatar
      Issue #3080: zipimport has a full unicode suppport · f6b563af
      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()
      f6b563af
  14. 07 Mar, 2011 1 commit
  15. 20 Mar, 2011 10 commits
  16. 19 Mar, 2011 12 commits