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
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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
xmlrpc
server.py
on
android-ctypes-pythonapi
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 19, 2025
gh-136839: Refactor simple dict.update calls (#136811)
Show description for 69ea1b3
disconnect3d
authored
69ea1b3
View commit details
Copy full SHA for 69ea1b3
View code at this point
Browse repository at this point
Commits on Jun 15, 2025
gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405)
Show description for 2bd3895
jeremycline
authored
2bd3895
View commit details
Copy full SHA for 2bd3895
View code at this point
Browse repository at this point
Commits on Jun 16, 2024
gh-120485: Add an override of `allow_reuse_port` on classes subclassing `socketserver.TCPServer` (GH-120488)
Show description for 192d17c
idankap
and
vsajip
authored
192d17c
View commit details
Copy full SHA for 192d17c
View code at this point
Browse repository at this point
Commits on Nov 26, 2022
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
nickdrozd
authored
024ac54
View commit details
Copy full SHA for 024ac54
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
hugovk
authored
6881ea9
View commit details
Copy full SHA for 6881ea9
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
bpo-46510: simplify exception handling code in xmlrpc (GH-30878)
iritkatriel
authored
d69d3d8
View commit details
Copy full SHA for d69d3d8
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
bpo-10716: Migrating pydoc to html5. (GH-28651)
JulienPalard
authored
c91b6f5
View commit details
Copy full SHA for c91b6f5
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
Update URLs in comments and metadata to use HTTPS (GH-27458)
coderanger
authored
be42c06
View commit details
Copy full SHA for be42c06
View code at this point
Browse repository at this point
Commits on Nov 13, 2019
bpo-38786: Add parsing of https links to pydoc (GH-17143)
python273
authored and
taleinat
committed
61289d4
View commit details
Copy full SHA for 61289d4
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Show description for e8650a4
corona10
authored and
vstinner
committed
e8650a4
View commit details
Copy full SHA for e8650a4
View code at this point
Browse repository at this point
Commits on Jul 16, 2018
bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847)
Show description for 35c0809
Nicolas Noé
authored and
vstinner
committed
35c0809
View commit details
Copy full SHA for 35c0809
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
bpo-31247: xmlrpc.server: break reference cycle (#3166)
Show description for 8452445
vstinner
authored
8452445
View commit details
Copy full SHA for 8452445
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)
Show description for 3c6314c
petr-motejlek
authored and
serhiy-storchaka
committed
3c6314c
View commit details
Copy full SHA for 3c6314c
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231)
zhangyangyu
authored
267b9d2
View commit details
Copy full SHA for 267b9d2
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
Issue #23804: Merge spelling and NEWS fixes from 3.5
vadmium
committed
702f4f5
View commit details
Copy full SHA for 702f4f5
View code at this point
Browse repository at this point
English spelling and grammar fixes
vadmium
committed
204bf0b
View commit details
Copy full SHA for 204bf0b
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
vadmium
committed
0cab9c1
View commit details
Copy full SHA for 0cab9c1
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
Issue #26147: xmlrpc now works with strings not encodable with used
Show description for aebb6d3
serhiy-storchaka
committed
aebb6d3
View commit details
Copy full SHA for aebb6d3
View code at this point
Browse repository at this point
Commits on Jan 13, 2014
merge from 3.3
Show description for 95be7ff
orsenthil
committed
95be7ff
View commit details
Copy full SHA for 95be7ff
View code at this point
Browse repository at this point
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
orsenthil
committed
939e2db
View commit details
Copy full SHA for 939e2db
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Show description for daf4555
vstinner
committed
daf4555
View commit details
Copy full SHA for daf4555
View code at this point
Browse repository at this point
Commits on Aug 10, 2013
#8112: Update the documenting xmlrpc server to use getfullargspec.
Show description for f22b62e
bitdancer
committed
f22b62e
View commit details
Copy full SHA for f22b62e
View code at this point
Browse repository at this point
Commits on Mar 5, 2012
Merge 3.2
merwok
committed
6a59b70
View commit details
Copy full SHA for 6a59b70
View code at this point
Browse repository at this point
Use raw string for a docstring that uses a backslash
merwok
committed
c432a9d
View commit details
Copy full SHA for c432a9d
View code at this point
Browse repository at this point
Commits on Feb 18, 2012
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Show description for 3ccc918
Charles-François Natali
committed
3ccc918
View commit details
Copy full SHA for 3ccc918
View code at this point
Browse repository at this point
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Show description for cd96b4f
Charles-François Natali
committed
cd96b4f
View commit details
Copy full SHA for cd96b4f
View code at this point
Browse repository at this point
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
Show description for ec1712a
Charles-François Natali
committed
ec1712a
View commit details
Copy full SHA for ec1712a
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
florentx
committed
1b7458b
View commit details
Copy full SHA for 1b7458b
View code at this point
Browse repository at this point
Commits on Oct 30, 2011
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server.
florentx
committed
75861df
View commit details
Copy full SHA for 75861df
View code at this point
Browse repository at this point
Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling.
florentx
committed
c4fec93
View commit details
Copy full SHA for c4fec93
View code at this point
Browse repository at this point
Closes #13291: NameError in xmlrpc package.
florentx
committed
3fa29f7
View commit details
Copy full SHA for 3fa29f7
View code at this point
Browse repository at this point
Commits on Oct 28, 2011
Closes #13258: Use callable() built-in in the standard library.
florentx
committed
5d1155c
View commit details
Copy full SHA for 5d1155c
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
#11565: Merge with 3.1.
ezio-melotti
committed
3b3499b
View commit details
Copy full SHA for 3b3499b
View code at this point
Browse repository at this point
#11565: Fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
1392500
View commit details
Copy full SHA for 1392500
View code at this point
Browse repository at this point
Commits on Oct 31, 2010
Merged revisions 86051 via svnmerge from
Show description for af577cb
benjaminp
committed
af577cb
View commit details
Copy full SHA for af577cb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.