summaryrefslogtreecommitdiff
path: root/pint/pint_eval.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-7/+7
* Typing improvementsHernan Grecco2023-05-011-38/+117
* Run refurb --python-version 3.9 in codeHernan Grecco2023-04-291-5/+5
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-1/+1
* Improved type checking consistencyHernan2022-05-071-2/+1
* Moved Unit and Quantity to plain facetHernan2022-05-071-1/+2
* Annotate tokenizeHernan2022-05-071-3/+17
* Fix #1470 Handle Modulo & floordiv operator in pint_evalJules Chéron2022-02-201-0/+4
* 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