Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update README file extensions to .rst#105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
taycaldwell wants to merge15 commits intopython:masterfromtaycaldwell:master
Closed
Changes from1 commit
Commits
Show all changes
15 commits
Select commitHold shift + click to select a range
8071acb
Rename README.txt to README.rst
taycaldwellFeb 15, 2017
d9c2563
Rename README to README.rst
taycaldwellFeb 15, 2017
14be2f1
Rename README to README.rst
taycaldwellFeb 15, 2017
ec51512
Rename README to README.rst
taycaldwellFeb 15, 2017
13b7241
Rename README to README.rst
taycaldwellFeb 15, 2017
3356de7
Rename readme.txt to readme.rst
taycaldwellFeb 15, 2017
d86a6d5
Rename readme.txt to readme.rst
taycaldwellFeb 15, 2017
56150b5
Rename README to README.rst
taycaldwellFeb 15, 2017
8c2ad0d
Rename README to README.rst
taycaldwellFeb 15, 2017
14d769e
Rename README to README.rst
taycaldwellFeb 15, 2017
c0d7ad0
Update README.rst
taycaldwellFeb 15, 2017
3af48ee
Update file table so it renders properly.
taycaldwellFeb 15, 2017
615facf
Update .rst formatting
taycaldwellFeb 15, 2017
9122fa2
Update README with .rst formatting
taycaldwellFeb 15, 2017
e3e0d5f
Update README with proper .rst formatting.
taycaldwellFeb 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
Update README with proper .rst formatting.
  • Loading branch information
@taycaldwell
taycaldwell authoredFeb 15, 2017
commite3e0d5f1c1c85cc998ee71dedde25650d50c4044
72 changes: 38 additions & 34 deletionsPCbuild/readme.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -104,7 +104,7 @@ categories:

The following sub-projects represent the bare minimum required to build
a functioning CPython interpreter. If nothing else builds but these,
you'll have a very limited but usable ``python.exe``::
you'll have a very limited but usable ``python.exe``:

pythoncore
``.dll`` and ``.lib``
Expand All@@ -113,73 +113,75 @@ python
``.exe``

These sub-projects provide extra executables that are useful for running
CPython in different ways::
CPython in different ways:

pythonw
``pythonw.exe``, a variant of python.exe that doesn't open a Command
Prompt window
Prompt window.

pylauncher
``py.exe``, the Python Launcher for Windows, see
`<http://docs.python.org/3/using/windows.html#launcher>`_
`<http://docs.python.org/3/using/windows.html#launcher>`_.

pywlauncher
``pyw.exe``, a variant of py.exe that doesn't open a Command Prompt
window
window.

_testembed
``_testembed.exe``, a small program that embeds Python for testing
purposes, used by ``test_capi.py``
purposes, used by ``test_capi.py``.


These are miscellaneous sub-projects that don't really fit the other
categories::
categories:

_freeze_importlib
_freeze_importlib.exe, used to regenerate Python\importlib.h after
changes have been made to Lib\importlib\_bootstrap.py
``_freeze_importlib.exe``, used to regenerate Python\importlib.h after
changes have been made to``Lib\importlib\_bootstrap.py``.

python3dll
python3.dll, the PEP 384 Stable ABI dll
``python3.dll``, the PEP 384 Stable ABI dll.

xxlimited
builds an example module that makes use of the PEP 384 Stable ABI,
see Modules\xxlimited.c
see ``Modules\xxlimited.c``.


The following sub-projects are for individual modules of the standard
library which are implemented in C; each one builds a DLL (renamed to
.pyd) of the same name as the project::

_ctypes
_ctypes_test
_decimal
_elementtree
_hashlib
_msi
_multiprocessing
_overlapped
_socket
_testcapi
_testbuffer
_testimportmultiple
pyexpat
select
unicodedata
winsound
_ctypes
_ctypes_test
_decimal
_elementtree
_hashlib
_msi
_multiprocessing
_overlapped
_socket
_testcapi
_testbuffer
_testimportmultiple
pyexpat
select
unicodedata
winsound

The following Python-controlled sub-projects wrap external projects.
Note that these external libraries are not necessary for a working
interpreter, but they do implement several major features.See the
interpreter, but they do implement several major features. See the
"Getting External Sources" section below for additional information
about getting the source for building these libraries.The sub-projects
are::
about getting the source for building these libraries. The sub-projects
are:

`_bz2 <http://www.bzip.org/>`_
Python wrapper for version 1.0.6 of the libbzip2 compression library.

`_lzma <http://tukaani.org/xz/>`_
Python wrapper for the liblzma compression library, using pre-built
binaries of XZ Utils version 5.0.5.

`_ssl <http://www.openssl.org/>`_
Python wrapper for version 1.0.2j of the OpenSSL secure sockets
library, which is built by ssl.vcxproj.
Expand DownExpand Up@@ -211,10 +213,12 @@ are::
upgrading to a newer version of OpenSSL or when adding new
functionality to _ssl or _hashlib. They will not clean up their output
with the normal Clean target; CleanAll should be used instead.



`_sqlite3 <http://www.sqlite.org/>`_
Wraps SQLite 3.14.2.0, which is itself built by sqlite3.vcxproj.



`_tkinter <http://www.tcl.tk/>`_
Wraps version 8.6.6 of the Tk windowing system.

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp