Pierre Mazière
178c7cd406
add the possibility to define Field type argument as a string
...
instead of:
class A:
x = Field("This must be an instance of class B",B)
we could write:
class A:
x = Field("This must be an instance of class B","B")
The use case is when B is a child of A and thus cannot be used
before its definition
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2015-01-31 15:34:38 +01:00
..
applications
clean cached objects before getting new ones
2015-01-18 13:38:26 +01:00
browser
do not tell user about disabling of urllib3 warnings
2015-01-24 12:03:43 +01:00
capabilities
add the possibility to define Field type argument as a string
2015-01-31 15:34:38 +01:00
core
prompt user to accept an untrusted keyring ( closes #771 )
2015-01-16 12:21:51 +01:00
deprecated
do not use PROTOCOL_SSLv3 as it is deprecated, use bad named PROTOCOL_SSLv23 instead
2014-12-05 16:51:31 +01:00
tools
Extend the delay to 31 days (instead of 7) for date_max_bump of several DateGuesser.
2015-01-26 08:23:07 +01:00
__init__.py
PEP8 style fixes and other small style fixes
2012-03-14 04:51:46 +01:00
exceptions.py
rename things related to browsers
2014-10-07 00:30:07 +02:00