summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 3.11 to CI test suite (#263)HEADmainMatthew Peveler2022-11-091-1/+1
* Update to actions/setup-python@v4Matthew Peveler2022-06-271-11/+7
* add tests for InsensitiveDict.setdefaultMatthew Peveler2022-06-271-0/+4
* Add failure test for set_compat_modeMatthew Peveler2022-06-271-0/+11
* Bump version to 10.2.0 (#258)10.2.0Matthew Peveler2022-05-223-3/+20
* Update website as part of release (#257)Matthew Peveler2022-05-221-0/+13
* Add future-compat attribute parsing (#255)Matthew Peveler2022-05-223-71/+193
* Adding basics for compat attribute flag (#256)Matthew Peveler2022-05-222-2/+39
* Fix verbose flag not working when using a2x or asciidoc entry points (#252)Matthew Peveler2022-05-212-2/+3
* Run apt-get update before install on CI (#253)Matthew Peveler2022-05-211-0/+3
* Clarify licensing of asciidoc-py to GPLv2+ (#236)Matthew Peveler2022-04-2614-31/+95
* Bump version to 10.1.410.1.4Matthew Peveler2022-03-013-3/+9
* Update copyright year to 2022Matthew Peveler2022-03-0110-10/+10
* Split attribute parsing into own module with tests (#246)Matthew Peveler2022-03-013-59/+172
* Fix DeprecationWarning on a2x regexes (#247)Matthew Peveler2022-03-012-42/+97
* Remove unused a2x functionMatthew Peveler2022-02-231-20/+0
* Improve typing for Plugin initMatthew Peveler2022-02-231-1/+2
* Fix distribution missing test_data directory (#244)Matthew Peveler2022-02-234-43/+139
* Fix changelog entry missing header formattingMatthew Peveler2022-02-201-0/+1
* Bump version to 10.1.310.1.3Matthew Peveler2022-02-203-3/+8
* Fix setup.py including packages outside of asciidocMatthew Peveler2022-02-201-1/+1
* Add missing py files to dist archivesMatthew Peveler2022-02-201-0/+1
* Bump version to 10.1.210.1.2Matthew Peveler2022-02-173-4/+14
* Bump python version used for testing windowsMatthew Peveler2022-02-171-3/+3
* Simplify structure of expected args for test_a2xMatthew Peveler2022-02-171-20/+14
* Add missing __init__.py file to tests directoryMatthew Peveler2022-02-171-0/+0
* Remove dead python2 codeMatthew Peveler2022-02-171-6/+0
* Fix regex deprecation warningsMatthew Peveler2022-02-171-4/+4
* Move Plugin to its own moduleMatthew Peveler2022-02-1711-204/+260
* Move Message class to own moduleMatthew Peveler2022-02-172-67/+81
* Migrate standalone Table code to own moduleMatthew Peveler2022-02-175-70/+124
* Move some funcs to utils moduleMatthew Peveler2022-02-173-37/+72
* Add typings to some standalone functionsMatthew Peveler2022-02-173-19/+21
* Add additional a2x arg parse testcaseMatthew Peveler2022-02-141-0/+8
* Fix parsing asciidoc_opt values with spaces for a2x (#237)Matthew Peveler2022-02-112-8/+45
* Add missing files to build_manifestMatthew Peveler2022-01-012-7/+9
* Remove unused website files (#232)Matthew Peveler2021-12-2515-2219/+0
* Re-add INSTALL.adocMatthew Peveler2021-12-251-0/+177
* Fix typos (#229)Kian Meng, Ang2021-12-2516-20/+20
* Isolate test inputs to own folder (#231)Matthew Peveler2021-12-2558-75/+8481
* Cleanup unused parts of makefile (#230)Matthew Peveler2021-12-241-19/+8
* Pass DESTDIR to pip in make installmpeveler/chore-make-installMatthew Peveler2021-12-241-2/+4
* Bump version to 10.1.110.1.1Matthew Peveler2021-12-203-3/+10
* a2x: fix index out of range in exec path print (#228)Oliver Smith2021-12-201-4/+1
* Add make test to CI workflowMatthew Peveler2021-12-181-17/+49
* Run unit tests as part of make testMatthew Peveler2021-12-181-0/+1
* rework documentationMatthew Peveler2021-12-182-169/+24
* Fix running make testMatthew Peveler2021-12-181-1/+1
* Fix RuntimeWarning when using the -m flagMatthew Peveler2021-12-181-3/+9
* Bump version to 10.1.010.1.0Matthew Peveler2021-12-173-3/+12