Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
gevent
Commits
7e0da131
Commit
7e0da131
authored
Mar 23, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog for
29873ff4
. [skip ci]
parent
cece0717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
changelog.rst
changelog.rst
+8
-4
No files found.
changelog.rst
View file @
7e0da131
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
1.2a1 (unreleased)
1.2a1 (unreleased)
==================
==================
- Remove support for Python 2.6. See :pr:`766`.
-
Platforms:
Remove support for Python 2.6. See :pr:`766`.
- Update libev to version 4.22.
-
libs:
Update libev to version 4.22.
- Update tblib to 1.3.0.
-
libs:
Update tblib to 1.3.0.
- Update c-ares to version 1.11.0 (`release notes <https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES>`_).
-
libs:
Update c-ares to version 1.11.0 (`release notes <https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES>`_).
- Remove module ``gevent.coros`` which was replaced by ``gevent.lock``
- Remove module ``gevent.coros`` which was replaced by ``gevent.lock``
and has been deprecated since 1.0b2.
and has been deprecated since 1.0b2.
- The ``ref`` parameter to :func:`gevent.os.fork_and_watch` was being ignored.
- The ``ref`` parameter to :func:`gevent.os.fork_and_watch` was being ignored.
...
@@ -46,6 +46,10 @@
...
@@ -46,6 +46,10 @@
- Compliance: :meth:`gevent.select.poll.poll` returns an event with
- Compliance: :meth:`gevent.select.poll.poll` returns an event with
``POLLNVAL`` for registered fds that are invalid. Previously it
``POLLNVAL`` for registered fds that are invalid. Previously it
would tend to report both read and write events.
would tend to report both read and write events.
- PyPy/CFFI: The corecffi native extension is now only built at
installation time. Previously, if it wasn't available, a build was
attempted at every import. This could lead to scattered "gevent"
directories and undependable results.
1.1.0 (Mar 5, 2016)
1.1.0 (Mar 5, 2016)
...
...
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