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 }}
kovan
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Dec 26, 2015
Merge pull request #92 from maxcutler/travis-ci
Show description for 7ac0a6e
maxcutler
committed
7ac0a6e
View commit details
Copy full SHA for 7ac0a6e
Browse repository at this point
Add Travis-CI badge to README
maxcutler
committed
87d4d03
View commit details
Copy full SHA for 87d4d03
Browse repository at this point
Commits on Dec 25, 2015
Add Python 3.5
maxcutler
committed
fa749ca
View commit details
Copy full SHA for fa749ca
Browse repository at this point
Enable comments on the test post to fix failing unit tests.
maxcutler
committed
7de66df
View commit details
Copy full SHA for 7de66df
Browse repository at this point
Fix URL for unit tests.
maxcutler
committed
5664ccc
View commit details
Copy full SHA for 5664ccc
Browse repository at this point
Remove hostname usage.
maxcutler
committed
876b1df
View commit details
Copy full SHA for 876b1df
Browse repository at this point
Add logging to debug unittest config file issue.
maxcutler
committed
d9b915c
View commit details
Copy full SHA for d9b915c
Browse repository at this point
Run WP-CLI server in the background so that Travis continues executing build task.
maxcutler
committed
b43a870
View commit details
Copy full SHA for b43a870
Browse repository at this point
Fix DB user account name.
maxcutler
committed
76ceced
View commit details
Copy full SHA for 76ceced
Browse repository at this point
Add mysql through apt since Travis Trusty environments don't have mysql service built-in yet.
maxcutler
committed
6ce14b8
View commit details
Copy full SHA for 6ce14b8
Browse repository at this point
Switch to Travis' new Ubuntu Trusty environments that have a newer version of PHP.
Show description for 1580140
maxcutler
committed
1580140
View commit details
Copy full SHA for 1580140
Browse repository at this point
Fix typo in Travis environment variable.
maxcutler
committed
29f8cae
View commit details
Copy full SHA for 29f8cae
Browse repository at this point
Add php5-cli package so that wp-cli.phar can be executed.
maxcutler
committed
8d000f5
View commit details
Copy full SHA for 8d000f5
Browse repository at this point
Fix Travis-CI environment variables to be global across the test matrix.
maxcutler
committed
e9d5938
View commit details
Copy full SHA for e9d5938
Browse repository at this point
Disable Travis-CI email notifications.
maxcutler
committed
5a7ee82
View commit details
Copy full SHA for 5a7ee82
Browse repository at this point
Adding Travis-CI config.
maxcutler
committed
f60c77d
View commit details
Copy full SHA for f60c77d
Browse repository at this point
Merge pull request #91 from hishamnajam/patch-1
Show description for ae0f4f5
maxcutler
committed
ae0f4f5
View commit details
Copy full SHA for ae0f4f5
Browse repository at this point
Commits on Dec 24, 2015
Update methods.rst
hishamnajam
committed
7193291
View commit details
Copy full SHA for 7193291
Browse repository at this point
Commits on Mar 15, 2015
Merge pull request #71 from vanandel/master
Show description for 8270a9f
maxcutler
committed
8270a9f
View commit details
Copy full SHA for 8270a9f
Browse repository at this point
Commits on Feb 23, 2015
Merge pull request #73 from superflit/patch-1
Show description for 438704a
maxcutler
committed
438704a
View commit details
Copy full SHA for 438704a
Browse repository at this point
Typo in creating Tags example
Show description for 6a0d040
superflit
committed
6a0d040
View commit details
Copy full SHA for 6a0d040
Browse repository at this point
Commits on Feb 7, 2015
add optional verbose parameter to Client.__init__
Show description for c963273
Joe VanAndel
committed
c963273
View commit details
Copy full SHA for c963273
Browse repository at this point
Commits on Jun 29, 2014
Version 2.3.
maxcutler
committed
4d79957
View commit details
Copy full SHA for 4d79957
Browse repository at this point
Add changelog details for 2.3 release.
maxcutler
committed
78774ac
View commit details
Copy full SHA for 78774ac
Browse repository at this point
Add changelog details for 2.2 release.
maxcutler
committed
4ffe96f
View commit details
Copy full SHA for 4ffe96f
Browse repository at this point
Add documentation for new `transport` parameter to `Client`.
maxcutler
committed
845d9cf
View commit details
Copy full SHA for 845d9cf
Browse repository at this point
Allow custom transports to be passed to Python's XML-RPC library.
Show description for 02017dd
maxcutler
committed
02017dd
View commit details
Copy full SHA for 02017dd
Browse repository at this point
Commits on May 3, 2014
Merge pull request #59 from ksomervi/patch-1
Show description for c1cdc73
maxcutler
committed
c1cdc73
View commit details
Copy full SHA for c1cdc73
Browse repository at this point
Correct mime-type for media upload
ksomervi
committed
d038c55
View commit details
Copy full SHA for d038c55
Browse repository at this point
Commits on Feb 12, 2014
Merge pull request #50 from DoktorRF/patch-1
Show description for 2b14ed3
maxcutler
committed
2b14ed3
View commit details
Copy full SHA for 2b14ed3
Browse repository at this point
Commits on Jan 29, 2014
Merge pull request #51 from benjaminaschultz/master
Show description for 037ff0f
maxcutler
committed
037ff0f
View commit details
Copy full SHA for 037ff0f
Browse repository at this point
Commits on Jan 28, 2014
import media methods
benjaminaschultz
committed
747c90d
View commit details
Copy full SHA for 747c90d
Browse repository at this point
Commits on Jan 23, 2014
Clarified XML-RPC default status
Doktor
committed
53122e8
View commit details
Copy full SHA for 53122e8
Browse repository at this point
Commits on Jan 12, 2014
Merge pull request #48 from dkuryakin/master
Show description for 3874c5b
maxcutler
committed
3874c5b
View commit details
Copy full SHA for 3874c5b
Browse repository at this point
Commits on Jan 11, 2014
fix incorrect definition ('ping_status': 'comment_status' to 'ping_status': 'ping_status').
dkuryakin
committed
55e6796
View commit details
Copy full SHA for 55e6796
Browse repository at this point
Previous
Next
You can’t perform that action at this time.