Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...time of at least 18 months. The venue for PyCon 2009 should be decided well before PyCon 2008 is underway. Regarding PyCon 2007, the experiment of piping sound into the hall for the lunchtime presentations was deemed less than successful. Perhaps presentations during lunch should be rethought. 7 Budget & Action Plan S. Holden suggested that a focus on travel grants and sprints may be the most effective use of our funds. The concept of a target asset balance or reserve, a...
...time, the meeting dragged on. D. Goodger suggested that we aim to make the meeting just a series of votes, and minimize discussion. Face-to-face discussion time and social time can be useful though; S. Deibel suggested a short formal meeting and a longer informal get-together, and others agreed. S. Deibel noted that the discussions never result in a vote. A. Kuchling suggested that more discussion be held on the psf-members list before the meeting. It was agreed that the list is under-used....
...times, but instead call for votes on an ad-hoc basis. Discussion of the votes will happen on the psf-members list which is open to all voting PSF members. If there are any known upcoming votes at the time of the meeting, we will give a short overview. It was also suggested that we put a text on the voting page that reminds of the fact that votes are anonymous and personal and should not be biased by corporate needs. 7 Any other business None 8 Adjournmen...
...TIME just due to being a computer! Think about it -- when's the last time you spent 20 hours straight debugging your son/wife/friend/neighbor/dog/ferret/snake? And they *still* fell over anyway? Except in a direction you've never seen before each time you try it? The easiest way to tell you're dealing with a computer is when the other side keeps making the same moronic misteakes over and misteakes over and misteakes over and misteakes over and misteakes over and misteakes CTRL-C again. > ...
...time; using popitem() they can usually be made to run in linear time. Standard library In the time module, the time argument to the functions strftime, localtime, gmtime, asctime and ctime is now optional, defaulting to the current time (in the local timezone). The ftplib module now defaults to passive mode, which is deemed a more useful default given that clients are often inside firewalls these days. Note that this could break if ftplib is used to connect to a server that is inside a fire...
...time to put into this." In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except one: he said, he just does not have enough time to devote to his Moving PyPI to Amazon CloudFront project. Lemburg also reported on future plans for the project: "Check to see whether a trigger based approach to S3 syncing wouldn't be easier to implement right from the start." 5.5 PyCon Chair J. Noller, PyCon Chair, provided us with informa...
Version: None
Released: April 9, 2002
Note: This is not the most current Python version. See the download page for a more recent version. On April 8 2002, we're releasing Python 2.1.3 - a bugfix release of Python 2.1. This release has a small number of critical bug fixes. This is the …
View Release Notes
Released: March 9, 2015
Python 3.5.0a2 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.0a2 was released on March 9th, 2015. Major new features of the 3.5 series, compared to 3.4 Python 3.5 is still in development, …
Released: March 30, 2015
Python 3.5.0a3 Python 3.5 has reached end-of-life. Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.0a3 was released on March 30th, 2015. Major new features of the 3.5 series, compared to 3.4 Python 3.5 is still in development, …
Released: Oct. 17, 2017
This is an early developer preview of Python 3.7 Major new features of the 3.7 series, compared to 3.6 Python 3.7 is still in development. This releasee, 3.7.0a2, is the second of four planned alpha releases. Alpha releases are intended to make it easier to test the …
Released: Feb. 15, 2024
This is an early developer preview of Python 3.13 Major new features of the 3.13 series, compared to 3.12 Python 3.13 is still in development. This release, 3.13.0a4, is the fourth of six planned alpha releases. Alpha releases are intended to make it easier to test the …
...time. Users on other platforms should download the source tarball. You can download Python-2.1.3.tgz, from one of the download locations below, and do the usual "gunzip; tar; configure; make" dance. Download locations Python.org: HTTP. MD5 checksums a8b04cdc822a6fc833ed9b99c7fba589 Python-2.1.3.tgz (6194432 bytes) fc8020b2be17c098b69368543c5589a9 Python-2.1.3.exe (6418289 bytes) 9ae1d572cbd2bfd4e0c4b92ac11387c6 UNWISE.EXE (162304 bytes) Documenta...
...time, he works on many open source projects, such as Subversion, WebDAV, and Python. He also works on Apache projects and is the current Chairman of the Apache Software Foundation. About Python Python is a powerful object-oriented programming language that is developed and maintained by a global community of open source developers under the oversight of the Python Software Foundation. Python is very easy to learn for programmers familiar with other languages such as C, C++, Java...
...time. Selecting a Different Payee to Accept Funds on Your Behalf You may choose another person to receive the funds on your behalf, but the PSF cannot guarantee that the other person will release the funds to you. PayPal If you select PayPal as your payment preference, PayPal may limit the amount of money that can be received in a single transaction or per year. PayPal does not publish these rules on their site, but does disclose restrictions to PayPal account holders. Account verification or ot...
...time yet. Once he responds, T. Parkin will submit a proposal which the whole Board can see. S. Deibel deferred the discussion & vote. PyCon ===== There's a possiblility that G. van Rossum wouldn't be able to attend PyCon. This would cause some disappointment, as it's many people's reason for attending PyCon. S. Holden reports that the current budget has a contingency element that could be used to fund G. van Rossum's costs. Also, the Conference Committee is currently looking for suggesti...
...time we have an election (May/June 2022) Join the psf-community@ mailing list (basic members or above) Join the psf-vote@ mailing list and be an active voter (must be a Contributing, Managing, Supporting, and/or Fellow member) Nominate someone to be a Fellow member If you are a Fellow member already, join the Fellow Work Group to help vote in new Fellow members Nominate someone to receive a Community Service Award Interested in packaging? Check out the discussion on Discourse Help PyPI test out ...
Released: Nov. 15, 2022
This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a2 is the second of seven planned alpha releases. Alpha releases are intended to make it easier to test …
...time for roughly 5000 web pages a day would have been prohibitively time-consuming. Using Python's threading library, the web page retrieval loop simply calls thread.start_new() for each request, passing in the necessary class instance method that retrieves and processes the web page, along with the parameters necessary to describe the city for the desired forecast. The request classes use a Python built-in Event class instance to communicate with the main controlling thread when processing is c...
...times in disbelief). This is a typical example of Heisenberg's law applied to programs: you can't observe something without influencing it. I'm using: printf(" Env as rule called:\n\t%s\n", PyString_AsString(PyObject_Repr(env))); This creates a new string object that is never collected: the new string object returned by PyObject_Repr(). Since this is presumably a big string and you are allocating a lot of them (one each time you get to this print statement...
...Time: Funding Your Community the Realistic Way by Georgi Ker Fundraising - Written Guide A practical, experience-based playbook for community event organizers to build more sustainable funding through sponsorship strategies in light of the PSF’s grants pause. Organizing and Managing Open Source Events by the TODO Group Event organizing - Written guide A how-to guide that addresses opportunities and obstacles as well as issues and resolutions common to physical and virtual venues, for both inte...
If you didn't find what you need, try your search in the Python language documentation.