summaryrefslogtreecommitdiff
path: root/pint/facets/context/objects.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-9/+9
* Typing related fixesHernan Grecco2023-05-091-5/+5
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-25/+72
* Run pyupgrade --py39-plusHernan Grecco2023-05-011-1/+2
* Typing improvementsHernan Grecco2023-05-011-5/+8
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-6/+5
* Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-1/+0
* Rename parser to defparserHernan2022-10-121-2/+2
* Fixed Context.redefineHernan2022-09-301-5/+10
* Final step to split the registry from the parserHernan2022-09-301-15/+7
* Typing and documentation changesHernan2022-05-071-1/+1
* Moved Unit and Quantity to plain facetHernan2022-05-071-1/+1
* Create Base FacetHernan2022-05-071-1/+1
* Move converters and definition to base facetHernan2022-05-071-1/+1
* Create Context FacetHernan2022-05-071-0/+286