Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...input (when the input stream is temporarily exhausted). codecs.StreamReader now implements buffering, which enables proper readline support for the UTF-16 decoders. codecs.StreamReader.read() has a new argument chars which specifies the number of characters to return. codecs.StreamReader.readline() and codecs.StreamReader.readlines() have a new argument keepends. Trailing "n"s will be stripped from the lines if keepends is false. The documentation for doctest is greatly expanded, and n...
...inputs, options, configurations, and failure behaviors. An experimental chemist usually didn't have the training to work with them, which meant that the computational chemists were forced to take time out of their work on developing new techniques to run routine models. In 2000, AstraZeneca wanted to improve this process so that experimental chemists could make better computational predictions on their own, and so that the research of the computational chemists could progress at a faster rate, a...
...input manager support for composite characters (Tk bug 3205153) which has also been fixed in more recent Tcl/Tk 8.5 releases. You can avoid these problems by using a current python.org installer or by using a third-party distribution of Python that does not use Apple 8.5.9 Tk. This is an Aqua Cocoa Tk. Apple 8.5.7 This release is included in macOS 10.6. IDLE is known to hang or crash when used with the Apple 8.5.7 included in all versions of macOS 10.6.x. Because of this, we strongly recommen...
...input on the 2008 Frank Willison Award. Assuming Guido delegates the decision to the Board, David will ask previous recipients and the PSF membership at large for nominations, to be submitted no later than Friday May 9. 11 PyCon 2008 D. Goodger reported: I think [PyCon 2008] was a success. There were some issues, but we'll fix them next year. I've been posting my report in sections to the PyCon blog, almost done. S. Holden: I enjoyed it more that any other. The...
...input than previously, which exposed several deficiencies needing correction. Fixed those and released the PyTexas sponsor payment collection webpages to production, integrated into the PyTexas wiki. Next task: HAM signup webpages. My focus is on PSF Sponsor invoicing, Federal taxes, the Associate Member program, AR and AP reduction. It was necessary to accomplish the CiviContribute milestone first, because signing up Associate members onli...
...input events to manipulate the application's GUI, and then asserting the existence and content of various GUI components like windows and textboxes, to provide automated assurance of end-to-end functionality. Test-Driven Development Dynamic languages like Python complement automated testing, by allowing the patching of modules, classes, methods or attributes with arbitrary objects at runtime. This allows tests to easily eliminate dependencies of the code under test, and thus concentrating on t...
...input on a budget for 2008-2009. Email sent to psf-members on 2008-05-29. Status: done. Section 12, Choice of PSF Logo: S. Holden will write to the members to describe the Board's decision regarding the PSF logo. Email sent to psf-members on 2008-06-02. Status: done. 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". Status: carried forward. Section 13.2, Copying Correspondence: S. H...
...input source is updated. Bug #931848: Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Bug #938076: Consider output encoding in XMLGenerator. Bug #936637: Properly delegate startElementNS in saxutils.XMLFilterBase. Bug #944082: Empty passwords in urllib2 are now supported. Bug #926075: Fixed a bug that returns a wrong pattern object for a string or unicode object in sre.compile() when a different type pattern with the same value exists. Bug #924361: Properly support normalization of e...
...input files to more easily consumed formats such as HTML and PDF. The video announcing Georg's award at OSCON 2011 is available on YouTube. Georg is a PhD student of Physics. He works at the Munich research reactor slash neutron source on magnetism, researching novel materials for the computing of tomorrow. He uses Python to control experiments consisting of dozens of individual devices, and for teaching other scientists how to do so efficiently. When he is not working on Python-related projects...
...input you need?" M. A. Lemburg: "We are having problems getting the leads to submit usable content, but I don't think anyone can really help with that. We'll be in touch once we have the sponsoring page with payment options set up." S. Holden: "Okay. There is a Brazilian media company that has replaced a large amount of its infrastructure with Python, can give you a contact if you need one." M. A. Lemburg: "Yes, please. We could use some more media related success s...
...input on an issue, and for documenting the design decisions that have gone into Python. The PEP author is responsible for building consensus within the community and documenting dissenting opinions. The PEPs are available here. Augmented Assignment This must have been the most-requested feature of the past years! Eleven new assignment operators were added: += -= *= /= %= **= <<= >>= &= ^= |= For example, A += B is similar to A = ...
...input deletes backups without warnin [ #420343 ] SystemError from tuple() builtin [ #420399 ] wrong HTML ("trademark" symbols?) [ #421999 ] wrong priority doc for ** vs unary - [ #422108 ] Error in rich comparisons [ #422121 ] Insecurities in dict comparison [ #422702 ] dbhash.open default [ #423087 ] A small typo in weakref documentation [ #423429 ] very minor nit in library ref [ #424776 ] SMTP Example does not work [ #424951 ] ThreadingTCPServer file handle errors. [ #425320 ] Typo ...
...input/output semantics are maintained. In reality, it is currently very difficult to write classes and components that are independent of the rest of the system. We will also be exploring new concepts such as Aspect Oriented Programming [AOP], a new way of modularizing software based on cross-cutting concerns. Perhaps some combination of these, or new modularizing techniques will prove effective, for example, by organizing each function as an aspect of a component. Community Building Be...
If you didn't find what you need, try your search in the Python language documentation.