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
d3b41c63
Commit
d3b41c63
authored
Jul 09, 2011
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix syntax in packaging docs and update suspicious ignore file.
parent
6c0929b2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
5 deletions
+28
-5
Doc/library/packaging.compiler.rst
Doc/library/packaging.compiler.rst
+1
-1
Doc/packaging/builtdist.rst
Doc/packaging/builtdist.rst
+1
-1
Doc/packaging/commandref.rst
Doc/packaging/commandref.rst
+1
-1
Doc/tools/sphinxext/susp-ignored.csv
Doc/tools/sphinxext/susp-ignored.csv
+25
-2
No files found.
Doc/library/packaging.compiler.rst
View file @
d3b41c63
...
@@ -368,7 +368,7 @@ libraries and the like.
...
@@ -368,7 +368,7 @@ libraries and the like.
*sources* must be a list of filenames, most likely C/C++ files, but in reality
*sources* must be a list of filenames, most likely C/C++ files, but in reality
anything that can be handled by a particular compiler and compiler class (e.g.
anything that can be handled by a particular compiler and compiler class (e.g.
an ``'msvc'`` compiler
`
can handle resource files in *sources*). Return a list of
an ``'msvc'`` compiler can handle resource files in *sources*). Return a list of
object filenames, one per source filename in *sources*. Depending on the
object filenames, one per source filename in *sources*. Depending on the
implementation, not all source files will necessarily be compiled, but all
implementation, not all source files will necessarily be compiled, but all
corresponding object filenames will be returned.
corresponding object filenames will be returned.
...
...
Doc/packaging/builtdist.rst
View file @
d3b41c63
...
@@ -283,7 +283,7 @@ built-in functions in the installation script.
...
@@ -283,7 +283,7 @@ built-in functions in the installation script.
Which folders are available depends on the exact Windows version, and probably
Which folders are available depends on the exact Windows version, and probably
also the configuration. For details refer to Microsoft's documentation of the
also the configuration. For details refer to Microsoft's documentation of the
c:function
:`SHGetSpecialFolderPath` function.
:c:func
:`SHGetSpecialFolderPath` function.
.. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]])
.. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]])
...
...
Doc/packaging/commandref.rst
View file @
d3b41c63
...
@@ -57,7 +57,7 @@ older versions, if installed).
...
@@ -57,7 +57,7 @@ older versions, if installed).
.. cmdoption:: --suite=NAME, -s NAME
.. cmdoption:: --suite=NAME, -s NAME
Specify the test suite (or module, class, or method) to be run. The default
Specify the test suite (or module, class, or method) to be run. The default
for this option can be set by in the project's :file:`setup.cfg` file:
:
for this option can be set by in the project's :file:`setup.cfg` file:
.. code-block:: cfg
.. code-block:: cfg
...
...
Doc/tools/sphinxext/susp-ignored.csv
View file @
d3b41c63
...
@@ -46,8 +46,8 @@ library/functions,,:stop,"a[start:stop, i]"
...
@@ -46,8 +46,8 @@ library/functions,,:stop,"a[start:stop, i]"
library/functions,,:stop,a[start:stop:step]
library/functions,,:stop,a[start:stop:step]
library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:lineno(function)"
library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:lineno(function)"
library/httplib,,:port,host:port
library/httplib,,:port,host:port
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS
+HHMM""
"
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS
+HHMM""
"
library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
library/itertools,,:stop,elements from seq[start:stop:step]
library/itertools,,:stop,elements from seq[start:stop:step]
library/itertools,,:step,elements from seq[start:stop:step]
library/itertools,,:step,elements from seq[start:stop:step]
library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
...
@@ -495,3 +495,26 @@ library/pprint,209,::,"'Programming Language :: Python :: 2.6',"
...
@@ -495,3 +495,26 @@ library/pprint,209,::,"'Programming Language :: Python :: 2.6',"
library/pprint,209,::,"'Programming Language :: Python :: 2.7',"
library/pprint,209,::,"'Programming Language :: Python :: 2.7',"
library/pprint,209,::,"'Topic :: Software Development :: Libraries',"
library/pprint,209,::,"'Topic :: Software Development :: Libraries',"
library/pprint,209,::,"'Topic :: Software Development :: Libraries :: Python Modules'],"
library/pprint,209,::,"'Topic :: Software Development :: Libraries :: Python Modules'],"
library/packaging.dist,,:action,http://pypi.python.org/pypi?:action=list_classifiers
packaging/examples,,`,This is the description of the ``foobar`` project.
packaging/setupcfg,,::,Development Status :: 3 - Alpha
packaging/setupcfg,,::,License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
packaging/setupscript,,::,"'Development Status :: 4 - Beta',"
packaging/setupscript,,::,"'Environment :: Console',"
packaging/setupscript,,::,"'Environment :: Web Environment',"
packaging/setupscript,,::,"'Intended Audience :: End Users/Desktop',"
packaging/setupscript,,::,"'Intended Audience :: Developers',"
packaging/setupscript,,::,"'Intended Audience :: System Administrators',"
packaging/setupscript,,::,"'License :: OSI Approved :: Python Software Foundation License',"
packaging/setupscript,,::,"'Operating System :: MacOS :: MacOS X',"
packaging/setupscript,,::,"'Operating System :: Microsoft :: Windows',"
packaging/setupscript,,::,"'Operating System :: POSIX',"
packaging/setupscript,,::,"'Programming Language :: Python',"
packaging/setupscript,,::,"'Topic :: Communications :: Email',"
packaging/setupscript,,::,"'Topic :: Office/Business',"
packaging/setupscript,,::,"'Topic :: Software Development :: Bug Tracking',"
packaging/tutorial,,::,1) License :: OSI Approved :: GNU General Public License (GPL)
packaging/tutorial,,::,2) License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
packaging/tutorial,,::,Type the number of the license you wish to use or ? to try again:: 1
packaging/tutorial,,::,classifier = Development Status :: 3 - Alpha
packaging/tutorial,,::,License :: OSI Approved :: GNU General Public License (GPL)
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