Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...comprehensions and further improves their performance (about 35%). Implemented rich comparisons for floats, which seems to make comparisons involving NaNs somewhat less surprising when the underlying C compiler actually implements C99 semantics. Optimized list.extend() to save memory and no longer create intermediate sequences. Also, extend() now pre-allocates the needed memory whenever the length of the iterable is known in advance -- this halves the time to extend the list. Optimized list res...
...comprehensions SF patch #422106: fix segmentation fault in sys.displayhook SF bug 476129: gc.collect sometimes hangs SF bug #448351: select.select() puts FDs on the heap where needed. What's New in Python 2.1.1 (final) ? The following bugs were fixed: [ #441664 ] Python crash on del of a slice of a mmap [ #438050 ] configure doesn't look for poll.h in sys [ #437487 ] 2.1 build on Solaris fails if CC is set [ #441527 ] unixccompiler preprocessor broken What's New in Python 2.1.1c1 ? Pyt...
...comprehensions, ellipsis literal. Added class decorators per PEP 3129. Extension Modules Removed the imageop module. Obsolete long with its unit tests becoming useless from the removal of rgbimg and imgfile. Removed these attributes from the operator module: div, idiv, __div__, __idiv__, isCallable, sequenceIncludes. Removed these attributes from the sys module: exc_clear(), exc_type, exc_value, exc_traceback. Library Removed the compiler package. Use of the _ast module and (an event...
Computer Programming for Everybody Computer Programming for Everybody This is the text of a revised funding proposal that we sent to DARPA in August 1999. In March, we heard that at least an earlier version of the proposal was accepted by DARPA; the work has begun late 1999 and will hopefully last two years, although we've only received funding for the first year (through October 2000). We're keeping our fingers crossed for the rest. Unfortunately, the move of the Python developm...
If you didn't find what you need, try your search in the Python language documentation.