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.
...array objects now support the copy module. Also, their resizing scheme has been updated to match that used for list objects. This improves the performance (speed and memory usage) of append() operations. Also, array.array() and array.extend() now accept any iterable argument for repeated appends without needing to create another temporary array. cStringIO.writelines() now accepts any iterable argument and writes the lines one at a time rather than joining them and writing once. Made a parallel...
...array.array is now a type object. A new format character 'u' indicates Py_UNICODE arrays. For those, .tounicode and .fromunicode methods are available. Arrays now support __iadd__ and __imul__. dl now builds on every system that has dlfcn.h. Failure in case of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open is called. The sys module acquired a new attribute, api_version, which evaluates to the value of the PYTHON_API_VERSION macro with which the interpreter was compiled. Fi...
...array for the video archives of past python conferences maintained by Carl Karsten. This array is to be jointly owned by the Python Software Foundation and the Django Software Foundation. Approved 7-0-0 by email vote, 04 February 2012 RESOLVED, that the PSF provide grant funding of AUD$1500 to the PyCon Australia 2012 Conference as a silver level sponsor. Approved 8-0-0 by IRC vote, 16 January 2012 RESOLVED, that the PSF authorize the expenditure of the Atlassian donation of $10,000 with an...
If you didn't find what you need, try your search in the Python language documentation.