lp:~rdmurray/python/issue2170

Created by R. David Murray and last modified
Get this branch:
bzr branch lp:~rdmurray/python/issue2170
Only R. David Murray can upload to this branch. If you are R. David Murray please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
R. David Murray
Project:
Python
Status:
Development

Recent revisions

41439. By R. David Murray

Remove unnecessary local variable assignment.

41438. By R. David Murray

Add more tests, starting with one that the patch did not cover, and fix
said bug: we need to set the next sibling's previousSibling attribute
when combining text nodes.

41437. By R. David Murray

Refactor mindom.py's 'normalize' method for clarity and speed. Also
added a test that exercises the recursive part of the algorithm.
The refactor addresses issue 2170.

41436. By raymond.hettinger

Issue 5477: Fix buglet in the itertools documentation.

41435. By raymond.hettinger

Add reference to solution for a commonly asked question.

41434. By tarek.ziade

Issue #5472: Fixed distutils.test_util tear down

41433. By brett.cannon

Require implementations for warnings.showwarning() support the 'line' argument.
Was a DeprecationWarning for not supporting it since Python 2.6.

Closes issue #3652.

41432. By raymond.hettinger

Fix typo.

41431. By raymond.hettinger

For collections.deque() objects, expose the maxlen parameter as a read-only attribute.

41430. By raymond.hettinger

Small optimization for corner case where maxlen==0.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar RepositoryFormatKnitPack6RichRoot (bzr 1.9)
Stacked on:
lp:~python-dev/python/bzr-trunk
This branch contains Public information 
Everyone can see this information.

Subscribers