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
/
tests
/
test_command_build_py.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove packaging from the standard library.
Éric Araujo
2012-06-24
1
-146/+0
*
Improve one packaging test, remove a setuptoolism in another
Éric Araujo
2012-02-04
1
-4/+14
*
Clean up mocking of stdout and stdin in packaging tests.
Éric Araujo
2011-11-06
1
-18/+8
*
Improve byte-compilation in packaging to be independent of -O or -B.
Éric Araujo
2011-11-03
1
-22/+8
*
More fixes for PEP 3147 compliance in packaging (#11254)
Éric Araujo
2011-10-19
1
-0/+35
*
Fix packaging byte-compilation to comply with PEP 3147 (#11254).
Éric Araujo
2011-10-08
1
-3/+6
*
Packaging cleanup: remove conditionals for < 2.6 support.
Éric Araujo
2011-09-17
1
-2/+0
*
Packaging cleanup: remove use of script_name where obsolete
Éric Araujo
2011-06-08
1
-4/+0
*
Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2
Éric Araujo
2011-05-28
1
-3/+6
*
Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check
Tarek Ziade
2011-05-19
1
-1/+2
*
package: replace open(fn, 'w').close() by open(fn, 'wb').close()
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/+124