Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...alias psf-domains at python.org was setup, so that the board list no longer gets all the domain email. Issues Some transfer problems like emails not coming through, but nothing serious. 6 Oregon University Open Source Labs Donation RESOLVED, that the PSF make a donation to the Oregon State University Foundation for the Oregon State University Open Source Labs in the amount of $3000 Approved, 11-0-0. 7 Python Dominicana Grant RESOLVED, that the PSF...
...alias list. It's public and anyone can subscribe to it: https://wiki.python.org/moin/PythonEventsCalendar#Mailing_List Submissions sent to events at python.org are forwarded to this mailing list. I ran a blog post and announcement earlier this month to call for submission of events for 2014. This was well received and we're getting a continuous stream of additions. I also setup a new feed for the calendars on Twitter using IFTTT: https://twitter.com/pythonevents This gets all newly added events ...
...aliases for CJK Mac encodings to resolve a build problem on MacOS with CJK locales. It adds four temporary mappings to existing legacy codecs that are virtually compatible with Mac encodings. They will be replaced by codecs correctly implemented in 3.1. Issue #3614: Corrected a typo in xmlrpc.client, leading to a NameError "global name 'header' is not defined". Issue #2834: update the regular expression library to match the unicode standards of py3k. In other words, mixing bytes and ...
...aliases first before starting to try the import of the codec module. This simplifies overriding built-in codecs with external packages, e.g. the included CJK codecs with the JapaneseCodecs package, by adjusting the aliases dictionary in encodings.aliases accordingly. base64 now supports RFC 3548 Base16, Base32, and Base64 encoding and decoding standards. urllib2 now supports processors. A processor is a handler that implements an xxx_request or xxx_response method. These methods are called for...
If you didn't find what you need, try your search in the Python language documentation.