Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3bdbcedfd948bf66a3e2bdaf8180c8e7a262db5f
/
Lib
/
test
/
test_compileall.py
ce64391
Issue #9517: Move script_helper to the support package.
by Berker Peksag
· 10 years ago
d86ef05
Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist.
by Berker Peksag
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
6554b86
Issue #21338: Add silent mode for compileall.
by Berker Peksag
· 10 years ago
f1a8df0
Issue #16104: Allow compileall to do parallel bytecode compilation.
by Brett Cannon
· 10 years ago
344ff4a
allow recursion depth to be specified (closes #19628)
by Benjamin Peterson
· 10 years ago
755d5ea
Merge: #19532: make compileall with no file/dir args respect -f and -q.
by R David Murray
· 11 years ago
8a1d1e6
#19532: make compileall with no file/dir args respect -f and -q.
by R David Murray
· 11 years ago
4376763
Issue #18702: All skipped tests now reported as skipped.
by Serhiy Storchaka
· 11 years ago
7908068
Issue #18702: All skipped tests now reported as skipped.
by Serhiy Storchaka
· 11 years ago
e8785ff
Close #18754: Run Python child processes in isolated more in the test suite.
by Victor Stinner
· 11 years ago
7822e12
Issue #17177: stop using imp for compileall.
by Brett Cannon
· 11 years ago
a820c7c
fix test_compileall when run with -O[O]
by Benjamin Peterson
· 12 years ago
ee1a7cb
#11873: another try at fixing the regex, courtesy of Victor Stinner
by R David Murray
· 13 years ago
a3bb2f5
#11873: fix test regex so it covers windows os.sep as well.
by R David Murray
· 13 years ago
5307126
Issue #11169: compileall module uses repr() to format filenames and paths to
by Victor Stinner
· 14 years ago
66a18fd
#11873: Improve test regex so random directory names don't cause test to fail
by R David Murray
· 14 years ago
4543846
#11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A.
by Georg Brandl
· 14 years ago
e0436bc
Make test_compileall more robust by using -S to keep sys.path minimized.
by R. David Murray
· 14 years ago
9281202
Revert incorrect patch made at the wrong time.
by R. David Murray
· 14 years ago
bf90044
Make test_compileall more robust by using -S to keep sys.path minimized.
by R. David Murray
· 14 years ago
5317e9c
#10719: restore messages generated on invalid compileall args
by R. David Murray
· 14 years ago
95333e3
More comprehensive compileall cli tests, and fixes.
by R. David Murray
· 14 years ago
8334fd9
Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile.
by Georg Brandl
· 14 years ago
31717e8
#10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah.
by Éric Araujo
· 14 years ago
5cb823d
Fix one compileall test (#10453). Patch by Michele Orrù.
by Éric Araujo
· 14 years ago
a491ced
Try to get more useful output from failing buildbot
by Éric Araujo
· 14 years ago
650f147
#10453: compileall now uses argparse instead of getopt, so -h works.
by R. David Murray
· 14 years ago
1463a3f
#9964: fix running test_compileall under -O and -OO.
by Georg Brandl
· 14 years ago
c8a99de
Bug 8563 - compileall.compile_file() creates empty __pycache__ directories in
by Barry Warsaw
· 15 years ago
c04317f
Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.
by Barry Warsaw
· 15 years ago
28a691b
PEP 3147
by Barry Warsaw
· 15 years ago
4b00307
Issue #6716/2: Backslash-replace error output in compilall.
by Martin v. Löwis
· 15 years ago
c33b902
Merged revisions 78983,78985 via svnmerge from
by Matthias Klose
· 15 years ago
1b37e87
Merged revisions 78093 via svnmerge from
by Georg Brandl
· 15 years ago
befb14f
Merged revisions 69481 via svnmerge from
by Brett Cannon
· 16 years ago