summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Help/policy/CMP0097.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/policy/CMP0097.rst b/Help/policy/CMP0097.rst
index 2240874..24957d0 100644
--- a/Help/policy/CMP0097.rst
+++ b/Help/policy/CMP0097.rst
@@ -4,9 +4,11 @@ CMP0097
.. versionadded:: 3.16
:command:`ExternalProject_Add` with ``GIT_SUBMODULES ""`` initializes no
-submodules.
+submodules. The policy also applies to :command:`FetchContent_Declare`,
+which uses the same download and update features as
+:command:`ExternalProject_Add`.
-The module provides a ``GIT_SUBMODULES`` option which controls what submodules
+The commands provide a ``GIT_SUBMODULES`` option which controls what submodules
to initialize and update. Starting with CMake 3.16, explicitly setting
``GIT_SUBMODULES`` to an empty string means no submodules will be initialized
or updated.
mitgraph'>| | * | Issue #27262: fix missing parameter typoNed Deily2016-06-111-1/+1 | | * | Issue #5124: rename PyShell back to pyshell and patch test for 3.6Terry Jan Reedy2016-06-112-13/+15 | | * | Merge with 3.5Terry Jan Reedy2016-06-112-1/+85 |\ \ | |/ | * Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-1/+85 | | | | | | | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake. * | Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge.Terry Jan Reedy2016-06-111-0/+0 | | * | Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-1017-39/+211 | | | | | | | | Where needed, add minimal tests to cover changes. * | Issue #27186: Add os.PathLike support to DirEntryBrett Cannon2016-06-104-5/+39 | | | | | | | | Initial patch thanks to Jelle Zijlstra. * | Issue #20900: Merge from 3.5Berker Peksag2016-06-104-4/+21 |\ \ | |/ | * Issue #20900: distutils register command now decodes HTTP responses correctlyBerker Peksag2016-06-104-4/+21 | | | | | | | | Initial patch by ingrid. * | Issue #27186: Add os.PathLike support to pathlib.Brett Cannon2016-06-104-14/+56 | | | | | | | | | | | | | | | | This adds support both to pathlib.PurePath's constructor as well as implementing __fspath__(). This removes the provisional status for pathlib. Initial patch by Dusty Phillips. * | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-099-70/+208 | | | | | | | | positional-only and keyword parameters in the same function. * | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-103-609/+7 |\ \ | |/ | | | | unused and outdated icons. | * - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-103-609/+6 | | | | | | | | unused and outdated icons. * | Issue #27280: Merge from 3.5Berker Peksag2016-06-101-1/+1 |\ \ | |/ | * Issue #27280: Fix typo in IPv6Network documentationBerker Peksag2016-06-101-1/+1 | | | | | | | | Patch by Arthur Carcano. * | Issue #24617: Merge os.mkdir() doc from 3.5Martin Panter2016-06-101-4/+10 |\ \ | |/ | * Issue #24617: Add comment for os.mkdir about mode quirksTommy Beadle2016-06-021-4/+10 | | * | Merge comment fix from 3.5Martin Panter2016-06-101-2/+2 |\ \ | |/ | * Fix typo and move comment to appropriate conditionMartin Panter2016-06-101-2/+2 | | * | Add a versionadded directive to os.PathLikeBerker Peksag2016-06-101-0/+2 | | * | Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-108-40/+38 | | | | | | | | Delete now unneeded tk version tests and code for older versions. * | Issue #24759: Add test for IDLE syntax colorizoer.Terry Jan Reedy2016-06-101-0/+56 | | * | Issue #8491: Merge readline doc from 3.5Martin Panter2016-06-101-0/+7 |\ \ | |/ | * Issue #8491: Add link to Gnu Readline configuration documentationMartin Panter2016-06-101-0/+7 | | * | MergeBrett Cannon2016-06-094-11/+8 |\ \ | * \ Issue #15476: Merge index entries from 3.5Martin Panter2016-06-094-11/+8 | |\ \ | | |/ | | * [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-024-11/+8 | | | * | | Issue #27186: Document PyOS_FSPath().Brett Cannon2016-06-092-0/+13 |/ / * | Issue #27182: Document os.PathLike.Brett Cannon2016-06-092-0/+24 | | | | | | | | Part of PEP 519. * | Add a missing :term:.Brett Cannon2016-06-091-1/+1 | | * | Clarify the os.fspath() documentation.Brett Cannon2016-06-091-3/+4 | | * | Clarify documentation for os.fspath().Brett Cannon2016-06-092-8/+8 | | * | Fix some PEP 8 violations.Brett Cannon2016-06-091-10/+6 | | * | Merge 3.5 (issue #27243)Yury Selivanov2016-06-0913-32/+292 |\ \ | |/ | * Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-0913-32/+291 | | * | Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.Serhiy Storchaka2016-06-09