Ben Kurtovic
8bce6ff379
Drop EOL Python 3.7
pirms 1 gada
Ben Kurtovic
6665505251
Version bump; switch from master+develop to main
pirms 2 gadiem
Ben Kurtovic
074e368684
Clean up pytest-ported tests
pirms 3 gadiem
Ben Kurtovic
895730681a
Update changelog and update AppVeyor config
pirms 3 gadiem
Ben Kurtovic
b7b3b2e33e
Update changelog; minor tweak to file headers
pirms 3 gadiem
Ben Kurtovic
d650f827b3
Drop EOL Python 3.4 support
pirms 4 gadiem
Kunal Mehta
7e5297fbe6
Drop Python 2 support
Fixes #221 .
pirms 4 gadiem
Ben Kurtovic
b09b619709
Switch to 'unittest discover' over 'setup.py test'
pirms 4 gadiem
Ben Kurtovic
83b58655ea
Experiment with DeepSource
pirms 5 gadiem
Ben Kurtovic
b6e4c59004
Switch to requests for basic API example ( closes #219 ); update links
pirms 5 gadiem
Ben Kurtovic
6e61c99c90
Update API query example; clarify docstring
pirms 5 gadiem
Ben Kurtovic
a21d0d6946
Proper README syntax highlighting
pirms 6 gadiem
Shii Kayano
59369e3c35
fix example: wrap dict.values in list()
In Python 3, `dict.values` returns a dict_values object, which does not support indexing.
pirms 6 gadiem
Ben Kurtovic
b354c56755
Version bump; cleanup [ci skip]
pirms 6 gadiem
Ben Kurtovic
f01bdc51ee
Capitalization [ci skip]
pirms 7 gadiem
Ben Kurtovic
784e5e7b8d
Revise/add to new limitations section.
pirms 7 gadiem
Larivact
2e486f7544
fix comma
pirms 7 gadiem
Larivact
4d4a25152e
Caveats -> Limitations, add Config unawareness
pirms 7 gadiem
Larivact
2d89f611be
rewrite Caveats
>not supported, since they cannot be represented in the node tree.
It's not that they cannot be represented, it's that they would have to be evaluated.
pirms 7 gadiem
Larivact
a25304dc44
partially rewrite Caveats, external link caveat
"inherent limitation in wikicode" sounds misleading it's about generating an AST instead of HTML.
pirms 7 gadiem
Ben Kurtovic
14cde9d821
Update changelogs.
pirms 7 gadiem
John Vandenberg
39ba2888fe
Indicate this code is Python 3 only
Clarify due to #156
pirms 8 gadiem
Ben Kurtovic
e9eb2b52dc
Clean up installation instructions ( fixes #141 )
pirms 8 gadiem
Ben Kurtovic
11da09105d
Add note on caveats [ci skip]
pirms 9 gadiem
Ben Kurtovic
3a57756068
Fix HTTPS requirement for enwiki API.
pirms 9 gadiem
Ben Kurtovic
28faf72a84
Update the changelogs; sync README with docs on new Windows builds.
pirms 9 gadiem
Kunal Mehta
c8b8cd6a60
Another thing missed in #91
pirms 9 gadiem
Ben Kurtovic
c9ef040a0f
lego missed a spot in #91
pirms 9 gadiem
Kunal Mehta
0f16d0c63e
Target documentation for Python 3 usage
2 is dead, long live 3. Mainly turning print info a function
and urllib import fixes
pirms 10 gadiem
ricordisamoa
53e92ae04c
Update README.rst for Pywikibot core
The new version ('core') is much more used and developed
than the previous one ('compat').
pirms 10 gadiem
Ben Kurtovic
50515f3e77
README badge thing.
pirms 10 gadiem
Ben Kurtovic
d8adb62454
Some tweaks, but no change in functionality.
pirms 10 gadiem
Ben Kurtovic
9b207dc7e2
Use the newer SVG.
pirms 10 gadiem
Merlijn van Deen
581ca9a221
Update README.rst for the new Windows wheels
pirms 10 gadiem
Ben Kurtovic
51df09ccf0
Really minor documentation fixes.
pirms 10 gadiem
Ben Kurtovic
c7617c3eb3
Bump version to 0.4.dev; also update README and setup.py.
pirms 11 gadiem
Ben Kurtovic
a7dda77474
Template.has_param() -> Template.has()
pirms 11 gadiem
Ben Kurtovic
2f3edde57a
Add a matches() method to Wikicode.
pirms 11 gadiem
Ben Kurtovic
02e52185f4
Wikicode's filter() methods now passed recursive=True instead of False.
This is a breaking change for those who rely on default behavior.
pirms 11 gadiem
Ben Kurtovic
bee74c0ced
Some doc updates.
pirms 11 gadiem
Ben Kurtovic
7b6b46da95
Some documentation cleanup.
pirms 11 gadiem
Ben Kurtovic
ce252f69ec
Missed a space.
pirms 11 gadiem
Ben Kurtovic
b2f0f23ea4
Fix README.
pirms 11 gadiem
Ben Kurtovic
ac9b64bf60
Travis integration ( closes #33 )
pirms 11 gadiem
Ben Kurtovic
d5699f7d23
Add note about vcvarsall.bat error ( #26 , closes #32 )
pirms 11 gadiem
Ben Kurtovic
6e39927526
Update README with same changes ( #27 )
pirms 11 gadiem
Ben Kurtovic
713b83a4d9
Added a metric ton of template tests; adjustments; docstrings.
pirms 11 gadiem
Ben Kurtovic
28b124a96c
Restarting work on unit tests with a test covering doc examples.
pirms 11 gadiem
Ben Kurtovic
ef0ed63e50
Properly handle newlines in template names with named parameters.
pirms 12 gadiem
Ben Kurtovic
7e26ddf6f5
Some cleanup, adjustments; add dist to .gitignore.
pirms 12 gadiem