summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/create.py
Commit message (Expand)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-682/+0
* Stop converting package_data to extra_files in pysetup create (#13712).Éric Araujo2012-02-051-15/+21
* Remove redundant __main__ blocks from packaging modules.Éric Araujo2011-11-061-4/+0
* Clean up mocking of stdout and stdin in packaging tests.Éric Araujo2011-11-061-15/+14
* Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive codeÉric Araujo2011-09-191-1/+1
* A few style changes originally done in the distutils2 repoÉric Araujo2011-09-181-2/+3
* Replace cmp function with key functionÉric Araujo2011-09-181-15/+2
* Clean up packaging.util: add __all__, remove some unused functions.Éric Araujo2011-09-011-1/+5
* Improve “pysetup create” help messages.Éric Araujo2011-08-181-18/+19
* Style change in packaging: use “not in” over “not x in”.Éric Araujo2011-06-081-4/+4
* Improve consistency in questions asked by packaging.create.Éric Araujo2011-06-041-10/+10
* Clean up packaging.create and add TODO notes for future cleanupsÉric Araujo2011-06-041-8/+14
* Improve a few docstrings in packaging.Éric Araujo2011-06-041-12/+5
* we want to generate /-separated paths setup.cfg files even under win32Tarek Ziade2011-05-211-7/+13
* Issue #12112: fix the encoding of setup.py in the packaging moduleVictor Stinner2011-05-191-1/+4
* removed unused method in packaging.createTarek Ziade2011-05-191-13/+0
* Issue #12112: packaging reads and writes setup.cfg using UTF-8Victor Stinner2011-05-191-1/+1
* packaging: don't use locale encoding to compute MD5 checksumsVictor Stinner2011-05-191-3/+3
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+693