summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add new layman API file and class to be used by api consumers, but could ↵Brian Dolbec2011-02-111-0/+354
| | | | also be used by the cli if they desire to migrate to it. That would eliminate the duplication in hte action.py file. Unfortunately, the action classes were not suitable for api consumers. They worked efficiently as one time cli use only. I also have subclassed the debug.py's Message class to override some print statements for data capture instead. This may not survive when the api is completed. create_fd() is handy for creating opened file descriptors to use for output re-direction.
* Change the remaining modules to use the config['output'] variable so ↵Brian Dolbec2011-02-113-12/+17
| | | | re-direction is possible for all output.
* Add an output parameter to Message class and change the prints that weren't ↵Brian Dolbec2011-02-111-5/+10
| | | | already re-directed to re-direct to it
* change to use the config['output'] variableBrian Dolbec2011-02-112-12/+15
|
* Add an input parameter, 'output' to delete_empty_directory so that it can be ↵Brian Dolbec2011-02-111-5/+5
| | | | overriden if desired
* add new __init__ input parameters, output (replaces OUT import), stdout, ↵Brian Dolbec2011-02-111-18/+32
| | | | stdin, stderr. These are then added to the config dictionary for all other modules to use. This creates a single point to assign them and makes it possible to re-assign them from the defaults in the case of API consumers.
* Extend .gitignoreSebastian Pipping2011-02-081-0/+1
|
* MANIFEST.in: Ship file doc/docbook-xsl.cssv1.4.2Sebastian Pipping2011-02-081-0/+1
|
* Prepare release of 1.4.2 (set release date, sync release notes)Sebastian Pipping2011-02-083-8/+11
|
* Makefile: Extract version from layman/version.py (was hardcoded before)Sebastian Pipping2011-02-081-4/+6
|
* Makefile: Add target "website" to ease uploading the latest man page to ↵Sebastian Pipping2011-02-081-0/+7
| | | | layman.sf.net
* Makefile: Remove target "www"Sebastian Pipping2011-02-081-4/+0
|
* Add missing asciidoc.confSebastian Pipping2010-11-071-0/+3
|
* Improve documentation on option nocheck (bug #267686)Sebastian Pipping2010-11-072-4/+18
|
* man page: Add "=" to long optionsSebastian Pipping2010-11-071-8/+8
|
* man page: Fix logic in synopsisSebastian Pipping2010-11-071-8/+8
|
* man page: Uppercase parameter variables and fix their style in synopsisSebastian Pipping2010-11-071-10/+10
|
* man page: Improve styleSebastian Pipping2010-11-061-2/+2
|
* man page: Improve styleSebastian Pipping2010-11-061-1/+1
|
* man page: Introduce see also sectionSebastian Pipping2010-11-061-0/+5
|
* man page: Add note on gpo.zugaina.orgSebastian Pipping2010-11-061-0/+3
|
* man page: Replace PORTAGE_OVERLAYS by PORTDIR_OVERLAYSebastian Pipping2010-11-061-1/+1
|
* Migrate documentation from DocBook to AsciidocSebastian Pipping2010-11-064-1004/+430
|
* Ignore case when sorting data for layman -l|-LSebastian Pipping2010-10-232-1/+7
|
* Prepare release of 1.4.1 (set release date, sync release notes)v1.4.1Sebastian Pipping2010-07-094-13/+9
|
* Add script to ease up test suite invocationSebastian Pipping2010-07-081-0/+13
|
* Fix doctest error reported by dabbottSebastian Pipping2010-07-082-1/+4
|
* Catch keyboard interrupts (Ctrl+C)Sebastian Pipping2010-07-082-1/+12
|
* Rename make target "release" to "dist"v1.4.0Sebastian Pipping2010-07-081-2/+2
|
* 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)v1.3.4Sebastian 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
|
* Propagate move of CVS and SubversionSebastian Pipping2010-07-053-2/+9
|
* Prepare release of 1.3.3 (set release date, sync release notes, update website)v1.3.3Sebastian 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
| | | | new class List
* pylint: Resolve redefinition of variable by renamingSebastian Pipping2010-02-211-4/+4
|
* pylint: Resolve unused importSebastian Pipping2010-02-211-1/+1
|