Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.8] bpo-36974: separate vectorcall functions for each calling convention ↵ | Jeroen Demeyer | 2019-07-23 | 1 | -3/+2 |
| | | | | (GH-13781) (#14782) | ||||
* | Enable publish of Windows releases through Azure Pipelines (GH-14720) | Miss Islington (bot) | 2019-07-13 | 1 | -1/+0 |
| | | | | | (cherry picked from commit 994a3b88dca852696351358e2743313e546b5ecf) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
* | bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276) | Steve Dower | 2019-06-22 | 4 | -37/+1 |
| | |||||
* | bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) | Steve Dower | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | bpo-36511: Improve ARM32 buildbot scripts (GH-14251) | Steve Dower | 2019-06-20 | 3 | -10/+92 |
| | |||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 11 | -87/+66 |
| | | | Includes backported fixes from GH-14091 | ||||
* | bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) | Miss Islington (bot) | 2019-06-07 | 1 | -1/+1 |
| | | | | | (cherry picked from commit e7e5039d6940e41839dcef0433262ff363408dad) Co-authored-by: Paul Monson <paulmon@users.noreply.github.com> | ||||
* | bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866) | Miss Islington (bot) | 2019-06-06 | 1 | -2/+3 |
| | | | | | (cherry picked from commit e0c0c7e8c9f8153a54b92e43aa3d09e69a9fd0c0) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
* | bpo-34271: Fix compatibility with 1.0.2 (GH-13728) | Christian Heimes | 2019-06-03 | 1 | -1/+2 |
| | | | | | | Fix various compatibility issues with LibreSSL and OpenSSL 1.0.2 introduced by bpo-34271. Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-37081: Test with OpenSSL 1.1.1c (GH-13631) | Christian Heimes | 2019-06-03 | 1 | -3/+3 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Add description to the command line help of the argument clinic (GH-8518) | Tim Hoffmann | 2019-06-02 | 1 | -1/+8 |
| | |||||
* | Clean up and reduce visual clutter in the makeunicode.py script. (GH-7558) | Stefan Behnel | 2019-06-01 | 1 | -263/+275 |
| | |||||
* | bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) | Jeroen Demeyer | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | bpo-36974: Fix GDB integration (GH-13665) | Petr Viktorin | 2019-05-29 | 1 | -1/+2 |
| | | | | | | | | | | | As it changes the way functions are called, the PEP 590 implementation skipped the functions that the GDB integration is looking for (by name) to find function calls. Looking for the new helper `cfunction_call_varargs` hopefully fixes the tests, and thus buildbots. The changed frame nuber in test_gdb is due to there being fewer C calls when calling a built-in method. | ||||
* | bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py ↵ | Chih-Hsuan Yen | 2019-05-26 | 1 | -0/+2 |
| | | | | | | | | | | | | (GH-13583) Constant.kind is added in https://bugs.python.org/issue36280. Current possible values for Constant.kind are "u" or None. For r'bar' and b'bar', Constant.kind value is None, so there's no need for special handling. https://bugs.python.org/issue37053 | ||||
* | bpo-36511: Ensure error code propagates out of batch files (GH-13529) | Paul Monson | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | bpo-36511: Windows arm32 buildbot changes (remove extra space) (GH-13351) | Paul Monson | 2019-05-15 | 1 | -1/+1 |
| | | | | | | | @zooba I just realized that this whitespace fix didn't get pushed. https://bugs.python.org/issue36511 | ||||
* | bpo-36511: Windows ARM32 buildbot changes (GH-12917) | Paul Monson | 2019-05-15 | 1 | -0/+35 |
| | |||||
* | closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) | Benjamin Peterson | 2019-05-09 | 1 | -1/+1 |
| | | | Adds ㋿. | ||||
* | bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026) | Zackery Spytz | 2019-05-02 | 1 | -4/+3 |
| | |||||
* | bpo-36540: PEP 570 -- Implementation (GH-12701) | Pablo Galindo | 2019-04-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) | 周家未 | 2019-04-22 | 1 | -1/+1 |
| | |||||
* | bpo-36642: make unicodedata const (GH-12855) | Inada Naoki | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | bpo-36345: Update wsgiref example (GH-12562) | Stéphane Wirtel | 2019-04-16 | 1 | -2/+3 |
| | | | | Use literalinclude markup to include Tools/scripts/serve.py code. Tools/scripts/serve.py first argument on the command line is now optional. | ||||
* | Allow Windows layout builds to fully skip code signing (GH-12808) | Steve Dower | 2019-04-12 | 2 | -3/+8 |
| | |||||
* | Enable building nuget packages for ARM32 (GH-12669) | Paul Monson | 2019-04-12 | 3 | -3/+36 |
| | |||||
* | Tools/importbench: Fix a misplaced stderr= (GH-12690) | Anthony Sottile | 2019-04-05 | 1 | -2/+2 |
| | |||||
* | bpo-36085: Add installer check for KB2533625 (GH-12636) | Steve Dower | 2019-03-31 | 3 | -10/+31 |
| | |||||
* | bpo-36010: Add venv to the nuget distribution (GH-12367) | Paul Moore | 2019-03-30 | 1 | -1/+1 |
| | |||||
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) | Serhiy Storchaka | 2019-03-30 | 27 | -258/+248 |
| | |||||
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926) | Serhiy Storchaka | 2019-03-30 | 5 | -228/+226 |
| | |||||
* | bpo-35947: Update Windows to the current version of libffi (GH-11797) | Paul Monson | 2019-03-29 | 1 | -0/+6 |
| | | | We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation. | ||||
* | bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566) | Steve Dower | 2019-03-27 | 1 | -0/+15 |
| | |||||
* | bpo-35884: Add string-keys-only microbenchmark for dict access to ↵ | Stefan Behnel | 2019-03-25 | 1 | -12/+28 |
| | | | | var_access_benchmark.py (GH-11905) | ||||
* | bpo-32217: Correct usage of ABI tags in freeze. (GH-4719) | AraHaan | 2019-03-23 | 1 | -1/+4 |
| | | | | Check for sys.abiflags before using since not all platforms have it defined. | ||||
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. ↵ | Serhiy Storchaka | 2019-03-14 | 1 | -49/+147 |
| | | | | (GH-12058) | ||||
* | bpo-36174: Update nuget authoring for new license field. (GH-12300) | Steve Dower | 2019-03-12 | 4 | -9/+4 |
| | |||||
* | bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848) | Lisa Roach | 2019-03-12 | 1 | -1/+1 |
| | |||||
* | closes bpo-33376: Update to Unicode 12.0.0. (GH-12256) | Benjamin Peterson | 2019-03-10 | 1 | -1/+1 |
| | |||||
* | bpo-36048: Use __index__() instead of __int__() for implicit conversion if ↵ | Serhiy Storchaka | 2019-02-25 | 1 | -0/+2 |
| | | | | | | available. (GH-11952) Deprecate using the __int__() method in implicit conversions of Python numbers to C integers. | ||||
* | bpo-36101: remove non-ascii characters in docstring (GH-12018) | animalize | 2019-02-24 | 1 | -0/+3 |
| | | | | | * remove non-ascii characters in docstring * clinic.py emits a warning when docstring has non-ascii character | ||||
* | bpo-35884: Add missing FIFO queue benchmark (GH-11898) | Raymond Hettinger | 2019-02-16 | 1 | -1/+10 |
| | | | https://bugs.python.org/issue35884 | ||||
* | Fix typo (micro->nano) (GH-11759) | Raymond Hettinger | 2019-02-05 | 1 | -1/+1 |
| | |||||
* | bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744) | Steve Dower | 2019-02-05 | 1 | -1/+2 |
| | |||||
* | bpo-35884: Add variable access benchmarking script (GH-11725) | Raymond Hettinger | 2019-02-03 | 1 | -0/+272 |
| | |||||
* | bpo-34691: Compile _contextvars module into main Python library (GH-11741) | Steve Dower | 2019-02-02 | 1 | -1/+1 |
| | |||||
* | bpo-35224: Add support for NamedExpr to unparse.py (GH-11670) | Victor Stinner | 2019-01-25 | 1 | -0/+7 |
| | |||||
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 1 | -40/+0 |
| | | | | | Use _PyArg_CheckPositional() and inlined code instead of PyArg_UnpackTuple() and _PyArg_UnpackStack() if all parameters are positional and use the "object" converter. | ||||
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. ↵ | Serhiy Storchaka | 2019-01-11 | 1 | -86/+163 |
| | | | | (GH-11313) | ||||
* | bpo-23867: Argument Clinic: inline parsing code for a single positional ↵ | Serhiy Storchaka | 2018-12-25 | 1 | -16/+433 |
| | | | | parameter. (GH-9689) |