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
/
command
/
install_distinfo.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove packaging from the standard library.
Éric Araujo
2012-06-24
1
-143/+0
*
Use more standard name for one option of packaging’s install_distinfo
Éric Araujo
2011-11-06
1
-13/+12
*
Fix writing of the RESOURCES file by packaging (#12386)
Éric Araujo
2011-10-14
1
-1/+1
*
Fix typo and wording
Éric Araujo
2011-09-18
1
-1/+1
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
1
-4/+3
*
Factor out the distribution file-system safe name functions from install_dist...
Jeremy Kloth
2011-09-12
1
-31/+1
*
Fix usage of dry-run in packaging bdist_wininst and install_distinfo.
Éric Araujo
2011-09-10
1
-37/+37
*
Minor cleanup
Éric Araujo
2011-08-20
1
-7/+7
*
use the same line terminator everywhere
Tarek Ziade
2011-05-21
1
-2/+2
*
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
Victor Stinner
2011-05-19
1
-1/+1
*
packaging: don't use locale encoding to compute MD5 checksums
Victor Stinner
2011-05-19
1
-2/+2
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19
1
-0/+175