| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | Aadd a get_all_projects method for the XML/RPC client. | Alexis Metaireau | 2010-12-24 | 4 | -9/+34 | |
| | * | | | | | typo + exiting when help is displayed | Tarek Ziade | 2010-12-10 | 1 | -1/+5 | |
| | * | | | | | added pysetup | Tarek Ziade | 2010-12-10 | 1 | -2/+3 | |
| | * | | | | | make sure we don't mix 1.1 metadata and setuptools ones | Tarek Ziade | 2010-12-10 | 2 | -13/+9 | |
| | * | | | | | savepoint | Tarek Ziade | 2010-11-27 | 5 | -39/+120 | |
| * | | | | | | Save up a bit of memory thanks to dict.iter* and __iter__ | ?ric Araujo | 2010-12-17 | 26 | -56/+51 | |
| * | | | | | | Add disclaimer about MinGW compat (#6007). Patch by Chris Lambacher. | ?ric Araujo | 2010-12-15 | 2 | -16/+24 | |
| * | | | | | | Add missing document to toctree | ?ric Araujo | 2010-12-15 | 1 | -0/+1 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Branch merge | ?ric Araujo | 2010-12-15 | 18 | -129/+62 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). | ?ric Araujo | 2010-12-15 | 2 | -5/+6 | |
| | * | | | | 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 implicit relative imports and fix our beloved typo in d2.index | ?ric Araujo | 2010-12-09 | 4 | -6/+4 | |
| | * | | | | Remove deprecated code o/ | ?ric Araujo | 2010-11-26 | 3 | -46/+4 | |
| * | | | | | fixed a that was looking for a particular order in the list of packaged files... | Yannick Gingras | 2010-12-08 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Run pep8 on d2.util | ?ric Araujo | 2010-11-26 | 1 | -11/+14 | |
| * | | | | Small code cleanup | ?ric Araujo | 2010-11-26 | 3 | -21/+9 | |
| * | | | | Remove unneeded imports, pepeightize | ?ric Araujo | 2010-11-22 | 1 | -19/+35 | |
| * | | | | Fix docstrings in sysconfig (see #9877) | ?ric Araujo | 2010-11-22 | 1 | -6/+6 | |
| * | | | | branch merge | Alexis Metaireau | 2010-11-21 | 1 | -13/+23 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | Work In Progress on install.py. | Alexis Metaireau | 2010-11-21 | 1 | -13/+23 | |
| * | | | | Forgot one instance of wrong import in 088dbb97fd18, oops! | ?ric Araujo | 2010-11-16 | 1 | -4/+1 | |
| * | | | | Fix typo found thanks to ?build --show-compiler? | ?ric Araujo | 2010-11-16 | 1 | -1/+1 | |
| * | | | | Make error message from resolve_name more useful for debugging | ?ric Araujo | 2010-11-16 | 1 | -2/+2 | |
| * | | | | A touch of PEP 8 and pyflaking | ?ric Araujo | 2010-11-16 | 8 | -68/+63 | |
| * | | | | 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 | 5 | -21/+6 | |
| * | | | | Fix typo | ?ric Araujo | 2010-11-16 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | added optparse in the main script | Tarek Ziade | 2010-11-14 | 3 | -9/+24 | |
| * | | | merged with Alexis | Tarek Ziade | 2010-11-13 | 5 | -33/+313 | |
| |\ \ \ | ||||||
| | * \ \ | branch merge | Alexis Metaireau | 2010-11-13 | 5 | -33/+313 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | branch merge | Alexis Metaireau | 2010-11-13 | 3 | -32/+302 | |
| | | |\ \ | ||||||
| | | | * | | Add basic installation script + tests. | Alexis Metaireau | 2010-11-13 | 3 | -32/+302 | |
| | | * | | | Add basic pysetup support. | Alexis Metaireau | 2010-11-12 | 2 | -1/+11 | |
| | | |/ / | ||||||
| * | | | | Fixed #1049: mkcfg was crashing on licence selection | Tarek Ziade | 2010-11-13 | 2 | -26/+37 | |
| * | | | | fixed test | Tarek Ziade | 2010-11-13 | 1 | -1/+5 | |
| |/ / / | ||||||
| * | | | compiler_type -> name | Tarek Ziade | 2010-11-13 | 8 | -13/+15 | |
| * | | | added setup.cfg doc | Tarek Ziade | 2010-11-13 | 1 | -0/+161 | |
| * | | | moved extension into compiler/ | Tarek Ziade | 2010-11-13 | 6 | -13/+6 | |
| * | | | now distutils2 uses set_command to set its own commands | Tarek Ziade | 2010-11-13 | 9 | -260/+147 | |
| |/ / | ||||||
| * | | ...and its test | Tarek Ziade | 2010-11-11 | 1 | -21/+0 | |
| * | | removed the EMX compiler | Tarek Ziade | 2010-11-11 | 1 | -303/+0 | |
| * | | now you can register your custom compilers using the .cfg files | Tarek Ziade | 2010-11-11 | 4 | -0/+35 | |
| * | | now compilers are loaded using fully qualified names | Tarek Ziade | 2010-11-11 | 4 | -53/+27 | |
| * | | added a description field in compilers - pre-step to enhance the compiler reg... | Tarek Ziade | 2010-11-11 | 6 | -0/+6 | |
| * | | moved general functions out of ccompiler | Tarek Ziade | 2010-11-11 | 14 | -348/+358 | |
| * | | passing the distribution object as well. | Tarek Ziade | 2010-11-07 | 2 | -2/+2 | |
| * | | added the manifest_builders option | Tarek Ziade | 2010-11-07 | 2 | -2/+41 | |
