1. 20 Mar, 2011 2 commits
  2. 15 Mar, 2011 1 commit
  3. 14 Mar, 2011 6 commits
  4. 20 Mar, 2011 1 commit
  5. 14 Mar, 2011 7 commits
  6. 15 Mar, 2011 1 commit
  7. 14 Mar, 2011 2 commits
  8. 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
  9. 14 Mar, 2011 1 commit
  10. 12 Mar, 2011 1 commit
  11. 20 Mar, 2011 1 commit
  12. 12 Mar, 2011 2 commits
  13. 14 Mar, 2011 1 commit
  14. 08 Mar, 2011 1 commit
  15. 07 Mar, 2011 3 commits
  16. 20 Mar, 2011 1 commit
  17. 07 Mar, 2011 1 commit
  18. 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
  19. 07 Mar, 2011 1 commit
  20. 20 Mar, 2011 5 commits