Ben Kurtovic
fc1440a7b3
Fix building on Python 3.12 ( fixes #312 )
il y a 1 an
Ben Kurtovic
8bce6ff379
Drop EOL Python 3.7
il y a 1 an
Ben Kurtovic
3e62aa136f
Fix docs build
il y a 1 an
Ben Kurtovic
ee935f69dd
Version bump and fix docs build
il y a 1 an
Ben Kurtovic
0f5c1daf78
release/0.6.5
il y a 1 an
Ben Kurtovic
258aac9884
Downgrade checkout action (?)
il y a 1 an
Ben Kurtovic
af83306e04
Fix pickling SmartLists ( fixes #289 )
il y a 1 an
Ben Kurtovic
c2efba5fc1
Update actions versions
il y a 1 an
Ben Kurtovic
1f8121c691
Update Linux and Windows wheel builds
il y a 1 an
Ben Kurtovic
41a86058af
Drop 3.6 in MacOS wheel build
il y a 1 an
Ben Kurtovic
8c8d4463ac
Drop Python 3.6, add 3.11
il y a 1 an
Kunal Mehta
d3b8469e89
Move tests to GitHub Actions instead of Travis CI
il y a 3 ans
Ben Kurtovic
2241ce0978
Update changelog
il y a 1 an
deClerambaul
0f89f4426b
Add missing TagData_dealloc ( #303 )
il y a 1 an
Ben Kurtovic
cabdf77b36
Update appveyor config
il y a 1 an
Ben Kurtovic
f963df7f82
Fix parsing of leading zeros in named HTML entities ( fixes #288 )
il y a 2 ans
Ben Kurtovic
6665505251
Version bump; switch from master+develop to main
il y a 2 ans
Ben Kurtovic
7738752b01
release/0.6.4
il y a 2 ans
Ben Kurtovic
2155638b91
Fix regression in parsing nested wikilinks in file captions
This regression seems more severe than the bug the commit was
attempting to fix (incorrect parsing of nested wikilinks in normal
links), so that bug is reintroduced until localization-aware parsing
that allows us to detect file links is added.
This commit partially reverts fac60dee48
.
il y a 2 ans
Ben Kurtovic
492fc22283
Congruity in GH Actions step names
il y a 2 ans
Ben Kurtovic
abcf6298aa
Attempt to fix build again
il y a 3 ans
Ben Kurtovic
70ec3e36e3
Attempt to improve GH Actions wheel building
il y a 3 ans
Ben Kurtovic
a7098af650
Thanks YAML, very cool
il y a 3 ans
Ben Kurtovic
3ae07d450a
Add Python 3.10 to Linux/macOS wheel builds; drop 3.5 ( #278 )
il y a 3 ans
Ben Kurtovic
0a26fc6200
Version bump
il y a 3 ans
Ben Kurtovic
be4746f73d
release/0.6.3
il y a 3 ans
Ben Kurtovic
c7d1c3d660
Add pre-commit hooks
il y a 3 ans
Ben Kurtovic
8cd0bdb322
Autoformat: black + clang-format + clang-tidy
il y a 3 ans
Ben Kurtovic
911d7e5f88
Clean up external links parsing logic and fix integer conversion
il y a 3 ans
Ben Kurtovic
10e63cd452
Update changelog
il y a 3 ans
odidev
3a9d63fccb
Add linux aarch64 wheel build support ( #276 )
Signed-off-by: odidev <odidev@puresoftware.com>
il y a 3 ans
Ben Kurtovic
dcf7ba4e79
Version bump
il y a 3 ans
Ben Kurtovic
439e4c6d50
release/0.6.2
il y a 3 ans
Ben Kurtovic
95209b9c21
Fix release error
il y a 3 ans
Ben Kurtovic
5166515fa1
release/0.6.1
il y a 3 ans
Ben Kurtovic
dd6d0c9b3b
Update Linux wheel build script, part 2
il y a 3 ans
Ben Kurtovic
89e3a300db
Update Linux wheel build script
il y a 3 ans
Ben Kurtovic
fac60dee48
Fix parsing of nested wikilinks
il y a 3 ans
Ben Kurtovic
4e63226f6b
Fix setup.py test invocation ( #263 )
il y a 3 ans
Ben Kurtovic
90b47f09e9
Add find_packages() back to setup.py ( fixes #263 )
il y a 3 ans
Ben Kurtovic
297bcb0cee
Move mwparserfromhell to src/ dir
il y a 3 ans
Ben Kurtovic
074e368684
Clean up pytest-ported tests
il y a 3 ans
Ben Kurtovic
e877a9ded0
Merge remote-tracking branch 'legoktm/pytest' into develop
il y a 3 ans
Ben Kurtovic
8d6468fbce
Update changelog
il y a 3 ans
Jakub Klinkovský
bb51e8f282
Some fixes for the parsing of external links ( #232 )
* Proposed fix for https://github.com/earwig/mwparserfromhell/issues/197
* Port the fix for #197 to the C tokenizer
* Fix parsing of external links where the URL is terminated by some special character
- One existing test case has been found wrong -- current MediaWiki
version always terminates the URL when an opening bracket is
encountered.
- Other test cases added: double quote, two single quotes and angles
always terminate the URL (regardless if it is a free link or external
link inside brackets). One single quote does not terminate the URL.
* Fix case-insensitive parsing of URI schemes
il y a 3 ans
Ben Kurtovic
cccbd3ef11
Version bump
il y a 3 ans
Ben Kurtovic
0f05dfa546
release/0.6
il y a 3 ans
Ben Kurtovic
2721de2447
Drop Python 3.5 Windows wheels
It's EOL and AppVeyor builds are broken under it if we want to support Python 3.9.
Not fully deprecating 3.5 for now because it's still used on Toolforge.
il y a 3 ans
Ben Kurtovic
895730681a
Update changelog and update AppVeyor config
il y a 3 ans
Jakub Klinkovský
90061b6844
Fix parsing of section headings inside templates ( #233 )
Fixes #198
Co-authored-by: Ben Kurtovic <ben.kurtovic@gmail.com>
il y a 3 ans