aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/compileall.py
Commit message (Expand)AuthorAge
* gh-117205: Increase chunksize when compiling pyc in parallel (#117206)Shantanu2024-04-03
* gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)hetmankp2023-10-23
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-02
* bpo-40447: accept all path-like objects in compileall.compile_file (#19883)Filipe Laíns2022-12-23
* Fixed documentation typo in compileall.py (GH-29912)Vishal Pandey2021-12-05
* Fix missing space with help for `-m compileall -o` (GH-27591)Daniel Hahler2021-09-18
* bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-...Ammar Askar2021-08-24
* bpo-44666: Use default encoding as fallback for compile_file (GH-27236)Stefan Hoelzl2021-07-30
* bpo-43651: Fix test_compileall with PEP 597 (GH-25128)Inada Naoki2021-04-02
* bpo-40692: Run more test_concurrent_futures tests (GH-20239)Asheesh Laroia2021-02-08
* bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)Lumír 'Frenzy' Balhar2020-05-14
* compileall: Fix typos in docstring (GH-19810)Jelle Zijlstra2020-04-30
* bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)Gregory P. Smith2020-02-28
* bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)Victor Stinner2019-10-15
* bpo-38112: Compileall improvements (GH-16012)Lumír 'Frenzy' Balhar2019-09-26
* bpo-36786: Run compileall in parallel during "make install" (GH-13078)Antoine Pitrou2019-05-15
* bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)Dustin Spicuzza2018-11-23
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-10
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-09
* Issue #28485: Merge single-threading fix from 3.5 into 3.6Martin Panter2016-11-05
|\
| * Issue #28485: Check for negative workers even without ProcessPoolExecutorMartin Panter2016-11-05
* | Issue #28226: compileall now supports pathlibBerker Peksag2016-10-01
* | Issue #25768: Make compileall functions return booleans and documentBrett Cannon2015-12-27
|/
* Merge: #24903: Remove misleading error message to fix regression.R David Murray2015-12-04
|\
| * #24903: Remove misleading error message to fix regression.R David Murray2015-12-04
* | Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...Berker Peksag2015-04-22
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* | Issue #21338: Add silent mode for compileall.Berker Peksag2014-10-15
* | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-12
* | allow recursion depth to be specified (closes #19628)Benjamin Peterson2014-08-19
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Merge: #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-15
|\
| * #19532: make compileall with no file/dir args respect -f and -q.R David Murray2013-12-15
* | Issue #17177: stop using imp for compileall.Brett Cannon2013-06-14
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-18
* | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-17
|/
* #10454: a few edits to compileall help messagesÉric Araujo2011-09-01
* Issue #11169: compileall module uses repr() to format filenames and paths toVictor Stinner2011-05-11
* #11132: pass optimize parameter to recursive call in compileall.compile_dir()...Georg Brandl2011-02-07
* Nits: use a real boolean, make one docstring more similar to the other onesÉric Araujo2010-12-23
* #10454: clarify the compileall docs and help messages.R. David Murray2010-12-17
* #10719: restore messages generated on invalid compileall argsR. David Murray2010-12-16
* More comprehensive compileall cli tests, and fixes.R. David Murray2010-12-14
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-04
* Fix typos and style in compileall.Éric Araujo2010-11-20
* #10453: compileall now uses argparse instead of getopt, so -h works.R. David Murray2010-11-20
* Create __pycache__ dir when the pyc path is explicitly givenBenjamin Peterson2010-05-08
* Bug 8563 - compileall.compile_file() creates empty __pycache__ directories inBarry Warsaw2010-04-29
* Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.Barry Warsaw2010-04-26