- 07 Şub, 2012 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Brett Cannon yazdı
Re-order importlib benchmarks to be consistent. Also print out what implementation of __import__ is used.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 06 Şub, 2012 10 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-
Charles-François Natali yazdı
be consistent with other functions accepting file descriptors (fdlistdir() was added in 3.3, so hasn't been released yet).
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
Reported by David-Sarah Hopwood on the Bitbucket bug tracker of Tarek’s former verlib/distutils.version project.
-
Ned Deily yazdı
-
- 05 Şub, 2012 19 kayıt (commit)
-
-
Ned Deily yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Patch by Guilherme Polo and Roger Serwy.
-
Terry Jan Reedy yazdı
#13933 refine patch using 'new' builtin
-
Terry Jan Reedy yazdı
-
Charles-François Natali yazdı
descriptors.
-
Nadeem Vawda yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
This dict entry is added a few lines after if the bzip2 module is available, but removing this line was forgotten.
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
pysetup create, the setup.cfg creation helper, used to convert package_data (from an existing setup.py) into extra_files, the replacement for MANIFEST.in, but these files are only present in sdists, not installed: they don’t have the same use case at all, so converting one into the other did not work.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Victor Stinner yazdı
-
- 04 Şub, 2012 7 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-
Éric Araujo yazdı
Even though the resources system obsoletes data_files and package_data (see bug discussion), package_data still exists to allow compatibility with distutils and thus an easier transition. In setup.py, the values are lists of glob patterns, so the setup.cfg syntax needed a way to express multiple values too. Doc for this option will be added later as part of the big packaging doc patches. For now, the test serves as example. Reported by Erik Bray.
-
Éric Araujo yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
module, like hashlib. (Patch by Roger Serwy)
-
Antoine Pitrou yazdı
-