- 19 Sep, 2011 5 commits
-
-
Éric Araujo authored
-
Nick Coghlan authored
-
Ross Lagerwall authored
-
Éric Araujo authored
This reveals problems in the packaging test suite, which I’ll look into after the regrtest checks are made more usable (see #12314).
-
Éric Araujo authored
- minor cleanup in Metadata - trigger creation of the sysconfig._CONFIG_VARS dict - home_page is used over home-page: it’s not a compound word, it’s an escaped space Distutils2 is now synchronized with Packaging.
-
- 18 Sep, 2011 8 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 Sep, 2011 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Éric Araujo authored
This was caught in the distutils2 repo by pyflakes.
-
Éric Araujo authored
PEP 370 features and sys.dont_write_bytecode are always available in 3.3; the distutils2 backport still has the conditionals. I also renamed an internal misnamed method and fixed a few things (“packaging2” name, stray print, unused import, fd leak).
-
- 15 Sep, 2011 5 commits
-
-
Ned Deily authored
to unwarranted assumption about absolute paths: on OS X /var is a symlink to /private/var. (Also true for /etc and /tmp).
-
Victor Stinner authored
-
Victor Stinner authored
find_module() now raises a RuntimeError, instead of ImportError, on an error on sys.path or sys.meta_path because load_package() and import_submodule() returns None and clear the exception if a ImportError occurred.
-
Victor Stinner authored
find_module() now raises a RuntimeError, instead of ImportError, on an error on sys.path or sys.meta_path because load_package() and import_submodule() returns None and clear the exception if a ImportError occurred.
-
Éric Araujo authored
This method was supposed to return only the file under the dist-info directory, but it actually returned all installed files. The tests didn’t catch this because they were flawed; I updated them. Thanks to Nadeem Vawda and Jeremy Kloth for testing. As a bonus, the removal of os.path.relpath use should also fix the Windows buildbots.
-
- 14 Sep, 2011 6 commits
-
-
Ned Deily authored
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-
Ned Deily authored
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Stefan Krah authored
-
Stefan Krah authored
-
- 13 Sep, 2011 2 commits
-
-
Benjamin Peterson authored
sys/xattr.h is glibc while attr/xattr.h is a separate library.
-
Jeremy Kloth authored
-
- 12 Sep, 2011 9 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
object triggers the garbage collector.
-
Amaury Forgeot d'Arc authored
object triggers the garbage collector.
-
Jeremy Kloth authored
Factor out the distribution file-system safe name functions from install_distinfo to allow all metadata consumers access to them.
-
Éric Araujo authored
-