Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/util.py
Commit message (Expand)AuthorAgeFilesLines
* pylint cleanup: disable warnings for reasonable catch-all exception handlersSascha Silbe2010-11-231-0/+1
* sugar.util: use logging.exception instead of traceback.format_exc()Sascha Silbe2010-11-231-2/+1
* pylint cleanup: replace disable-msg with disableSascha Silbe2010-11-231-1/+1
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-1/+1
* PEP8 cleanup: fix spaces around keyword parametersSascha Silbe2010-11-231-1/+1
* PEP8 cleanup: fix whitespace around operatorSascha Silbe2010-11-231-4/+4
* Do not break if the string contains no conversion specifier #2354Simon Schampijer2010-09-291-4/+11
* A little bit of pylint cleanupSimon Schampijer2010-03-101-1/+1
* PEP8 white space and long line fixesSascha Silbe2009-08-251-11/+41
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-10/+10
* add sugar.util.format_sizeSascha Silbe2009-08-251-0/+12
* let the logger do the formattingSascha Silbe2009-08-241-3/+3
* md5 and sha module will be deprecated in python 2.6 #266Aleksey Lim2009-07-111-2/+2
* Cleanup temp files at exit #435Tomeu Vizoso2009-02-251-0/+12
* Support nested requests for the same temp file pathTomeu Vizoso2009-01-041-5/+17
* Fix typoTomeu Vizoso2009-01-031-1/+1
* Add util.TempFilePath to track the creation and release of temporal filesTomeu Vizoso2009-01-031-0/+18
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-281-0/+4
* #7959 cache translations in util.py (rlucchese)Tomeu Vizoso2008-08-221-3/+15
* pylint fixMarco Pesenti Gritti2008-08-131-2/+1
* Fix gettext invocation, and set text domain (fixes #7800)Khaled Hosny2008-08-111-3/+5
* Several pylint fixes.Marco Pesenti Gritti2008-08-101-2/+2
* Pylint cleanups.Marco Pesenti Gritti2008-08-101-3/+9
* Fix style issue (Simon)Tomeu Vizoso2008-05-241-1/+2
* Move timestamp_to_elapsed_string to sugar.util and add ActivityBundle.install...Tomeu Vizoso2008-05-241-0/+69
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-0/+170