mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-96959: Update more HTTP links (GH-97536)
Use HTTPS for documents which are available by both HTTP and HTTPS links, but there is no redirection from HTTP to HTTPS or vice versa.
This commit is contained in:
parent
adbed2d542
commit
dd53b79de0
22 changed files with 101 additions and 101 deletions
|
@ -572,7 +572,7 @@ Work has been done on porting Python to 64-bit Windows on the Itanium processor,
|
|||
mostly by Trent Mick of ActiveState. (Confusingly, ``sys.platform`` is still
|
||||
``'win32'`` on Win64 because it seems that for ease of porting, MS Visual C++
|
||||
treats code as 32 bit on Itanium.) PythonWin also supports Windows CE; see the
|
||||
Python CE page at http://pythonce.sourceforge.net/ for more information.
|
||||
Python CE page at https://pythonce.sourceforge.net/ for more information.
|
||||
|
||||
Another new platform is Darwin/MacOS X; initial support for it is in Python 2.0.
|
||||
Dynamic loading works, if you specify "configure --with-dyld --with-suffix=.x".
|
||||
|
|
|
@ -1231,7 +1231,7 @@ complete list of changes, or look through the CVS logs for all the details.
|
|||
repeat an array. (Contributed by Jason Orendorff.)
|
||||
|
||||
* The :mod:`bsddb` module has been replaced by version 4.1.6 of the `PyBSDDB
|
||||
<http://pybsddb.sourceforge.net>`_ package, providing a more complete interface
|
||||
<https://pybsddb.sourceforge.net>`_ package, providing a more complete interface
|
||||
to the transactional features of the BerkeleyDB library.
|
||||
|
||||
The old version of the module has been renamed to :mod:`bsddb185` and is no
|
||||
|
|
|
@ -973,7 +973,7 @@ sites do not finish before midnight, the barrier times-out and the ballots are
|
|||
sealed and deposited in a queue for later handling.
|
||||
|
||||
See `Barrier Synchronization Patterns
|
||||
<http://osl.cs.illinois.edu/media/papers/karmani-2009-barrier_synchronization_pattern.pdf>`_
|
||||
<https://osl.cs.illinois.edu/media/papers/karmani-2009-barrier_synchronization_pattern.pdf>`_
|
||||
for more examples of how barriers can be used in parallel computing. Also, there is
|
||||
a simple but thorough explanation of barriers in `The Little Book of Semaphores
|
||||
<https://greenteapress.com/semaphores/LittleBookOfSemaphores.pdf>`_, *section 3.6*.
|
||||
|
@ -2418,7 +2418,7 @@ Unicode
|
|||
=======
|
||||
|
||||
Python has been updated to `Unicode 6.0.0
|
||||
<http://unicode.org/versions/Unicode6.0.0/>`_. The update to the standard adds
|
||||
<https://unicode.org/versions/Unicode6.0.0/>`_. The update to the standard adds
|
||||
over 2,000 new characters including `emoji <https://en.wikipedia.org/wiki/Emoji>`_
|
||||
symbols which are important for mobile phones.
|
||||
|
||||
|
@ -2426,7 +2426,7 @@ In addition, the updated standard has altered the character properties for two
|
|||
Kannada characters (U+0CF1, U+0CF2) and one New Tai Lue numeric character
|
||||
(U+19DA), making the former eligible for use in identifiers while disqualifying
|
||||
the latter. For more information, see `Unicode Character Database Changes
|
||||
<http://www.unicode.org/versions/Unicode6.0.0/#Database_Changes>`_.
|
||||
<https://www.unicode.org/versions/Unicode6.0.0/#Database_Changes>`_.
|
||||
|
||||
|
||||
Codecs
|
||||
|
|
|
@ -1963,7 +1963,7 @@ Other Improvements
|
|||
<https://devguide.python.org/coverage/#measuring-coverage-of-c-code-with-gcov-and-lcov>`_
|
||||
will build python, run the test suite, and generate an HTML coverage report
|
||||
for the C codebase using ``gcov`` and `lcov
|
||||
<http://ltp.sourceforge.net/coverage/lcov.php>`_.
|
||||
<https://ltp.sourceforge.net/coverage/lcov.php>`_.
|
||||
|
||||
* The ``-R`` option to the :ref:`python regression test suite <regrtest>` now
|
||||
also checks for memory allocation leaks, using
|
||||
|
|
|
@ -1977,7 +1977,7 @@ unicodedata
|
|||
-----------
|
||||
|
||||
The :mod:`unicodedata` module now uses data from `Unicode 8.0.0
|
||||
<http://unicode.org/versions/Unicode8.0.0/>`_.
|
||||
<https://unicode.org/versions/Unicode8.0.0/>`_.
|
||||
|
||||
|
||||
unittest
|
||||
|
|
|
@ -1644,7 +1644,7 @@ unicodedata
|
|||
-----------
|
||||
|
||||
The :mod:`unicodedata` module now uses data from `Unicode 9.0.0
|
||||
<http://unicode.org/versions/Unicode9.0.0/>`_.
|
||||
<https://unicode.org/versions/Unicode9.0.0/>`_.
|
||||
(Contributed by Benjamin Peterson.)
|
||||
|
||||
|
||||
|
|
|
@ -1507,7 +1507,7 @@ unicodedata
|
|||
-----------
|
||||
|
||||
The internal :mod:`unicodedata` database has been upgraded to use `Unicode 11
|
||||
<http://www.unicode.org/versions/Unicode11.0.0/>`_. (Contributed by Benjamin
|
||||
<https://www.unicode.org/versions/Unicode11.0.0/>`_. (Contributed by Benjamin
|
||||
Peterson.)
|
||||
|
||||
|
||||
|
|
|
@ -1351,7 +1351,7 @@ unicodedata
|
|||
-----------
|
||||
|
||||
The :mod:`unicodedata` module has been upgraded to use the `Unicode 12.1.0
|
||||
<http://blog.unicode.org/2019/05/unicode-12-1-en.html>`_ release.
|
||||
<https://blog.unicode.org/2019/05/unicode-12-1-en.html>`_ release.
|
||||
|
||||
New function :func:`~unicodedata.is_normalized` can be used to verify a string
|
||||
is in a specific normal form, often much faster than by actually normalizing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue