- 21 Eyl, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 19 Eyl, 2011 9 kayıt (commit)
-
-
Éric Araujo yazdı
Sweet taste of victory! Alexis, you can fix the threads leaks :)
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Nick Coghlan yazdı
-
Ross Lagerwall yazdı
-
Éric Araujo yazdı
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 yazdı
- 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 Eyl, 2011 8 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 17 Eyl, 2011 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Éric Araujo yazdı
This was caught in the distutils2 repo by pyflakes.
-
Éric Araujo yazdı
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 Eyl, 2011 5 kayıt (commit)
-
-
Ned Deily yazdı
to unwarranted assumption about absolute paths: on OS X /var is a symlink to /private/var. (Also true for /etc and /tmp).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
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 yazdı
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 Eyl, 2011 6 kayıt (commit)
-
-
Ned Deily yazdı
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-
Ned Deily yazdı
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 13 Eyl, 2011 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
sys/xattr.h is glibc while attr/xattr.h is a separate library.
-
Jeremy Kloth yazdı
-
- 12 Eyl, 2011 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-