summaryrefslogtreecommitdiff
path: root/Doc/library/compileall.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-38112: Compileall improvements (GH-16012)Lumír 'Frenzy' Balhar2019-09-261-1/+38
* bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148)Hai Shi2019-08-151-3/+12
* bpo-36786: Run compileall in parallel during "make install" (GH-13078)Antoine Pitrou2019-05-151-1/+5
* Doc: Use `option` word for command line interface. (GH-12142)NAKAMURA Osamu2019-03-041-1/+1
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-101-4/+7
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-161-0/+5
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-3/+33
* Issue #28226: compileall now supports pathlibBerker Peksag2016-10-011-0/+6
* Merge Issue #22558.Terry Jan Reedy2016-06-111-1/+0
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-1/+0
* | Issue #25768: Make compileall functions return booleans and documentBrett Cannon2015-12-271-4/+8
|/
* Fixed a typo in the -b option.Serhiy Storchaka2015-09-131-1/+1
* docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)Yury Selivanov2015-09-091-6/+3
* whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.Yury Selivanov2015-09-081-7/+5
* Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor do...Berker Peksag2015-04-221-2/+2
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-0/+16
* Issue #21338: Add silent mode for compileall.Berker Peksag2014-10-151-8/+20
* merge with 3.4Georg Brandl2014-10-021-0/+4
|\
| * closes #22528: add source links to symtable and compileallGeorg Brandl2014-10-021-0/+4
* | Issue #16104: Allow compileall to do parallel bytecode compilation.Brett Cannon2014-09-121-2/+17
* | allow recursion depth to be specified (closes #19628)Benjamin Peterson2014-08-191-0/+11
|/
* Fix option description that is a warning in new Sphinx versions.Georg Brandl2014-03-181-1/+2
* Fix example ignoring ".svn" directories in compileall.Georg Brandl2013-04-141-1/+1
* #10553: Explain why compileall has no command-line argument to control optimi...Éric Araujo2011-03-261-0/+3
* Fix argument name typo in compileall docs.R. David Murray2011-02-111-1/+1
* #10454: clarify the compileall docs and help messages.R. David Murray2010-12-171-32/+63
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-161-4/+26
* Add versionadded directive missing from r78983.Éric Araujo2010-12-161-0/+3
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-5/+14
* Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-181-11/+47
* PEP 3147Barry Warsaw2010-04-171-3/+9
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-1/+0
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-2/+2
* Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge...Benjamin Peterson2008-09-171-2/+7
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+57