summaryrefslogtreecommitdiff
path: root/factory/declarations.py
Commit message (Expand)AuthorAge
* Add Traits (Closes #251).Raphaël Barrois2016-04-02
* Add a new Params section to factories.Raphaël Barrois2016-04-02
* factory: LazyFunction to just call a function in the simplest caseHervé Cauwelier2016-02-12
* Add lazy loading to factory.Iterator.Raphaël Barrois2015-05-24
* Update header years.Raphaël Barrois2015-03-26
* Logs: Allow non-integer sequences (Closes #148).Raphaël Barrois2015-03-03
* Remove deprecated features.Raphaël Barrois2014-11-18
* Rename 'target' to 'model'.Raphaël Barrois2014-05-18
* Pass attribute name to PostGenerationDeclarationRaphaël Barrois2013-06-15
* Cleanup PostGenerationDeclaration extraction context.Raphaël Barrois2013-06-15
* Add Iterator.reset() (Closes #63).Raphaël Barrois2013-06-15
* Properly handle passed-in None in RelatedFactory (Closes #62).Raphaël Barrois2013-06-14
* Add logging calls (Closes #45).Raphaël Barrois2013-06-14
* Factor lazy Factory import code.Raphaël Barrois2013-06-10
* declarations: Rename RelatedFactory.name (See #58).Raphaël Barrois2013-04-29
* Add Dict/List declarations (Closes #18).Raphaël Barrois2013-04-15
* Pylint.Raphaël Barrois2013-04-03
* internal: merge OrderedDeclaration.evaluate() variants.Raphaël Barrois2013-04-03
* declarations: minor code simplificationRaphaël Barrois2013-04-02
* Default Sequence.type to int (Closes #50).Raphaël Barrois2013-03-24
* Add full Python 3 compatibility (Closes #10, #20, #49).nkryptic2013-03-15
* Remove extract_prefix from post-generation hooks.Raphaël Barrois2013-03-11
* Remove CircularSubFactory.Raphaël Barrois2013-03-11
* Remove InfiniteIterator and infinite_iterator.Raphaël Barrois2013-03-11
* Cleanup argument extraction in PostGenMethod (See #36).Raphaël Barrois2013-03-05
* Use extracted argument in PostGenerationMethodCall.Chris Lasher2013-03-04
* Add a 'after post_generation' hook to Factory.Raphaël Barrois2013-03-04
* Allow symbol names in RelatedFactory (Closes #30).Raphaël Barrois2013-03-03
* Deprecate the extract_prefix option to PostGeneration.Raphaël Barrois2013-03-03
* Improve Iterator and SubFactory declarations.Raphaël Barrois2013-03-03
* Happy New Year!Raphaël Barrois2013-01-02
* Mix SelfAttribute with ContainerAttribute.Raphaël Barrois2012-11-15
* [py3] Various python3-compatibility fixes.Raphaël Barrois2012-11-15
* Improve test coverage.Raphaël Barrois2012-08-16
* Introduce 'CircularSubFactory.Raphaël Barrois2012-08-09
* Fix PostGenerationDeclaration.extract.Raphaël Barrois2012-07-09
* Fix sequence count for SubFactory (Closes #16).Raphaël Barrois2012-06-01
* Typo in PostGenerationMethodCall.__init__ (Closes #14).Raphaël Barrois2012-05-02
* Rename post_declaration to post_generation.Raphaël Barrois2012-04-15
* Handle the PostGeneration declarations.Raphaël Barrois2012-04-15
* Add basis for PostGenerationDeclarationRaphaël Barrois2012-04-15
* Add the Iterator and InfiniteIterator attribute kinds.Raphaël Barrois2012-02-24
* Improve the 'SelfAttribute' syntax.v1.1.0Raphaël Barrois2012-02-24
* Improve documentation.Raphaël Barrois2012-02-24
* Allow using '__' in factory.SelfAttribute.Raphaël Barrois2012-02-24
* Rename LazyContainerAttibute to ContainerAttribute.Raphaël Barrois2012-01-12
* Add support for 'LazyContainerAttribute', when a SubFactory field needs acces...Raphaël Barrois2012-01-12
* Cleanup 'factory.declarations'.Raphaël Barrois2011-12-21
* Add encoding header.Raphaël Barrois2011-12-21
* Update copyrights.Raphaël Barrois2011-12-21