summaryrefslogtreecommitdiff
path: root/distutils2/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve byte-compilation to be independent of -O or -B.?ric Araujo2011-11-121-4/+0
| | | | | | | | | | | | | | | | All code (util.byte_compile, build_py, install_lib) can now create .pyc and/or.pyo files according to options given by users, without interference from the calling Python?s own optimize mode or from the sys.dont_write_bytecode switch. The rationale is that packaging gives control over the creation of .pyc/.pyo files to the user with its own explicit option, and the behavior should not be changed if the calling Python happens to run with -B or -O for whatever reason. This is actually a bug fix, not an improvement: Digging into the early history of distutils shows that the original author wanted this behavior (see for example comments in build_py in r12940).
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-27/+25
|
* Move installation exceptions from distutils2.install to distutils2.errors ↵Kelsey Hightower2011-02-131-1/+8
| | | | and pep8 clean up on both modules
* fixed #11038. Add strict parameter to metadata.check() and use the strict ↵Gael Pasgrimaud2011-01-281-0/+4
| | | | mode in check command
* removed the __revision__ tag, that are specific to SVNTarek Ziade2010-10-041-1/+0
|
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+134