[issue9364] some problems with the documentation of pydoc

2014-04-17 Thread Glenn Jones
Glenn Jones added the comment: I have added patches that replace the previous ones and apply to head. It appears that the other changes discussed (crosslinking and improving documentation) have already been done. -- nosy: +Glenn.Jones ___ Python

[issue9364] some problems with the documentation of pydoc

2014-04-17 Thread Glenn Jones
Changes by Glenn Jones : Added file: http://bugs.python.org/file34948/pydoc-2.patch ___ Python tracker <http://bugs.python.org/issue9364> ___ ___ Python-bugs-list mailin

[issue9364] some problems with the documentation of pydoc

2014-04-17 Thread Glenn Jones
Changes by Glenn Jones : Added file: http://bugs.python.org/file34947/_sitebuiltins-2.patch ___ Python tracker <http://bugs.python.org/issue9364> ___ ___ Python-bug

[issue15795] Zipfile.extractall does not preserve file permissions

2014-04-15 Thread Glenn Jones
Glenn Jones added the comment: Patch with docs and tests fixed -- Added file: http://bugs.python.org/file34893/issue15795_test_and_doc_fixes.patch ___ Python tracker <http://bugs.python.org/issue15

[issue15795] Zipfile.extractall does not preserve file permissions

2014-04-15 Thread Glenn Jones
Glenn Jones added the comment: Patch cleaned up based on previous comments. -- Added file: http://bugs.python.org/file34873/issue15795_cleaned.patch ___ Python tracker <http://bugs.python.org/issue15

[issue15795] Zipfile.extractall does not preserve file permissions

2014-04-14 Thread Glenn Jones
Glenn Jones added the comment: Here is an updated patch that applies cleanly to head. Tests pass against head of repo. -- nosy: +Glenn.Jones Added file: http://bugs.python.org/file34852/issue15795_updated.patch ___ Python tracker <h

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
Glenn Jones added the comment: Uploaded new patch with a little more about getting build-deps installed. -- Added file: http://bugs.python.org/file34849/issue21215.patch ___ Python tracker <http://bugs.python.org/issue21

[issue15916] change doctest DocTestSuite not to raise ValueError if no docstrings

2014-04-14 Thread Glenn Jones
Glenn Jones added the comment: Added docs to patch -- Added file: http://bugs.python.org/file34848/issue15916-with-docs.patch ___ Python tracker <http://bugs.python.org/issue15

[issue15916] change doctest DocTestSuite not to raise ValueError if no docstrings

2014-04-14 Thread Glenn Jones
Glenn Jones added the comment: I've attached a patch that uses the original default DocTestFinder and does not raise an exception when there are no tests. -- nosy: +Glenn.Jones Added file: http://bugs.python.org/file34829/issue15916-no-exception.

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
Glenn Jones added the comment: On Ubuntu 13.10, using python3 did not install the dependencies (apt reported using the python3-defaults source package instead of python3). The python3.4, package does not exist, but the python3.3 package did work. This may be that we're specifying the

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
Changes by Glenn Jones : -- keywords: +patch Added file: http://bugs.python.org/file34816/ubuntu-build-dep.patch ___ Python tracker <http://bugs.python.org/issue21

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
New submission from Glenn Jones: The package listed in the dev guide may not exist depending on the version of Ubuntu. It may be necessary to use python3.3 or python3.4. -- components: Devguide messages: 216080 nosy: Glenn.Jones, ezio.melotti priority: normal severity: normal status