- 15 Nov, 2011 8 commits
-
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Éric Araujo authored
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 authored
-
Jesus Cea authored
-
Antoine Pitrou authored
(the encoder already accepts them).
-
Antoine Pitrou authored
(the encoder already accepts them).
-
- 14 Nov, 2011 14 commits
-
-
Antoine Pitrou authored
list and dict objects. They already cleared other freelists in the interpreter.
-
Éric Araujo authored
-
Éric Araujo authored
Backout of 2e047702df7f. Reported by Jeremy Kloth.
-
Éric Araujo authored
-
Éric Araujo authored
-
Jesus Cea 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 11 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
-