| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-92203: Add closure support to exec(). (#92204) | larryhastings | 2022-05-06 | 1 | -11/+26 |
|
|
* | gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) | Victor Stinner | 2022-05-03 | 6 | -39/+39 |
|
|
* | Use FASTCALL for __import__ (GH-31752) | Kumar Aditya | 2022-03-11 | 1 | -1/+80 |
|
|
* | bpo-46328: Add sys.exception() (GH-30514) | Irit Katriel | 2022-01-13 | 1 | -1/+23 |
|
|
* | bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656) | Eric Snow | 2021-10-14 | 1 | -10/+27 |
|
|
* | bpo-45020: Identify which frozen modules are actually aliases. (gh-28655) | Eric Snow | 2021-10-05 | 1 | -2/+5 |
|
|
* | bpo-45324: Capture data in FrozenImporter.find_spec() to use in exec_module()... | Eric Snow | 2021-10-05 | 1 | -10/+57 |
|
|
* | bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen... | Eric Snow | 2021-09-14 | 1 | -1/+32 |
|
|
* | bpo-45019: Do some cleanup related to frozen modules. (gh-28319) | Eric Snow | 2021-09-13 | 1 | -1/+19 |
|
|
* | Add tests for the C tokenizer and expose it as a private module (GH-27924) | Pablo Galindo Salgado | 2021-08-24 | 1 | -0/+41 |
|
|
* | bpo-20201: variadic arguments support for AC (GH-18609) | Batuhan Taskaya | 2021-07-16 | 1 | -1/+75 |
|
|
* | Remove sys._deactivate_opcache() now that is not needed (GH-27154) | Pablo Galindo Salgado | 2021-07-15 | 1 | -19/+1 |
|
|
* | bpo-43918: document signature and default argument of `anext` builtin (#25551) | Erik Welch | 2021-06-22 | 1 | -2/+5 |
|
|
* | bpo-44187: Quickening infrastructure (GH-26264) | Mark Shannon | 2021-06-07 | 1 | -1/+28 |
|
|
* | bpo-31861: Add aiter and anext to builtins (#23847) | Joshua Bronson | 2021-03-23 | 1 | -1/+45 |
|
|
* | bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui... | Pablo Galindo | 2021-02-28 | 1 | -1/+19 |
|
|
* | bpo-41435: Add sys._current_exceptions() function (GH-21689) | Julien Danjou | 2020-11-02 | 1 | -1/+21 |
|
|
* | bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847) | Alex Povel | 2020-06-03 | 1 | -3/+3 |
|
|
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 1 | -2/+2 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 6 | -86/+6 |
|
|
* | bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) | Victor Stinner | 2020-02-03 | 1 | -26/+1 |
|
|
* | Shorter docstring (GH-16322) | Raymond Hettinger | 2019-09-21 | 1 | -2/+2 |
|
|
* | bpo-38237: Make pow's arguments have more descriptive names and be keyword pa... | Ammar Askar | 2019-09-21 | 1 | -18/+24 |
|
|
* | bpo-37206: Unrepresentable default values no longer represented as None. (GH-... | Serhiy Storchaka | 2019-09-14 | 4 | -8/+8 |
|
|
* | bpo-37034: Display argument name on errors with keyword arguments with Argume... | RĂ©mi Lapeyre | 2019-08-29 | 5 | -19/+19 |
|
|
* | bpo-37942: Improve argument clinic float converter (GH-15470) | Raymond Hettinger | 2019-08-25 | 1 | -4/+10 |
|
|
* | bpo-37414: Remove sys.callstats() (GH-14398) | Victor Stinner | 2019-06-26 | 1 | -38/+1 |
|
|
* | bpo-37392: Remove sys.setcheckinterval() (GH-14355) | Victor Stinner | 2019-06-25 | 1 | -57/+1 |
|
|
* | bpo-35766: compile(): rename feature_version parameter (GH-13994) | Victor Stinner | 2019-06-12 | 1 | -5/+9 |
|
|
* | bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1... | Matthias Bussonnier | 2019-05-28 | 1 | -28/+1 |
|
|
* | bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) | Victor Stinner | 2019-05-27 | 1 | -4/+5 |
|
|
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -1/+33 |
|
|
* | bpo-36829: Add sys.unraisablehook() (GH-13187) | Victor Stinner | 2019-05-22 | 1 | -1/+17 |
|
|
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 5 | -26/+206 |
|
|
* | bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) | Guido van Rossum | 2019-03-07 | 1 | -7/+8 |
|
|
* | bpo-36101: remove non-ascii characters in docstring (GH-12018) | animalize | 2019-02-24 | 1 | -2/+2 |
|
|
* | bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) | Serhiy Storchaka | 2019-01-11 | 4 | -49/+89 |
|
|
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... | Serhiy Storchaka | 2019-01-11 | 4 | -23/+91 |
|
|
* | bpo-20182: AC convert Python/sysmodule.c (GH-11328) | Tal Einat | 2018-12-31 | 1 | -4/+970 |
|
|
* | bpo-23867: Argument Clinic: inline parsing code for a single positional param... | Serhiy Storchaka | 2018-12-25 | 3 | -10/+45 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 6 | -29/+29 |
|
|
* | bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen... | Raymond Hettinger | 2018-09-12 | 1 | -6/+7 |
|
|
* | Add docstrings to public methods from context.c (GH-8531) | Peter Lamut | 2018-07-30 | 1 | -9/+36 |
|
|
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -0/+146 |
|
|
* | bpo-32591: Add native coroutine origin tracking (#5250) | Nathaniel J. Smith | 2018-01-21 | 1 | -0/+66 |
|
|
* | bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-... | Nathaniel J. Smith | 2018-01-07 | 1 | -0/+35 |
|
|
* | bpo-32240: Add the const qualifier to declarations of PyObject* array argumen... | Serhiy Storchaka | 2017-12-15 | 4 | -24/+24 |
|
|
* | closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) | Benjamin Peterson | 2017-12-09 | 1 | -1/+36 |
|
|
* | bpo-30950: Convert round() to Argument Clinic. (#2740) | Serhiy Storchaka | 2017-11-15 | 1 | -1/+35 |
|
|
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | Serhiy Storchaka | 2017-07-03 | 4 | -86/+22 |
|
|