Fix for bug 110629: Generate unique image names...
Add several dl.RTLD_ constants. Closes bug 110842.
Support \r in source files. Closes bug #101425.
Check range for bytes and shorts. Closes bug #1...
Correctly cast the return value of realloc.
Use symbolic constants for allowable short ranges.
Implement readlines function. Closes Bug #110686.
Support sizehint in StringIO.readlines, as docu...
Support sizehint in _fileobject.readlines, as d...
Don't print specific Node instances unless runn...
New test cases for the StringIO module
Indent _connection_class so that it becomes HTT...
If dbopen is not in libc, checking whether it i...
Install xml/parsers, not xml/parser.
Use findfile to locate input and output files.
Find feature names in handler.
[Patch 101634]
Use SAX2 namespace support.
Remove dependency from saxutils when loading xm...
Use string functions instead of methods to allo...
Remove unused VERSION #define.
Mention in the module's doc string that other f...
Return after writing 7bit or 8bit encodings. Cl...
Add mimetools testcase.
Fixed spelling of module; closes bug 115712.
Don't rename Tkinter to Tk; closes bug 115714
Support non-namespace elements in *ElementNS of...
Add SAXReaderNotAvailable, and use it to distin...
Move translation from expat.error to SAXParseEx...
Don't report a final chunk for an external enti...
Don't use a file object as system id; try to pr...
Add a test case for reporting the file name, an...
minidom: access attribute value before printing it
Add .toxml test case, as proposed by Alex Marte...
Record bugs found when comparing the module wit...
Don't use string methods to allow sharing this ...
_exceptions: Format a missing system id as <unk...
Do not release unallocated Tcl objects. Closes ...
Convert Unicode strings to byte strings before ...
Document --with-cxx.
Add standard DOM exception hierarchy.
Set CXX even when --with-cxx is not specified. ...
Set CXX even when --with-cxx is not specified. ...
Merge changes up to 1.10 from PyXML:
Merge with 1.8 of pulldom.py:
Recognize pyc files even if they don't end in pyc.
Patch #103134: Support import lines in pth files.
Document \code{import} in pth files.
Document extensions to .pth files.
Merge with 1.25 of PyXML:
Check for None to decide when pyexpat should no...
In format(), consider sign only after grouping.
Fix off-by-one error in array size.
Patch #103052: Restore non-cyclic operation of ...
Synchronize with 1.10 of PyXML: Close parser wh...
Merge changes of PyXML 1.13:
Re-indent.
Re-indent.
Except HierarchyRequestErr instead of TypeError.
Allow installation of IDLE via distutils (patch...
Fix binfmt_register documentation to always reg...
Add toprettyxml method into minidom, closes pat...
Add xml declaration into toxml testcase.
Support older PYTHON_API_VERSIONs for backwards...
Patch #103885: Add dynamic registration and loo...
Document XML changes.
Patch #403985: Add support for weak-keyed dicti...
Put current date into POT-Creation-Date; leave ...
Document that _REENTRANT is not needed explicitly.
Define __EXTENSIONS__ on Solaris. Fixes posixmo...
Use Py_CHARMASK for ctype macros. Fixes bug #23...
Avoid giving prototypes on Solaris.
Unify _Environ processing on riscos with other ...
Define sunmath prototypes if sunmath.h was not ...
Patch #407965: Improve Level 2 conformance of m...
Patch #410231: Add the Python Tix library.
Remove Tix detection from Tkinter part; lib-tk/...
Add section on 2.1b2.
Document tix directory.
Use proper compiler flags on UnixWare.
Synchronize with 1.6 of PyXML:
Use Guido's trick for always extracting the ver...
Arghh. Fix typo.
Initialize Attr.value with empty string in crea...
Patch #415777: new grouping strategy.
Patch #416953: Cache ASCII characters to speed ...
Patch #424335: Implement string_richcompare, re...
Fix getElementsByTagNameNS:
Implement testGetElementsByTagNameNS.
Add .pyo as an extension, fixes bug #416462. Al...
Fix bug #422702: Make flag argument to open opt...
Wrap with extern "C". Fixes bug #428419.
Patch #409973: Speedup glob.glob, add fnmatch.f...
Report on fnmatch.filter.
Patch #416220: Fix misplaced paren.
Previous check-in was by mistake, undo it.
Patch #430754: Makes ftpmirror.py .netrc aware
Document filter.
Patch #429957: Add support for cp1140, which is...