[issue8140] extend compileall to compile single files

2010-12-15 Thread Éric Araujo
Éric Araujo added the comment: I also added the missing function description. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue8140] extend compileall to compile single files

2010-12-15 Thread Éric Araujo
Éric Araujo added the comment: I have added versionadded directives that were missing in the doc. -- nosy: +eric.araujo ___ Python tracker ___ ___

[issue8140] extend compileall to compile single files

2010-03-15 Thread Matthias Klose
Matthias Klose added the comment: fixed for 2.7 and 3.2 -- resolution: accepted -> fixed status: open -> closed ___ Python tracker ___ ___

[issue8140] extend compileall to compile single files

2010-03-15 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Looks good to me, and should help distros, so +1. -- assignee: -> doko resolution: -> accepted ___ Python tracker ___ ___

[issue8140] extend compileall to compile single files

2010-03-15 Thread Matthias Klose
Matthias Klose added the comment: changed the @ syntax to an option -i, and added a test for compile_file/compile_dir. -- Added file: http://bugs.python.org/file16556/compileall.py.diff ___ Python tracker

[issue8140] extend compileall to compile single files

2010-03-15 Thread Dave Malcolm
Changes by Dave Malcolm : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue8140] extend compileall to compile single files

2010-03-15 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: +1 on this functionality being added for 2.7 and 3.2. You also mentioned in pvt email that it would be better to patch compileall.py than py_compile.py to take advantage of the quiet and force options (which seems good to me). I have a few comments on the d

[issue8140] extend compileall to compile single files

2010-03-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- priority: -> normal stage: -> patch review type: -> feature request ___ Python tracker ___ ___ Python-b

[issue8140] extend compileall to compile single files

2010-03-14 Thread Matthias Klose
New submission from Matthias Klose : when byte-compiling files in a deb/rpm package distributed e.g. in a Linux distribution, it is sometimes wanted to only touch the files found in the deb/rpm, which can be a subset of the files in a directory. the attached patch now lets compileall accept fi