[issue8233] extend py_compile to compile files from stdin

2010-12-15 Thread Éric Araujo
Éric Araujo added the comment: Missing doc added in r87312 and r87311. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-li

[issue8233] extend py_compile to compile files from stdin

2010-03-31 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: r79536 in py3k -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue8233] extend py_compile to compile files from stdin

2010-03-31 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Slightly modified, patch committed to trunk in r79533 -- keywords: +patch -needs review ___ Python tracker ___

[issue8233] extend py_compile to compile files from stdin

2010-03-31 Thread Matthias Klose
Changes by Matthias Klose : -- keywords: +needs review -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue8233] extend py_compile to compile files from stdin

2010-03-31 Thread Matthias Klose
Changes by Matthias Klose : -- nosy: +doko ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue8233] extend py_compile to compile files from stdin

2010-03-25 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: -> barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue8233] extend py_compile to compile files from stdin

2010-03-25 Thread Piotr Ożarowski
Changes by Piotr Ożarowski : Added file: http://bugs.python.org/file16659/py_compile.py.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue8233] extend py_compile to compile files from stdin

2010-03-25 Thread Piotr Ożarowski
New submission from Piotr Ożarowski : Following issue 8140 - attached patches add functionality to take file names to be compiled from standard input in py_compile module (if '-' is the only parameter in args) -- components: Library (Lib) files: py_compile.py.diff keywords: patch messa