summaryrefslogtreecommitdiff
path: root/Doc/library/py_compile.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-22640: Add silent mode to py_compile.compile() (GH-12976)Joannah Nanjekye2019-05-281-0/+10
* bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...Elvis Pranskevichus2018-10-101-4/+9
* bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)Bernhard M. Wiedemann2018-01-241-1/+6
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-1/+40
* #27753: fix typo (name->named).R David Murray2016-08-131-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+3
* Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.Larry Hastings2015-04-191-1/+1
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-5/+4
* Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-141-1/+10
* Issue #17222: Document that py_compile now uses importlib for its fileBrett Cannon2013-03-131-1/+6
* More source linksRaymond Hettinger2011-01-271-0/+4
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-161-13/+20
* Add an "optimize" parameter to compile() to control the optimization level, a...Georg Brandl2010-12-041-1/+8
* PEP 3147Barry Warsaw2010-04-171-3/+7
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-3/+3
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-4/+0
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+6
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-5/+2
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+55