- Test wikipdia library on Python v3.4. PR #52 by frewsxcv
- Add WikipediaPage.categories attribute. PR #59 by @willf
-
Determine package version without importing
wikipedia
in setup.py. Fixes #50 reported by @arcolife -
Update
requests
dependency to v2.3.0
- wikipedia.languages() for easy access to all language prefixes
- Conditional check for normalization in redirect queries. Fixes #47
- Remove pip requirement to fix pip installation error. Fixes #46 reported by @oquidav
-
Refactor query functions to standardize & fix functionality of WikipediaPage properties that return a list. Fixes #38 reported by @gwezerek
-
Use official Mediawiki API 'redirects' key to avoid redirection parse errors. Fixes #28 reported by @shichao-an and #32 reported by @dmirylenka
- Add revision_id and parent_id properties. PR #23 by @fusiongyro
- Add changeable User-Agent. PR #33 by @crazybmanp
- Add geosearch functionality. PR #40 by @Kazuar
- Add limited ability to access section titles on a page. PR #18 by @astavonin
- Add optional rate limiting. Closes issue #20 reported by @mobeets
- Add HTTPTimeout exception
- Fix installation issue on some Python 3 machines. Closes issue #15 by @wronglink
- Add Python 3 support on PyPI
- Add international support
- Fix continue values with Mediawiki API
- Support Python 3
- Initial functionality
- Add documentation and upload to ReadTheDocs