aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Improved docs-strings.Patrick Lehmann2022-12-241-2/+3
* Reorganized comment tests.Patrick Lehmann2022-12-231-2/+0
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-1/+1
* Changed export decorator from pydecor to pyTooling.DecoratorsPatrick Lehmann2021-12-121-1/+1
* black: rerun, to pick pyproject settingsumarcor2021-08-231-6/+2
* Rework and fine tuning.Patrick Lehmann2021-07-011-0/+5
* WIP: Handle more generic interface kinds.Patrick Lehmann2021-07-011-4/+4
* Added missing import.Patrick Lehmann2021-07-011-1/+0
* More DOM improvements (#1806)Patrick Lehmann2021-06-261-0/+73
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-171-11/+9
* pyGHDL: format using blackXiretza2021-02-101-1/+1
* Reworking pre-compile scripts for Windows (#1594)Patrick Lehmann2021-01-151-15/+14
* Removed '__api__' due to a bug in pydecor's export decorator.Patrick Lehmann2021-01-021-1/+0
* Added file headers and license texts. (#1564)Patrick Lehmann2020-12-311-0/+34
* Added first implementation of a document object model (DOM).Patrick Lehmann2020-12-271-0/+4