index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
packaging
/
create.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove packaging from the standard library.
Éric Araujo
2012-06-24
1
-682/+0
*
Stop converting package_data to extra_files in pysetup create (#13712).
Éric Araujo
2012-02-05
1
-15/+21
*
Remove redundant __main__ blocks from packaging modules.
Éric Araujo
2011-11-06
1
-4/+0
*
Clean up mocking of stdout and stdin in packaging tests.
Éric Araujo
2011-11-06
1
-15/+14
*
Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code
Éric Araujo
2011-09-19
1
-1/+1
*
A few style changes originally done in the distutils2 repo
Éric Araujo
2011-09-18
1
-2/+3
*
Replace cmp function with key function
Éric Araujo
2011-09-18
1
-15/+2
*
Clean up packaging.util: add __all__, remove some unused functions.
Éric Araujo
2011-09-01
1
-1/+5
*
Improve “pysetup create” help messages.
Éric Araujo
2011-08-18
1
-18/+19
*
Style change in packaging: use “not in” over “not x in”.
Éric Araujo
2011-06-08
1
-4/+4
*
Improve consistency in questions asked by packaging.create.
Éric Araujo
2011-06-04
1
-10/+10
*
Clean up packaging.create and add TODO notes for future cleanups
Éric Araujo
2011-06-04
1
-8/+14
*
Improve a few docstrings in packaging.
Éric Araujo
2011-06-04
1
-12/+5
*
we want to generate /-separated paths setup.cfg files even under win32
Tarek Ziade
2011-05-21
1
-7/+13
*
Issue #12112: fix the encoding of setup.py in the packaging module
Victor Stinner
2011-05-19
1
-1/+4
*
removed unused method in packaging.create
Tarek Ziade
2011-05-19
1
-13/+0
*
Issue #12112: packaging reads and writes setup.cfg using UTF-8
Victor Stinner
2011-05-19
1
-1/+1
*
packaging: don't use locale encoding to compute MD5 checksums
Victor Stinner
2011-05-19
1
-3/+3
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19
1
-0/+693