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 }}
xiaolanpython
/
cpython
Public
forked from
python/cpython
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
Breadcrumbs
History for
cpython
Lib
xml
on
fe8440a
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 23, 2012
Issue #13782: streamline argument type-checking in ET.Element
Show description for 396e8fc
eliben
committed
396e8fc
View commit details
Copy full SHA for 396e8fc
View code at this point
Browse repository at this point
Commits on Mar 5, 2012
xml.dom.minidom: add more __slots__ to limit resource usage.
florentx
committed
8cf4b51
View commit details
Copy full SHA for 8cf4b51
View code at this point
Browse repository at this point
xml.dom: fix typo, drop unused imports.
florentx
committed
6c75301
View commit details
Copy full SHA for 6c75301
View code at this point
Browse repository at this point
Flatten nested try ... finally, try ... except.
florentx
committed
fb06746
View commit details
Copy full SHA for fb06746
View code at this point
Browse repository at this point
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method.
florentx
committed
75b5e7e
View commit details
Copy full SHA for 75b5e7e
View code at this point
Browse repository at this point
Issue #14168: Check for presence of _attrs before accessing it.
loewis
committed
67245a6
View commit details
Copy full SHA for 67245a6
View code at this point
Browse repository at this point
Commits on Mar 4, 2012
Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function.
Show description for 092af1f
eliben
committed
092af1f
View commit details
Copy full SHA for 092af1f
View code at this point
Browse repository at this point
Commits on Feb 19, 2012
Create _attr/_attrNS lazily.
loewis
committed
7b77188
View commit details
Copy full SHA for 7b77188
View code at this point
Browse repository at this point
Use __slots__ throughout instead of __dict__, to reduce the memory usage.
loewis
committed
14aa280
View commit details
Copy full SHA for 14aa280
View code at this point
Browse repository at this point
Commits on Feb 16, 2012
fix the _namespace_map cleanup for cElementTree tests.
florentx
committed
1639505
View commit details
Copy full SHA for 1639505
View code at this point
Browse repository at this point
Commits on Feb 13, 2012
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
florentx
committed
a72a98f
View commit details
Copy full SHA for a72a98f
View code at this point
Browse repository at this point
Commits on Feb 11, 2012
Issue #13988: move the python bootstrap code to cElementTree.py, and remove obsolete code for Python 2.4 and 2.5.
florentx
committed
f4bdf4e
View commit details
Copy full SHA for f4bdf4e
View code at this point
Browse repository at this point
Commits on Dec 10, 2011
Fix imports in xml.dom.
florentx
committed
313b2ad
View commit details
Copy full SHA for 313b2ad
View code at this point
Browse repository at this point
Commits on Nov 18, 2011
#4147: merge with 3.2.
ezio-melotti
committed
def4728
View commit details
Copy full SHA for def4728
View code at this point
Browse repository at this point
#4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg.
ezio-melotti
committed
8008f2a
View commit details
Copy full SHA for 8008f2a
View code at this point
Browse repository at this point
Commits on Nov 1, 2011
Closes #2892: preserve iterparse events in case of SyntaxError.
florentx
committed
91d5193
View commit details
Copy full SHA for 91d5193
View code at this point
Browse repository at this point
Merge 3.2: issue #2892
florentx
committed
f24e7e6
View commit details
Copy full SHA for f24e7e6
View code at this point
Browse repository at this point
Commits on Oct 1, 2011
merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.
bitdancer
committed
1d30db4
View commit details
Copy full SHA for 1d30db4
View code at this point
Browse repository at this point
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
Show description for 791744b
bitdancer
committed
791744b
View commit details
Copy full SHA for 791744b
View code at this point
Browse repository at this point
Commits on Jul 3, 2011
(merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary
Show description for 3663aba
Victor Stinner
committed
3663aba
View commit details
Copy full SHA for 3663aba
View code at this point
Browse repository at this point
Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead
Show description for bbdc08e
Victor Stinner
committed
bbdc08e
View commit details
Copy full SHA for bbdc08e
View code at this point
Browse repository at this point
Commits on Jun 30, 2011
(merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes
Show description for 3909da7
Victor Stinner
committed
3909da7
View commit details
Copy full SHA for 3909da7
View code at this point
Browse repository at this point
Issue #12451: The XInclude default loader of xml.etree now decodes files from
Show description for eaf399e
Victor Stinner
committed
eaf399e
View commit details
Copy full SHA for eaf399e
View code at this point
Browse repository at this point
Commits on Jun 1, 2011
remove __version__s dependent on subversion keyword expansion (closes #12221)
benjaminp
committed
8c6f88e
View commit details
Copy full SHA for 8c6f88e
View code at this point
Browse repository at this point
Commits on May 9, 2011
merge 11164
loewis
committed
867754e
View commit details
Copy full SHA for 867754e
View code at this point
Browse repository at this point
Stop trying to use _xmlplus in the xml module. Closes #11164.
Show description for 2f48d89
loewis
committed
2f48d89
View commit details
Copy full SHA for 2f48d89
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 Mar 15, 2011
#11515: Merge with 3.1.
ezio-melotti
committed
4969f70
View commit details
Copy full SHA for 4969f70
View code at this point
Browse repository at this point
#11515: fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
42da663
View commit details
Copy full SHA for 42da663
View code at this point
Browse repository at this point
Commits on Dec 28, 2010
#10777: fix iteration over dict keys while mutating the dict.
birkenfeld
committed
90b2067
View commit details
Copy full SHA for 90b2067
View code at this point
Browse repository at this point
Commits on Dec 9, 2010
Guard against rogue tuples.
birkenfeld
committed
c95c918
View commit details
Copy full SHA for c95c918
View code at this point
Browse repository at this point
#10661: give QName a nicer repr.
birkenfeld
committed
b56c0e2
View commit details
Copy full SHA for b56c0e2
View code at this point
Browse repository at this point
Commits on Nov 26, 2010
Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from
Show description for c524cff
birkenfeld
committed
c524cff
View commit details
Copy full SHA for c524cff
View code at this point
Browse repository at this point
Commits on Nov 9, 2010
Fix Issue10205 - XML QName error when different tags have same QName.
orsenthil
committed
ec30b3d
View commit details
Copy full SHA for ec30b3d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.