From 9a5fe4e48c199216214e3400336085f9bef48d69 Mon Sep 17 00:00:00 2001 From: Kitware Robot Date: Wed, 5 Feb 2020 00:01:11 -0500 Subject: CMake Nightly Date Stamp --- Source/CMakeVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 76adb83..1b0765b 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 16) -set(CMake_VERSION_PATCH 20200204) +set(CMake_VERSION_PATCH 20200205) #set(CMake_VERSION_RC 0) set(CMake_VERSION_IS_DIRTY 0) -- cgit v0.12 ex : cpython.git
https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
path: root/Doc/library/stat.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-291-4/+4
* bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)1809092022-04-021-1/+1
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)Serhiy Storchaka2021-09-221-3/+3
* bpo-37834: Normalise handling of reparse points on Windows (GH-15231)Steve Dower2019-08-211-0/+10
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-3/+3
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+2
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-19