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
/
compiler
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Packaging: remove last mentions and uses of setup.py in the code.
Éric Araujo
2011-06-16
3
-7/+6
|
|
|
|
|
Now only the compatibility layer (in create, util and install) talk about setup.py.
*
Use list constructor or built-in method instead of copy module
Éric Araujo
2011-06-04
1
-4/+3
|
*
The compiler class for EMX was removed
Éric Araujo
2011-06-01
2
-5/+2
|
*
Issue 10126 - backported distutils fix for the enable-share mode into packaging
Tarek Ziade
2011-05-22
1
-3/+3
|
*
fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a str
Victor Stinner
2011-05-19
1
-2/+1
|
|
|
|
Don't encode the path list
*
fix packaging.compiler.msvc9compiler: os.environ values are str, not bytes
Victor Stinner
2011-05-19
1
-2/+2
|
*
packaging: use with open() instead of try/finally: close
Victor Stinner
2011-05-19
1
-4/+1
|
*
fixed the path splitting
Tarek Ziade
2011-05-19
1
-1/+2
|
*
make sure split() is called before the encoding
Tarek Ziade
2011-05-19
1
-1/+1
|
*
initial import of the packaging package in the standard library
Tarek Ziade
2011-05-19
8
-0/+3677