Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mwclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
mwclient
Graph
user-management
Select Git revision
Branches
9
apiedit
changelog
clientlogin
master
default
protected
mw-deprecatedwarning
mwclient-apiedit
mwclient-apiedit@32
user-management
user-management-tests
Tags
20
1.0.0.webu
v0.10.0
v0.9.3
v0.9.2
v0.9.1
v0.9.0
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.7.1
v0.7.0
REL_0_6_5
REL_0_6_4
REL_0_6_3
29 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
Jan
28
25
Oct
18
16
11
10
5
29
Sep
28
27
15
5
1
31
Aug
30
26
24
22
21
11
10
8
17
Jul
16
11
1
Jun
18
May
6
27
Mar
15
Feb
9
28
Jan
27
7
Dec
6
3
Oct
24
Sep
6
5
14
Jul
27
May
26
21
Apr
25
Feb
24
21
20
19
17
16
15
10
26
Sep
22
7
Sep
9
Jul
12
Jun
8
28
May
12
Dec
21
Nov
13
5
10
Oct
5
26
Sep
8
26
Aug
4
3
2
10
Jun
11
Apr
18
Feb
12
Dec
9
22
Nov
9
5
4
31
Jul
1
28
Jun
21
Apr
9
28
Feb
14
Jan
11
26
Nov
16
5
Sep
12
Aug
31
Jul
11
Jun
18
May
17
11
29
Apr
23
Feb
2
Dec
10
Nov
7
24
Oct
23
17
10
22
Sep
20
24
Aug
23
22
21
4
Jul
3
2
20
May
15
10
9
7
4
28
Apr
20
1
Mar
9
Feb
6
5
3
23
Jan
21
10
17
Nov
10
9
27
Sep
19
12
29
Aug
24
23
18
17
12
11
27
Jul
26
25
19
18
17
8
6
5
20
Jun
19
14
5
4
19
May
15
Mar
19
Dec
18
28
Nov
27
26
24
23
17
16
7
4
3
27
Oct
26
6
5
30
Sep
27
23
22
21
20
6
5
4
2
31
Aug
26
18
22
Jun
17
16
15
13
1
21
May
2
20
Apr
6
Mar
19
Nov
16
15
1
Sep
18
Jun
17
16
13
May
12
11
28
Mar
22
21
26
Feb
23
22
4
Dec
2
Sep
30
Aug
28
Jul
27
6
May
16
Feb
7
Apr
23
Feb
5
Dec
15
Nov
14
2
17
Sep
28
Aug
27
22
16
Jul
Merge branch 'master' into user-management
1.0.0.webu user…
1.0.0.webu user-management
build(deps): bump actions/setup-python from 5.3.0 to 5.4.0
build(deps): bump actions/setup-python from 5.2.0 to 5.3.0
docs: document why some functions accept both `*args` and `**kwargs`
feat: update `Site.expandtemplates` to use the new API added in 1.24
docs: expand "Updating/expanding the documentation" section
docs: move doc dependencies from docs/requirements.txt to pyproject.toml
test: remove pytest.ini_options from pyproject.toml
test: replace pkg_resources with importlib.metadata for Python 3.8+
feat: add python 3.13 classifier, start testing with 3.14-alpha
ci: hard-code ubuntu-22.04 for Python 3.7 CI jobs
Rename setup.cfg to .flake8
Update project metadata and switch build-tool to hatchling
Add isolated_build = true
Specify test dir
Fix pytest command
Add pytest config section
Convert setup.py to pyproject.toml
Update page attributes after edit/move/delete (#365)
fix: Allow passing int and Page objects to PageList.get and __getitem__
fix: Avoid import conflicts by renaming types.py to _types.py
Add Type Annotations to the Codebase (#336)
fix: fixes a bug in Site.ask, where the title was not added to the query
docs: Specify versioning, license in the docs and README.md
docs: Update required MediaWiki/Python versions
docs: Document and include all errors in the documentation
cleanup: Remove the unused errors.NoWriteApi error
docs: Document the Page, Image, and Category class constructors
Consistently use Site.require instead of manually comparing versions
Check that a versions major and minor part are integers
Fix parsing of "PHP-style" versions in version_tuple_from_generator
Add test-cases for Site.version_tuple_from_generator
test_listing: add test_revisions_iterator to complete coverage
guess_namespace: drop odd fallback to default_namespaces
test_listing: add test_pagelist
test_listing: add test_category
test_listing: add test for NestedList
test_listing: add test_list_repr
test_listing: add test_list_invalid to improve test coverage
Drop support for old-style continuation
Loading