- 14 Nov, 2011 10 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Tarek’s commit fixed the way packaging configuration file markers are split under Windows, but these two files were not edited.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
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 authored
- 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 authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 Nov, 2011 7 commits
-
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Antoine Pitrou authored
Patch by John O'Connor.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 12 Nov, 2011 17 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(backport of 6b9f547e92d8)
-
Antoine Pitrou authored
This fixes a subsequent refleak in test_smtplib.
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
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 authored
-
Eli Bendersky authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
packaging.manifest.Manifest under Windows. The "recursive-include" directive now recognizes both legal path separators.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 11 Nov, 2011 6 commits
-
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-
Florent Xicluna authored
-