summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mergeDaniel Holth2012-09-179-48/+229
|\
| * Make this test less chattyErik Bray2012-09-111-0/+7
| * Remove missing import (since b62968cd2666)Erik Bray2012-09-111-1/+1
| * mergeErik Bray2012-09-115-19/+134
| |\
| | * Updated changelogJason R. Coombs2012-09-051-0/+2
| | * Extract argument parsing as a separate functionJason R. Coombs2012-09-051-9/+18
| | * Merged in pmcnr/distribute (pull request #18)Jason R. Coombs2012-09-051-10/+20
| | |\
| | | * New command line option to enable downloading the distribute package from an ...Pedro Romano2012-08-301-1/+5
| | | * Use 'optparse' module to parse command line arguments.Pedro Romano2012-08-301-9/+15
| | * | Updated changelogJason R. Coombs2012-09-051-0/+3
| | * | Merged in embray/distribute/fix-sdist (pull request #4)Jason R. Coombs2012-09-053-7/+98
| | |\ \ | | | |/ | | |/|
| | | * Add a note about how this fix relates to include_package_data. Although still...Erik Bray2012-09-051-7/+11
| | | * adds a test for pr #4Erik Bray2012-09-051-0/+79
| | | * This allows the sdist command to ensure that any files listed in package_data...Erik Bray2012-02-131-0/+8
| * | | Adds a fix for issue #318, including a regression test. This also fixes anot...Erik Bray2012-09-064-29/+88
| |/ /
* | | markerlib -> _markerlibDaniel Holth2012-09-171-1/+1
* | | skip markerlib tests on Python < 2.6 (no ast compilation)Daniel Holth2012-09-172-40/+6
* | | move Python < 2.6 fallback into _markerlibDaniel Holth2012-08-272-12/+17
|/ /
* | impractical to support _markerlib on Python < 2.6 (no compile(ast))Daniel Holth2012-08-274-144/+7
* | Python < 2.5 doesn't support tuple arguments to .endswith()Daniel Holth2012-08-261-1/+1
* | move _markerlib test into setuptools/testDaniel Holth2012-08-251-6/+14
* | add markerlib as _markerlibDaniel Holth2012-08-256-7/+342
* | use frozenset; 'empty marker' heuristicDaniel Holth2012-07-231-3/+4
* | Oups.Lennart Regebro2012-08-241-1/+1
* | Merge.Lennart Regebro2012-08-244-33/+1
|\ \
| * | Delete redundant tests.Arfrever Frehtes Taifersar Arahesis2012-08-223-32/+0
| * | Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2012-08-221-1/+1
* | | Issue #310: Non-ascii characters in a namespace __init__.py causes errors.Lennart Regebro2012-08-223-8/+18
|/ /
* | Issue 315:Lennart Regebro2012-08-221-0/+4
* | Issue #314: test_local_index() would fail an OS X.Lennart Regebro2012-08-222-1/+3
* | Got rid of deprecated assert_ and assertEquals.Lennart Regebro2012-08-227-81/+81
* | Issue #313: Support for sdist subcommands (Python 2.7)Lennart Regebro2012-08-222-1/+12
* | Merged the two lists of acceptable names of README.txtLennart Regebro2012-08-221-4/+5
* | Issue #307: Prints the full path when .svn/entries is broken.Lennart Regebro2012-08-222-1/+2
* | Tests run under Python 3.3 now.Lennart Regebro2012-08-222-0/+13
* | Issue #306: Even if 2to3 is used, we build in-place under Python 2.Lennart Regebro2012-08-223-3/+4
* | The error message changed in Python 3.3.Lennart Regebro2012-08-221-1/+1
* | Python 3.3b2's importlib doesn't like sys.paths that dissappear. By having a ...Lennart Regebro2012-08-221-1/+1
* | Documentation updates.Lennart Regebro2012-08-212-0/+12
* | Added fix for the develop command, #299.Lennart Regebro2012-08-214-14/+45
* | Added failing test for #299.Lennart Regebro2012-08-212-13/+37
* | Once the test is correctly setup, the problem actually goes away.Lennart Regebro2012-08-211-5/+9
* | Add failing test for #301.Lennart Regebro2012-08-212-1/+114
* | And Python 2.7, of course.Lennart Regebro2012-08-202-1/+10
* | I guess nobody uses test.sh anymore, since it's unmaintained. Updated anyway.Lennart Regebro2012-08-201-9/+10
* | Fix #231, second try.iElectric2012-08-151-0/+1
* | Issue #283: Reenable scanning of *.pyc / *.pyo files on Python 3.3.Arfrever Frehtes Taifersar Arahesis2012-07-252-5/+8
* | Bumped to 0.6.29 in preparation for next release.Jason R. Coombs2012-07-226-70/+70
* | Added tag 0.6.28 for changeset fc379e63586aJason R. Coombs2012-07-221-0/+1
* | Check that Sphinx is installed before proceeding0.6.28Jason R. Coombs2012-07-221-0/+12