summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/create.py
Commit message (Expand)AuthorAgeFilesLines
* 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