summaryrefslogtreecommitdiff
path: root/distutils2/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Slightly improved coverage for upload commandsmathieu2010-12-081-0/+14
| | | |\ \ \ \
| | | | * | | | Slightly impored test coverage in upload commandsmathieu2010-12-081-0/+14
| | | * | | | | utf8 is not a valid emacs extensionGeorge Peristerakis2010-12-081-1/+1
| | | |/ / / /
| | * | | | | - Remove unnecessary check for empty value from a call to askMathieu Leduc-Hamel2010-12-081-1/+35
| | | |/ / / | | |/| | |
| * | | | | improved test coverage on command.bdistAndrew Francis2010-12-081-0/+26
| * | | | | improved test coverage for command.bdistYannick Gingras2010-12-081-2/+13
| | |/ / / | |/| | |
| * | | | improved code coverageGeorge Peristerakis2010-12-081-1/+1
| |/ / /
* | | | Branch merge?ric Araujo2011-01-194-1/+35
|\ \ \ \
| * | | | make sure project that have numbers in their names can be parsedTarek Ziade2011-01-011-0/+9
| * | | | make sure get_last() returns None in case no release matchesTarek Ziade2011-01-011-0/+4
| * | | | allowing predicates without parenthesis -- that's how the install script will...Tarek Ziade2011-01-011-0/+3
| * | | | Aadd a get_all_projects method for the XML/RPC client.Alexis Metaireau2010-12-242-1/+19
* | | | | Save up a bit of memory thanks to dict.iter* and __iter__?ric Araujo2010-12-173-7/+6
|/ / / /
* | | | Branch merge?ric Araujo2010-12-1510-76/+51
|\ \ \ \ | |/ / / |/| | |
| * | | Merge duplicate test_ensure_string_list?ric Araujo2010-12-091-21/+13
| * | | Don?t use a deprecated name?ric Araujo2010-12-097-22/+22
| * | | Fix a test, uncover a bug, simplify other tests?ric Araujo2010-12-091-29/+13
| * | | Remove deprecated code o/?ric Araujo2010-11-261-4/+3
| | |/ | |/|
* | | fixed a that was looking for a particular order in the list of packaged files...Yannick Gingras2010-12-081-2/+2
|/ /
* | Forgot one instance of wrong import in 088dbb97fd18, oops!?ric Araujo2010-11-161-4/+1
* | A touch of PEP 8 and pyflaking?ric Araujo2010-11-163-5/+9
* | Make "python test_config.py" work. See explanation in the diff.?ric Araujo2010-11-161-4/+11
* | Silence test_config?ric Araujo2010-11-161-0/+1
* | Don?t import sysconfig from the (2.7) stdlib.?ric Araujo2010-11-163-13/+4
* | added optparse in the main scriptTarek Ziade2010-11-141-4/+1
* | merged with AlexisTarek Ziade2010-11-131-18/+155
|\ \
| * \ branch mergeAlexis Metaireau2010-11-131-18/+155
| |\ \
| | * | Add basic installation script + tests.Alexis Metaireau2010-11-131-18/+155
* | | | fixed testTarek Ziade2010-11-131-1/+5
|/ / /
* | | compiler_type -> nameTarek Ziade2010-11-131-1/+1
* | | moved extension into compiler/Tarek Ziade2010-11-134-12/+5
* | | now distutils2 uses set_command to set its own commandsTarek Ziade2010-11-133-94/+45
|/ /
* | ...and its testTarek Ziade2010-11-111-21/+0
* | now you can register your custom compilers using the .cfg filesTarek Ziade2010-11-111-0/+16
* | moved general functions out of ccompilerTarek Ziade2010-11-113-47/+65
* | passing the distribution object as well.Tarek Ziade2010-11-071-1/+1
* | added the manifest_builders optionTarek Ziade2010-11-071-0/+11
* | now sub_commands can be configure in the .cfg filesTarek Ziade2010-11-071-1/+42
* | renamed the cmd testTarek Ziade2010-11-071-0/+0
* | Branch merge?ric Araujo2010-11-0635-910/+222
|\ \
| * | removed uneeded classTarek Ziade2010-11-051-7/+0
| * | renamed tests filesTarek Ziade2010-11-052-0/+0
| * | finished the removal of the log moduleTarek Ziade2010-11-057-71/+30
| |/
| * now using logging in distTarek Ziade2010-10-251-1/+1
| * removed core.pyTarek Ziade2010-10-2515-113/+79
| * added an automatic mode to fill [files]Tarek Ziade2010-10-241-0/+47
| * py_modules -> modulesTarek Ziade2010-10-231-1/+1
| * making 'include' the default actionTarek Ziade2010-10-231-0/+20
| * forcing the pypi test server to use 127.0.0.1 because '' will not work with s...Tarek Ziade2010-10-231-2/+2
| * fix importTarek Ziade2010-10-231-1/+1