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
42a82640
Commit
42a82640
authored
Jun 08, 2009
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove period from end of headings.
parent
64092a56
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
18 deletions
+12
-18
Doc/library/cgi.rst
Doc/library/cgi.rst
+2
-3
Doc/library/contextlib.rst
Doc/library/contextlib.rst
+2
-3
Doc/library/ctypes.rst
Doc/library/ctypes.rst
+2
-3
Doc/library/curses.panel.rst
Doc/library/curses.panel.rst
+2
-3
Doc/library/pickletools.rst
Doc/library/pickletools.rst
+2
-3
Doc/library/platform.rst
Doc/library/platform.rst
+2
-3
No files found.
Doc/library/cgi.rst
View file @
42a82640
:mod:`cgi` --- Common Gateway Interface support.
================================================
:mod:`cgi` --- Common Gateway Interface support
===============================================
.. module:: cgi
:synopsis: Helpers for running Python scripts via the Common Gateway Interface.
...
...
Doc/library/contextlib.rst
View file @
42a82640
:mod:`contextlib` --- Utilities for :keyword:`with`\ -statement contexts.
=========================================================================
:mod:`contextlib` --- Utilities for :keyword:`with`\ -statement contexts
========================================================================
.. module:: contextlib
:synopsis: Utilities for with-statement contexts.
...
...
Doc/library/ctypes.rst
View file @
42a82640
:mod:`ctypes` --- A foreign function library for Python.
========================================================
:mod:`ctypes` --- A foreign function library for Python
=======================================================
.. module:: ctypes
:synopsis: A foreign function library for Python.
...
...
Doc/library/curses.panel.rst
View file @
42a82640
:mod:`curses.panel` --- A panel stack extension for curses.
===========================================================
:mod:`curses.panel` --- A panel stack extension for curses
==========================================================
.. module:: curses.panel
:synopsis: A panel stack extension that adds depth to curses windows.
...
...
Doc/library/pickletools.rst
View file @
42a82640
:mod:`pickletools` --- Tools for pickle developers.
===================================================
:mod:`pickletools` --- Tools for pickle developers
==================================================
.. module:: pickletools
:synopsis: Contains extensive comments about the pickle protocols and pickle-machine
...
...
Doc/library/platform.rst
View file @
42a82640
:mod:`platform` --- Access to underlying platform's identifying data.
======================================================================
:mod:`platform` --- Access to underlying platform's identifying data
=====================================================================
.. module:: platform
:synopsis: Retrieves as much platform identifying data as possible.
...
...
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