| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Prepare release of 1.4.0 (set release date, sync release notes) | Sebastian Pipping | 2010-07-08 | 4 | -8/+14 |
| * | Close stdin of child processes in quiet mode | Sebastian Pipping | 2010-07-07 | 3 | -8/+22 |
| * | Replace os.system() by subprocess.Popen() | Sebastian Pipping | 2010-07-07 | 10 | -92/+123 |
| * | Improve command line API cases "layman" and "layman foo" | Sebastian Pipping | 2010-07-07 | 2 | -1/+15 |
| * | Tune usage summary display | Sebastian Pipping | 2010-07-07 | 1 | -4/+3 |
| * | Prepare release of 1.3.4 (set release date, sync release notes) | Sebastian Pipping | 2010-07-05 | 4 | -17/+9 |
| * | Add make target "doc" to main Makefile | Sebastian Pipping | 2010-07-05 | 1 | -2/+5 |
| * | No longer store generated file www/index.html | Sebastian Pipping | 2010-07-05 | 1 | -316/+0 |
| * | Change date format in change log from YYYY/MM/DD to YYYY-MM-DD | Sebastian Pipping | 2010-07-05 | 1 | -12/+12 |
* | | Merge branch 'master' into api | Brian Dolbec | 2010-07-11 | 3 | -2/+9 |
|\| |
|
| * | Propagate move of CVS and Subversion | Sebastian Pipping | 2010-07-05 | 3 | -2/+9 |
* | | Remove the Output class as it is not needed, was used for initial testing only. | Brian Dolbec | 2010-07-11 | 1 | -63/+0 |
* | | Add a get_option function as a convenience function for option retrieval inst... | Brian Dolbec | 2010-07-10 | 1 | -0/+5 |
* | | Modify the API to be more compatible with a c interface. | Brian Dolbec | 2010-07-10 | 1 | -37/+87 |
* | | Separate out the configs from the args parsing code. This will allow basic c... | Brian Dolbec | 2010-07-07 | 4 | -34/+97 |
* | | change the shebang because it would not run in my test environment | Brian Dolbec | 2010-07-06 | 1 | -1/+1 |
* | | create a new readme to explain a bit how to use the new api | Brian Dolbec | 2010-07-06 | 1 | -0/+57 |
* | | fix the remaining missed i renames to id | Brian Dolbec | 2010-07-06 | 1 | -18/+18 |
* | | fix results tracking | Brian Dolbec | 2010-07-06 | 1 | -4/+4 |
* | | add new layman API file and class to be used by api consumers, but could also... | Brian Dolbec | 2010-07-06 | 1 | -0/+354 |
* | | Change the remaining modules to use teh config['output'] variable so re-direc... | Brian Dolbec | 2010-07-06 | 3 | -11/+21 |
* | | Add an output parameter to Message class and change the prints that weren't a... | Brian Dolbec | 2010-07-06 | 1 | -5/+10 |
* | | change to use the config['output'] variable | Brian Dolbec | 2010-07-06 | 2 | -12/+15 |
* | | Add an input parameter, 'output' to delete_empty_directory so that it can be ... | Brian Dolbec | 2010-07-06 | 1 | -5/+5 |
* | | add new __init__ input parameters, output (replaces OUT import), stdout, stdi... | Brian Dolbec | 2010-07-06 | 1 | -18/+32 |
|/ |
|
* | Prepare release of 1.3.3 (set release date, sync release notes, update website) | Sebastian Pipping | 2010-04-08 | 5 | -18/+26 |
* | Fix syncing of SVN overlays for users of SVN <1.6.5 (bug #313303) | Sebastian Pipping | 2010-04-08 | 2 | -1/+11 |
* | Extend change log for bug #311419 | Sebastian Pipping | 2010-04-08 | 1 | -0/+3 |
* | dev-util category changed to dev-vcs for bzr, darcs, git, mercurial | Ondrej Sukup | 2010-03-28 | 4 | -4/+4 |
* | Update ChangeLog | Sebastian Pipping | 2010-03-15 | 1 | -0/+10 |
* | Fix handling of empty XML entities (bug #309617) | Sebastian Pipping | 2010-03-15 | 2 | -9/+15 |
* | Extend in-config docs on proxy (suggested by James Broadhead) | Sebastian Pipping | 2010-02-27 | 1 | -0/+1 |
* | Move code from ListLocal/ListRemote up to List | Sebastian Pipping | 2010-02-26 | 1 | -56/+39 |
* | Rename class List to ListRemote, make ListRemote and ListLocal derive from a ... | Sebastian Pipping | 2010-02-26 | 1 | -6/+16 |
* | pylint: Resolve redefinition of variable by renaming | Sebastian Pipping | 2010-02-21 | 1 | -4/+4 |
* | pylint: Resolve unused import | Sebastian Pipping | 2010-02-21 | 1 | -1/+1 |
* | Fix missing import | Sebastian Pipping | 2010-02-21 | 3 | -2/+4 |
* | Prepare release of 1.3.2 (set release date, sync release notes, update website) | Sebastian Pipping | 2010-02-20 | 5 | -24/+18 |
* | Hint about broken overlay catalog | Sebastian Pipping | 2010-02-18 | 4 | -11/+58 |
* | Move safe op out of try-except block, extend code doc | Sebastian Pipping | 2010-02-18 | 1 | -2/+3 |
* | No longer read same XML file twice | Sebastian Pipping | 2010-02-18 | 1 | -10/+0 |
* | Move MakeConf class to dedicated file | Sebastian Pipping | 2010-02-18 | 2 | -247/+269 |
* | Resolve Actions class, allow custom sys.argv for Config class | Sebastian Pipping | 2010-02-18 | 3 | -14/+13 |
* | Add pylint config | Sebastian Pipping | 2010-02-17 | 1 | -0/+19 |
* | pylint: Fix dangerous/mutable default value | Sebastian Pipping | 2010-02-17 | 1 | -3/+6 |
* | pylint: Resolve redefinition of variable by renaming | Sebastian Pipping | 2010-02-17 | 1 | -5/+5 |
* | pylint: Remove unused variable | Sebastian Pipping | 2010-02-17 | 3 | -4/+4 |
* | pylint: Add child-only attribute to parent, too | Sebastian Pipping | 2010-02-17 | 1 | -0/+2 |
* | pylint: Resolve unused import | Sebastian Pipping | 2010-02-17 | 5 | -6/+7 |
* | pylint: Resolve use of blacklisted built-in funtions | Sebastian Pipping | 2010-02-17 | 1 | -1/+1 |