| Replaced dicts with sets as it is more appropriate :) |
|
More...
|
about 16 years ago
|
| using iteritems instead of items on dicts |
|
More...
|
about 16 years ago
|
| "caching" length of validators list in validate_list(..) |
|
More...
|
over 16 years ago
|
| simplified checking of results in validate_tuple |
|
More...
|
over 16 years ago
|
| moved definition of atomic types from kind_of() to module-level |
|
More...
|
over 16 years ago
|
| If callable throws an exception, data is treated as invalid. |
|
More...
|
over 16 years ago
|
| New type: Text, checks whether data is str or unicode |
|
More...
|
over 16 years ago
|
| version bump to 0.2 |
|
More...
|
over 16 years ago
|
| new feature: callable as a validator (lambda x: x > 10 for example) |
|
More...
|
over 16 years ago
|
| Added 2009 year to license file. |
|
More...
|
over 16 years ago
|
| Updated readme text |
|
More...
|
over 16 years ago
|
| more comments |
|
More...
|
over 16 years ago
|
| cosmetic changes |
|
More...
|
over 16 years ago
|
| Fold readable for-if-etc code into all/any(imap(...)) code |
|
More...
|
over 16 years ago
|
| cosmetic changes |
|
More...
|
over 16 years ago
|
| shortened iterations: 1-2 seconds gain in stress_tests |
|
More...
|
over 16 years ago
|
| comment typo |
|
More...
|
over 16 years ago
|
| Removed unused variables (surprise) |
|
More...
|
over 16 years ago
|
| cosmetic: space after comma in x,y,z expressions :) |
|
More...
|
over 16 years ago
|
| Attempt to reduce loop size with time in validation of hash with optional elements. |
|
More...
|
over 16 years ago
|
| replaced for-if logic with filter, looks like a 1-second gain in stress tests |
|
More...
|
over 16 years ago
|
| Ooops, typo in func name |
|
More...
|
over 16 years ago
|
| Some "refactoring" using all+imap functions in lists validation. |
|
More...
|
over 16 years ago
|
| Doctests for "validate" function. |
|
More...
|
over 16 years ago
|
| A bit of doctests :) |
|
More...
|
over 16 years ago
|
| comments: added big fat warning about class Many (prolly I need to rewrite this class) |
|
More...
|
over 16 years ago
|
| comments: added a sad note that __version__ is not always up to date |
|
More...
|
over 16 years ago
|
| Removed AnyOf import |
|
More...
|
almost 17 years ago
|
| Tests for Many in dicts |
|
More...
|
almost 17 years ago
|
| Renamed load_tests to stress_tests |
|
More...
|
almost 17 years ago
|