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.
...details. Build Fix problem building on OSF1 because the compiler only accepted preprocessor directives that start in column 1. (SF bug #691793.) C API Added PyGC_Collect(), equivalent to calling gc.collect(). PyThreadState_GetDict() was changed not to raise an exception or issue a fatal error when no current thread state is available. This makes it possible to print dictionaries when no thread is active. LONG_LONG was renamed to PY_LONG_LONG. Extensions that use this and need compat...
...3.25 # modify the instance >>> print a # show the new value {1: 3.25} >>> print a[1] # show the new item 3.25 >>> print a[0] # a non-existant item 0.0 >>> a.merge({1:100, 2:200}) # use a dictionary method >>> print a # show the result {1: 3.25, 2: 200} >>> We can also use the new type in contexts where classic only allows "r...
...3.1 Request for PyCon 2010 Expenditure Approval 4 Status of Past Action Items 4.1 Carried Forward 4.2 New On 8 February 2010 4.3 New Between Meetings 5 Appoint Pat Campbell as PSF Secretary 6 PSF Administrator to Become Full-time Employee 7 Funding for PyCon Au 2010 8 Funding to GNOME Foundation for Libre Graphics Meeting 2010 9 &...
...3.2, and the Release Manager for Python 3.6 and 3.7. The Q4 2022 Community Service Award was given to Carol Willing for her work as a Python Core Developer and her years of service on the Python Steering Council. June 2022 The Q2 2022 Community Service Award was given to Philip James for all his contributions to the Python community, most notably his stewardship of the PSF's Code of Conduct Work Group as the Work Group Chair for its first four years. The Q2 2022 Community Service Award was g...
...3. RESOLVED, that the PSF contribution forms be made available under the CC-0 (http://creativecommons.org/publicdomain/zero/1.0/) license Approved 9-0-0 by IRC vote, 6 December, 2013. RESOLVED, that the Python Software Foundation award the 2013 - Q3 PSF Community Service Award to Barry Warsaw Approved 7-0-0 by IRC vote, 15 November, 2013. RESOLVED, that the Code of Conduct document is officially licensed under Creative Commons Zero, aka CC0 Approved 9-0-0 by IRC vote, 1 November, 2013. R...
...details of the laptops and VGA2USB boxes purchased for PyCon 2008. Status: pending. [16] Originally from 14 April 2008, Section 12, Sponsor Membership Issues: D. Goodger and P. Campbell will update the member information in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. [Update 2009-06-19 & 2009-06-25] P. Campbell updated sponsor-addrs.txt & sent to K. Kaiser on 2009-06-19 & updated members.xls & sent to D. Goodger to post on PSF CVS on 2009-...
...details of the laptops and VGA2USB boxes purchased for PyCon 2008. Status: in progress. [16] Originally from 14 April 2008, Section 12, Sponsor Membership Issues: D. Goodger will update the member information in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. Status: carried forward. [22] Originally from 16 June 2008, Section 6.1, Treasurer's Report: K. Kaiser will submit an expanded report to psf-members. Status: carried forward. [4] Originally from 16 Jun...
...3.12 PSA Memberships....................................$ 2,934.07 ------------- Total Income: $ 1,096,213.73 Expenses: Monty Python Licencing Fees (2)....................$ 652,362.55 Pre-Release 2 Week Vacations (3)...................$ 10,876.45 Post-Release 2 Week Vacations (3)..................$ 369,841.59 Alien Abduction Insurance..........................$ ...
...3.2 branches. 2.7 has only 8.5% not covered and 3.2 has 9.9% not covered. So, what next? Analyze which files aren't covered? Add an assignment flag to PyPI? I've started on a patch for that. Put this flag in MatrixMaxx? I'd like to see this task through, even though I won't be on the board." S. Holden: "Thank you for that." T. Peters: "100% coverage is the goal, right?" S. Holden: "I think we probably want a continual push to increase coverage." T.&nb...
...3. Numeric history lesson aside, all bugs in all three reports are fixed now. Library Bug 1052242: If exceptions are raised by an atexit handler function an attempt is made to execute the remaining handlers. The last exception raised is re-raised. doctest's new support for adding pdb.set_trace() calls to doctests was broken in a dramatic but shallow way. Fixed. Bug 1065388: calendar's day_name, day_abbr, month_name, and month_abbr attributes emulate sequences of locale-correct spellings ...
...3.1 PSF Sponsor Membership Application from Lincoln Loop 4 Treasurer Report 5 Progress Reports 5.1 Communication Status 5.2 Marketing Material 5.2.1 Sponsor Options 5.2.2 New Option: Educational Sponsorship 5.2.3 Please Help find Sponsors 5.3 Moving PyPI to Amazon CloudFront 5.4 Sprint Committee 5.5 Outreach...
...3.1 PyCon Sponsorship 4 Status of Past Action Items 4.1 Carried Forward 4.2 New On 10 August 4.3 New Between Meetings 5 PyCon 2010 Budget 6 Progress with MatrixMaxx Setup 7 Sponsor Membership Levels 8 Python Users Survey 9 Modify PSF Opening Mission Statement 10 PSF Community Award Nominations for 2009 - 3rd...
...3.scale.linear() .domain([chartOptions.xAxisMin, chartOptions.xAxisMax]) .range([0, xAxisLength]); var scaleY = d3.scale.linear() .domain([chartOptions.yAxisMax, chartOptions.yAxisMin]) .range([0, yAxisLength]); var xAxis = d3.svg.axis() .scale(scaleX) .orient("bottom") .ticks(chartOptions.xAxisStep) var yAxis = d3.svg.axis() .scale(scaleY) .orient("left") .ticks(chartOptions.yAxisStep) svg.append("g") .attr("class", ...
...Details Packages Are Modules, Too! Warning: the following may be confusing for those who are familiar with Java's package notation, which is similar to Python's, but different. Whenever a submodule of a package is loaded, Python makes sure that the package itself is loaded first, loading its __init__.py file if necessary. The same for packages. Thus, when the statement import Sound.Effects.echo is executed, it first ensures that Sound is loaded; then it ensures that Sound.Effect...
...3.1 Fund PyLadies Community 3.2 2011 PyCon Chair Authorization 4 Treasurer Report 5 Progress Reports 5.1 Communication Status 5.2 Honorary Associate Membership WebPages/Links 5.3 Infrastructure Committee 5.4 Marketing Material 5.5 Moving PyPI to Amazon CloudFront 5.6 PyCon Chair 5.7 Sprint Committee 5.8 &...
...details, please see the brochure support site at: http://brochure.getpython.info/learn-more Marc-André also reported on the progress of his project when he said: As expected, there hasn't been much progress over the holidays. Armin, our designer and producer, is still working on getting the credit card payment machinery in place. This is currently holding up the call for sponsors. Jan Ulrich, our texter, has worked on compressing the selected stories somewhat to make them fit the available pa...
If you didn't find what you need, try your search in the Python language documentation.