| Age | Commit message (Collapse) | Author |
|
This replaces redundant test for -Infinity with +Infinity.
|
|
|
|
|
|
|
|
implemented comparisons.
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
|
|
|
|
|
|
values.
|
|
scientific notation.
|
|
|
|
CharField form field.
|
|
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
io.open() is an alias for open() on Python 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
|
|
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
Thanks João Silva for reporting the problem and Tim Graham for finding the
problematic RE and for review.
This is a security fix; disclosure to follow shortly.
|
|
This is a security fix; disclosure to follow shortly.
Thanks to Sjoerd Job Postmus for the report and draft patch.
|
|
|
|
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists.
|
|
|
|
|
|
Also allowed overriding the default messages in subclasses of BaseValidator.
Thanks sperrygrove for initial patch.
|
|
Thanks MarkusH for the report.
|
|
Thanks pmartin for the report.
|
|
Thanks to Claude Paroz for the report and patch and Tomasz
Paczkowski for the review.
|
|
Compare parameters instead of re.pattern instances, and add the other
parameters to the comparison. Also add a __ne__ to make assertNotEqual
work properly.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Sascha Peilicke for the report and initial patch, and
Tim Graham for the review.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
Thanks Klas H for the report and claudep for the patch.
|
|
|
|
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
|
|
|