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.
...function is new. For bit-for-bit compatibility with prior releases, use the whseed function instead. The new seed function addresses two problems: (1) The old function couldn't produce more than about 2**24 distinct internal states; the new one about 2**45 (the best that can be done in the Wichmann-Hill generator). (2) The old function sometimes produced identical internal states when passed distinct integers, and there was no simple way to predict when that would happen; the new one guarant...
...Function objects now have a __module__ attribute that is bound to the name of the module in which the function was defined. This applies for C functions and methods as well as functions and methods defined in Python. This attribute is used by pickle.whichmodule(), which changes the behavior of whichmodule slightly. In Python 2.2 whichmodule() returns "__main__" for functions that are not defined at the top-level of a module (examples: methods, nested functions). Now whichmodule() wi...
...functions to the standard library PEP 445, a new C API for implementing custom memory allocators PEP 446, changing file descriptors to not be inherited by default in subprocesses PEP 450, a new "statistics" module PEP 451, standardizing module metadata for Python's module import system PEP 453, a bundled installer for the pip package manager PEP 454, a new "tracemalloc" module for tracing Python memory allocations PEP 456, a new hash algorithm for Python strings and binary da...
...functionality to cause people to begin to switch (outside of astronomy, those will be driven by our libraries that are using numarray) Slower performance for small arrays. Since more of it is written in Python, it is an order of magnitude slower for smaller arrays (but just as fast or faster for large arrays (> 1MB)). Optimization is in our plans, but won't be done until we fill out the libraries and finish the safety issue (which is near completion). Becau...
...HashiCorp at the Bronze Sponsor Level. Approved 7-0-0, February 1, 2018 RESOLVED, that the Python Software Foundation Grants Work Group grant $1250 USD to the Django Girls event happening in Ho, Ghana March 24, 2018 Approved 8-0-0, January 31, 2018 RESOLVED, that the Python Software Foundation Grants Work Group sponsor the NSS International Conference happening in Ibadan, Nigeria April 4, 2018 in the amount of $2,000 USD Denied 0-8-0, January 30, 2018 RESOLVED, that the Python ...
If you didn't find what you need, try your search in the Python language documentation.