| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix stringification of final versions (#16107). | ?ric Araujo | 2012-10-27 | 1 | -1/+3 |
| | | | | | Report and patch by Richard Jones. | ||||
| * | 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 |
| | | | |||||
| * | | fixed a test mock issue (#14268) | Tarek Ziade | 2012-03-12 | 1 | -3/+3 |
| | | | |||||
| * | | Removed the trailing zero wiping (#14264) | Tarek Ziade | 2012-03-12 | 1 | -2/+8 |
| | | | |||||
| * | | Fixed a function name lookup in distutils2.pypi.wrapper (#14263) | Tarek Ziade | 2012-03-12 | 1 | -0/+37 |
| | | | |||||
| * | | Fix comparison bug with 'rc' versions (#11841) | ?ric Araujo | 2012-02-27 | 1 | -0/+9 |
| | | | |||||
| * | | Fix bugs with MANIFEST.in parsing on Windows (#6884). | ?ric Araujo | 2012-02-27 | 2 | -36/+105 |
| | | | | | | | | | | | | | | | | | | | These regex changes fix a number of issues on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_manifest failures Thanks to Nadeem Vawda for his help. | ||||
| * | | Add test for util.set_platform (#13974). | ?ric Araujo | 2012-02-16 | 1 | -0/+5 |
| | | | | | | | | | Patch by Tshepang Lekhonkhobe. | ||||
| * | | Fix for shared builds | ?ric Araujo | 2012-02-15 | 1 | -1/+2 |
| | | | |||||
| * | | Fix parsing of build_ext --libraries option (#1326113) | ?ric Araujo | 2012-02-15 | 1 | -6/+6 |
| | | | |||||
| * | | Use sys.version_info instead of sys.version. | ?ric Araujo | 2012-02-09 | 6 | -15/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The contents of this attribute are an implementation detail, as documented for #9442, so we should not parse it, to support non-CPython VMs in the future. Unfortunately, one use comes directly from PEP 345, so an edit will have to be agreed before fixing the code (see comment in d2.markers). Other remaining uses are found in d2.compiler and could be replaced by the platform module (which also parses sys.version, but then it wouldn?t be my fault :) | ||||
| * | | Add fixup for compiling C in tests with an uninstalled Python (2.7) | ?ric Araujo | 2012-02-09 | 1 | -1/+8 |
| | | | |||||
| * | | Branch merge | ?ric Araujo | 2012-02-09 | 2 | -7/+31 |
| |\ \ | |||||
| | * | | More boolean tests for metadata environment markers | ?ric Araujo | 2012-02-09 | 1 | -3/+7 |
| | | | | |||||
| | * | | Group commands by topic in ?pysetup run --list-commands? output. | ?ric Araujo | 2012-02-09 | 1 | -4/+24 |
| | | | | | | | | | | | | | | | | | | | This fixes a regression from distutils, where ?setup.py --help-commands? prints out commands grouped by topic (i.e. building vs. installing), which is more useful than using sorted. | ||||
| * | | | Start improving 2to3 code (#13462). | ?ric Araujo | 2012-02-09 | 4 | -188/+80 |
| |/ / | | | | | | | | | | | - Change the fixers used in tests to something not provided by lib2to3 - Test conversion of doctests in text files - Factor out test boilerplate into a common method | ||||
| * | | Stop converting package_data to extra_files in pysetup create (#13712). | ?ric Araujo | 2012-02-05 | 1 | -13/+12 |
| | | | | | | | | | | | | | | | pysetup create used to convert package_data from an existing setup.py into extra_files, but these files are only present in sdists, not installed: they don?t have the same use case at all, so converting one into the other did not work. | ||||
| * | | Allow multiple values for package_data in setup.cfg (#11805). | ?ric Araujo | 2012-02-05 | 1 | -7/+30 |
| | | | | | | | | | | | | | | | | | | | | | Even though the resources system obsoletes data_files and package_data (see bug discussion), package_data still exists to allow compatibility with distutils and thus an easier transition. In setup.py, the values are lists of glob patterns, so the setup.cfg syntax needed a way to express multiple values too. Reported by Erik Bray. | ||||
| * | | Improve one test, remove a setuptoolism in another | ?ric Araujo | 2012-02-05 | 2 | -6/+14 |
| | | | |||||
