summaryrefslogtreecommitdiff
path: root/distutils2/command
Commit message (Expand)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-213-12/+20
|\
| * Merge further changes by Montreal sprinters?ric Araujo2012-05-162-1/+17
| |\
| | * Now deleting build-scripts directory before creating it. No more leftovers.Pierre Paul2012-05-142-1/+16
| * | Remove unused names?ric Araujo2012-05-151-1/+1
| |/
| * Now creating scripts everytime when build_scripts is called, as a side effect...Pierre Paul2012-05-121-10/+1
| * Update list of Trove classifiers (these reproduce fast)?ric Araujo2012-03-141-0/+1
| * Add coding declaration for utf-8 characters in commentsJason R. Coombs2012-03-131-0/+2
* | Merge #1326113 fix from default?ric Araujo2012-02-151-2/+1
|\ \ | |/
| * Fix parsing of build_ext --libraries option (#1326113)?ric Araujo2012-02-151-2/+1
* | Merge fixes for #13462 and others from default?ric Araujo2012-02-095-36/+26
|\ \ | |/
| * Use sys.version_info instead of sys.version.?ric Araujo2012-02-094-6/+6
| * Group commands by topic in ?pysetup run --list-commands? output.?ric Araujo2012-02-091-30/+20
* | Merge compat/_backport cleanup from default.?ric Araujo2011-11-233-3/+4
|\ \ | |/
| * Better separate compat and _backport.?ric Araujo2011-11-231-1/+1
* | Branch merge?ric Araujo2011-11-2017-208/+125
|\ \ | |/ |/|
| * Ye olde merge.?ric Araujo2011-11-1212-135/+93
| |\
| * \ Merge fixes for #13170 and #12386 and other misc. changes from default?ric Araujo2011-11-112-2/+2
| |\ \
| * | | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-2417-203/+119
* | | | Remove unused names?ric Araujo2011-11-202-2/+0
* | | | Remove usage of stdlib shutil.?ric Araujo2011-11-205-8/+7
* | | | Remove 'verbose' arguments, obsoleted by logging?ric Araujo2011-11-154-17/+14
| |_|/ |/| |
* | | Use more usual name for one option of install_distinfo?ric Araujo2011-11-122-16/+13
* | | Undo potentially confusing name change.?ric Araujo2011-11-126-12/+11
* | | Minor assorted cleanups.?ric Araujo2011-11-121-1/+1
* | | Super considered super.?ric Araujo2011-11-121-1/+1
* | | Improve byte-compilation to be independent of -O or -B.?ric Araujo2011-11-123-96/+58
* | | Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code?ric Araujo2011-11-111-1/+1
| |/ |/|
* | Fix writing of the RESOURCES file (#12386).?ric Araujo2011-11-111-1/+1
* | Fix import in install_data (#13170). Thanks to David Barnett.?ric Araujo2011-11-111-1/+1
|/
* Fix HAS_USER_SITE in install command too?ric Araujo2011-09-221-2/+5
* Remove two unneeded attributes?ric Araujo2011-09-211-1/+0
* Fix usage of bytes in bdist_wininst.?ric Araujo2011-09-191-4/+6
* Fix usage of dry-run in bdist_wininst and install_distinfo.?ric Araujo2011-09-192-70/+77
* Fix command registry to let Windows machines find bdist_msi?ric Araujo2011-09-191-1/+5
* Make bdist_* commands respect --skip-build passed to bdist (#10946).?ric Araujo2011-09-193-4/+14
* Remove obsolete mentions of the compress program and .Z archives.?ric Araujo2011-09-192-4/+3
* Cleanup: move code out of a try block?ric Araujo2011-09-191-4/+4
* Minor cleanup?ric Araujo2011-09-191-9/+9
* Remove mentions of abiflags (never available in 2.x)?ric Araujo2011-09-181-1/+1
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-183-6/+6
* Fix the backport fixes.?ric Araujo2011-09-1820-161/+182
* Branch merge, reverting some of Alexis? changes.?ric Araujo2011-09-132-9/+9
|\
| * Let the test suite run again?ric Araujo2011-09-121-1/+1
| * Let?s not use input in 2.x?ric Araujo2011-09-121-6/+6
| * Convert print function calls back to print statements.?ric Araujo2011-09-121-2/+2
* | Fixes to actually use the backports.Jeremy Kloth2011-09-124-6/+6
* | Factor out the distribution file-system safe name functions from install_dist...Jeremy Kloth2011-09-061-31/+1
|/
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-3013-132/+155
* sys.abiflags was introduced with python 3.2Alexis Metaireau2011-08-221-3/+2
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-1828-984/+766