summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Let subclasses of Collection and Object define attributes that can be omitted...issue23Jason Madden2018-08-294-20/+133
* Add [Mutable]Sequence and [Mutable]Mapping and make List, Dict and Tuple exte...Jason Madden2018-08-244-48/+300
* Raise proper validation errors from Int and Float as well as Decimal.issue16Jason Madden2018-08-242-3/+17
* SchemaNotFullyImplemented has correct field; Decimal raises a better exceptio...Jason Madden2018-08-244-12/+24
* SchemaNotProvided also needs to provide the field and value.Jason Madden2018-08-202-2/+9
* Give ValidationErrors more context information.Jason Madden2018-08-206-93/+294
* Add comments per review [skip ci]Jason Madden2018-08-141-0/+4
* Make ValidationError sorting make a bit more sense. It is clearly defined to ...Jason Madden2018-08-142-1/+2
* Whitespace and URLs.Jason Madden2018-08-142-1/+3
* 100% test coverage on Python 3Jason Madden2018-08-145-36/+45
* Update signature and fix typoJason Madden2018-08-141-2/+2
* Add the ability for Object to check schema invariants.Jason Madden2018-08-143-28/+114
* Handle Unicode token values with non-ascii chars.Jason Madden2018-08-134-11/+46
* Allow `missing_value` without setting `min` and `max`Jason Madden2018-08-133-27/+75
* ``Field`` instances are hashable on Python 3Jason Madden2018-08-102-6/+50
* TypoMichael Howitz2017-11-211-1/+1
* Fixes for #33 (Datetime field docs typo) (#34)Petri Savolainen2017-10-091-1/+1
* 100% coverage.py36Jason Madden2017-07-1012-166/+22
* Fix doctests under Python 3 while remaining compatible with Python 2.Jason Madden2017-07-101-8/+11
* Remove the u/b BWC functions. (#28)Jason Madden2016-09-1515-402/+369
* Fix the remaining doctest snippets.fix-doctestsJason Madden2016-09-141-9/+10
* Fix docstring.Michael Howitz2016-03-041-1/+5
* Fix description of min max field: actually, max value is included, not excluded.Thomas Desvenain2014-04-181-1/+1
* fix test on python 3.2Jean-François Roche2014-01-211-8/+8
* be more explicit in commentJean-François Roche2014-01-211-1/+2
* change test orderJean-François Roche2014-01-211-25/+28
* add api to NO_VALUEJean-François Roche2014-01-211-0/+2
* add field event, enable subscriber to be triggered after a zope schema field ...Jean-François Roche2014-01-175-9/+210
* fix test (that is run only with nose)Adam Groszer2014-01-071-1/+1
* It was a pain that ``ConstraintNotSatisfied`` did not tell the field name.Adam Groszer2014-01-062-2/+2
* use coverage exclusion keyword as suggested at: http://nedbatchelder.com/code...Johannes Raggam2013-11-256-16/+16
* more cleanupsJohannes Raggam2013-11-254-13/+20
* test pep 8Johannes Raggam2013-11-241-8/+9
* test pep 8Johannes Raggam2013-11-2411-283/+493
* pep 8Johannes Raggam2013-11-2411-78/+192
* don't raise RequiredMissing when a field's defaultFactory returns its missing...David Glick2013-09-052-1/+9
* remove accidental double assignElizabeth Leddy2013-07-011-1/+1
* cleaner syntaxElizabeth Leddy2013-07-011-2/+2
* add ability to bypass exceptions from duplicate checking when rendering a voc...Elizabeth Leddy2013-06-172-7/+21
* Preparing release 4.3.24.3.2Stephan Richter2013-02-241-1/+1
* Make sure that we do not fail during bytes decoding of term token whenStephan Richter2013-02-241-3/+4
* Fixed a bug where bytes values were turned into tokens inproperly in Python 3.Stephan Richter2013-02-243-21/+32
* Normalize imports.Tres Seaver2013-02-101-2/+2
* Added `createFieldProperties` function which maps schema fields into FieldPro...Sebastian Wehrmann2013-01-232-0/+43
* Move doctests for scalar fields to Sphinx.Tres Seaver2012-12-312-535/+360
* Further defend against hash randomization effects.Tres Seaver2012-11-211-2/+5
* Defend against hash randomization effects.Tres Seaver2012-11-211-1/+1
* Don't assert equality to True.Tres Seaver2012-11-211-8/+8
* fix KeyError on DefaultProperty if field doesn't have defaultFactory. this co...David Glick2012-11-092-1/+9
* Merge jinty-native_string branch:Tres Seaver2012-05-044-33/+29