Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 1.2 release1.2Arthur de Jong2022-09-124-3/+176
* Configure CodeQL code scanningArthur de Jong2022-09-121-0/+17
* Add support for Python 3.10Arthur de Jong2022-09-123-3/+4
* Upgrade GitHub ActionsArthur de Jong2022-09-121-17/+17
* Switch from nose to pytestArthur de Jong2022-09-122-17/+17
* Support running tests with Python 2.7Arthur de Jong2022-09-121-0/+2
* Also run flake8 on toplevel scriptsArthur de Jong2022-09-126-4/+12
* Avoid version of signxml that doesn't work on Python <= 3.5Arthur de Jong2022-09-121-1/+3
* Support bytearray for key valuesArthur de Jong2022-01-302-3/+59
* Add support for Python 3.8 and 3.9Arthur de Jong2022-01-302-2/+4
* Fix typos found by codespellArthur de Jong2021-08-104-5/+5
* Replace Travis with GitHub actionsArthur de Jong2021-07-092-36/+72
* Ignore flake8 blind except Exception warningArthur de Jong2021-01-131-0/+1
* Drop Travis testing for pypy2Arthur de Jong2020-11-071-3/+3
* Remove test for PSKC file without certificateArthur de Jong2020-01-051-45/+0
* Have Travis fail on missing Python interpreterArthur de Jong2020-01-051-1/+1
* Support reading from stdin if input is -Arthur de Jong2020-01-051-2/+3
* Be consistent in referencing RFC 6030Arthur de Jong2020-01-052-2/+2
* Fix typosArthur de Jong2019-08-273-3/+3
* Add pypy3 tests to toxArthur de Jong2019-08-161-1/+1
* Drop explicit support for Python 3.4Arthur de Jong2019-08-163-4/+2
* Use default dist for Python 3.7 buildArthur de Jong2019-08-161-3/+1
* Force sorting of namespace definitionsArthur de Jong2019-08-161-1/+2
* Drop pinning of pydocstyle now flake8-docstrings has been...Arthur de Jong2019-08-121-3/+0
* Do not require Python 2 for building Sphinx docsArthur de Jong2019-07-211-3/+2
* Avoid newer pydocstyleArthur de Jong2019-07-211-0/+3
* Get files ready for 1.1 release1.1Arthur de Jong2019-02-105-5/+212
* Add Python 3.7 in Travis and reduce build matrixArthur de Jong2019-02-102-6/+23
* Make the multi-line operator place explicitArthur de Jong2019-02-101-0/+1
* Ignore more flake8 messagesArthur de Jong2018-07-301-3/+3
* Add links to script documentationArthur de Jong2018-05-212-0/+16
* Implement csv2pcks scriptArthur de Jong2018-04-216-0/+867
|\
| * Add --skip-columns optionArthur de Jong2018-04-213-1/+65
| * Add --set optionArthur de Jong2018-04-213-1/+60
| * Add --columns optionArthur de Jong2018-04-213-5/+127
| * Add a csv2pskc script for CSV to PSKC conversionArthur de Jong2018-04-216-0/+622
|/
* Ship the script as part of the pskc packageArthur de Jong2018-04-0211-252/+325
* Support setting key sub-properties via add_key()Arthur de Jong2018-04-023-17/+31
* Increase default PBKDF2 iterations to 100000Arthur de Jong2018-03-114-5/+5
* Support building a universal wheelArthur de Jong2018-02-211-0/+6
* Add and cleanup docstringsArthur de Jong2018-02-159-36/+62
* Add a pskc2pskc script for converting PSKC filesArthur de Jong2018-02-105-4/+573
* Correctly write a PSKC file without a MAC keyArthur de Jong2018-02-092-0/+94
* Correctly write a PSKC file with a global IVArthur de Jong2018-02-093-4/+51
* Also use EncryptedValue for MAC keyArthur de Jong2018-02-093-27/+24
* Always output a PSKC 1.0 format fileArthur de Jong2018-02-081-3/+2
* Implement removing encryptionArthur de Jong2018-02-084-6/+57
* Add a Travis configuration fileArthur de Jong2018-02-081-0/+23
* Fix code style issuesArthur de Jong2018-02-083-3/+2
* Fixes to test suiteArthur de Jong2018-02-083-0/+20