summaryrefslogtreecommitdiff
path: root/shellutils.py
Commit message (Collapse)AuthorAgeFilesLines
* toward py3kSylvain2009-03-041-19/+25
| | | | passing tests: unittest_shellutils, unittest_textutils, unittest_modutils, unittest_table, unittest_tree
* 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 ↵Adrien Di Mascio2008-11-131-2/+31
| | | | patterns (easier to have separate function for backward compatibility reasons)
* 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
|
* new shellutils function + cleanupSylvain2006-11-101-2/+63
|
* reorganize, deprecation warning for deprecated stuff, remove old deprecated ↵Sylvain2006-11-081-2/+57
| | | | function/methods
* forgot to close ChangeLogSylvain2006-10-081-2/+0
|
* forget the past.root2006-04-261-0/+63
forget the past.