- 29 Tem, 2006 18 kayıt (commit)
-
-
Fred Drake yazdı
41667, 41668 - initial switch to xmlcore 47044 - mention of xmlcore in What's New 50687 - mention of xmlcore in the library reference re-apply xmlcore changes to xml: 41674 - line ending changes (re-applied manually), directory props 41677 - add cElementTree wrapper 41678 - PSF licensing for etree 41812 - whitespace normalization 42724 - fix svn:eol-style settings 43681, 43682 - remove Python version-compatibility cruft from minidom 46773 - fix encoding of \r\n\t in attr values in saxutils 47269 - added XMLParser alias for cElementTree compatibility additional tests were added in Lib/test/test_sax.py that failed with the xmlcore changes; these relate to SF bugs #1511497, #1513611
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
The constructor docs referred the reader to the add_data() method's docs, but they weren't very helpful. I've simply copied an earlier explanation of 'data' that's more useful.
-
Matt Fleming yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
[Bug #1414697] Change docstring of set/frozenset types to specify that the contents are unique. Raymond, please feel free to edit or revert.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
-
Georg Brandl yazdı
test_compiler now passes again.
-
Georg Brandl yazdı
docstrings correctly as it did in Python 2.4.
-
Georg Brandl yazdı
-
- 28 Tem, 2006 20 kayıt (commit)
-
-
Thomas Heller yazdı
Regenerated Modules/_ctypes/libffi/configure with autoconf 2.59. Approved by Neal.
-
Phillip J. Eby yazdı
-
Phillip J. Eby yazdı
with PEP 302. This was fixed by adding an ``imp.NullImporter`` type that is used in ``sys.path_importer_cache`` to cache non-directory paths and avoid excessive filesystem operations during imports.
-
Thomas Heller yazdı
Cosmetic changes to the code so that the #ifdef _UNICODE block doesn't mess emacs code formatting.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Matt Fleming yazdı
differs from both Linux and FreeBSD. Accepted by Neal Norwitz.
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
The reduces the test_uuid failures, but there's still another method failing.
-
Tim Peters yazdı
concept, and that different ways of trying to find "the hardware address" may return different results. Certainly true on both of my Windows boxes, and in different ways (see whining on python-dev).
-
Neal Norwitz yazdı
-
Gregory P. Smith yazdı
methods now allow their database parameter to be None as the sleepycat API allows. Also adds an appropriate test case for DBEnv.dbrename and dbremove.
-
Tim Peters yazdı
-
Tim Peters yazdı
We didn't notice these before because test_defaultdict didn't actually do anything before Georg fixed that earlier today. Neal's next refleak run then showed test_defaultdict leaking 9 references on each run. That's repaired by this checkin.
-
- 27 Tem, 2006 2 kayıt (commit)
-
-
Barry Warsaw yazdı
Note that this has only been tested for VS 2003 since that's all I have.
-
Tim Peters yazdı
-