- 16 Ara, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Vajrasky Kok.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 12 Eki, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 15 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 25 Eyl, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 01 Tem, 2011 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
- 10 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
escape surrogate characters and show spaces.
-
- 05 May, 2011 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 21 Şub, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #11169: compileall module uses repr() to format filenames and paths to escape surrogate characters and show spaces.
-
- 07 Şub, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Ara, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
Try this again, hopefully the right way this time. Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo install because it was tyring to write .pyc files to a read-only system directory during test_no_args_compiles_path. Having the tests call python with -S should eliminate the system directories from the path.
-
- 20 Ara, 2010 2 kayıt (commit)
-
-
R. David Murray yazdı
-
R. David Murray yazdı
Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo install because it was tyring to write .pyc files to a read-only system directory during test_no_args_compiles_path. Having subprocess call python with -S should eliminate the system directories from the path.
-
- 16 Ara, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
Before the introduction of filename arguments to compileall it gave semi useful messages about not being able to 'list' names that weren't valid directories. This fix restores that behavior. In addition to the test for this case, the patch also adds a test for the default behavior of compileall when no arguments are provided, and fixes a bug in one of the previously added tests.
-
- 14 Ara, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
-
- 04 Ara, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
-
- 26 Kas, 2010 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 22 Kas, 2010 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
Patch by Michele Orrù.
-
- 14 Eki, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Nis, 2010 1 kayıt (commit)
-
-
Barry Warsaw yazdı
data directories where there is no source. Fix by: Arfrever Frehtes Taifersar Arahesis (Arfrever) Test by: Barry
-
- 26 Nis, 2010 1 kayıt (commit)
-
-
Barry Warsaw yazdı
* Patch contributed by Arfrever Frehtes Taifersar Arahesis. * Test added by Barry Also, improve Makefile's deletion of __pycache__ directories so e.g. 'make distclean' doesn't fail if no __pycache__ directories exist.
-
- 17 Nis, 2010 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 21 Mar, 2010 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78991 | martin.v.loewis | 2010-03-16 12:03:13 +0100 (Di, 16 Mär 2010) | 9 lines Merged revisions 78976 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78976 | martin.v.loewis | 2010-03-15 14:00:17 +0100 (Mo, 15 Mär 2010) | 1 line Issue #6716: Quote -x arguments of compileall in MSI installer. ........ ................ r78992 | martin.v.loewis | 2010-03-16 14:19:21 +0100 (Di, 16 Mär 2010) | 2 lines Issue #6716/2: Backslash-replace error output in compilall. ................ r78994 | martin.v.loewis | 2010-03-16 17:19:47 +0100 (Di, 16 Mär 2010) | 1 line Issue #6716/3: Exclude 2to3 tests from compileall. ................
-
- 16 Mar, 2010 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Matthias Klose yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78983 | matthias.klose | 2010-03-15 18:44:12 +0100 (Mo, 15 Mär 2010) | 2 lines - Issue #8140: extend compileall to compile single files. Add -i option. ........ r78985 | matthias.klose | 2010-03-15 19:00:01 +0100 (Mo, 15 Mär 2010) | 2 lines - Fix typo in Lib/compileall.py(__all__). ........
-
- 15 Mar, 2010 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 14 Mar, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line Remove unused imports in test modules. ........
-
- 07 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 10 Şub, 2009 2 kayıt (commit)
-
-
Brett Cannon yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69481 | brett.cannon | 2009-02-09 18:07:38 -0800 (Mon, 09 Feb 2009) | 4 lines compileall used the ctime of bytecode and source to determine if the bytecode should be recreated. This created a timing hole. Fixed by just doing what import does; check the mtime and magic number. ........
-
Brett Cannon yazdı
should be recreated. This created a timing hole. Fixed by just doing what import does; check the mtime and magic number.
-