340 Commits

Author SHA1 Message Date
Arjan Molenaar
7edb55b967 Set MyPy more strict 2019-11-08 17:48:01 +01:00
Arjan Molenaar
d63b574f1e Add back generic methods
From the old code, updated to Python 3.
2019-11-08 17:48:01 +01:00
Arjan Molenaar
7b7041173e Add back generic methods
From the old code, updated to Python 3.
2019-11-08 17:40:14 +01:00
Arjan Molenaar
8aba6a7955 Add back multimethod support in a separate module
Note that overriding is no longer possible from within the same class!
2019-11-08 17:27:16 +01:00
Arjan Molenaar
bb20f6992b Replace old code by Python3 implementation from Gaphor
Multimethods are missing now. Those have to be added back.
2019-11-08 16:35:11 +01:00
Arjan Molenaar
ee35c528cb Add MyPy to the mix 2019-11-08 16:35:06 +01:00
Arjan Molenaar
97616fa28f Add pre-commit config 2019-11-08 14:00:27 +01:00
Arjan Molenaar
b7f4d5b12c Move tests to toplevel 2019-11-08 13:52:19 +01:00
Arjan Molenaar
78401d47e9 Add pycache to ignore list 2019-11-08 13:51:44 +01:00
Arjan Molenaar
b58e2d8c0d Forgot to add Dan as an author
Sorry Dan!
2019-11-08 13:49:40 +01:00
Arjan Molenaar
b0d9884714 Use pyproject.toml + poetry to build this project 2019-11-08 13:47:37 +01:00
Andrey Popp
da66cf52c1 gardening 2011-12-27 16:51:08 +04:00
Andrey Popp
ba0d80be76 docs: API reference for generic 2011-12-09 00:38:12 +04:00
Andrey Popp
98d6ad5e9c docs: start writing docs for 2011-12-09 00:21:44 +04:00
Andrey Popp
ef2d25b97f docs: multidisptaching wording 2011-12-09 00:09:13 +04:00
Andrey Popp
61bc755f3c fix changelog 2011-12-05 01:14:50 +04:00
Andrey Popp
f2d62c4373 fix readme and index docs 2011-12-05 01:12:55 +04:00
Andrey Popp
ca3d6d1af4 doc => docs 2011-12-05 00:44:15 +04:00
Andrey Popp
36bfb080c0 add requirements with deps for development 2011-12-05 00:24:37 +04:00
Andrey Popp
3f072459e4 use theme from distribution 2011-12-05 00:15:10 +04:00
Andrey Popp
b04efa6bb9 remove old generic theme 2011-12-04 14:04:01 +04:00
Andrey Popp
59f0299e47 move sphinx theme into separate repo 2011-12-04 14:03:33 +04:00
Andrey Popp
8bc5301f29 mention multimethod.otherwise in docs 2011-12-04 03:59:47 +04:00
Andrey Popp
feedcc79e8 style doc index page 2011-12-04 03:56:49 +04:00
Andrey Popp
93676b2ed3 docs for multimethods 2011-12-04 03:49:53 +04:00
Andrey Popp
b7c95d92aa API reference for generic.multidispatch 2011-12-04 03:14:52 +04:00
Andrey Popp
4561240c9b theme tune 2011-12-04 03:14:30 +04:00
Andrey Popp
2e1ca20ae2 docs on multifunctions 2011-12-03 23:55:45 +04:00
Andrey Popp
9244380d9a generic sphinx theme 2011-12-03 23:33:50 +04:00
Andrey Popp
7941e92eb8 add url into setup.py 2011-11-30 01:20:39 +04:00
Andrey Popp
d0311ac208 Include *.rst file in dist 2011-11-30 01:18:03 +04:00
Andrey Popp
fcbadb9de7 .gitignore: .ropeproject 2011-11-30 01:10:49 +04:00
Andrey Popp
b30ba28ca4 Delete docs. 2011-09-07 00:22:32 +04:00
Andrey Popp
4ff1e9966d Docs
* Outline sections.

  * Rewrite overview and beginning of multidispatch feature.
2011-06-28 01:25:42 +04:00
Andrey Popp
f4fc390168 Use coverage. 2011-06-28 00:40:35 +04:00
Andrey Popp
2f11746d5b Start new docs. 2011-06-27 00:40:08 +04:00
Andrey Popp
aa6407ff37 Add fallback decorators -- otherwise 2011-06-26 22:23:57 +04:00
Andrey Popp
024c429af1 Typo. 2011-06-26 12:27:12 +04:00
Andrey Popp
3d8660205b Remove docs. 2011-06-26 12:26:18 +04:00
Andrey Popp
3523fed5d8 Make repo points to github repo. 2011-01-03 02:25:11 +03:00
Andrey Popp
8d537f043e Add subscriber decorator to global event manager API. 2011-01-03 01:53:25 +03:00
Andrey Popp
f1ef9b6c25 Add decorator for registering subscribers. 2011-01-03 01:49:28 +03:00
Andrey Popp
6513178275 Typo. 2011-01-03 01:44:28 +03:00
Andrey Popp
e3c7a55bdb Gardening. 2011-01-03 01:27:24 +03:00
Andrey Popp
40db4b1aab Some improvements in registry. 2010-09-05 15:03:53 +04:00
Andrey Popp
07ec25cb43 Some docstrings. 2010-09-05 14:35:40 +04:00
Andrey Popp
60c0374405 Added Copyright and license info. 2010-08-23 21:07:22 +04:00
Andrey Popp
98fdab72fc Fixed export list. 2010-08-12 17:20:45 +04:00
Andrey Popp
9364e0dc92 Fixed export list. 2010-08-12 17:14:09 +04:00
Andrey Popp
f564461426 Some docstrings. 2010-08-12 17:13:45 +04:00