summaryrefslogtreecommitdiff
path: root/shellutils.py
Commit message (Expand)AuthorAgeFilesLines
* shellutils: fix tempfile issue in Execute, and deprecate itJulien Cristau2014-02-031-8/+7
* [shellutils] fill progress bars with '=' not '.'Nicolas Chauvat2012-09-191-1/+1
* [shellutil] add argument to ``ProgressBar.update`` to tune cursor progression...Alain Leufroy2012-03-151-3/+16
* shellutils: new simple password generation functionSylvain Th?nault2011-03-301-0/+8
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* fix stupid typo left by NFS lagPierre-Yves David2010-11-191-1/+1
* [shellutils/progress] text: only refresh display on actual changePierre-Yves David2010-11-191-2/+3
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-3/+3
* Add a progress context manager.Pierre-Yves David2010-11-101-0/+40
* backport stable into defaultSylvain Th?nault2010-09-241-21/+14
|\
| * [py3k] compat: add str_to_bytes and str_encodeEmile Anclin2010-09-211-1/+2
| * [py3k] define raw_input for py3.xEmile Anclin2010-09-211-0/+2
| * [py3k] remove "os.path.walk" occurencies by using "os.path"Sylvain Th?nault2010-09-151-20/+10
* | py2.3 compat : import compat.set, remove deprecated stuffSylvain Th?nault2010-09-241-8/+1
|/
* move contexts.py context managers into shellutils.py and deprecate this moduleSylvain Th?nault2010-08-261-0/+25
* Remove unused flag in ProgressBarPierre-Yves David2010-05-031-1/+0
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-5/+17
* Add a text attribut to progress barPierre-Yves David2010-04-201-1/+26
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-2/+2
* mergeSylvain Th?nault2009-12-041-4/+5
|\
| * ensure getlogin works under windowsAurelien Campeas2009-11-161-4/+5
* | mergelogilab-common-version-0.45.2Sylvain Th?nault2009-11-231-1/+14
|\ \ | |/
| * [C] shellutils: make getlogin() available as shellutilsJulien Jehannet2009-11-091-1/+14
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-1/+1
|/
* F [shellutils] ask again if input data is not an optionNicolas Chauvat2009-08-011-8/+10
* R [shellutils] add singleton RawInputNicolas Chauvat2009-08-011-0/+2
* F [shellutils] new RawInput supersedes confirmNicolas Chauvat2009-07-311-12/+46
* [shellutils] add confirm() that wraps raw_input()Nicolas Chauvat2009-07-211-0/+16
* #9764: add title to shellutils.ProgressBarNicolas Chauvat2009-07-191-2/+2
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-4/+4
* fix wrong function callJulien Jehannet2009-07-101-6/+4
* actually fix #7915sylvain thenault2009-02-091-2/+9
* use UserWarning instead of poor print statementJulien Jehannet2009-01-201-9/+21
* typoJulien Jehannet2009-01-191-1/+1
* improve acquire_lock() methodJulien Jehannet2009-01-191-11/+29
* introduce shellutils.globfind as an alternative to find that accepts glob pat...Adrien Di Mascio2008-11-131-2/+31
* new simple unzip functionSylvain Thenault2008-08-201-0/+14
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-28/+16
* prevent overflow in ProgressBarpierre-yves david2008-06-291-4/+8
* prevent progress bar flickingPierre-Yves David2008-06-271-2/+5
* ProgressBar progress propertly nowPierre-Yves David2008-06-261-8/+7
* fix a bug in shellutils.ProgressBarPierre-Yves David2008-06-261-2/+2
* getpwname -> getpwnamSylvain2008-02-251-1/+1
* configuration: fix merge_optionsSylvain2008-02-071-1/+0
* added caution about exception raised by chownAlexandre Fayolle2008-01-291-0/+2
* shellutils: new chmod functionSylvain2008-01-291-5/+32
* imo this is the cause of strange disparition, need to check howeverSylvain2007-09-131-3/+5
* use shutil.move instead of os.rename as default action of shellutils.mvSylvain2007-04-051-1/+1
* generalize STD_BLACKLIST usageSylvain2006-11-101-2/+2