summaryrefslogtreecommitdiff
path: root/pint/context.py
Commit message (Expand)AuthorAgeFilesLines
* Typing improvementsHernan Grecco2023-05-011-0/+2
* Create Context FacetHernan2022-05-071-444/+2
* Reimplemented expression from function using a callable object instead of clo...Hernan2022-02-111-5/+6
* Implemented Group/System/Context from_definitionHernan2022-02-111-4/+30
* Implemented ContextDefinition and changed Context.from_lines to use itHernan2022-02-111-88/+155
* Add pint typing moduleJules Chéron2021-08-011-9/+24
* Run linter on all filesHernan2021-01-071-6/+3
* update transform call signature in docstring exampleClark Willison2020-06-171-9/+11
* Stacked contexts cause RuntimeError: generator raised StopIterationcrusaderky2020-06-161-2/+2
* Add support for other numerical types at the registry levelHernan2020-01-221-3/+9
* Sphinx fixesGuido Imperiale2020-01-061-5/+4
* Fixes W293Hernan2019-12-271-8/+8
* Manual edits after pymentHernan2019-12-271-120/+42
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-19/+137
* Unit testsGuido Imperiale2019-12-191-1/+1
* PolishGuido Imperiale2019-12-181-1/+6
* BugfixGuido Imperiale2019-12-181-0/+1
* BugfixGuido Imperiale2019-12-181-2/+2
* PolishGuido Imperiale2019-12-181-2/+2
* Context-specific redefinitions (untested)Guido Imperiale2019-12-181-4/+38
* Merge remote-tracking branch 'upstream/master' into context_define2Guido Imperiale2019-12-171-8/+8
|\
| * Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-1/+0
| * isortGuido Imperiale2019-12-131-1/+1
| * flake8 fixesGuido Imperiale2019-12-131-7/+8
* | # Conflicts:Guido Imperiale2019-12-161-3/+4
|/
* blackGuido Imperiale2019-12-131-22/+26
* Fix ContextChain._contextsGuido Imperiale2019-12-091-1/+1
* Fix bug in #909 where every time a context is reactivated it creates a brand ...Guido Imperiale2019-12-091-7/+18
* Merge branch 'master' into standard_exceptionsGuido Imperiale2019-12-051-14/+18
|\
| * Merge branch 'master' into py27_cleanupGuido Imperiale2019-12-051-6/+14
| |\
| | * Merge #909bors[bot]2019-12-041-4/+12
| | |\
| | | * CPython caches the output of __hash__ - don't implement it on mutable objectsGuido Imperiale2019-12-041-3/+8
| | | * Trivial cleanupGuido Imperiale2019-12-031-1/+1
| | | * Fix last bugGuido Imperiale2019-12-031-3/+3
| | | * Code reviewGuido Imperiale2019-12-031-6/+4
| | | * Merge branch 'master' into 795_preserve_cachesGuido Imperiale2019-12-031-1/+1
| | | |\
| | | * | Preserve caches across context changes (fixes #795)Clément Pit-Claudel2019-05-111-2/+7
| | * | | mark all regexp / tex strings to raw stringsKeewis2019-12-021-2/+2
| | | |/ | | |/|
| * | | Optimize setsGuido Imperiale2019-12-041-1/+1
| * | | Python 3 super()Guido Imperiale2019-12-031-1/+1
| * | | Remove 2.7 support from codebaseGuido Imperiale2019-12-031-7/+3
| |/ /
* | | Thorough str tests for all exceptionsGuido Imperiale2019-12-041-1/+3
* | | Exceptions overhaulGuido Imperiale2019-12-041-5/+6
|/ /
* | Anonymous contextsGuido Imperiale2019-09-051-1/+1
|/
* Fix instantiation of errors.DefinitionSyntaxError in context.pyClément Pit-Claudel2019-04-161-1/+1
* Remove positional string formattersHugo2017-10-191-1/+1
* Updated copyright yearHernan Grecco2016-02-121-1/+1
* Changed Context parsing to use SourceIterator and improved error messagesHernan Grecco2016-01-071-41/+48
* Fixed some typos in the documentation; removed trailing slashes; broke some l...Martin Thoma2015-04-041-7/+7
* Removed code that is not needed any moreHernan Grecco2015-02-061-10/+0