Commit 335d3a39 authored by Stefan Behnel's avatar Stefan Behnel

ReST fix.

parent 6a09aebc
...@@ -47,7 +47,7 @@ Features added ...@@ -47,7 +47,7 @@ Features added
Patch by Zackery Spytz. (Github issue :issue:`3906`) Patch by Zackery Spytz. (Github issue :issue:`3906`)
* C-API declarations for context variables in Python 3.7 were added. * C-API declarations for context variables in Python 3.7 were added.
Original patch by Zolisa Bleki. (Github issue :issues:`2281`) Original patch by Zolisa Bleki. (Github issue :issue:`2281`)
* More C-API declarations for ``cpython.datetime`` were added. * More C-API declarations for ``cpython.datetime`` were added.
Patch by Bluenix2. (Github issue :issue:`4128`) Patch by Bluenix2. (Github issue :issue:`4128`)
...@@ -153,7 +153,7 @@ Bugs fixed ...@@ -153,7 +153,7 @@ Bugs fixed
* The internal CPython macro ``Py_ISSPACE()`` is no longer used. * The internal CPython macro ``Py_ISSPACE()`` is no longer used.
Original patch by Andrew Jones. (Github issue :issue:`4111`) Original patch by Andrew Jones. (Github issue :issue:`4111`)
* Includes all bug-fixes from the 0.29.23 release. * Includes all bug-fixes from the :ref:`0.29.23` release.
3.0.0 alpha 6 (2020-07-31) 3.0.0 alpha 6 (2020-07-31)
...@@ -217,7 +217,7 @@ Bugs fixed ...@@ -217,7 +217,7 @@ Bugs fixed
* ``repr()`` was assumed to return ``str`` instead of ``unicode`` with ``language_level=3``. * ``repr()`` was assumed to return ``str`` instead of ``unicode`` with ``language_level=3``.
(Github issue :issue:`3736`) (Github issue :issue:`3736`)
* Includes all bug-fixes from the 0.29.21 release. * Includes all bug-fixes from the :ref:`0.29.21` release.
Other changes Other changes
------------- -------------
...@@ -267,7 +267,7 @@ Bugs fixed ...@@ -267,7 +267,7 @@ Bugs fixed
declarations were removed so that buffers declared as ``ndarray`` declarations were removed so that buffers declared as ``ndarray``
now use the normal implementation in NumPy. now use the normal implementation in NumPy.
* Includes all bug-fixes from the :ref:0.29.18 release. * Includes all bug-fixes from the :ref:`0.29.18` release.
3.0.0 alpha 4 (2020-05-05) 3.0.0 alpha 4 (2020-05-05)
...@@ -340,7 +340,7 @@ Features added ...@@ -340,7 +340,7 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* Includes all bug-fixes from the :ref:0.29.17 release. * Includes all bug-fixes from the :ref:`0.29.17` release.
3.0.0 alpha 2 (2020-04-23) 3.0.0 alpha 2 (2020-04-23)
...@@ -642,6 +642,8 @@ Other changes ...@@ -642,6 +642,8 @@ Other changes
.. _`PEP-479`: https://www.python.org/dev/peps/pep-0479 .. _`PEP-479`: https://www.python.org/dev/peps/pep-0479
.. _0.29.24:
0.29.24 (2021-??-??) 0.29.24 (2021-??-??)
==================== ====================
...@@ -663,6 +665,8 @@ Bugs fixed ...@@ -663,6 +665,8 @@ Bugs fixed
(Github issue #2306) (Github issue #2306)
.. _0.29.23:
0.29.23 (2021-04-14) 0.29.23 (2021-04-14)
==================== ====================
...@@ -683,6 +687,8 @@ Bugs fixed ...@@ -683,6 +687,8 @@ Bugs fixed
Patch by Andrew Jones. (Github issue #4104) Patch by Andrew Jones. (Github issue #4104)
.. _0.29.22:
0.29.22 (2021-02-20) 0.29.22 (2021-02-20)
==================== ====================
...@@ -740,6 +746,8 @@ Other changes ...@@ -740,6 +746,8 @@ Other changes
Patch by David Woods. (Github issue #3959) Patch by David Woods. (Github issue #3959)
.. _0.29.21:
0.29.21 (2020-07-09) 0.29.21 (2020-07-09)
==================== ====================
...@@ -780,6 +788,8 @@ Bugs fixed ...@@ -780,6 +788,8 @@ Bugs fixed
(Github issue #3708) (Github issue #3708)
.. _0.29.20:
0.29.20 (2020-06-10) 0.29.20 (2020-06-10)
==================== ====================
...@@ -818,6 +828,8 @@ Bugs fixed ...@@ -818,6 +828,8 @@ Bugs fixed
only be set to True (the current default value). It can be disabled in Cython 3.0. only be set to True (the current default value). It can be disabled in Cython 3.0.
.. _0.29.19:
0.29.19 (2020-05-20) 0.29.19 (2020-05-20)
==================== ====================
...@@ -831,6 +843,8 @@ Bugs fixed ...@@ -831,6 +843,8 @@ Bugs fixed
Patch by smutch. (Github issue #3620) Patch by smutch. (Github issue #3620)
.. _0.29.18:
0.29.18 (2020-05-18) 0.29.18 (2020-05-18)
==================== ====================
...@@ -886,6 +900,8 @@ Bugs fixed ...@@ -886,6 +900,8 @@ Bugs fixed
Patch by Brock Mendel. (Github issue #3606) Patch by Brock Mendel. (Github issue #3606)
.. _0.29.17:
0.29.17 (2020-04-26) 0.29.17 (2020-04-26)
==================== ====================
...@@ -929,6 +945,8 @@ Bugs fixed ...@@ -929,6 +945,8 @@ Bugs fixed
* The deprecated ``PyUnicode_GET_SIZE()`` function is no longer used in Py3. * The deprecated ``PyUnicode_GET_SIZE()`` function is no longer used in Py3.
.. _0.29.16:
0.29.16 (2020-03-24) 0.29.16 (2020-03-24)
==================== ====================
...@@ -982,6 +1000,9 @@ Bugs fixed ...@@ -982,6 +1000,9 @@ Bugs fixed
Patch by Matti Picus. (Github issue #3437) Patch by Matti Picus. (Github issue #3437)
.. _0.29.15:
0.29.15 (2020-02-06) 0.29.15 (2020-02-06)
==================== ====================
...@@ -1010,6 +1031,8 @@ Bugs fixed ...@@ -1010,6 +1031,8 @@ Bugs fixed
(Github issue #3266) (Github issue #3266)
.. _0.29.14:
0.29.14 (2019-11-01) 0.29.14 (2019-11-01)
==================== ====================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment