Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
335d3a39
Commit
335d3a39
authored
May 25, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ReST fix.
parent
6a09aebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
5 deletions
+28
-5
CHANGES.rst
CHANGES.rst
+28
-5
No files found.
CHANGES.rst
View file @
335d3a39
...
...
@@ -47,7 +47,7 @@ Features added
Patch
by
Zackery
Spytz
.
(
Github
issue
:
issue
:`
3906
`)
*
C
-
API
declarations
for
context
variables
in
Python
3.7
were
added
.
Original
patch
by
Zolisa
Bleki
.
(
Github
issue
:
issue
s
:`
2281
`)
Original
patch
by
Zolisa
Bleki
.
(
Github
issue
:
issue
:`
2281
`)
*
More
C
-
API
declarations
for
``
cpython
.
datetime
``
were
added
.
Patch
by
Bluenix2
.
(
Github
issue
:
issue
:`
4128
`)
...
...
@@ -153,7 +153,7 @@ Bugs fixed
*
The
internal
CPython
macro
``
Py_ISSPACE
()``
is
no
longer
used
.
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
)
...
...
@@ -217,7 +217,7 @@ Bugs fixed
*
``
repr
()``
was
assumed
to
return
``
str
``
instead
of
``
unicode
``
with
``
language_level
=
3
``.
(
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
-------------
...
...
@@ -267,7 +267,7 @@ Bugs fixed
declarations were removed so that buffers declared as ``ndarray``
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)
...
...
@@ -340,7 +340,7 @@ Features added
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)
...
...
@@ -642,6 +642,8 @@ Other changes
..
_
`
PEP
-
479
`:
https
://
www
.
python
.
org
/
dev
/
peps
/
pep
-
0479
..
_0
.29.24
:
0.29.24
(
2021
-??-??)
====================
...
...
@@ -663,6 +665,8 @@ Bugs fixed
(
Github
issue
#
2306
)
..
_0
.29.23
:
0.29.23
(
2021
-
04
-
14
)
====================
...
...
@@ -683,6 +687,8 @@ Bugs fixed
Patch
by
Andrew
Jones
.
(
Github
issue
#
4104
)
..
_0
.29.22
:
0.29.22
(
2021
-
02
-
20
)
====================
...
...
@@ -740,6 +746,8 @@ Other changes
Patch
by
David
Woods
.
(
Github
issue
#
3959
)
..
_0
.29.21
:
0.29.21
(
2020
-
07
-
09
)
====================
...
...
@@ -780,6 +788,8 @@ Bugs fixed
(
Github
issue
#
3708
)
..
_0
.29.20
:
0.29.20
(
2020
-
06
-
10
)
====================
...
...
@@ -818,6 +828,8 @@ Bugs fixed
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
)
====================
...
...
@@ -831,6 +843,8 @@ Bugs fixed
Patch
by
smutch
.
(
Github
issue
#
3620
)
..
_0
.29.18
:
0.29.18
(
2020
-
05
-
18
)
====================
...
...
@@ -886,6 +900,8 @@ Bugs fixed
Patch by Brock Mendel. (Github issue #3606)
.. _0.29.17:
0.29.17 (2020-04-26)
====================
...
...
@@ -929,6 +945,8 @@ Bugs fixed
* The deprecated ``PyUnicode_GET_SIZE()`` function is no longer used in Py3.
.. _0.29.16:
0.29.16 (2020-03-24)
====================
...
...
@@ -982,6 +1000,9 @@ Bugs fixed
Patch by Matti Picus. (Github issue #3437)
.. _0.29.15:
0.29.15 (2020-02-06)
====================
...
...
@@ -1010,6 +1031,8 @@ Bugs fixed
(Github issue #3266)
.. _0.29.14:
0.29.14 (2019-11-01)
====================
...
...
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