aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Prepare release of 1.4.0 (set release date, sync release notes)Sebastian Pipping2010-07-084-8/+14
| * Close stdin of child processes in quiet modeSebastian Pipping2010-07-073-8/+22
| * Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-0710-92/+123
| * Improve command line API cases "layman" and "layman foo"Sebastian Pipping2010-07-072-1/+15
| * Tune usage summary displaySebastian Pipping2010-07-071-4/+3
| * Prepare release of 1.3.4 (set release date, sync release notes)Sebastian Pipping2010-07-054-17/+9
| * Add make target "doc" to main MakefileSebastian Pipping2010-07-051-2/+5
| * No longer store generated file www/index.htmlSebastian Pipping2010-07-051-316/+0
| * Change date format in change log from YYYY/MM/DD to YYYY-MM-DDSebastian Pipping2010-07-051-12/+12
* | Merge branch 'master' into apiBrian Dolbec2010-07-113-2/+9
|\|
| * Propagate move of CVS and SubversionSebastian Pipping2010-07-053-2/+9
* | Remove the Output class as it is not needed, was used for initial testing only.Brian Dolbec2010-07-111-63/+0
* | Add a get_option function as a convenience function for option retrieval inst...Brian Dolbec2010-07-101-0/+5
* | Modify the API to be more compatible with a c interface.Brian Dolbec2010-07-101-37/+87
* | Separate out the configs from the args parsing code. This will allow basic c...Brian Dolbec2010-07-074-34/+97
* | change the shebang because it would not run in my test environmentBrian Dolbec2010-07-061-1/+1
* | create a new readme to explain a bit how to use the new apiBrian Dolbec2010-07-061-0/+57
* | fix the remaining missed i renames to idBrian Dolbec2010-07-061-18/+18
* | fix results trackingBrian Dolbec2010-07-061-4/+4
* | add new layman API file and class to be used by api consumers, but could also...Brian Dolbec2010-07-061-0/+354
* | Change the remaining modules to use teh config['output'] variable so re-direc...Brian Dolbec2010-07-063-11/+21
* | Add an output parameter to Message class and change the prints that weren't a...Brian Dolbec2010-07-061-5/+10
* | change to use the config['output'] variableBrian Dolbec2010-07-062-12/+15
* | Add an input parameter, 'output' to delete_empty_directory so that it can be ...Brian Dolbec2010-07-061-5/+5
* | add new __init__ input parameters, output (replaces OUT import), stdout, stdi...Brian Dolbec2010-07-061-18/+32
|/
* Prepare release of 1.3.3 (set release date, sync release notes, update website)Sebastian Pipping2010-04-085-18/+26
* Fix syncing of SVN overlays for users of SVN <1.6.5 (bug #313303)Sebastian Pipping2010-04-082-1/+11
* Extend change log for bug #311419Sebastian Pipping2010-04-081-0/+3
* dev-util category changed to dev-vcs for bzr, darcs, git, mercurialOndrej Sukup2010-03-284-4/+4
* Update ChangeLogSebastian Pipping2010-03-151-0/+10
* Fix handling of empty XML entities (bug #309617)Sebastian Pipping2010-03-152-9/+15
* Extend in-config docs on proxy (suggested by James Broadhead)Sebastian Pipping2010-02-271-0/+1
* Move code from ListLocal/ListRemote up to ListSebastian Pipping2010-02-261-56/+39
* Rename class List to ListRemote, make ListRemote and ListLocal derive from a ...Sebastian Pipping2010-02-261-6/+16
* pylint: Resolve redefinition of variable by renamingSebastian Pipping2010-02-211-4/+4
* pylint: Resolve unused importSebastian Pipping2010-02-211-1/+1
* Fix missing importSebastian Pipping2010-02-213-2/+4
* Prepare release of 1.3.2 (set release date, sync release notes, update website)Sebastian Pipping2010-02-205-24/+18
* Hint about broken overlay catalogSebastian Pipping2010-02-184-11/+58
* Move safe op out of try-except block, extend code docSebastian Pipping2010-02-181-2/+3
* No longer read same XML file twiceSebastian Pipping2010-02-181-10/+0
* Move MakeConf class to dedicated fileSebastian Pipping2010-02-182-247/+269
* Resolve Actions class, allow custom sys.argv for Config classSebastian Pipping2010-02-183-14/+13
* Add pylint configSebastian Pipping2010-02-171-0/+19
* pylint: Fix dangerous/mutable default valueSebastian Pipping2010-02-171-3/+6
* pylint: Resolve redefinition of variable by renamingSebastian Pipping2010-02-171-5/+5
* pylint: Remove unused variableSebastian Pipping2010-02-173-4/+4
* pylint: Add child-only attribute to parent, tooSebastian Pipping2010-02-171-0/+2
* pylint: Resolve unused importSebastian Pipping2010-02-175-6/+7
* pylint: Resolve use of blacklisted built-in funtionsSebastian Pipping2010-02-171-1/+1