Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
charli-polo
/
python-wordpress-xmlrpc
Public
forked from
maxcutler/python-wordpress-xmlrpc
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Dec 3, 2012
Version 2.2.
maxcutler
committed
e765a36
View commit details
Copy full SHA for e765a36
Browse repository at this point
Documentation and style fixes for NewAnonymousComment method.
Show description for 90f66cb
maxcutler
committed
90f66cb
View commit details
Copy full SHA for 90f66cb
Browse repository at this point
Merge pull request #35 from CloCkWeRX/master
Show description for 7e3442e
maxcutler
committed
7e3442e
View commit details
Copy full SHA for 7e3442e
Browse repository at this point
Fix some documentation errors.
Show description for 3a5530a
maxcutler
committed
3a5530a
View commit details
Copy full SHA for 3a5530a
Browse repository at this point
Check for existance of field before using it in objects' __str__ definition.
Show description for 66de1f2
maxcutler
committed
66de1f2
View commit details
Copy full SHA for 66de1f2
Browse repository at this point
Add tests to check for exceptions when printing basic objects.
Show description for 1e0841e
maxcutler
committed
1e0841e
View commit details
Copy full SHA for 1e0841e
Browse repository at this point
Fixed name of WordPressComment.date_created field.
Show description for 2216dd4
maxcutler
committed
2216dd4
View commit details
Copy full SHA for 2216dd4
Browse repository at this point
Added some tests for post.parent_id.
Show description for f53282f
maxcutler
committed
f53282f
View commit details
Copy full SHA for f53282f
Browse repository at this point
Commits on Dec 2, 2012
Add fields to WordPressPost that were added in 3.4.2.
maxcutler
committed
1663c8e
View commit details
Copy full SHA for 1663c8e
Browse repository at this point
Implemented wp.getRevisions and wp.restoreRevision.
maxcutler
committed
a522fd1
View commit details
Copy full SHA for a522fd1
Browse repository at this point
PEP8 fix.
maxcutler
committed
1ee8ad4
View commit details
Copy full SHA for 1ee8ad4
Browse repository at this point
Implemented wp.getUser, wp.getUsers, wp.getProfile, and wp.editProfile.
maxcutler
committed
bb5d501
View commit details
Copy full SHA for bb5d501
Browse repository at this point
Commits on Aug 30, 2012
Add support for comment that do not provide credentials
CloCkWeRX
committed
aaee16f
View commit details
Copy full SHA for aaee16f
Browse repository at this point
Commits on May 12, 2012
Documentation Version 2.1.
maxcutler
committed
ed2083a
View commit details
Copy full SHA for ed2083a
Browse repository at this point
Version 2.1.
maxcutler
committed
5692ba1
View commit details
Copy full SHA for 5692ba1
Browse repository at this point
Added changelog entry for doc fixes.
maxcutler
committed
72c157a
View commit details
Copy full SHA for 72c157a
Browse repository at this point
Fixed custom fields example in docs.
Show description for 882f179
maxcutler
committed
882f179
View commit details
Copy full SHA for 882f179
Browse repository at this point
Fixed some docs bugs.
Show description for b638e2e
maxcutler
committed
b638e2e
View commit details
Copy full SHA for b638e2e
Browse repository at this point
Added changelog entry for field changes.
maxcutler
committed
5503dc2
View commit details
Copy full SHA for 5503dc2
Browse repository at this point
Updated set of fields for WordPressTaxonomy to match changes in 3.4 since Beta 1.
maxcutler
committed
5d9ccb9
View commit details
Copy full SHA for 5d9ccb9
Browse repository at this point
Updated set of fields for WordPressPostType to match changes in 3.4 since Beta 1.
maxcutler
committed
7a1f15b
View commit details
Copy full SHA for 7a1f15b
Browse repository at this point
Added 'terms_names' to 'WordPressPost'.
Show description for 58d698b
maxcutler
committed
58d698b
View commit details
Copy full SHA for 58d698b
Browse repository at this point
Added changelog entry for recent pull request.
Show description for 9928411
maxcutler
committed
9928411
View commit details
Copy full SHA for 9928411
Browse repository at this point
Merge pull request #24 from masnun/master
Show description for 8b7a2ab
maxcutler
committed
8b7a2ab
View commit details
Copy full SHA for 8b7a2ab
Browse repository at this point
Commits on May 9, 2012
Added the importation of the sys module required by "e = sys.exc_info()[1]"
masnun
committed
16b3c29
View commit details
Copy full SHA for 16b3c29
Browse repository at this point
Commits on Apr 16, 2012
Added docs link to README.
maxcutler
committed
cfaa212
View commit details
Copy full SHA for cfaa212
Browse repository at this point
Version 2.0.
maxcutler
committed
7ca4772
View commit details
Copy full SHA for 7ca4772
Browse repository at this point
Added docs/_build to gitignore and added docs Makefile.
maxcutler
committed
0a1f78f
View commit details
Copy full SHA for 0a1f78f
Browse repository at this point
Changed field names so that all WordPress objects have an 'id' field.
maxcutler
committed
acbca4f
View commit details
Copy full SHA for acbca4f
Browse repository at this point
Improved docstrings and namings.
maxcutler
committed
13bd93d
View commit details
Copy full SHA for 13bd93d
Browse repository at this point
Added documentation.
Show description for b4c8798
maxcutler
committed
b4c8798
View commit details
Copy full SHA for b4c8798
Browse repository at this point
Commits on Apr 15, 2012
Added support for Python 3.
Show description for 803e4e6
maxcutler
committed
803e4e6
View commit details
Copy full SHA for 803e4e6
Browse repository at this point
Updated README to cover current changes for v2.0.
maxcutler
committed
25c1597
View commit details
Copy full SHA for 25c1597
Browse repository at this point
Added 'id' field to WordPressMedia.
maxcutler
committed
452d20d
View commit details
Copy full SHA for 452d20d
Browse repository at this point
Removed implementation cruft from legacy XML-RPC methods.
Show description for 541d8dc
maxcutler
committed
541d8dc
View commit details
Copy full SHA for 541d8dc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.