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 }}
ibranded
/
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
Breadcrumbs
History for
python-wordpress-xmlrpc
wordpress_xmlrpc
on
master
User selector
All users
All time
Commit history
Commits on Jun 16, 2013
small typo in the EditComment docs
tankorsmash
committed
f3abd93
View commit details
Copy full SHA for f3abd93
View code at this point
Browse repository at this point
Commits on May 15, 2013
Workaround null dates returned by rpc calls on draft posts generated by an old version of WordPress
strycore
committed
75eee86
View commit details
Copy full SHA for 75eee86
View code at this point
Browse repository at this point
Commits on Dec 3, 2012
Documentation and style fixes for NewAnonymousComment method.
Show description for 90f66cb
maxcutler
committed
90f66cb
View commit details
Copy full SHA for 90f66cb
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Implemented wp.getRevisions and wp.restoreRevision.
maxcutler
committed
a522fd1
View commit details
Copy full SHA for a522fd1
View code at this point
Browse repository at this point
PEP8 fix.
maxcutler
committed
1ee8ad4
View commit details
Copy full SHA for 1ee8ad4
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 12, 2012
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Apr 16, 2012
Changed field names so that all WordPress objects have an 'id' field.
maxcutler
committed
acbca4f
View commit details
Copy full SHA for acbca4f
View code at this point
Browse repository at this point
Improved docstrings and namings.
maxcutler
committed
13bd93d
View commit details
Copy full SHA for 13bd93d
View code at this point
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
View code at this point
Browse repository at this point
Added 'id' field to WordPressMedia.
maxcutler
committed
452d20d
View commit details
Copy full SHA for 452d20d
View code at this point
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
View code at this point
Browse repository at this point
Fixed broken str() on newly-created WordPress objects by ensuring the values are always set.
Show description for 9e83213
maxcutler
committed
9e83213
View commit details
Copy full SHA for 9e83213
View code at this point
Browse repository at this point
Fixed bug where 'False' values were not being set properly.
Show description for 1a3d679
maxcutler
committed
1a3d679
View commit details
Copy full SHA for 1a3d679
View code at this point
Browse repository at this point
PEP8 whitespace fixes.
maxcutler
committed
02f1b5b
View commit details
Copy full SHA for 02f1b5b
View code at this point
Browse repository at this point
Removed categories and tags, use taxonomies and terms instead.
Show description for e5fee9c
maxcutler
committed
e5fee9c
View commit details
Copy full SHA for e5fee9c
View code at this point
Browse repository at this point
Changed WordPressPage to derive from WordPressPost and use the posts methods.
maxcutler
committed
44bd595
View commit details
Copy full SHA for 44bd595
View code at this point
Browse repository at this point
Added a kwarg to allow results_class to be overridden on a per-instance basis.
maxcutler
committed
721e8f2
View commit details
Copy full SHA for 721e8f2
View code at this point
Browse repository at this point
Switched from metaWeblog to WordPress methods for handling posts.
Show description for fd1e784
maxcutler
committed
fd1e784
View commit details
Copy full SHA for fd1e784
View code at this point
Browse repository at this point
Updated wp.getPostTypes to expect the name/object dictionary instead of a flat list of objects.
maxcutler
committed
31cd70e
View commit details
Copy full SHA for 31cd70e
View code at this point
Browse repository at this point
Added support for wp.getTerms' 'filter' argument.
maxcutler
committed
ec52d66
View commit details
Copy full SHA for ec52d66
View code at this point
Browse repository at this point
Implemented wp.getPostTypes and wp.getPostType.
Show description for 6493d4d
maxcutler
committed
6493d4d
View commit details
Copy full SHA for 6493d4d
View code at this point
Browse repository at this point
PEP8 whitespace fix.
Show description for ab2dbaa
maxcutler
committed
ab2dbaa
View commit details
Copy full SHA for ab2dbaa
View code at this point
Browse repository at this point
Added support for optional method arguments.
Show description for 4b46f93
maxcutler
committed
4b46f93
View commit details
Copy full SHA for 4b46f93
View code at this point
Browse repository at this point
Implemented wp.getTerms, wp.getTerm, wp.newTerm, wp.editTerm, and wp.deleteTerm.
Show description for 7998f65
maxcutler
committed
7998f65
View commit details
Copy full SHA for 7998f65
View code at this point
Browse repository at this point
Implemented wp.getTaxonomies and wp.getTaxonomy.
Show description for 1afd721
maxcutler
committed
1afd721
View commit details
Copy full SHA for 1afd721
View code at this point
Browse repository at this point
Commits on Aug 27, 2011
Added XML-RPC fault handling for invalid credentials and disabled XML-RPC.
Show description for 8c2bda9
maxcutler
committed
8c2bda9
View commit details
Copy full SHA for 8c2bda9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.