Commit Graph

17 Commits

Author SHA1 Message Date
Mike Dirolf
bfc782ccbe partial implementation of to_dict to match from_dict 2009-01-07 00:48:09 -05:00
Mike Dirolf
8832a2e392 a couple basic tests 2009-01-06 23:49:50 -05:00
Mike Dirolf
836c99bec5 from_dict w/ support for ints, floats, unicode, sub-dicts, lists, and booleans. more tests coming (i ported some tests from mlmongo but forgot that they would break because dicts aren't ordered) 2009-01-06 18:15:39 -05:00
Mike Dirolf
a4d0904c99 starting from_sequence 2009-01-06 16:32:11 -05:00
Mike Dirolf
8f5f9432e0 test some more valid BSON. fix a couple of bugs 2009-01-06 15:45:25 -05:00
Mike Dirolf
3d57e76cd4 add test directory w/ some test data we can use 2009-01-06 15:44:36 -05:00
Mike Dirolf
aed7541348 add empty __init__ 2009-01-06 15:43:31 -05:00
Mike Dirolf
d094b4b41f _validate_symbol 2009-01-06 14:30:09 -05:00
Mike Dirolf
58332e9ed6 implementations for most of the element type validators 2009-01-06 14:23:48 -05:00
Mike Dirolf
09e111232f towards BSON validator. use TypeError for type errors and InvalidBSON just for value errors 2009-01-06 14:08:42 -05:00
Mike Dirolf
95536e9d18 a little semblance of privacy 2009-01-06 12:20:20 -05:00
Mike Dirolf
be3f310b30 start validator 2009-01-06 12:12:51 -05:00
Mike Dirolf
57042594d0 gitignore 2009-01-06 10:40:56 -05:00
Mike Dirolf
1b7b0ec738 basic setup for BSON module, including some test code (that doesn't pass yet 2009-01-06 10:17:31 -05:00
Mike Dirolf
8502242973 initial commit 2009-01-06 10:16:45 -05:00
Mike Dirolf
16e3ee5f2c remove README.txt 2009-01-06 10:16:14 -05:00
yellow
b128ec2448 start 2009-01-06 15:10:29 +00:00