summaryrefslogtreecommitdiffstats
path: root/INSTALL.ibm.sp.parallel
Commit message (Expand)AuthorAgeFilesLines
* [svn-r246] Explains how to set up vars/files before configuring for parallel ...Robert Kim Yates1998-02-101-0/+70
syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-13/+3 * bpo-36772 Allow lru_cache to be used as decorator without making a function c...Raymond Hettinger2019-05-261-4/+8 * bpo-35252: Remove FIXME from test_functools (GH-10551)Lysandros Nikolaou2019-05-191-3/+5 * bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)Serhiy Storchaka2019-05-061-0/+1 * bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-011-1/+17 * bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)Serhiy Storchaka2019-03-271-14/+7 * Consistently move the misses update to just before the user function call (GH...Raymond Hettinger2019-01-311-3/+3 * bpo-35780: Fix errors in lru_cache() C code (GH-11623)Raymond Hettinger2019-01-261-4/+7 * bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...Pablo Galindo2018-10-261-0/+6 * bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)madman-bob2018-10-251-4/+39 * bpo-21145: Add cached_property decorator in functools (#6982)Carl Meyer2018-08-281-0/+55 * bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)Dong-hee Na2018-07-101-0/+5 * bpo-32380: Create functools.singledispatchmethod (#6306)Ethan Smith2018-05-261-1/+38 * bpo-32227: functools.singledispatch supports registering via type annotations...Ɓukasz Langa2017-12-111-1/+17 * bpo-31581: Reduce the number of imports for functools (GH-3757)INADA Naoki2017-09-30