| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prep 4.4.2 release.4.4.2 | Tres Seaver | 2014-09-04 | 2 | -2/+2 |
| * | Garden. | Tres Seaver | 2014-09-04 | 1 | -3/+1 |
| * | Merge pull request #8 from tdesvenain/master | Marius Gedminas | 2014-04-18 | 2 | -1/+3 |
| |\ | |||||
| | * | Fix description of min max field: actually, max value is included, not excluded. | Thomas Desvenain | 2014-04-18 | 2 | -1/+3 |
| |/ | |||||
| * | svb | Tres Seaver | 2014-03-19 | 2 | -1/+7 |
| * | Prep 4.4.1 release.4.4.1 | Tres Seaver | 2014-03-19 | 2 | -2/+2 |
| * | Note explicit support for Python 3.4. | Tres Seaver | 2014-03-17 | 3 | -3/+4 |
| * | Fix some typos in docs | Marius Gedminas | 2014-03-12 | 1 | -4/+4 |
| * | Back to development: 4.4.1 | Godefroid Chapelle | 2014-01-22 | 2 | -1/+7 |
| * | Preparing release 4.4.04.4.0 | Godefroid Chapelle | 2014-01-22 | 2 | -2/+2 |
| * | Merge pull request #5 from affinitic/master | Godefroid Chapelle | 2014-01-22 | 9 | -10/+229 |
| |\ | |||||
| | * | fix test on python 3.2 | Jean-François Roche | 2014-01-21 | 1 | -8/+8 |
| | * | add tox | Jean-François Roche | 2014-01-21 | 1 | -0/+5 |
| | * | be more explicit in comment | Jean-François Roche | 2014-01-21 | 1 | -1/+2 |
| | * | change test order | Jean-François Roche | 2014-01-21 | 1 | -25/+28 |
| | * | update history | Jean-François Roche | 2014-01-21 | 1 | -1/+4 |
| | * | add api to NO_VALUE | Jean-François Roche | 2014-01-21 | 1 | -0/+2 |
| | * | add virtualenv folders to ignore | Jean-François Roche | 2014-01-17 | 1 | -0/+4 |
| | * | add field event, enable subscriber to be triggered after a zope schema field ... | Jean-François Roche | 2014-01-17 | 5 | -9/+210 |
| |/ | |||||
| * | fix test (that is run only with nose) | Adam Groszer | 2014-01-07 | 1 | -1/+1 |
| * | Back to development: 4.3.4 | Adam Groszer | 2014-01-06 | 2 | -1/+7 |
| * | Preparing release 4.3.34.3.3 | Adam Groszer | 2014-01-06 | 2 | -2/+2 |
| * | fix MANIFEST.in | Adam Groszer | 2014-01-06 | 1 | -0/+6 |
| * | It was a pain that ``ConstraintNotSatisfied`` did not tell the field name. | Adam Groszer | 2014-01-06 | 3 | -6/+8 |
| * | Merge pull request #4 from zopefoundation/pep8 | Johannes Raggam | 2013-11-27 | 25 | -400/+740 |
| |\ | |||||
| | * | changelog note | Johannes Raggam | 2013-11-25 | 1 | -0/+2 |
| | * | use coverage exclusion keyword as suggested at: http://nedbatchelder.com/code... | Johannes Raggam | 2013-11-25 | 6 | -16/+16 |
| | * | more cleanups | Johannes Raggam | 2013-11-25 | 4 | -13/+20 |
| | * | test pep 8 | Johannes Raggam | 2013-11-24 | 1 | -8/+9 |
| | * | test pep 8 | Johannes Raggam | 2013-11-24 | 11 | -283/+493 |
| | * | pep 8 | Johannes Raggam | 2013-11-24 | 13 | -105/+225 |
| |/ | |||||
| * | don't raise RequiredMissing when a field's defaultFactory returns its missing... | David Glick | 2013-09-05 | 3 | -1/+12 |
| * | Don't refer to a part that was recently removed | Marius Gedminas | 2013-07-19 | 1 | -1/+0 |
| * | Update to buildout 2.2's bootstrap. | Tres Seaver | 2013-07-09 | 2 | -169/+64 |
| * | Don't cross the streams. | Tres Seaver | 2013-07-09 | 1 | -5/+0 |
| * | Merge pull request #3 from eleddy/master | Elizabeth Leddy | 2013-07-01 | 1 | -1/+1 |
| |\ | |||||
| | * | remove accidental double assign | Elizabeth Leddy | 2013-07-01 | 1 | -1/+1 |
| * | | Garden. | Tres Seaver | 2013-07-01 | 1 | -2/+3 |
| |/ | |||||
| * | add documentation in fields reference. | Elizabeth Leddy | 2013-07-01 | 1 | -0/+7 |
| * | cleaner syntax | Elizabeth Leddy | 2013-07-01 | 1 | -2/+2 |
| * | add ability to bypass exceptions from duplicate checking when rendering a voc... | Elizabeth Leddy | 2013-06-17 | 3 | -8/+23 |
| * | Update to latest v1 bootstrap | Marius Gedminas | 2013-03-12 | 1 | -63/+221 |
| * | Updated Travis YAML. | Stephan Richter | 2013-03-04 | 1 | -0/+13 |
| * | Back to development: 4.3.3 | Stephan Richter | 2013-02-24 | 2 | -1/+7 |
| * | Preparing release 4.3.24.3.2 | Stephan Richter | 2013-02-24 | 3 | -4/+5 |
| * | Back to development: 4.3.2 | Stephan Richter | 2013-02-24 | 2 | -1/+7 |
| * | Preparing release 4.3.14.3.1 | Stephan Richter | 2013-02-24 | 2 | -2/+2 |
| * | Make sure that we do not fail during bytes decoding of term token when | Stephan Richter | 2013-02-24 | 2 | -4/+7 |
| * | Back to development: 4.3.1 | Stephan Richter | 2013-02-24 | 2 | -1/+7 |
| * | Preparing release 4.3.04.3.0 | Stephan Richter | 2013-02-24 | 2 | -2/+2 |
