| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge fixes for #16107 and #15957 from defaultpython3 | Éric Araujo | 2012-10-27 | 1 | -1/+3 |
| |\ | |||||
| | * | Fix stringification of final versions (#16107). | ?ric Araujo | 2012-10-27 | 1 | -1/+3 |
| | | | | | | | | | Report and patch by Richard Jones. | ||||
| * | | Merge from default | ?ric Araujo | 2012-05-21 | 42 | -800/+634 |
| |\ \ | |/ |/| | |||||
| | * | Merge default | ?ric Araujo | 2012-05-21 | 13 | -77/+392 |
| | |\ | |||||
| | * \ | Merge fixes for #13974, #6884 and #11841 from default | ?ric Araujo | 2012-02-27 | 43 | -789/+622 |
| | |\ \ | |||||
| | | * \ | Merge #1326113 fix from default | ?ric Araujo | 2012-02-15 | 1 | -6/+6 |
| | | |\ \ | |||||
| | | * \ \ | Merge fixes for #13462 and others from default | ?ric Araujo | 2012-02-09 | 13 | -203/+129 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge fixes for #13901, #11805, #13712 and other improvements | ?ric Araujo | 2012-02-05 | 5 | -31/+69 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Branch merge | ?ric Araujo | 2011-11-20 | 41 | -796/+626 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Ye olde merge. | ?ric Araujo | 2011-11-12 | 29 | -435/+613 |
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Araujo | 2011-11-11 | 3 | -5/+76 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | Merge fix for #13205 and other changes from default. | ?ric Araujo | 2011-10-21 | 2 | -7/+45 |
| | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :) | ||||
| | | | * \ \ \ \ \ \ \ | Merge tests for #13114 from default | ?ric Araujo | 2011-10-11 | 2 | -2/+38 |
| | | | |\ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ | Merge default | ?ric Araujo | 2011-10-08 | 1 | -2/+2 |
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | Fix byte-compilation to comply with PEP 3147 on Python 3.2+ (#11254). | ?ric Araujo | 2011-10-08 | 2 | -6/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Araujo | 2011-10-06 | 1 | -36/+42 |
| | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ \ \ | Merge #11841 and other changes from default | ?ric Araujo | 2011-10-05 | 38 | -735/+542 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | | | | Start a branch to provide Distutils2 for Python 3. | ?ric Araujo | 2011-09-24 | 38 | -735/+542 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Araujo | 2012-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Minor simplification in one test | ?ric Araujo | 2012-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Also check stderr in one test | ?ric Araujo | 2012-05-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Fix overlooked thinkos in one test file | ?ric Araujo | 2012-05-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Use test skip decorator instead of private module attribute | ?ric Araujo | 2012-05-21 | 1 | -2/+1 |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Have pysetup read setup.cfg early to find custom commands (#14733). | ?ric Araujo | 2012-05-21 | 1 | -8/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Independently found and fixed by me (with help from Luis Rojas) and Janusz Lewandowski. | ||||
| * | | | | | | | | | | | | | | Tighten tests for #13399 | ?ric Araujo | 2012-05-20 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Factor out repeated code used to call pysetup from tests. | ?ric Araujo | 2012-05-20 | 1 | -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 Ziade | 2012-05-16 | 1 | -6/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translating an old PKG-INFO | ||||
| * | | | | | | | | | | | | | | Merge further changes by Montreal sprinters | ?ric Araujo | 2012-05-16 | 1 | -0/+30 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Now deleting build-scripts directory before creating it. No more leftovers. | Pierre Paul | 2012-05-14 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Harmonize error messages and add one missing test for #13339 | ?ric Araujo | 2012-05-16 | 1 | -12/+21 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Fix minor whitespace, syntax and idiom nits | ?ric Araujo | 2012-05-16 | 5 | -30/+26 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Merge commit | Pierre Paul | 2012-05-12 | 3 | -73/+39 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | #13399: Fixes the invalid arguments handling | Patrice Gauthier | 2012-05-12 | 1 | -1/+31 |
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | #13614: Merge changes from julien_courteau and PierrePaul regarding bad rst | Mathieu Leduc-Hamel | 2012-05-12 | 2 | -72/+8 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Now creating scripts everytime when build_scripts is called, as a side ↵ | Pierre Paul | 2012-05-12 | 1 | -4/+23 |
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | effect, --force option has been removed | ||||
| * | | | | | | | | | | | | | | Only run specific test if docutils is installed | Mathieu Leduc-Hamel | 2012-05-12 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge | Pierre Paul | 2012-05-12 | 3 | -3/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge #1364 | Julien Courteau | 2012-05-12 | 2 | -3/+40 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | #13166: Implement __str__ on Distribution and EggInfoDistribution, use for ↵ | Guillaume Pratte | 2012-04-21 | 1 | -3/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pysetup list, pysetup graph and installation log | ||||
| | | * | | | | | | | | | | | | | | #14270: Fixes to add dest_dir params working when using install_from_infos | Mathieu Leduc-Hamel | 2012-04-21 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | fix: setup.py register fails if description has ReST uncompatible with ↵ | Julien Courteau | 2012-04-21 | 1 | -0/+9 |
| | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sphinx (#13614) | ||||
| * | | | | | | | | | | | | | | | #13614: Raises a TypeError now if the RST description is invalid | Pierre Paul | 2012-05-12 | 2 | -0/+83 |
| |/ / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Merge Yannick?s test into main repo | ?ric Araujo | 2012-04-21 | 1 | -0/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | improved the test coverage on commands.bdist | Yannick Gingras | 2010-12-09 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Fix winreg imports; we are not using a single codebase | ?ric Araujo | 2012-03-14 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | merged | Tarek Ziade | 2012-03-13 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Fix ImportError in test | Jason R. Coombs | 2012-03-13 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | fix for 14294 | Preston Holmes | 2012-03-13 | 2 | -1/+26 |
| |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | switching to use_egg_info by default | Tarek Ziade | 2012-03-13 | 1 | -18/+31 |
| | | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | changed the metadata behavior so the version does not get set all the time | Tarek Ziade | 2012-03-12 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | | |||||
