- 09 May, 2019 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Adds ㋿.
-
- 02 May, 2019 1 kayıt (commit)
-
-
Zackery Spytz yazdı
-
- 29 Nis, 2019 1 kayıt (commit)
-
-
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
-
- 22 Nis, 2019 1 kayıt (commit)
-
-
周家未 yazdı
-
- 16 Nis, 2019 2 kayıt (commit)
-
-
Inada Naoki yazdı
-
Stéphane Wirtel yazdı
Use literalinclude markup to include Tools/scripts/serve.py code. Tools/scripts/serve.py first argument on the command line is now optional.
-
- 12 Nis, 2019 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Paul Monson yazdı
-
- 05 Nis, 2019 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 31 Mar, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 30 Mar, 2019 3 kayıt (commit)
-
-
Paul Moore yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 29 Mar, 2019 1 kayıt (commit)
-
-
Paul Monson yazdı
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
-
- 27 Mar, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 25 Mar, 2019 1 kayıt (commit)
-
-
Stefan Behnel yazdı
bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_benchmark.py (GH-11905)
-
- 23 Mar, 2019 1 kayıt (commit)
-
-
AraHaan yazdı
Check for sys.abiflags before using since not all platforms have it defined.
-
- 14 Mar, 2019 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 12 Mar, 2019 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Lisa Roach yazdı
-
- 10 Mar, 2019 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 25 Şub, 2019 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Deprecate using the __int__() method in implicit conversions of Python numbers to C integers.
-
- 24 Şub, 2019 1 kayıt (commit)
-
-
animalize yazdı
* remove non-ascii characters in docstring * clinic.py emits a warning when docstring has non-ascii character
-
- 16 Şub, 2019 1 kayıt (commit)
-
-
- 05 Şub, 2019 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Steve Dower yazdı
-
- 03 Şub, 2019 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 02 Şub, 2019 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 25 Ock, 2019 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 11 Ock, 2019 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Use _PyArg_CheckPositional() and inlined code instead of PyArg_UnpackTuple() and _PyArg_UnpackStack() if all parameters are positional and use the "object" converter.
-
Serhiy Storchaka yazdı
-
- 25 Ara, 2018 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Fix also handling non-ascii default values.
-
- 22 Ara, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
"Include/token.h", "Lib/token.py" (containing now some data moved from "Lib/tokenize.py") and new files "Parser/token.c" (containing the code moved from "Parser/tokenizer.c") and "Doc/library/token-list.inc" (included in "Doc/library/token.rst") are now generated from "Grammar/Tokens" by "Tools/scripts/generate_token.py". The script overwrites files only if needed and can be used on the read-only sources tree. "Lib/symbol.py" is now generated by "Tools/scripts/generate_symbol_py.py" instead of been executable itself. Added new make targets "regen-token" and "regen-symbol" which are now dependencies of "regen-all". The documentation contains now strings for operators and punctuation tokens.
-
- 21 Ara, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 17 Ara, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 14 Ara, 2018 2 kayıt (commit)
-
-
Victor Stinner yazdı
Python 2.4 dropped MacOS 9 support. The macpath module was deprecated in Python 3.7. This change removes it.
-
Serhiy Storchaka yazdı
-
- 11 Ara, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
Also adds the PC/layout script for generating layouts on Windows.
-
- 10 Ara, 2018 1 kayıt (commit)
-
-
Steve Dower yazdı
-