- 15 Kas, 2011 2 kayıt (commit)
-
-
É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ı
-
- 14 Kas, 2011 12 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Backout of 2e047702df7f. Reported by Jeremy Kloth.
-
Éric Araujo yazdı
-
Éric Araujo 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)
-
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 17 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(backport of 6b9f547e92d8)
-
Antoine Pitrou yazdı
This fixes a subsequent refleak in test_smtplib.
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
Remove a sleep to fix transient test failures. Use skewfactor of -3 to make it work on systems that have 1 second precision for time.time(). Closes #11999 Refs #13254
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
packaging.manifest.Manifest under Windows. The "recursive-include" directive now recognizes both legal path separators.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 11 Kas, 2011 2 kayıt (commit)
-
-
Florent Xicluna yazdı
-
Florent Xicluna yazdı
-