- 12 Apr, 2019 1 commit
-
-
Bezleputh authored
-
- 11 Apr, 2019 1 commit
-
-
Laurent Bachelier authored
Otherwise unicode() on a memoryview will not actually read the text inside. I've encountered this type while making a Codec class calling to_unicode().
-
- 10 Apr, 2019 28 commits
-
-
Laurent Bachelier authored
So this is Python 3 behavior in Python 2 but no change for Python 3. This class is not really useful if you're asking .items() expecting a list like Python 2 does. As a bonus it doesn't make pyflakes.sh panic.
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
Aliases/anchors are the &things in the YAML dumps. They require storing a id map of every object to be saved and may require a lot of memory while saving large items.
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
This is mostly to avoid making the object unpicklable. Also it should be a bit faster.
-
Laurent Bachelier authored
So it can be used easily by other subclasses
-
Laurent Bachelier authored
When using default and accessing levels that don't exist, they would be filled by empty dicts. It is also faster as we return early.
-
Laurent Bachelier authored
Rename will always erase it. This saves two filesystem operations.
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-
Edouard Lefebvre du Prey authored
-
Vincent A authored
-
Vincent A authored
X-Target-Branch: argparse
-
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.
-
Antoine BOSSY authored
-
Laurent Bachelier authored
https://pycryptodome.readthedocs.io/ uses the Crypto namespace https://pypi.org/project/pycryptodomex/ is a fork of Cryptodome that uses the Cryptodome namespace. Some distributions went with pycryptodomex, others with pycryptodome.
-
- 09 Apr, 2019 4 commits
-
-
Antoine BOSSY authored
-
Bezleputh authored
-
Vincent A authored
-
Bezleputh authored
-
- 07 Apr, 2019 2 commits
- 06 Apr, 2019 4 commits
-
-
Romain Bignon authored
-
Jerome Berthier authored
The website is broken, when there are several accounts the direct link to an account displays the history of the last visited account (or the first account in the list). To reach the correct history I use the form sent when selecting an account from the dedicated select box.
-
Sylvie Ye authored
* Refactorize iter history from old website * PLAN_EPARGNE_POPULAIRE savings accounts don't have json history wait for account with transaction to implemente history
-
Sylvie Ye authored
-