Inada Naoki
33e0e86f4e
Cleanup code and pyproject ( #608 )
...
* use isort
* fallback: use BytesIO instead of StringIO. We had dropped Python 2
already.
2024-05-06 11:46:31 +09:00
Evgeny Markov
c8d0751fe3
Drop Python 3.6 support ( #543 )
...
The following steps have been taken:
1. Black was updated to latest version. The code has been formatted with
the new version.
2. The pyupgrade utility is installed. This helped to remove all the
code that was needed to support Python < 3.7.
Fix #541 .
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2023-05-24 01:41:08 +09:00
sblondon
feec06206c
Drop python2 support ( #519 )
...
The PR removes python2 references and cases.
Close #518
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2023-05-21 16:26:39 +09:00
Inada Naoki
ab789813b8
Fix test
2018-11-30 11:36:15 +09:00
Inada Naoki
e76091a82c
Fix test
2018-11-29 22:38:22 +09:00
Inada Naoki
e9086a34e4
Add strict_map_key option to unpacker
2018-11-29 22:29:38 +09:00
INADA Naoki
44254dd35e
Add StackError and FormatError ( #331 )
2018-11-20 13:12:49 +09:00
INADA Naoki
593c832ab0
Use py.test instead of nosetests.
2012-12-29 11:24:25 +09:00
INADA Naoki
72416e403c
Fix unpacker doesn't raise exception for invalid input.
2012-12-29 01:39:59 +09:00
INADA Naoki
0fa8c102d7
Add test reproducing SEGV
2012-12-22 12:12:32 +09:00
INADA Naoki
2122b46b84
Fix using deprecated api in tests.
2012-07-04 14:58:36 +09:00
Keiji Muraishi
a50a83f073
should raise TypeError on find unsupported value
2010-03-31 17:29:07 +09:00