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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
xml
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 26, 2019
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)
Show description for 7cd08cf
vstinner
authored and
larryhastings
committed
7cd08cf
View commit details
Copy full SHA for 7cd08cf
View code at this point
Browse repository at this point
Commits on May 5, 2017
bpo-30264: ExpatParser closes the source on error (#1451) (#1475)
Show description for 0c9aa6f
vstinner
authored
0c9aa6f
View commit details
Copy full SHA for 0c9aa6f
View code at this point
Browse repository at this point
Commits on Sep 12, 2016
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
Show description for 076366c
rhettinger
committed
076366c
View commit details
Copy full SHA for 076366c
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
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 Jun 4, 2016
Clarify deprecation of ElementTree.XMLParser(html=...) parameter
vadmium
committed
29ce082
View commit details
Copy full SHA for 29ce082
View code at this point
Browse repository at this point
Commits on Dec 21, 2015
Issue #25902: Fixed various refcount issues in ElementTree iteration.
serhiy-storchaka
committed
66c08d9
View commit details
Copy full SHA for 66c08d9
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
Issue #10131: Fixed deep copying of minidom documents. Based on patch
Show description for 15f070f
serhiy-storchaka
committed
15f070f
View commit details
Copy full SHA for 15f070f
View code at this point
Browse repository at this point
Issue #10131: Fixed deep copying of minidom documents. Based on patch
Show description for c472246
serhiy-storchaka
committed
c472246
View commit details
Copy full SHA for c472246
View code at this point
Browse repository at this point
Commits on Nov 23, 2015
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
serhiy-storchaka
committed
6f988b5
View commit details
Copy full SHA for 6f988b5
View code at this point
Browse repository at this point
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
serhiy-storchaka
committed
e3d4ec4
View commit details
Copy full SHA for e3d4ec4
View code at this point
Browse repository at this point
Commits on Sep 23, 2015
Issue #25047: Merge Element Tree encoding from 3.4 into 3.5
vadmium
committed
982a08f
View commit details
Copy full SHA for 982a08f
View code at this point
Browse repository at this point
Issue #25047: Respect case writing XML encoding declarations
Show description for 89f76d3
vadmium
committed
89f76d3
View commit details
Copy full SHA for 89f76d3
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
7544508
View commit details
Copy full SHA for 7544508
View code at this point
Browse repository at this point
Commits on May 6, 2015
Issue #24125: Saved error's line and column numbers when an error is occured
Show description for 9749b5a
serhiy-storchaka
committed
9749b5a
View commit details
Copy full SHA for 9749b5a
View code at this point
Browse repository at this point
Issue #24125: Saved error's line and column numbers when an error is occured
Show description for ab91478
serhiy-storchaka
committed
ab91478
View commit details
Copy full SHA for ab91478
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 7e7a3db
serhiy-storchaka
committed
7e7a3db
View commit details
Copy full SHA for 7e7a3db
View code at this point
Browse repository at this point
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 2116b12
serhiy-storchaka
committed
2116b12
View commit details
Copy full SHA for 2116b12
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Issue #10590: xml.sax.parseString() now supports string argument.
serhiy-storchaka
committed
778db28
View commit details
Copy full SHA for 778db28
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
Issue #2175: SAX parsers now support a character stream of InputSource object.
serhiy-storchaka
committed
61de087
View commit details
Copy full SHA for 61de087
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Show description for 08448a1
serhiy-storchaka
committed
08448a1
View commit details
Copy full SHA for 08448a1
View code at this point
Browse repository at this point
Commits on Dec 1, 2014
Removed duplicated words in in comments and docs.
serhiy-storchaka
committed
83000a4
View commit details
Copy full SHA for 83000a4
View code at this point
Browse repository at this point
Removed duplicated words in in comments and docs.
serhiy-storchaka
committed
56a6d85
View commit details
Copy full SHA for 56a6d85
View code at this point
Browse repository at this point
Commits on Nov 28, 2014
Minor code cleanup.
rhettinger
committed
0badfd5
View commit details
Copy full SHA for 0badfd5
View code at this point
Browse repository at this point
Commits on Nov 27, 2014
Issue #22915: SAX parser now supports files opened with file descriptor or
Show description for 5916d53
serhiy-storchaka
committed
5916d53
View commit details
Copy full SHA for 5916d53
View code at this point
Browse repository at this point
Issue #22915: SAX parser now supports files opened with file descriptor or
Show description for fc8e9b0
serhiy-storchaka
committed
fc8e9b0
View commit details
Copy full SHA for fc8e9b0
View code at this point
Browse repository at this point
Commits on Nov 23, 2014
PEP 479: Don't let StopIteration bubble out of calls to next() inside a generator.
rhettinger
committed
828d932
View commit details
Copy full SHA for 828d932
View code at this point
Browse repository at this point
Commits on Jul 25, 2014
Issue #22033: Reprs of most Python implemened classes now contain actual
Show description for 465e60e
serhiy-storchaka
committed
465e60e
View commit details
Copy full SHA for 465e60e
View code at this point
Browse repository at this point
Commits on Jun 15, 2014
Issue #21774: Fix incorrect variable in xml.dom.minidom
rhettinger
committed
92a4055
View commit details
Copy full SHA for 92a4055
View code at this point
Browse repository at this point
Commits on Apr 20, 2014
#12220: improve minidom error when URI contains spaces.
Show description for 9077d24
bitdancer
committed
9077d24
View commit details
Copy full SHA for 9077d24
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
Issue #20331: Fixed possible FD leaks in various modules:
Show description for c0b0bb6
serhiy-storchaka
committed
c0b0bb6
View commit details
Copy full SHA for c0b0bb6
View code at this point
Browse repository at this point
Issue #20331: Fixed possible FD leaks in various modules:
Show description for 91b0bc2
serhiy-storchaka
committed
91b0bc2
View commit details
Copy full SHA for 91b0bc2
View code at this point
Browse repository at this point
Commits on Jan 5, 2014
whatsnew: XMLPullParser, plus some doc updates.
Show description for 410d320
bitdancer
committed
410d320
View commit details
Copy full SHA for 410d320
View code at this point
Browse repository at this point
Commits on Nov 12, 2013
Closes #12828: add docstring text noting this is an internal-only module
akuchling
committed
98a0d06
View commit details
Copy full SHA for 98a0d06
View code at this point
Browse repository at this point
Merge from 3.3
akuchling
committed
c6a140f
View commit details
Copy full SHA for c6a140f
View code at this point
Browse repository at this point
Commits on Sep 29, 2013
merge 3.3 (#19127)
benjaminp
committed
84c1205
View commit details
Copy full SHA for 84c1205
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.