Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
64c0b2ca
Commit
64c0b2ca
authored
Oct 28, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport from 3.2: remove "Release" and "Date" markers from index pages.
parent
8e0dfea8
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
22 deletions
+0
-22
Doc/c-api/index.rst
Doc/c-api/index.rst
+0
-3
Doc/distutils/index.rst
Doc/distutils/index.rst
+0
-2
Doc/extending/index.rst
Doc/extending/index.rst
+0
-3
Doc/faq/index.rst
Doc/faq/index.rst
+0
-3
Doc/install/index.rst
Doc/install/index.rst
+0
-2
Doc/library/index.rst
Doc/library/index.rst
+0
-3
Doc/reference/index.rst
Doc/reference/index.rst
+0
-3
Doc/tutorial/index.rst
Doc/tutorial/index.rst
+0
-3
No files found.
Doc/c-api/index.rst
View file @
64c0b2ca
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
Python/C API Reference Manual
Python/C API Reference Manual
##################################
##################################
:Release: |version|
:Date: |today|
This manual documents the API used by C and C++ programmers who want to write
This manual documents the API used by C and C++ programmers who want to write
extension modules or embed Python. It is a companion to :ref:`extending-index`,
extension modules or embed Python. It is a companion to :ref:`extending-index`,
which describes the general principles of extension writing but does not
which describes the general principles of extension writing but does not
...
...
Doc/distutils/index.rst
View file @
64c0b2ca
...
@@ -6,8 +6,6 @@
...
@@ -6,8 +6,6 @@
:Authors: Greg Ward, Anthony Baxter
:Authors: Greg Ward, Anthony Baxter
:Email: distutils-sig@python.org
:Email: distutils-sig@python.org
:Release: |version|
:Date: |today|
This document describes the Python Distribution Utilities ("Distutils") from
This document describes the Python Distribution Utilities ("Distutils") from
the module developer's point of view, describing how to use the Distutils to
the module developer's point of view, describing how to use the Distutils to
...
...
Doc/extending/index.rst
View file @
64c0b2ca
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
Extending and Embedding the Python Interpreter
Extending and Embedding the Python Interpreter
##################################################
##################################################
:Release: |version|
:Date: |today|
This document describes how to write modules in C or C++ to extend the Python
This document describes how to write modules in C or C++ to extend the Python
interpreter with new modules. Those modules can define new functions but also
interpreter with new modules. Those modules can define new functions but also
new object types and their methods. The document also describes how to embed
new object types and their methods. The document also describes how to embed
...
...
Doc/faq/index.rst
View file @
64c0b2ca
...
@@ -2,9 +2,6 @@
...
@@ -2,9 +2,6 @@
Python Frequently Asked Questions
Python Frequently Asked Questions
###################################
###################################
:Release: |version|
:Date: |today|
.. toctree::
.. toctree::
:maxdepth: 1
:maxdepth: 1
...
...
Doc/install/index.rst
View file @
64c0b2ca
...
@@ -7,8 +7,6 @@
...
@@ -7,8 +7,6 @@
*****************************
*****************************
:Author: Greg Ward
:Author: Greg Ward
:Release: |version|
:Date: |today|
.. TODO: Fill in XXX comments
.. TODO: Fill in XXX comments
...
...
Doc/library/index.rst
View file @
64c0b2ca
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
The Python Standard Library
The Python Standard Library
###############################
###############################
:Release: |version|
:Date: |today|
While :ref:`reference-index` describes the exact syntax and
While :ref:`reference-index` describes the exact syntax and
semantics of the Python language, this library reference manual
semantics of the Python language, this library reference manual
describes the standard library that is distributed with Python. It also
describes the standard library that is distributed with Python. It also
...
...
Doc/reference/index.rst
View file @
64c0b2ca
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
The Python Language Reference
The Python Language Reference
#################################
#################################
:Release: |version|
:Date: |today|
This reference manual describes the syntax and "core semantics" of the
This reference manual describes the syntax and "core semantics" of the
language. It is terse, but attempts to be exact and complete. The semantics of
language. It is terse, but attempts to be exact and complete. The semantics of
non-essential built-in object types and of the built-in functions and modules
non-essential built-in object types and of the built-in functions and modules
...
...
Doc/tutorial/index.rst
View file @
64c0b2ca
...
@@ -4,9 +4,6 @@
...
@@ -4,9 +4,6 @@
The Python Tutorial
The Python Tutorial
######################
######################
:Release: |version|
:Date: |today|
Python is an easy to learn, powerful programming language. It has efficient
Python is an easy to learn, powerful programming language. It has efficient
high-level data structures and a simple but effective approach to
high-level data structures and a simple but effective approach to
object-oriented programming. Python's elegant syntax and dynamic typing,
object-oriented programming. Python's elegant syntax and dynamic typing,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment