summaryrefslogtreecommitdiff
path: root/Lib/xml/dom/xmlbuilder.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (G...Miss Islington (bot)2018-05-171-22/+0
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* Issue #26182: Raise DeprecationWarning for improper use of async/await keywordsYury Selivanov2016-09-151-3/+3
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-1/+25
* Make a new urllib package .Jeremy Hylton2008-06-181-7/+7
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-191-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+386
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-388/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Import from PyXML 1.10.Martin v. Löwis2003-01-251-0/+388