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
*
Remove packaging from the standard library.
Éric Araujo
2012-06-24
1
-1480/+0
*
Start improving 2to3 code in packaging (#13462).
Éric Araujo
2012-02-09
1
-9/+9
*
Remove unneeded import
Éric Araujo
2012-02-09
1
-1/+1
*
Remove obsolete verbose arguments from packaging.
Éric Araujo
2011-11-15
1
-14/+9
*
Clean up byte-compilation code in packaging (#11254 followup).
Éric Araujo
2011-11-14
1
-15/+14
*
Improve byte-compilation in packaging to be independent of -O or -B.
Éric Araujo
2011-11-03
1
-12/+8
*
Fix missing imports in setup scripts generated by packaging (#13205).
Éric Araujo
2011-10-21
1
-12/+44
*
Expand tests and fix bugs in packaging.util.resolve_name.
Éric Araujo
2011-10-19
1
-4/+17
*
Fix packaging byte-compilation to comply with PEP 3147 (#11254).
Éric Araujo
2011-10-08
1
-2/+6
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
1
-2/+4
*
Clean up packaging.util: add __all__, remove some unused functions.
Éric Araujo
2011-09-01
1
-130/+33
*
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