| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | Slightly improved coverage for upload command | smathieu | 2010-12-08 | 1 | -0/+14 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | Slightly impored test coverage in upload command | smathieu | 2010-12-08 | 1 | -0/+14 | |
| | | | * | | | | | utf8 is not a valid emacs extension | George Peristerakis | 2010-12-08 | 1 | -1/+1 | |
| | | | |/ / / / | ||||||
| | | * | | | | | - Remove unnecessary check for empty value from a call to ask | Mathieu Leduc-Hamel | 2010-12-08 | 1 | -1/+35 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | improved test coverage on command.bdist | Andrew Francis | 2010-12-08 | 1 | -0/+26 | |
| | * | | | | | improved test coverage for command.bdist | Yannick Gingras | 2010-12-08 | 1 | -2/+13 | |
| | | |/ / / | |/| | | | ||||||
| | * | | | | improved code coverage | George Peristerakis | 2010-12-08 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Branch merge | ?ric Araujo | 2011-01-19 | 4 | -1/+35 | |
| |\ \ \ \ | ||||||
| | * | | | | make sure project that have numbers in their names can be parsed | Tarek Ziade | 2011-01-01 | 1 | -0/+9 | |
| | * | | | | make sure get_last() returns None in case no release matches | Tarek Ziade | 2011-01-01 | 1 | -0/+4 | |
| | * | | | | allowing predicates without parenthesis -- that's how the install script will... | Tarek Ziade | 2011-01-01 | 1 | -0/+3 | |
| | * | | | | Aadd a get_all_projects method for the XML/RPC client. | Alexis Metaireau | 2010-12-24 | 2 | -1/+19 | |
| * | | | | | Save up a bit of memory thanks to dict.iter* and __iter__ | ?ric Araujo | 2010-12-17 | 3 | -7/+6 | |
| |/ / / / | ||||||
| * | | | | Branch merge | ?ric Araujo | 2010-12-15 | 10 | -76/+51 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Merge duplicate test_ensure_string_list | ?ric Araujo | 2010-12-09 | 1 | -21/+13 | |
| | * | | | Don?t use a deprecated name | ?ric Araujo | 2010-12-09 | 7 | -22/+22 | |
| | * | | | Fix a test, uncover a bug, simplify other tests | ?ric Araujo | 2010-12-09 | 1 | -29/+13 | |
| | * | | | Remove deprecated code o/ | ?ric Araujo | 2010-11-26 | 1 | -4/+3 | |
| | | |/ | |/| | ||||||
| * | | | fixed a that was looking for a particular order in the list of packaged files... | Yannick Gingras | 2010-12-08 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | Forgot one instance of wrong import in 088dbb97fd18, oops! | ?ric Araujo | 2010-11-16 | 1 | -4/+1 | |
| * | | A touch of PEP 8 and pyflaking | ?ric Araujo | 2010-11-16 | 3 | -5/+9 | |
| * | | Make "python test_config.py" work. See explanation in the diff. | ?ric Araujo | 2010-11-16 | 1 | -4/+11 | |
| * | | Silence test_config | ?ric Araujo | 2010-11-16 | 1 | -0/+1 | |
| * | | Don?t import sysconfig from the (2.7) stdlib. | ?ric Araujo | 2010-11-16 | 3 | -13/+4 | |
| * | | added optparse in the main script | Tarek Ziade | 2010-11-14 | 1 | -4/+1 | |
| * | | merged with Alexis | Tarek Ziade | 2010-11-13 | 1 | -18/+155 | |
| |\ \ | ||||||
| | * \ | branch merge | Alexis Metaireau | 2010-11-13 | 1 | -18/+155 | |
| | |\ \ | ||||||
| | | * | | Add basic installation script + tests. | Alexis Metaireau | 2010-11-13 | 1 | -18/+155 | |
| * | | | | fixed test | Tarek Ziade | 2010-11-13 | 1 | -1/+5 | |
| |/ / / | ||||||
| * | | | compiler_type -> name | Tarek Ziade | 2010-11-13 | 1 | -1/+1 | |
| * | | | moved extension into compiler/ | Tarek Ziade | 2010-11-13 | 4 | -12/+5 | |
| * | | | now distutils2 uses set_command to set its own commands | Tarek Ziade | 2010-11-13 | 3 | -94/+45 | |
| |/ / | ||||||
| * | | ...and its test | Tarek Ziade | 2010-11-11 | 1 | -21/+0 | |
| * | | now you can register your custom compilers using the .cfg files | Tarek Ziade | 2010-11-11 | 1 | -0/+16 | |
| * | | moved general functions out of ccompiler | Tarek Ziade | 2010-11-11 | 3 | -47/+65 | |
| * | | passing the distribution object as well. | Tarek Ziade | 2010-11-07 | 1 | -1/+1 | |
| * | | added the manifest_builders option | Tarek Ziade | 2010-11-07 | 1 | -0/+11 | |
| * | | now sub_commands can be configure in the .cfg files | Tarek Ziade | 2010-11-07 | 1 | -1/+42 | |
| * | | renamed the cmd test | Tarek Ziade | 2010-11-07 | 1 | -0/+0 | |
| * | | Branch merge | ?ric Araujo | 2010-11-06 | 35 | -910/+222 | |
| |\ \ | ||||||
| | * | | removed uneeded class | Tarek Ziade | 2010-11-05 | 1 | -7/+0 | |
| | * | | renamed tests files | Tarek Ziade | 2010-11-05 | 2 | -0/+0 | |
| | * | | finished the removal of the log module | Tarek Ziade | 2010-11-05 | 7 | -71/+30 | |
| | |/ | ||||||
| | * | now using logging in dist | Tarek Ziade | 2010-10-25 | 1 | -1/+1 | |
| | * | removed core.py | Tarek Ziade | 2010-10-25 | 15 | -113/+79 | |
| | * | added an automatic mode to fill [files] | Tarek Ziade | 2010-10-24 | 1 | -0/+47 | |
| | * | py_modules -> modules | Tarek Ziade | 2010-10-23 | 1 | -1/+1 | |
| | * | making 'include' the default action | Tarek Ziade | 2010-10-23 | 1 | -0/+20 | |
| | * | forcing the pypi test server to use 127.0.0.1 because '' will not work with s... | Tarek Ziade | 2010-10-23 | 1 | -2/+2 | |
| | * | fix import | Tarek Ziade | 2010-10-23 | 1 | -1/+1 | |
