- 21 Eyl, 2011 1 kayıt (commit)
-
-
Meador Inge yazdı
Initial patch by Oren Tirosh and Hirokazu Yamamoto.
-
- 20 Eyl, 2011 10 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
finding the bug and providing a patch.
-
Barry Warsaw yazdı
finding the bug and providing a patch.
-
Charles-François Natali yazdı
multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
-
Charles-François Natali yazdı
order (endpoints machines can have different endianness).
-
Victor Stinner yazdı
-
- 19 Eyl, 2011 10 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
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 1 kayıt (commit)
-
-
Ned Deily yazdı
with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
-