summaryrefslogtreecommitdiff
path: root/pint/pint_eval.py
Commit message (Expand)AuthorAgeFilesLines
* override operator.power for negative exponentsKeewis2021-04-271-1/+17
* Manual edits after pymentHernan2019-12-271-63/+34
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-21/+66
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
* isortGuido Imperiale2019-12-131-1/+0
* flake8 fixesGuido Imperiale2019-12-131-9/+12
* blackGuido Imperiale2019-12-131-49/+60
* Auto stash before merge of "py27_cleanup" and "upstream/master"Guido Imperiale2019-12-031-2/+0
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-1/+1
* pint_eval uses DefinitionSyntaxError in place of general ExceptionJeffrey Gerard2018-08-221-7/+9
* Cosmetics and tests in pint evalHernan Grecco2016-02-131-120/+52
* fix exponent order of operations, integrate pint_eval into unit and utilAaron Coleman2015-05-121-73/+32
* pint eval as single moduleAaron Coleman2015-05-111-0/+299