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 Success Stories Introduction Development InfoStructure (devIS) is a small consulting firm in Arlington, Virginia that is well known for its work in the eGovernment sector. This includes development of small, medium, and large-scale systems. devIS EZ Reusable Objects (EZRO) is a content management system which can be used for many different kinds of websites, including traditional information presentation sites such as http://www.devis.com/, portals like http://www.milspouse.org/, train...
...Stack Over Flow. Moreover, Tim was an active PSF Board Director from 2001 to 2014 meaning that he volunteered on the board for 13 years! Additionally, Tim has contributed to many Python mailing lists and has been known to always contribute in a friendly, funny, and helpful way. The Python Software Foundation thanks Tim Peters for his contributions to the CPython project and the greater Python community. 2015 Mark Hammond The 2015 Distinguished Service Award was presented to Mark Hammond. Mark'...
...stack trace to the point where the error occurred. There is no need to compile code or set up complex links between libraries. Since everything is interpreted at runtime, we were able to continue rapid development without being bogged down by complex syntactic problems or slowed by compile times. The ability to quickly tailor a demonstration for a particular audience was also an advantage of Python. When presenting our project to a group of orientation and mobility instructors and their visually...
...stack reservation for python.exe and pythonw.exe from the default 1MB to 2MB. Stack frames under VC 7.1 for 2.4 are enough bigger than under VC 6.0 for 2.3.4 that deeply recursive progams within the default sys.getrecursionlimit() default value of 1000 were able to suffer undetected C stack overflows. The standard test program test_compiler was one such program. If a Python process on Windows "just vanishes" without a trace, and without an error message of any kind, but with an exit...
...stack for Jython 2.2. "We can then work on getting more contributor agreements and hopefully remove the 2.0/2.1 license someday. But that won't get done before Jython 2.2 final is ready." A. Kuchling noted that some Jython contributors think they have signed contributor agreements, but they aren't listed. These may be part of the PSF records being held by Jeremy Hylton. 5 PyCon Status A. Kuchling reported that 508 people were registered so far, and online registra...
...stack traceback with each exception report. We found this very useful in helping us understand the source of a problem without needing to run a debugger or add extra code instrumentation. This feature of Python was particularly helpful in remote debugging of rare cases. Andrew is in the United States and Pierre is in France. When an error occurred, Pierre's email with the traceback often contained enough information to pinpoint and fix the problem. Adding Powerful Extensibility with Python The...
...stack], and I guess we can do that now (but we do need a board motion). If we have informal agreement from the major contributors ..., you could post to the Jython list announcing that the PSF board is going to change the license, and then do that at the next board meeting." A. Kuchling will write up a summary of the license discussion, post it to jython-dev, and the current developers can decide what to do. 6 PyCon Budget A. Kuchling presented a budget developed by the ...
...Stack function has been implemented on Windows by Fredrik Lundh. It prevents Python from failing with a stack overflow on Windows. The GC changes resulted in creation of two new slots on object, tp_traverse and tp_clear. The augmented assignment changes result in the creation of a new slot for each in-place operator. The GC API creates new requirements for container types implemented in C extension modules. See Include/objimpl.h for details. PyErr_Format has been updated to auto...
...stack depth in some cases. This was affecting Zope Python Scripts rather badly. Largefile support was added (but not on by default, you'll need to follow the instructions in the documentation of the posix module). SF bug #443120: Fix a cgi.py denial-of-service attack, socketmodule's SSL_read and SSL_write now release the global interpreter lock. threading uses the PTHREAD_SCOPE_SYSTEM attribute where available. This should remove the need to add tiny sleeps at the start of threads to allow other...
...stack. It was noted that the request did not contain a complete proposal, and the Board agreed that it could not support the proposal without complete information. [55] S. Holden will write to Xavier Heymans to explain the Board's position regarding FOWABE support. 10 Request for Support of the "NiceTime" Proposal A request was received from Ian Benson for a $10,000 grant of the "NiceTime" proposal, to further the Python education of a group of schoolteach...
Python Software Foundation Sponsors The PSF would not be possible without the generous financial help of the following sponsors. While the PSF thanks these sponsors for their support, we don't necessarily endorse nor promote any specific activity of any of its sponsors. Interested in becoming a sponsor? Check out our sponsor application. Visionary Sponsors Googl...
...Stack function would cause the interpreter to abort ("Fatal Python error: Could not reset the stack!") instead of throwing a MemoryError. Issue #3689: The list reversed iterator now supports __length_hint__ instead of __len__. Behavior now matches other reversed iterators. Issue #4367: Python would segfault during compiling when the unicodedata module couldn't be imported and N escapes were present. Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. Library Is...
...stack. He is keen to see it as untrammelled as possible. Van also has some interesting ideas about how tactial rewrites might remove license restrictions. The Board agreed that this is worthwhile to try, though the results of previous efforts do not leave it hopeful. S. Holden will have Van Lindberg report on Python license issues to the Board mailing list. 18 Infrastructure Committee Report B. Cannon: XS4ALL is moving a machine to another rack. [We're] understaffed a...
...stack. Working on migration and data copy plan. Testing backup/restore cycle. Moving pythonhosted.com SSL termination to RS CLB. Donald - Working on PyPI migration. Alex - Starting on analytics tooling for PyPI downloads. Using Postgres, but out of critical path for PyPI web. Ben - PyPI outage handling. Bylaws: We had our final meeting January 24, 2014. Van is going to send a final email to the bylaws mailing list with the last revisions. The board should be able to vote on this with...
...stack had SCTP support. What's New in Python 2.3.2 (final)? Release date: 03-Oct-2003 Core and builtins A workaround for an OpenBSD compiler bug that meant python failed to detect floating point overflow in some cases. Tools/Demos Tools/scripts/md5sum.py opens files in binary mode by default. Opening in text mode is almost certainly not what you want. Extension modules The documentation for bsddb now warns strongly about using the legacy API in multi-threaded applications. What...
...stack Dashboard + Pre-Commit Hook trigger development work taking place in 2025. Approved; 7-0-0, 2025-03-17 RESOLVED, that the Python Software Foundation Board of Directors grant $7500 USD to the PyCon Lithuania 2025 conference taking place in Vilnius, Lithuania, on April 23-25, 2025. Approved; 9-0-0, 2025-03-12 RESOLVED, that the Python Software Foundation adopt new Code of Conduct Enforcement Procedures, according to the changes at https://github.com/psf/policies/pull/35. Approved; 9-0-0, 2...
If you didn't find what you need, try your search in the Python language documentation.