summaryrefslogtreecommitdiff
path: root/distutils2/command
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix parsing of build_ext --libraries option (#1326113)?ric Araujo2012-02-151-2/+1
* 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
* Better separate compat and _backport.?ric Araujo2011-11-231-1/+1
* 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
* fix pysetup testsTarek Ziade2011-03-131-1/+4
* EnvironmentError does not always have a message attribute (python 2.4)Alexis Metaireau2011-02-131-1/+1
* Merging the resource branch !Alexis Metaireau2011-02-1310-33/+29
|\
| * Changing the metadata.version API and relocating the metadata_to_dict function.Kelsey Hightower2011-02-102-5/+5
| * Merge Kelsey?s edits with mine?ric Araujo2011-02-105-9/+9
| |\
| | * Fixing logging strings; improve lower-case consistencyKelsey Hightower2011-02-095-10/+10
| * | More logging tweaks: use real warning method, merge some calls.?ric Araujo2011-02-102-5/+4
| * | Use lazy form in logging calls, again.?ric Araujo2011-02-108-26/+23
| |/