COMMITS
/ Doc/library/py_compile.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 23, 2024
A
Fix typo in py_compile.rst (GH-118102)
Animesh Kumar committed
October 3, 2023
A
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner committed
September 19, 2023
V
gh-109435: Add Doc/library/cmdline.rst (#109436)
Victor Stinner committed
June 29, 2022
I
bpo-92336: [doc] clarify that the dfile is read by the traceback display code (GH-94409)
Irit Katriel committed
September 6, 2020
Z
closes bpo-41723: Fix an error in the py_compile documentation. (GH-22110)
Zackery Spytz committed
July 25, 2020
G
bpo-38731: Add --quiet option to py_compile CLI (GH-17134)
Gregory Schevchenko committed
December 28, 2019
B
bpo-38731: Fix function signature of quiet in docs (GH-17719)
Batuhan Taşkaya committed
May 28, 2019
J
bpo-22640: Add silent mode to py_compile.compile() (GH-12976)
Joannah Nanjekye committed
October 10, 2018
E
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607)
Elvis Pranskevichus committed
January 24, 2018
B
bpo-29708: Setting SOURCE_DATE_EPOCH forces hash-based .pyc files (GH-5200)
Bernhard M. Wiedemann committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
August 13, 2016
R
#27753: fix typo (name->named).
R David Murray committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 19, 2015
L
Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.
Larry Hastings committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
June 14, 2013
B
Issue #17222: Raise FileExistsError when py_compile.compile would
Brett Cannon committed
March 13, 2013
B
Issue #17222: Document that py_compile now uses importlib for its file
Brett Cannon committed
January 27, 2011
R
More source links
Raymond Hettinger committed
December 16, 2010
É
Add missing docs and directives related to PEP 3147 and byte-compilation
Éric Araujo committed
December 4, 2010
September 2, 2009
G
Switch more function arguments docs to new-style.
Georg Brandl committed
April 24, 2008
B
remove some old versionchanged and versionadded directives
Benjamin Peterson committed
March 16, 2008
December 31, 2007
C
Merged revisions 59605-59624 via svnmerge from
Christian Heimes committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed