summaryrefslogtreecommitdiff
path: root/distutils2/install.py
Commit message (Expand)AuthorAgeFilesLines
* Merge default?ric Araujo2012-05-211-14/+18
|\
| * Fix minor whitespace, syntax and idiom nits?ric Araujo2012-05-161-5/+6
| * Fix incorrect docstring?ric Araujo2012-05-121-1/+3
| * #13166: Implement __str__ on Distribution and EggInfoDistribution, use for py...Guillaume Pratte2012-04-211-1/+1
| * #14270: Fixes to add dest_dir params working when using install_from_infosMathieu Leduc-Hamel2012-04-211-9/+9
| * fixed a test mock issue (#14268)Tarek Ziade2012-03-121-1/+2
* | Ye olde merge.?ric Araujo2011-11-121-9/+0
|\ \ | |/
| * Minor assorted cleanups.?ric Araujo2011-11-121-9/+0
* | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-12/+9
|/
* A few changes to match packaging?ric Araujo2011-09-191-3/+2
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-181-1/+2
* Fix the backport fixes.?ric Araujo2011-09-181-18/+19
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-3/+4
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-135/+252
* Move installation exceptions from distutils2.install to distutils2.errors and...Kelsey Hightower2011-02-131-10/+3
* Merge Kelsey?s edits with mine?ric Araujo2011-02-101-12/+12
|\
| * Fixing logging strings; improve lower-case consistencyKelsey Hightower2011-02-091-11/+11
* | Use lazy form in logging calls, again.?ric Araujo2011-02-101-11/+13
|/
* make sure the dir exists in that caseTarek Ziade2011-01-301-1/+2
* hooked the remove code - tests w/ data tree coming upTarek Ziade2011-01-301-15/+42
* cleaned up the install moduleTarek Ziade2011-01-301-37/+46
* removed the installation to an empty path from the API and fixed a leaking te...Yannick Gingras2011-01-291-25/+25
* fixed another leaking tempdirYannick Gingras2011-01-291-0/+6
* corrected a leaked temp dir problemYannick Gingras2011-01-291-3/+3
* raise if the distribution is not found. also disable cache for testingGael Pasgrimaud2011-01-291-1/+3
* merge to latestGael Pasgrimaud2011-01-291-26/+152
|\
| * branch mergeAlexis Metaireau2011-01-291-26/+151
| |\
| | * Update installer tests.Alexis Metaireau2011-01-291-9/+11
| | * merge the installerAlexis Metaireau2011-01-291-29/+38
| | |\
| | * \ merge tarek changes.Alexis Metaireau2011-01-281-5/+1
| | |\ \
| | | * | savepointTarek Ziade2010-12-261-8/+62
| | * | | move the unpack utilities to _backportAlexis Metaireau2011-01-031-76/+1
| | * | | savepointTarek Ziade2011-01-031-18/+211
| | |/ /
* | | | first implementation of the remove() methodGael Pasgrimaud2011-01-291-2/+34
|/ / /
* | | simplified the package_dir option - just one root dir allowedTarek Ziade2011-01-291-0/+7
| |/ |/|
* | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-4/+4
|/
* Work In Progress on install.py.Alexis Metaireau2010-11-211-13/+23
* Add basic installation script + tests.Alexis Metaireau2010-11-131-14/+122
* Fix one bug and address some pyflakes warnings?ric Araujo2010-10-161-1/+2
* Rename command's tests filenames to test_command_*, and install_tools.py to i...Alexis Metaireau2010-10-041-0/+99