summaryrefslogtreecommitdiff
path: root/distutils2/create.py
Commit message (Expand)AuthorAgeFilesLines
* Use sys.version_info instead of sys.version.?ric Araujo2012-02-091-1/+1
* Stop converting package_data to extra_files in pysetup create (#13712).?ric Araujo2012-02-051-14/+22
* Better separate compat and _backport.?ric Araujo2011-11-231-5/+1
* Remove usage of stdlib shutil.?ric Araujo2011-11-201-2/+1
* Clean up mocking of stdout and stdin in tests.?ric Araujo2011-11-121-15/+14
* Minor assorted cleanups.?ric Araujo2011-11-121-4/+0
* Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code?ric Araujo2011-11-111-1/+1
* Fix backport changesets part 3: backported modules.?ric Araujo2011-09-181-18/+8
* Fix the backport fixes.?ric Araujo2011-09-181-60/+76
* Branch merge, reverting some of Alexis? changes.?ric Araujo2011-09-131-19/+19
|\
| * Convert print function calls back to print statements.?ric Araujo2011-09-121-19/+19
* | Fixes to actually use the backports.Jeremy Kloth2011-09-121-3/+3
|/
* Branch merge. Will clean up later.?ric Araujo2011-08-311-18/+19
|\
| * Improve ?pysetup create? help messages.?ric Araujo2011-08-291-18/+19
* | Fixed a python2.4 syntax errors.Alexandru Plugaru2011-08-301-52/+60
|/
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-0/+689