• Pablo Galindo's avatar
    bpo-36540: PEP 570 -- Implementation (GH-12701) · 8c77b8cb
    Pablo Galindo yazdı
    This commit contains the implementation of PEP570: Python positional-only parameters.
    
    * Update Grammar/Grammar with new typedarglist and varargslist
    
    * Regenerate grammar files
    
    * Update and regenerate AST related files
    
    * Update code object
    
    * Update marshal.c
    
    * Update compiler and symtable
    
    * Regenerate importlib files
    
    * Update callable objects
    
    * Implement positional-only args logic in ceval.c
    
    * Regenerate frozen data
    
    * Update standard library to account for positional-only args
    
    * Add test file for positional-only args
    
    * Update other test files to account for positional-only args
    
    * Add News entry
    
    * Update inspect module and related tests
    8c77b8cb
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
__main__.py Loading commit data...
test_anon.py Loading commit data...
test_array_in_pointer.py Loading commit data...
test_arrays.py Loading commit data...
test_as_parameter.py Loading commit data...
test_bitfields.py Loading commit data...
test_buffers.py Loading commit data...
test_bytes.py Loading commit data...
test_byteswap.py Loading commit data...
test_callbacks.py Loading commit data...
test_cast.py Loading commit data...
test_cfuncs.py Loading commit data...
test_checkretval.py Loading commit data...
test_delattr.py Loading commit data...
test_errno.py Loading commit data...
test_find.py Loading commit data...
test_frombuffer.py Loading commit data...
test_funcptr.py Loading commit data...
test_functions.py Loading commit data...
test_incomplete.py Loading commit data...
test_init.py Loading commit data...
test_internals.py Loading commit data...
test_keeprefs.py Loading commit data...
test_libc.py Loading commit data...
test_loading.py Loading commit data...
test_macholib.py Loading commit data...
test_memfunctions.py Loading commit data...
test_numbers.py Loading commit data...
test_objects.py Loading commit data...
test_parameters.py Loading commit data...
test_pep3118.py Loading commit data...
test_pickling.py Loading commit data...
test_pointers.py Loading commit data...
test_prototypes.py Loading commit data...
test_python_api.py Loading commit data...
test_random_things.py Loading commit data...
test_refcounts.py Loading commit data...
test_repr.py Loading commit data...
test_returnfuncptrs.py Loading commit data...
test_simplesubclasses.py Loading commit data...
test_sizes.py Loading commit data...
test_slicing.py Loading commit data...
test_stringptr.py Loading commit data...
test_strings.py Loading commit data...
test_struct_fields.py Loading commit data...
test_structures.py Loading commit data...
test_unaligned_structures.py Loading commit data...
test_unicode.py Loading commit data...
test_values.py Loading commit data...
test_varsize_struct.py Loading commit data...
test_win32.py Loading commit data...
test_wintypes.py Loading commit data...