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
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix wrong use of root logger in packaging (also a NameError)
Éric Araujo
2011-08-04
1
-1/+1
*
Factor out code used by packaging commands for HTTP requests (#12169).
Éric Araujo
2011-07-08
1
-0/+47
*
Issue #9516: Port the revised deployment target processing for OSX from
Ned Deily
2011-06-29
1
-0/+23
*
Also specify encoding when reading setup.cfg (#12320)
Éric Araujo
2011-06-12
1
-1/+1
*
Adjust logging in packaging.util.spawn (related to #11599)
Éric Araujo
2011-06-11
1
-2/+3
*
Fix assorted bugs in packaging.util.cfg_to_args (#11595).
Éric Araujo
2011-06-10
1
-10/+21
*
Move useful function to packaging.util.
Éric Araujo
2011-06-10
1
-6/+11
*
Packaging cleanup: normalize print calls.
Éric Araujo
2011-06-08
1
-1/+1
*
Update doctring now that Python has real booleans
Éric Araujo
2011-06-05
1
-1/+1
*
Improve a few docstrings in packaging.
Éric Araujo
2011-06-04
1
-8/+7
*
Use list constructor or built-in method instead of copy module
Éric Araujo
2011-06-04
1
-2/+1
*
added the generate-setup action
Tarek Ziade
2011-06-02
1
-1/+1
*
Cleaned up the installer output behavior.
Tarek Ziade
2011-05-30
1
-9/+10
*
fixed the separator issues in packaging/resources+config
Tarek Ziade
2011-05-21
1
-1/+3
*
Close #12114: fix a potential deadlock in packaging.util._find_exe_version()
Victor Stinner
2011-05-21
1
-1/+1
*
Issue #12112: fix the encoding of setup.py in the packaging module
Victor Stinner
2011-05-19
1
-3/+3
*
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
Victor Stinner
2011-05-19
1
-1/+1
*
packaging: use with open() instead of try/finally: close
Victor Stinner
2011-05-19
1
-4/+1
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19
1
-0/+1451