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.
...formats for download: Bzipped source tar ball (3.3.1) (sig), ~ 14 MB XZ compressed source tar ball (3.3.1) (sig), ~ 11 MB Gzipped source tar ball (3.3.1) (sig), ~ 16 MB Windows x86 MSI Installer (3.3.1) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.3.1) [1] (sig) and Visual Studio debug information files (sig) Windows help file (sig) Mac OS X 64-bit/32-bit Installer (3.3.1) for Mac OS X 10.6 and later [2] (sig). [You may need an updated Tcl/Tk insta...
...formats for download: Bzipped source tar ball (3.3.2) (sig), ~ 14 MB XZ compressed source tar ball (3.3.2) (sig), ~ 11 MB Gzipped source tar ball (3.3.2) (sig), ~ 16 MB Windows x86 MSI Installer (3.3.2) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.3.2) [1] (sig) and Visual Studio debug information files (sig) Windows help file (sig) Mac OS X 64-bit/32-bit Installer (3.3.2) for Mac OS X 10.6 and later [2] (sig). [You may need an updated Tcl/Tk inst...
...formats for download: Bzipped source tar ball (3.3.3) (sig), ~ 14 MB XZ compressed source tar ball (3.3.3) (sig), ~ 11 MB Gzipped source tar ball (3.3.3) (sig), ~ 16 MB Windows x86 MSI Installer (3.3.3) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.3.3) [1] (sig) and Visual Studio debug information files (sig) Windows help file (sig) Mac OS X 64-bit/32-bit Installer (3.3.3) for Mac OS X 10.6 and later [2] (sig). [You may need an updated Tcl/Tk ins...
...formats for download: XZ compressed source tar ball (3.3.4) (sig), ~ 11 MB Gzipped source tar ball (3.3.4) (sig), ~ 16 MB Windows x86 MSI Installer (3.3.4) (sig) and Visual Studio debug information files (sig) Windows X86-64 MSI Installer (3.3.4) [1] (sig) and Visual Studio debug information files (sig) Windows help file (sig) Mac OS X 64-bit/32-bit Installer (3.3.4) for Mac OS X 10.6 and later [2] (sig). [You may need an updated Tcl/Tk install to run IDLE or use Tkinter, see note 2 for...
...formatting operator did not support '%F' as had been documented. Bug #775985: Only set stdout.encoding if a codec is available. Extension modules The _bsddb module now supports Berkeley DB 4.2. Bug #698282: Add __file__ to dynamic modules in multiple interpreters. Patch #798145: Return correct information from nl_langinfo(RADIXCHAR). Bug #797447: Correct confusing error message for unsupported locales. Patch #798534: fixed memory leak in os.popen(). Bug #793826: re-ordered the reference co...
...formats that the data is allowed to take. Although some CRS's used by individual suppliers are more modern, they inherit many of the limitations of the GDS's as a result of their tight data-level integration with them. This is a problem when using these systems in the context of a web-based applications like Gusto.com. Also, GDS's are not relational systems and lack a query language like SQL, so queries are limited by the API provided by its developers. During the past 4 years our online process...
Donation Drive ThePSF, Python Software Foundation, Python, PSF Invest in our Foundation and better the Python community! Thanks to everyone who helped us exceed our goal of $20,000.00 USD by May 12th! .crm-contribute-widget { font-size:12px; font-family:Helvetica, Arial, sans; padding:6px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; bor...
...formats, 1805611 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/python-tools-2.2.2-7.i386.rpm">python-tools-2.2.2-7.i386.rpm</a> (Red Hat 8.0 additional Python tools RPM, 35856 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/tkinter-2.2.2-7.i386.rpm">tkinter-2.2.2-7.i386.rpm</a> (Red Hat 8.0 Tk GUI library, 265454 bytes) <li /><a href="/ftp/python/2.2.2/rpms/redhat8.0/sip-3.3.2-4tummy.src.rpm">sip-3.3.2-...
...Format() and PyString_FromFormatV(). These can be used safely to construct string objects from a sprintf-style format string (similar to the format string supported by PyErr_Format()). New platforms Stephen Hansen contributed patches sufficient to get a clean compile under Borland C (Windows), but he reports problems running it and ran out of time to complete the port. Volunteers? Expect a MemoryError when importing the types module; this is probably shallow, and causing later failures to...
Building the PSF: the Q2 2019 Fundraiser Help us raise $60,000 USD by June 30th! #countdown-wrap { width: 70%; padding: 10px; font-family: arial; max-width: 650px; margin: 10px auto 50px; } #goal { font-size: 36px; text-align: center; color: #888; @media only screen and (max-width : 640px) { text-align: center; } } #glass { width: 100%; height: 20px; background: #c7c7c7; border-radius: 10px; float: left; overflow: hidden; } #progress { float: left;...
...formation age, and it is expected that computer technology will soon replace printing as the dominant form of information distribution technology. About half of all US households already own at least one personal computer, and this number is still growing. However, while many people nowadays use a computer, few of them are computer programmers. Non-programmers aren't really "empowered" in their computer use: they are confined to using applications in ways that programmers have determ...
...format for short options that take an argument from e.g. "-oARG" to "-o ARG"; add set_short_opt_delimiter() and set_long_opt_delimiter() methods to HelpFormatter to allow (slight) customization of the formatting. Patch #736940: internationalize Optik: all built-in user- targeted literal strings are passed through gettext.gettext(). (If you want translations (.po files), they're not included with Python -- you'll find them in the Optik source distribution from http://optik.so...
...formats. Use of derived logos for user groups and conferences -- Allowed if used to refer to the Python programming language. Commercial user groups and for-profit conferences require permission from the PSF. Use of derived logos for freely distributed 3rd-party modules or tools -- Allowed if for the Python programming language. Use of derived logos for commercial modules and tools requires permission from the PSF. We recommend `contacting the PSF`_ for permission for all derived logos to avoi...
...format. (New in 2.3b1.) timeit - module to time the speed of code snippets. (New in 2.3b1.) platform - find out everything you always wanted to know about your platform, but were afraid to ask. (New in 2.3b1; by Marc-Andre Lemburg.) shelve - optionally supports automatic writeback, and exposes pickle protocol versions. (New in 2.3b1.) DocXMLRPCServer - a self-documenting XML server library. (New in 2.3b1.) rotor - this module is deprecated. It is too easily cracked. (New in 2.3b1.) r...
...formation in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. Status: carried forward. Originally from 16 June 2008, Section 6.1, Treasurer's Report: K. Kaiser will submit an expanded report to psf-members. Status: carried forward. Originally from 16 June 2008, Section 6.2, Treasurer's Report: D. Goodger will follow up regarding the PyCon transaction analysis. Status: carried forward. Originally from 16 June 2008, Section 6.3, Treasurer's Report: D. Goodger ...
...formation in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. S. Holden: "Again this is a task we should think about delegating, just to get it off your plate." Status: carried forward. Originally from 16 June 2008, Section 6.1, Treasurer's Report: K. Kaiser will submit an expanded report to psf-members. Status: carried forward. Originally from 16 June 2008, Section 6.2, Treasurer's Report: D. Goodger will follow up regarding the PyCon transaction a...
...formatting for bin, oct, hex output for str.format(). This adds the prefix 0b, 0o, or 0x, respectively. Issue #3280: like chr(), the "%c" format now accepts unicode code points beyond the Basic Multilingual Plane (above 0xffff) on all configurations. On "narrow Unicode" builds, the result is a string of 2 code units, forming a UTF-16 surrogate pair. Issue #3282: str.isprintable() should return False for undefined Unicode characters. Issue #3236: Return small longs from PyLon...
...formation in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. Status: in progress. Originally from 14 April 2008, Section 12, Sponsor Membership Issues: S. Holden will contact OSAF and inquire about their outstanding 2007 PSF sponsor invoice. Status: carried forward. Originally from 12 May 2008, Section 12, Choice of PSF Logo: D. Goodger will prepare logos for the PSF, based on the Python logo graphic with the text "Python Software Foundation". Stat...
...formation in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. Status: carried forward. Originally from 14 April 2008, Section 12, Sponsor Membership Issues: S. Holden will contact OSAF and inquire about their outstanding 2007 PSF sponsor invoice. Status: merged into item 3.1.7 above. Originally from 12 May 2008, Section 12, Choice of PSF Logo: D. Goodger will prepare logos for the PSF, based on the Python logo graphic with the text "Python Software Found...
...formation in members.xls (sponsors & nominated members) & sponsor-addrs.txt, in PSF CVS. Status: carried forward. Originally from 12 May 2008, Section 12, Choice of PSF Logo: D. Goodger will prepare logos for the PSF, based on the Python logo graphic with the text "Python Software Foundation". See PSF Logo below. Status: done. Originally from 16 June 2008, Section 6.1, Treasurer's Report: K. Kaiser will submit an expanded report to psf-members. Status: carried forward. Origi...
If you didn't find what you need, try your search in the Python language documentation.