ANN: Python Events Calendar - Please submit your 2015 events

2015-01-14 Thread M.-A. Lemburg
[Please help spread the word by forwarding to other relevant mailing lists,
 user groups, etc. world-wide; thanks :-)]


ANNOUNCING

 Python Events Calendars - Please submit your 2015 events

   maintained by the Python Software Foundation (PSF)
and a group of volunteers


INTRODUCTION

As some of you may know, the PSF has a team of volunteers who are
maintaining a set of central Python event calendars. We currently have
two calendars in place:

 * Python Events Calendar - meant for conferences and larger gatherings
   focusing on Python or a related technology (in whole or in part)

 * Python User Group Calendar - meant for user group events and other
   smaller local events

The calendars are displayed on http://pycon.org/ and also on the new
https://python.org/ website at https://www.python.org/events/python-events/
and https://www.python.org/events/python-user-group/.

You can subscribe to the calendars using iCal and RSS feeds and also
embed the calendar widgets on your sites. We have also added a
Twitter feed @PythonEvents to get immediate updates whenever a new
event is added. Please see our wiki page for details:

   https://wiki.python.org/moin/PythonEventsCalendar

The calendars are open to the world-wide Python community, so you
can have local user group events, as well as regional and
international conference events added to the calendars.


NEWS

Looking back on 2014, the calendars have proven to be a great tool
for the Python community to connect, with more than 60 conferences
and more than a hundred of user group events listed.

We would therefore like to encourage everyone to submit their
2015 events, so that the Python community can get a better overview
over what's happening in Python land.


ADDING EVENTS

Please see the instructions at 
https://wiki.python.org/moin/PythonEventsCalendar#Available_Calendars
for details on how to
submit an event. We've made it really easy for you: just need to send
an email to our team address using the email template we
provide for this. Thanks.


MORE INFORMATION

More information on the calendars, the URLs, feed links, IDs, embedding,
etc. is available on the wiki:

https://wiki.python.org/moin/PythonEventsCalendar

Enjoy,
-- 
Marc-Andre Lemburg
Director
Python Software Foundation
http://www.python.org/psf/

-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


Eventlet 0.16.1

2015-01-14 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to 
change how you run your code, not how you write it. 

http://pypi.python.org/pypi/eventlet/0.16.1

This release features Python 2.7.9 SSL compatibility and improved Python3 
support (bleeding edge, not finished officially). Thanks to all contributors!

Also, we removed lots of deprecated unsupported code, including Twisted hub. 
This will allow us to focus on what's important and get there sooner. Next 
targets: Python3 and IPv6.

Important note if you already installed v0.16.0: please, take a minute and 
update your build to 0.16.1. Module eventlet.util was removed from source tree 
and tarball but still made it into wheel package by my mistake. You may have 
code that depends (but shouldn't) on this module and will work in some cases.

News:
* Fix SSL socket wrapping and Python 2.7.9 compatibility; Thanks to Jakub 
Stasiak
* Fix monkey_patch() on Python 3; Thanks to Victor Stinner
* Fix maximum recursion depth exceeded in GreenSocket.__del__; Thanks to 
Jakub Stasiak
* db_pool: BaseConnectionPool.clear updates .current_size #139; Thanks to 
Andrey Gubarev
* Fix __str__ method on the TimeoutExpired exception class.; Thanks to Tomaz 
Muraus
* hubs: drop Twisted support
* Removed deprecated modules: api, most of coros, pool, proc, processes and util
* Improved Python 3 compatibility (including patch by raylu); Thanks to Jakub 
Stasiak
* Allow more graceful shutdown of wsgi server; Thanks to Stuart McLaren
* wsgi.input: Make send_hundred_continue_headers() a public API; Thanks to 
Tushar Gohad
* tpool: Windows compatibility, fix ResourceWarning. Thanks to Victor Stinner
* tests: Fix timers not cleaned up on MySQL test skips; Thanks to Corey Wright

Our website: http://eventlet.net/ 
Direct package download links:
https://pypi.python.org/packages/2.7/e/eventlet/eventlet-0.16.1-py2.py3-none-any.whl#md5=56c5224d8e016b3f1cbcc6633560196c
https://pypi.python.org/packages/source/e/eventlet/eventlet-0.16.1.tar.gz#md5=58f6e5cd1bcd8ab78e32a2594aa0abad
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/