- 24 Feb, 2019 2 commits
-
-
Romain Bignon authored
This reverts commit 780ffa98.
-
Romain Bignon authored
-
- 23 Feb, 2019 1 commit
-
-
Romain Bignon authored
This reverts commit bd7891f2.
-
- 29 Dec, 2018 1 commit
-
-
Laurent Bachelier authored
Since we already generate the man pages automatically, we can generate the bash completions too. It is much faster and does not risk making any network requests. fixes #194
-
- 19 Jun, 2017 1 commit
-
-
Vincent A authored
TODO this is less efficient on python2
-
- 08 Jan, 2017 2 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-
- 12 Feb, 2016 1 commit
-
-
Laurent Bachelier authored
-
- 11 Feb, 2016 1 commit
-
-
Florent Fourcot authored
TODO: should be factorized
-
- 28 Nov, 2014 1 commit
-
-
Samuel Loury authored
The user may now use conditions on durations (from the audio and the video capabilities) in repl applications. The documentation has been updated to take this change into account.
-
- 11 Oct, 2014 2 commits
-
-
Laurent Bachelier authored
"sort" is confusing, we filter results, not order them. "sort out" would also work.
-
Romain Bignon authored
-
- 10 Oct, 2014 1 commit
-
-
Laurent Bachelier authored
autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 . Also includes some manual reindentations (many are left after the print() changes). Manually checked, some modernizations not commited here.
-
- 08 Oct, 2014 1 commit
-
-
Bezleputh authored
-
- 06 Oct, 2014 1 commit
-
-
Laurent Bachelier authored
python modernize.py --no-six -f libmodernize.fixes.fix_print -w With manual fixes as the import was put always on top.
-
- 26 Sep, 2014 1 commit
-
-
Florent Fourcot authored
-
- 20 Jun, 2014 1 commit
-
-
Laurent Bachelier authored
So people don't waste time altering them, but alter the source instead.
-
- 19 Feb, 2014 1 commit
-
-
Florent Fourcot authored
-
- 08 Jan, 2014 2 commits
-
-
Florent Fourcot authored
Python does not like """" This reverts commit ff34cc7b.
-
Florent Fourcot authored
-
- 16 Dec, 2013 2 commits
-
-
Laurent Bachelier authored
-
Florent Fourcot authored
-
- 12 Aug, 2013 2 commits
-
-
Florent Fourcot authored
-
Laurent Bachelier authored
-
- 02 Aug, 2013 2 commits
-
-
Florent Fourcot authored
This reverts commit fc9a503f. It breaks manpage
-
Florent Fourcot authored
-
- 27 Jul, 2013 2 commits
-
-
Laurent Bachelier authored
autopep8 -i --select=W602 Also some other minor deprecated syntax changes, like "while 1". I did not commit the less obvious changes.
-
Laurent Bachelier authored
-
- 09 Mar, 2013 1 commit
-
-
Laurent Bachelier authored
This should fix the display of manpages with accents (mainly boobank).
-
- 12 Feb, 2013 1 commit
-
-
Laurent Bachelier authored
This is recommended by Debian. closes #618
-
- 14 Mar, 2012 1 commit
-
-
Laurent Bachelier authored
I used autopep8 on some files and did carefully check the changes. I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at least E501 on any autopep8 run. Other style fixes not related to PEP8: * Only use new-style classes. I don't think the usage of old-style classes was voluntary. Old-style classes are removed in Python 3. * Convert an if/else to a one-liner in mediawiki, change docstring style change to a comment something that wasn't really appropriate for a docstring. * Unneeded first if condition in meteofrance
-
- 03 Mar, 2012 2 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-
- 06 Feb, 2012 1 commit
-
-
Romain Bignon authored
-
- 08 May, 2011 1 commit
-
-
Romain Bignon authored
-
- 03 May, 2011 1 commit
-
-
Laurent Bachelier authored
Use stderr and return codes >0 when it makes sense. Loose return code conventions: * 1 for generic errors * 2 for user input errors * 3 for remote errors (not found, etc.) * 4 for not implemented
-
- 08 Apr, 2011 1 commit
-
-
Romain Bignon authored
-
- 04 Apr, 2011 1 commit
-
-
Christophe Benz authored
-
- 09 Dec, 2010 2 commits
-
-
Romain Bignon authored
-
Romain Bignon authored
-