| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve byte-compilation to be independent of -O or -B. | ?ric Araujo | 2011-11-12 | 1 | -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 Sajip | 2011-08-18 | 1 | -27/+25 |
| | | |||||
| * | Move installation exceptions from distutils2.install to distutils2.errors ↵ | Kelsey Hightower | 2011-02-13 | 1 | -1/+8 |
| | | | | | and pep8 clean up on both modules | ||||
| * | fixed #11038. Add strict parameter to metadata.check() and use the strict ↵ | Gael Pasgrimaud | 2011-01-28 | 1 | -0/+4 |
| | | | | | mode in check command | ||||
| * | removed the __revision__ tag, that are specific to SVN | Tarek Ziade | 2010-10-04 | 1 | -1/+0 |
| | | |||||
| * | moved everything in the same dir - we want to include docs/ in the release | Tarek Ziade | 2010-09-19 | 1 | -0/+134 |
