summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge fixes for #16107 and #15957 from defaultpython3Éric Araujo2012-10-275-2/+9
|\
| * Fix link in README (#15957). Patch by Cliff Dyer.?ric Araujo2012-10-271-1/+1
| |
| * Fix stringification of final versions (#16107).?ric Araujo2012-10-274-1/+8
| | | | | | | | Report and patch by Richard Jones.
* | Merge from default?ric Araujo2012-05-21108-5383/+1350
|\ \ | |/ |/|
| * Merge default?ric Araujo2012-05-2179-10136/+663
| |\
| * \ Merge fixes for #13974, #6884 and #11841 from default?ric Araujo2012-02-27107-5795/+1341
| |\ \
| | * \ Merge #1326113 fix from default?ric Araujo2012-02-153-8/+9
| | |\ \
| | * \ \ Merge fixes for #13462 and others from default?ric Araujo2012-02-0924-266/+184
| | |\ \ \
| | * \ \ \ Merge touch-ups from default?ric Araujo2012-02-092-4/+4
| | |\ \ \ \
| | * \ \ \ \ Merge fixes for #13901, #11805, #13712 and other improvements?ric Araujo2012-02-0511-54/+127
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge cleanups?ric Araujo2011-11-252-7/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge compat/_backport cleanup from default.?ric Araujo2011-11-2311-50/+53
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason, the diff for distutils/_backport/misc.py makes it seem like it?s a new file instead of showing the changes I did during the merge.
| | * | | | | | | | Fix shebangs?ric Araujo2011-11-202-2/+2
| | | | | | | | | |
| | * | | | | | | | Branch merge?ric Araujo2011-11-20103-5780/+1326
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge default?ric Araujo2011-11-14102-5764/+1322
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ Ye olde merge.?ric Araujo2011-11-1257-674/+822
| | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I broke test_mixin2to3 somehow; distutils2-default is okay and packaging too, so I don?t see an obvious reason right now, I?ll investigate later.
| | | | * \ \ \ \ \ \ \ \ Merge fixes for #13170 and #12386 and other misc. changes from default?ric Araujo2011-11-1112-67/+334
| | | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Merge fix for #13205 and other changes from default.?ric Araujo2011-10-214-19/+85
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deprecation warning emitted by RawConfigParser.readfp (used in util and config, and from config in many places) will be annoying for developers using distutils2 as a library; maybe we should drop 3.1 compat (people are expected to switch from 2.7 to 3.2 directly) and switch to RawConfigParser.read_file. One test in test_pypi_simple fails on 3.3 due to a recent change (see #10680); I didn?t fix it because I can?t open the bug report that the test was written for, and anyway the whole file should be rewritten to use assertRaises. I have to leave some things for Alexis :)
| | | | * \ \ \ \ \ \ \ \ \ \ Null merge default?ric Araujo2011-10-19101-5748/+1281
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ Merge default?ric Araujo2011-10-181-2/+1
| | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge tests for #13114 from default?ric Araujo2011-10-113-2/+39
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge default?ric Araujo2011-10-082-3/+9
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | Fix byte-compilation to comply with PEP 3147 on Python 3.2+ (#11254).?ric Araujo2011-10-083-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I want to replace custom byte-compiling function with calls to compileall before 1.0, but in the short term it?s good to have this fixed. Adapted from the distutils patch by Jeff Ramnani. Tested with -B, -O and -OO on 3.1, 3.2 and 3.3.
| | | | | * | | | | | | | | | | | | | Merge fix for #12222 and other changes from default?ric Araujo2011-10-062-38/+45
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge #11841 and other changes from default?ric Araujo2011-10-05101-5726/+1233
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge devnotes update?ric Araujo2011-09-241-7/+11
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | | Start a branch to provide Distutils2 for Python 3.?ric Araujo2011-09-24100-5718/+1223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This codebase is compatible with 3.1, 3.2 and 3.3. It was converted with 2to3 and a semi-automated diff/merge with packaging in 3.3 to fix some idioms. We?ve now come full circle from 2.x to 3.x to 2.x to 3.x again :) Starting from now, contributors can make patches for packaging (preferred, as the stdlib?s regrtest is very useful), distutils2 or distutils-python3, and we?ll make patches flow between versions.
* | | | | | | | | | | | | | | | | | | | | | Fix typo?ric Araujo2012-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Minor simplification in one test?ric Araujo2012-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Also check stderr in one test?ric Araujo2012-05-211-0/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fix overlooked thinkos in one test file?ric Araujo2012-05-211-3/+3
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Use test skip decorator instead of private module attribute?ric Araujo2012-05-211-2/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Have pysetup read setup.cfg early to find custom commands (#14733).?ric Araujo2012-05-214-21/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Independently found and fixed by me (with help from Luis Rojas) and Janusz Lewandowski.
* | | | | | | | | | | | | | | | | | | | | Tighten tests for #13399?ric Araujo2012-05-201-8/+8
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Factor out repeated code used to call pysetup from tests.?ric Araujo2012-05-201-25/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The whole assert_python_* business was unfriendly for readers, now the code needed to have the equivalent of pysetup run from tests is moved to helper methods and the tests can have much clearer code. Also remove Python 2.4 compatibility (using -c instead of -m).
* | | | | | | | | | | | | | | | | | | | | make sure the existing metadata Provides field is translated when ↵Tarek Ziade2012-05-162-8/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translating an old PKG-INFO
* | | | | | | | | | | | | | | | | | | | | Merge further changes by Montreal sprinters?ric Araujo2012-05-164-2/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge commitPatrice Gauthier2012-05-145-15/+81
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | Now deleting build-scripts directory before creating it. No more leftovers.Pierre Paul2012-05-143-1/+51
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | #13399 - some tweakingPatrice Gauthier2012-05-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Harmonize error messages and add one missing test for #13339?ric Araujo2012-05-162-20/+26
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Fix minor whitespace, syntax and idiom nits?ric Araujo2012-05-1610-87/+74
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Add docutils to tox deps?ric Araujo2012-05-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Remove unused names?ric Araujo2012-05-152-3/+1
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Add missing changelog entries for recent contributions?ric Araujo2012-05-152-2/+11
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Branch merge?ric Araujo2012-05-151-11/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Ignore virtualenv?s man directory (installing nose creates it)?ric Araujo2012-03-181-11/+7
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge commitPierre Paul2012-05-125-79/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | #13399: Fixes the invalid arguments handlingPatrice Gauthier2012-05-122-5/+44
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | #13614: Merge changes from julien_courteau and PierrePaul regarding bad rstMathieu Leduc-Hamel2012-05-123-74/+10
| | | | | | | | | | | | | | | | | | | | | | |