Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
bpo-17088: Fix handling of XML attributes when serializing with default namespace by mthuurne · Pull Request #11050 · python/cpython · GitHub
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.6k
Star
77.2k
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
bpo-17088: Fix handling of XML attributes when serializing with default namespace
- #11050
#11050
Closed
mthuurne
wants to merge 12 commits into
python:main
python/cpython:main
from
mthuurne:xml_etree_write_default_namespace
mthuurne/cpython:xml_etree_write_default_namespace
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
bpo-17088: Fix handling of XML attributes when serializing with default namespace
#11050
mthuurne
wants to merge 12 commits into
python:main
python/cpython:main
from
mthuurne:xml_etree_write_default_namespace
mthuurne/cpython:xml_etree_write_default_namespace
Copy head branch name to clipboard
Commits
Commits on Dec 9, 2018
Include rejected unqualified name in exception from ElementTree.write()
mthuurne
committed
a6c78ce
View commit details
Copy full SHA for a6c78ce
Browse repository at this point
Rename internal variable for clarity
Show description for e0d6f6a
mthuurne
committed
e0d6f6a
View commit details
Copy full SHA for e0d6f6a
Browse repository at this point
Move handling of invalid attribute name types out of add_qname()
Show description for 5e200cf
mthuurne
committed
5e200cf
View commit details
Copy full SHA for 5e200cf
Browse repository at this point
Separate serialized name computation from cache population
Show description for 34e6b95
mthuurne
committed
34e6b95
View commit details
Copy full SHA for 34e6b95
Browse repository at this point
Store separate local:prefix string in qnames cache for attributes
Show description for 71119f5
mthuurne
committed
71119f5
View commit details
Copy full SHA for 71119f5
Browse repository at this point
Only fill tag/attribute part of qnames cache when it is actually used
Show description for 11c924a
mthuurne
committed
11c924a
View commit details
Copy full SHA for 11c924a
Browse repository at this point
Add default namespace to mapping after filling the qnames cache
Show description for 4a07bca
mthuurne
committed
4a07bca
View commit details
Copy full SHA for 4a07bca
Browse repository at this point
Have _namespaces() return a mapping from prefix to namespace
Show description for 4cf93e1
mthuurne
committed
4cf93e1
View commit details
Copy full SHA for 4cf93e1
Browse repository at this point
Add ElementTree test for unqualified attribute names
Show description for 6bf5eab
mthuurne
committed
6bf5eab
View commit details
Copy full SHA for 6bf5eab
Browse repository at this point
Do not apply default namespace to attribute names
Show description for d80197e
mthuurne
committed
d80197e
View commit details
Copy full SHA for d80197e
Browse repository at this point
Avoid serializing qname twice when no default_namespace is used
Show description for 31c32a3
mthuurne
committed
31c32a3
View commit details
Copy full SHA for 31c32a3
Browse repository at this point
Add NEWS.d item for ElementTree attribute serialization with default namespace
mthuurne
committed
52c4b8e
View commit details
Copy full SHA for 52c4b8e
Browse repository at this point
You can’t perform that action at this time.