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
24414126
Commit
24414126
authored
Sep 14, 2013
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog entry for 1.0rc3
parent
33e007aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
changelog.rst
changelog.rst
+17
-7
No files found.
changelog.rst
View file @
24414126
...
...
@@ -4,17 +4,27 @@ Changelog
.. currentmodule:: gevent
Release 1.0rc3
--------------
Release 1.0rc3
(Sep 14, 2013)
--------------
---------------
- Fix #251: crash in gevent.core when accessing destroyed loop.
- Fix #235: Replace self._threadpool.close() with self._threadpool.kill() in hub.py.
- Remove unused timeout from select.py.
- Fix #235: Replace self._threadpool.close() with self._threadpool.kill() in hub.py.
Patch by Jan-Philip Gehrcke.
- Remove unused timeout from select.py
(#254). Patch by Saúl Ibarra Corretgé
.
- Rename Greenlet.link()'s argument to 'callback' (closes #244).
- Fix parallel build (#193).
- Fix parallel build (#193).
Patch by Yichao Yu.
- Fix #263: potential UnboundLocalError: 'length' in gevent.pywsgi.
- Simplify psycopg2_pool.py.
- pywsgi: allow Content-Length in GET requests.
- Simplify psycopg2_pool.py (#239). Patch by Alex Gaynor.
- pywsgi: allow Content-Length in GET requests (#264). Patch by 陈小玉.
- documentation fixes (#281) [philipaconrad].
- Fix old documentation about default blocking behavior of kill, killall (#306). Patch by Daniel Farina.
- Fix #6: patch sys after thread. Patch by Anton Patrushev.
- subprocess: fix check_output on Py2.6 and older (#265). Thanks to Marc Sibson for test.
- Fix #302: "python -m gevent.monkey" now sets __file__ properly.
- pywsgi: fix logging when bound on unix socket (#295). Thanks to Chris Meyers, Eugene Pankov.
- pywsgi: readout request data to prevent ECONNRESET
- Fix #303: 'requestline' AttributeError in pywsgi. Thanks to Neil Chintomby.
- Fix #79: Properly handle HTTP versions. Patch by Luca Wehrstedt.
- Fix #216: propagate errors raised by Pool.map/imap
Release 1.0rc2 (Dec 10, 2012)
...
...
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