summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverage.Tres Seaver2012-05-042-95/+135
* Import normalization.Tres Seaver2012-05-042-9/+12
* Coverage.Tres Seaver2012-05-042-4/+98
* Coverage.Tres Seaver2012-05-041-43/+361
* Coverage.Tres Seaver2012-05-041-96/+248
* Coalesce more out-of-module tests.Tres Seaver2012-04-261-204/+0
* Coalesce out-of-module tests.Tres Seaver2012-04-263-123/+9
* Improved assertions for string types.Tres Seaver2012-04-263-206/+144
* Fix up test failures under Py3k.Tres Seaver2012-04-254-38/+43
* Coverage for z.s._f.DottedName.Tres Seaver2012-04-252-62/+105
* Coverage for z.s._f.Id.Tres Seaver2012-04-252-0/+81
* Coverage for z.s._f.URI.Tres Seaver2012-04-251-0/+76
* Coverage for z.s._f.Dict.Tres Seaver2012-04-252-142/+107
* Coverage for z.s._f.Object.Tres Seaver2012-04-252-344/+279
* Coverage for z.s._bi.ValidationError.Tres Seaver2012-04-251-0/+11
* Coverage for z.s._f.{Tuple,List,Set,Frozenset}.Tres Seaver2012-04-254-616/+354
* Coverage for z.s._f.AbstractCollection.Tres Seaver2012-04-251-0/+62