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.
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors June 27, 2011 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 27 June 2011. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstention...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors March 12, 2007 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:02 UTC, 12 March 2007. Stephan Deibel presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Status of Past Action Items 3.1 Carrie...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors March 8, 2010 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:08 UTC, 8 March 2010. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstentions&qu...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors March 26, 2012 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 26 March 2012. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstenti...
...Python Events Calendar I'm continuing discussions with national and local groups, encourage people to make use of the Python events calendars: http://wiki.python.org/moin/PythonEventsCalendar and help maintain it, along with a team of volunteers. The team now uses a mailing list instead of the email 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 r...
...of Python logo for site https://crate.io. An initial version of a derived logo was too much of a modification of the design, but some discussion led to a version that preserved the full shape of the Python logo (with some permitted perspective added, as if logo was stamped on side of a crate). The kind Jonathan Hosmer <jon at pythonforios.com> with whom we worked out the name "Python for iOS" for his Python distribution (modified from the confusing iPython, which is similar to t...
...offered to work on improving the site content and the attractiveness of the Associate Membership offering. We still need to link psfmember.org to python.org, improve the attractiveness of the offering by adding content on python.org relating to the Associate Membership, and make the community aware of the opportunity. Kurt concluded his report with a list of item the treasurer's office will be focused on, he said: My focus is on PyCon wrapup, AR/AP reduction, and the increased activity and st...
...Python 2.1.1 (final) ? The following bugs were fixed: [ #441664 ] Python crash on del of a slice of a mmap [ #438050 ] configure doesn't look for poll.h in sys [ #437487 ] 2.1 build on Solaris fails if CC is set [ #441527 ] unixccompiler preprocessor broken What's New in Python 2.1.1c1 ? Python 2.1.1 comes with the new, GPL-compatible PSF licence. Several insecurities in dict comparison as well as a scoping bug, that could lead to the Python interpreter crashing were fixed. Python should ...
...of his contributions to Python online and offline. Doug is the creator and maintainer of the Python Module of the Week <http://www.doughellmann.com/PyMOTW/> series, worked on Python Magazine, and is the leader of the PSF Communications team. The Python Software Foundation is pleased to give this award to this worthy member of the Python community. The following award was announced on January 3, 2011: Andrew Kuchling was awarded in recognition of his work promoting Python everywhere he ca...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors June 8, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 8 June 2009. Steve Holden presided at the meeting. Pat Campbell and David Goodger prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and ...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors August 10, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 10 August 2009. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstention...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors November 9, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 9 November 2009. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstenti...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors July 13, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 16:00 UTC, 13 July 2009. Steve Holden presided at the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 in favor, 1 opposed, and 2 abstentions&qu...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors July 16, 2012 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Group Video Calling via Skype and Internet Relay Chat beginning at 16:00 UTC, on 16 July 2012. Van Lindberg presided over the meeting. Pat Campbell prepared the minutes. All votes are reported in the form "Y-N-A" (in favor — opposed — abstentions; e.g. "5-1-2" means "5 ...
...Python Software Foundation is proud to launch our first ever Annual Report. We understand the need for transparency and hope to help our community and stakeholders find necessary information about the PSF in a single place. 2018 was a year of growth for the PSF while still focussing on sustainability for our staff and community. We’re excited to share these data points with you! Our staff team increased by two full-time employees in 2018....
...of the new module is compatible with the old one, it's likely that the version of the underlying database library has changed. To convert from the old library, run the db2pickle.py script using the old version of Python to convert it to a pickle file. After upgrading Python, run the pickle2db.py script using the new version of Python to reconstitute your database. For example: % python2.2 db2pickle.py -h some.db > some.pickle % python2.3 pickle2db.py -h some.db.new < some.pickle Run t...
If you didn't find what you need, try your search in the Python language documentation.