- 10 Apr, 2019 1 commit
-
-
Vincent A authored
tarfile.add doesn't take anymore 'exclude' keyword anymore but 'filter' can do the same in both py2 and py3. Also, subprocess returns bytes.
-
- 27 Feb, 2019 1 commit
-
-
Romain Bignon authored
-
- 24 Feb, 2019 1 commit
-
-
Romain Bignon authored
-
- 06 Jan, 2019 1 commit
-
-
Romain Bignon authored
-
- 20 Sep, 2017 1 commit
-
-
Florent Fourcot authored
-
- 19 Jun, 2017 1 commit
-
-
Vincent A authored
TODO this is less efficient on python2
-
- 08 Jan, 2017 3 commits
-
-
Florent Fourcot authored
-
Romain Bignon authored
-
Romain Bignon authored
gpg2 generates a keyring with the keybox format, which is only supported by gnupg >=2.1
-
- 11 Feb, 2016 1 commit
-
-
Florent Fourcot authored
-
- 31 Dec, 2015 1 commit
-
-
Mickaël Thomas authored
Current gpgv has a bug where the gpgv command does not work A patch has already been sent upstream : https://lists.gnupg.org/pipermail/gnupg-devel/2015-December/030623.html Using gpg --verify rather than gpgv fixes the issue. If gpg is not found, gpgv is used as a fallback.
-
- 17 Oct, 2014 2 commits
-
-
Florent Fourcot authored
-
Florent Fourcot 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.
-
- 04 Sep, 2014 1 commit
-
-
Laurent Bachelier authored
refs #803
-
- 03 Sep, 2014 1 commit
-
-
Florent Fourcot authored
-
- 19 May, 2014 1 commit
-
-
Florent Fourcot authored
-
- 29 Jan, 2014 1 commit
-
-
Laurent Bachelier authored
-
- 08 Jan, 2014 1 commit
-
-
Florent Fourcot authored
-
- 03 Aug, 2013 1 commit
-
-
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.
-
Romain Bignon authored
refs #806
-
- 26 Mar, 2013 1 commit
-
-
Florent Fourcot authored
-
- 11 Mar, 2013 1 commit
-
-
Laurent Bachelier authored
"line" redefined in list comprehension. and PEP8 indent fixes
-
- 12 Feb, 2013 1 commit
-
-
Laurent Bachelier authored
This is recommended by Debian. closes #618
-
- 25 Jan, 2013 1 commit
-
-
Florent Fourcot authored
-
- 28 Oct, 2012 1 commit
-
-
Romain Bignon authored
-
- 04 May, 2012 1 commit
-
-
Romain Bignon authored
-
- 10 Apr, 2012 1 commit
-
-
Laurent Bachelier authored
-
- 14 Mar, 2012 2 commits
-
-
Romain Bignon authored
-
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
-
- 08 Mar, 2012 1 commit
-
-
Laurent Bachelier authored
-
- 05 Feb, 2012 1 commit
-
-
Romain Bignon authored
-
- 30 Jan, 2012 2 commits
-
-
Laurent Bachelier authored
There is no reason to hide it from anyone, the GPG default is not appropriate in our case.
-
Laurent Bachelier authored
-
- 29 Jan, 2012 5 commits
-
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
stderr is shown and an exception is raised if GPG does not exit successfully.
-
Laurent Bachelier authored
-
Laurent Bachelier authored
* Use directories mtime (so deleted or renamed files are taken into account) * Set the tarfile mtime close to the version
-