c6c6451
(HEAD -> main)
use included mock, use extras_require for coverage. by
2022-08-03 11:31:48 -0700
d940de7
fix to properly use UTC for datetimes. by
2022-08-03 11:26:43 -0700
860a41c
use builtin venv, and python3, also fail fast on tests.. by
2022-08-03 11:25:20 -0700
01d8eff
update to version 2.0.0 to break w/ the Python 2 version. by
2020-04-13 14:47:19 -0700
c404b82
update readme w/ python 3 support, and mention where to find python 2 by
2020-04-13 01:56:39 -0700
127ad4e
forgot to update copyright to 2020. by
2020-04-13 01:51:23 -0700
b635cf3
make this work on python 3... by
2020-04-13 01:45:00 -0700
f5fd88e
(python2)
make the dumps default arg work for all container args... by
2019-09-04 18:21:46 -0700
73539cf
add a makefile I use for developing pasn1. by
2019-09-04 18:20:42 -0700
f2a06f4
add test case that needs to be fixed... update copyright var by
2019-09-04 18:04:22 -0700
27ff594
fix a bug w/ decoding datetime's when there is a space in the data as well... by
2019-06-01 23:27:26 -0700
3407ebe
add support to dumps for the default arg, like json.dumps... by
2019-05-25 21:43:11 -0700
0978b3c
this is required when running tests.. by
2019-05-25 21:22:38 -0700
7faef04
move mock to only where it's needed for tests drop unneeded module.. by
2019-05-25 21:22:11 -0700
72eb2a9
make this 1.0.1 since it now has a setup.py file.. by
2017-03-29 00:06:02 -0700
ba1de73
make this a proper python module now.. by
2017-03-29 00:04:38 -0700
92d88a7
ignore coverage file by
2017-03-28 23:56:16 -0700
c06a88d
add ignore file by
2017-03-28 23:55:57 -0700
215d0b7
mark this block as not coverage as it won't even in unit tests.. by
2017-03-28 23:54:37 -0700
2a76d40
talk about ASN1Coder in the readme. by
2016-12-07 18:18:32 -0800
ea1dad8
break out the non-standard support into it's own class. by
2016-12-07 18:14:16 -0800
3d0e6aa
add test case for spaces in datetime... by
2016-12-07 17:59:11 -0800
8ce34a9
add module metadata, including license.. by
2016-02-22 00:12:02 -0800
9470ebd
add README.. by
2016-02-22 00:01:45 -0800
f31904b
make dict be a constructed type, not a primitive.. by
2016-02-22 00:01:41 -0800
ba77ad6
minor doc changes.. by
2016-02-20 22:45:49 -0800
6191043
remove unneeded lines, python already does that... by
2016-02-20 13:57:15 -0800
147682b
fix floating point large/small exponents, my constants were too large/small.. by
2016-02-20 01:06:29 -0800
e084525
add test to assert that a TypeError is raised when an unknown object is dump'd.. by
2016-02-19 17:18:53 -0800
56ac492
move these definitions before the tests... by
2016-02-17 20:03:55 -0800
15cacbf
make sure datetime strings end in Z when decoding.. by
2016-02-17 08:47:25 -0800
ab9eec3
remove unused class... by
2016-02-17 08:38:25 -0800
370505f
add some docs... by
2016-02-15 22:06:24 -0800
4c68f0e
add support for datetime.. by
2016-02-15 00:55:03 -0800
62ca959
add the datetime/delta objects to implement.. by
2016-02-15 00:18:51 -0800
02e8165
add a test that fuzzes the loading process to make sure that any changes to the laod string is either caught, or makes a change to the returned objects... by
2016-02-14 12:20:10 -0800
17fc600
remove unneeded code, add some comments for additional tests to write.. by
2016-02-13 23:45:15 -0800
c35550e
add support for decoding floats... Add support for encoding negative exponents... by
2016-02-13 23:42:06 -0800
b2cf3ef
add a long string for testing.. by
2016-02-13 10:13:34 -0800
0c8e0e3
enforce all ones for true bool... by
2016-02-13 10:09:17 -0800
9a5c72e
none -> null.. remove prints, add test cases.. by
2016-02-13 09:48:44 -0800
67c86d3
add inital version of this code.. by
2016-02-13 00:44:43 -0800