Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...3b1.) re - the .*? pattern is now special-cased to avoid the recursion limit. (New in 2.3b1.) Bastion and rexec - these modules are disabled, because they aren't safe in Python 2.3 (nor in Python 2.2). (New in 2.3a2.) bsddb - the old bsddb module has finally been retired. The formerly 3rd party PyBSDDB wrapper is now available in Python 2.3, as the bsddb package. This is compatible with Sleepycat Berkeley DB versions 3.0 to 4.1. New in 2.3a2: the Windows installer now ships with Sleepyca...
...34px; margin-bottom: 27px; } h2, .h2 { color: #3776ab; line-height: 26px; display: block; } p, blockquote, time, em { line-height: 28px; } time { font-style: italic; } p { margin-bottom: 24px; text-align: justify; } a { transition: color 0.3s ease-in-out; text-decoration: none; } .section-heading { padding-bottom: 23px; } .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading ...
...36. 5.3 Grants/Sprints Expense Kivy Port to Python 3 $4,915 LA DIYgirls Workshop $300 RuPy 12 $1,046 Python Brazil 12 $3,000 Kansas City Sprint $168 Other Expense: Outside Services: Wendroff $1,150 Kilburn and Strode LLC $1,860 Fiscal Sponsorship Expense $3,923 Travel $619 5.4 psfmember.org During the month, we reimbursed expenses for PyArkansas, PyCarolinas, and PyLadies out of the donations received through psfmember.org. At this time, we have rece...
...3, 728656, 729096, 729103, 729293, 729297, 729300, 729317, 729395, 729622, 729817, 730170, 730296, 730594, 730685, 730826, 730963, 731209, 731403, 731504, 731514, 731626, 731635, 731643, 731644, 731644, 731689, 732124, 732143, 732234, 732284, 732284, 732479, 732761, 732783, 732951, 733667, 733781, 734118, 734231, 734869, 735051, 735293, 735527, 735613, 735694, 736962, 736962, 737970, 738066, 739313, 740055, 740234, 740301, 741806, 742126, 742741, 742860, 742860, 742911, 744041, 744104, 744238, 7...
...3rd Party GUI Components with Win32 API calls means Windows Only IronPython is a Microsoft .NET Language, and as such, is ostensibly limited to running on Windows only. The Mono project is a fantastic effort to improve that situation, and many .NET projects will run without recompilation under Mono on Linux, Mac OS X and others. However, in our case, Resolver One uses a 3rd party grid component in our GUI, which makes direct Win32 API calls. This precludes us running on different platforms for t...
...3 sundirectory has been renamed to dos-8x3. The following tables gives all renamed directories: Old NameNew Name tkinterlib-tk stdwinlib-stdwin sharedmoduleslib-dynload dos_8x3dos-8x3 aix3plat-aix3 aix4plat-aix4 freebsd2plat-freebsd2 genericplat-generic irix5plat-irix5 irix6plat-irix6 linux1plat-linux1 linux2plat-linux2 next3plat-next3 sunos4plat-sunos4 sunos5plat-sunos5 winplat-win testtest Note that the test subdirectory is ...
...3/schedule/sponsor-tutorials/ Young Coder "Lets Learn Python" Registration Now Available! http://pycon.blogspot.com/2013/01/pycon-2013-young-coder-learn-python.html PyLadies lunch @ PyCon! http://pycon.blogspot.com/2013/01/pycon-2013-pyladies-lunch-pycon.html Artwork http://pycon.blogspot.com/2013/01/pycon-us-2013-artwork-by-amazing-idan.html 7.2 Issues / Blockages None 7.3 Continued Activities from Last Month Sponsorship continues. Raspberr...
...3%), PSF sponsor fees (17%), PyCon registration and PyCon sponsor fees (51%), participation in the Google Summer of Code program (14%), and interest on investments and other minor sources (5%). In 2006 the PSF spent $158K total, for: PyCon 2006 related expenses (67%), funded grants (13%), the advocacy special project (10%), payroll for officers (5%), and other expenses such as bank charges, legal fees, and insurance (5%). The PSF's assets currently stand at about $310K. A healthy balance enables...
...3(C1, C2): __metaclass__ = M3 class D(C2, C3): __metaclass__ = M1 class C4: __metaclass__ = M4 class E(C3, C4): pass For class C2, the constraint is satisfied because M2 is a subclass of M1. For class C3, it is satisfied because M3 is a subclass of both M1 and M2. For class D, the explicit metaclass M1 is not a subclass of the base metaclasses (M2, M3), but choosing M3 satisfies the constraint, so D.__class__ is M3. However, class E ...
...3(C1, C2): __metaclass__ = M3 class D(C2, C3): __metaclass__ = M1 class C4: __metaclass__ = M4 class E(C3, C4): pass For class C2, the constraint is satisfied because M2 is a subclass of M1. For class C3, it is satisfied because M3 is a subclass of both M1 and M2. For class D, the explicit metaclass M1 is not a subclass of the base metaclasses (M2, M3), but choosing M3 satisfies the constraint, so D.__class__ is M3. However, class E is an error: the two metacl...
...3) Jesse Noller (2012) Georg Brandl (2011) Christian Tismer (2010) Mark Hammond (2009) Martin von Löwis (2008) Steve Holden (2007) Alex Martelli (2006) Cameron Laird (2004) Fredrik Lundh (2003) Andrew Kuchling (2002) Unfortunately, due to a lapse in coordination, there was no award in 2005. Carol Willing (2019) Carol Willing was honored in recognition of her technical contributions to Jupyter and as a core developer, as well as her community contributions as a member of the PSF Code of Conduc...
...335000, label: '$335' }, { x: 2019, y: 326000, label: '$326' } ] var chartOptions = { className: 'histogram-chart', width: 660, height: 365, margin: 50, xAxisMin: 2014, xAxisMax: 2020, xAxisStep: 5, yAxisMin: 0, yAxisMax: 400000, yAxisStep: 5 }; var barWidth = 90; if (jQuery(window).width() < 768) { chartOptions.width = 345; barWidth = 40; } var svg = d3.select("#histogram-chart-wrap") .append("svg") .at...
If you didn't find what you need, try your search in the Python language documentation.