summaryrefslogtreecommitdiff
path: root/distutils2/_backport/shutil.py
Commit message (Expand)AuthorAgeFilesLines
* Branch merge?ric Araujo2011-11-201-21/+16
|\
| * Merge fixes for #13170 and #12386 and other misc. changes from default?ric Araujo2011-11-111-6/+1
| |\
| * | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-241-22/+17
* | | Remove usage of stdlib shutil.?ric Araujo2011-11-201-6/+1
| |/ |/|
* | Avoid diverging from upstream in backports?ric Araujo2011-11-111-6/+1
|/
* Fix imports: it really is distutils.spawn, not d2?ric Araujo2011-09-191-2/+2
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-181-12/+15
* Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-2/+2
* Fixing logging strings; improve lower-case consistencyKelsey Hightower2011-02-091-1/+1
* Branch merge?ric Araujo2011-02-031-2/+2
|\
| * Fix wrong name in docstring and doc (port of r87277).?ric Araujo2011-01-291-2/+2
* | added a test for the unpack APITarek Ziade2011-01-301-0/+2
* | fixed bad mergeTarek Ziade2011-01-301-1/+6
|/
* Branch merge?ric Araujo2011-01-291-79/+201
|\
| * Branch merge?ric Araujo2011-01-291-68/+259
| |\
| | * Fix one bug and one warning found by pyflakes. Will backport to stdlib.?ric Araujo2010-11-011-1/+1
| | * Synchronize shutil with latest py3k version (with tests).?ric Araujo2010-11-011-64/+255
* | | merge the installerAlexis Metaireau2011-01-291-2/+2
|\ \ \ | |/ /
| * | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-171-2/+2
| |/
* | move the unpack utilities to _backportAlexis Metaireau2011-01-031-0/+69
|/
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+570