- 15 Kas, 2011 16 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Victor Stinner yazdı
Unicode filenames instead of bytes filenames to not depend on the ANSI code page anymore and to support any filename.
-
Antoine Pitrou yazdı
Also, as in importlib, append the id of an object to make the file name pseudo-random.
-
Florent Xicluna yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Éric Araujo yazdı
Logging replaces verbose arguments. I haven’t fixed the example in Doc/install/install.rst because I have major fixes and changes to the oc under way and will fix or remove that example as part of that task.
-
Éric Araujo yazdı
-
Jesus Cea yazdı
-
Antoine Pitrou yazdı
(the encoder already accepts them).
-
Antoine Pitrou yazdı
(the encoder already accepts them).
-
- 14 Kas, 2011 15 kayıt (commit)
-
-
Antoine Pitrou yazdı
list and dict objects. They already cleared other freelists in the interpreter.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Backout of 2e047702df7f. Reported by Jeremy Kloth.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Jesus Cea yazdı
-
Éric Araujo yazdı
Tarek’s commit fixed the way packaging configuration file markers are split under Windows, but these two files were not edited.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
I haven’t updated NEWS for every change or fix in packaging, thinking that the only entry we need for 3.3a1 is “Add packaging module to the stdlib”. Other developers have however added entries for these fixes, but I don’t think they are interesting for users. Note that the distutils2 backport has a full changelog.
-
Éric Araujo yazdı
- Don't use keyword arguments for debug_override; I find it more readable to have a comment explaining that True makes pyc and False pyo than to write out the non-obvious (when you haven’t read the doc) argument name - Move duplicate code from build_py and install_lib into cmd - Remove obsolete verbose argument of util.byte_compile - Remove obsolete passing of -O/-OO to the Python process spawned by util.byte_compile (I’ll remove the whole spawning later, after I write more tests to check the contents of pyc and pyo files; now that byte_compile does not depend on the value of __debug__ in the calling Python, we can call py_compile or compileall directly)
-
Éric Araujo yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 13 Kas, 2011 7 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Antoine Pitrou yazdı
Patch by John O'Connor.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 12 Kas, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-