[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-28 Thread Paul Smith
Paul Smith added the comment: I've tried on both MacOS 10.12 and 10.14. I'm using GNU make 4.2.1 (built myself, not the one that comes with Xcode). I have not tried Python3 builds. I agree with you that -jN probably has little impact on the install step, but the build infrastr

[issue36464] Python 2.7 build install fails intermittently with -j on MacOS

2019-03-28 Thread Paul Smith
New submission from Paul Smith : Maybe no one cares anymore, but I've discovered that if I run make with -j the installation sometimes fails with this error: install: mkdir /Users/build/.../dist/python/x86_64-darwin/lib: File exists I believe it's because the targets altbini

[issue9173] logger statement not guarded in shutil._make_tarball

2010-07-05 Thread Paul Smith
New submission from Paul Smith : A called to logger.info() in shutil._make_tarball is not guarded against the logger being None, and therefore raises an AttributeError if that is the case. -- components: Library (Lib) files: shutil_logger_py27.patch keywords: patch messages: 109364

[issue8154] os.execlp('true') crashes the interpreter on 2.x

2010-04-04 Thread Paul Smith
Changes by Paul Smith : -- nosy: +paulsmith ___ Python tracker <http://bugs.python.org/issue8154> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread Paul Smith
Paul Smith added the comment: I grep'd for HTMLParser module imports in other standard library modules, renamed, and ran the unit tests. I also updated the mapping in 2to3's fix_imports.py. The only thing I can't do is the actual `svn mv` to rename the module itself. Is part of t

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-24 Thread Paul Smith
Paul Smith added the comment: I am participating in the Python Sprint here at Google, and was just going through the Py3k Sprint Tasks spreadsheet, one of them being to rename standard library modules which use CamelCase to lower_and_underscore, the more modern naming

[issue1005] Patches to rename Queue module to queue

2007-08-23 Thread Paul Smith
Paul Smith added the comment: Patches 2to3/fixes/fix_imports.py. Note that patch to Lib doesn't include `svn mv Lib/Queue.py Lib/queue.py` (issue reporter without commit privileges). __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1005] Patches to rename Queue module to queue

2007-08-23 Thread Paul Smith
New submission from Paul Smith: Renamed Lib/Queue.py to Lib/queue.py. -- components: Library (Lib) files: rename-queue.diff messages: 55230 nosy: paulsmith severity: normal status: open title: Patches to rename Queue module to queue versions: Python 2.6

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-23 Thread Paul Smith
Paul Smith added the comment: Note that patch doesn't include `svn mv Lib/HTMLParser.py Lib/html_parser.py`. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-23 Thread Paul Smith
Paul Smith added the comment: Patch to 2to3 fix_imports. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1002> __ rename-html-parser-fix-imports.diff Description:

[issue1002] Patch to rename HTMLParser module to lower_case

2007-08-23 Thread Paul Smith
New submission from Paul Smith: HTMLParser is renamed to html_parser. -- components: Library (Lib) files: rename-html-parser.diff messages: 55200 nosy: paulsmith severity: normal status: open title: Patch to rename HTMLParser module to lower_case versions: Python 2.6