| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (... | Steve Dower | 2023-01-13 | 1 | -1/+70 |
|
|
* | gh-100776: Fix misleading default value in help(input) (#100788) | Shantanu | 2023-01-08 | 1 | -2/+2 |
|
|
* | gh-100357: Convert several functions in `bltinsmodule` to AC (#100358) | Nikita Sobolev | 2022-12-24 | 1 | -1/+195 |
|
|
* | Correct CVE-2020-10735 documentation (#100306) | Jeremy Paige | 2022-12-18 | 1 | -2/+2 |
|
|
* | bpo-15999: Accept arbitrary values for boolean parameters. (#15609) | Serhiy Storchaka | 2022-12-03 | 1 | -3/+3 |
|
|
* | GH-98686: Quicken everything (GH-98687) | Brandt Bucher | 2022-11-02 | 1 | -28/+1 |
|
|
* | gh-96143: Improve perf profiler docs (#96445) | Erlend E. Aasland | 2022-10-27 | 1 | -4/+6 |
|
|
* | gh-97841: Add methoddef for _filters_mutated (gh-98115) | Dong-hee Na | 2022-10-09 | 1 | -1/+18 |
|
|
* | gh-96526: Clarify format and __format__ docstrings (gh-96648) | Michael | 2022-10-03 | 1 | -5/+8 |
|
|
* | Fix typos in `bltinmodule.c`. (GH-97766) | Nikita Sobolev | 2022-10-03 | 1 | -5/+5 |
|
|
* | gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499) | Gregory P. Smith | 2022-09-02 | 1 | -1/+77 |
|
|
* | gh-96143: Allow Linux perf profiler to see Python calls (GH-96123) | Pablo Galindo Salgado | 2022-08-30 | 1 | -1/+74 |
|
|
* | GH-93503: Add thread-specific APIs to set profiling and tracing functions in ... | Pablo Galindo Salgado | 2022-08-24 | 1 | -1/+25 |
|
|
* | gh-90928: Improve static initialization of keywords tuple in AC (#95907) | Erlend E. Aasland | 2022-08-13 | 6 | -261/+111 |
|
|
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 8 | -23/+566 |
|
|
* | gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic (#92891) | Oleg Iarygin | 2022-07-20 | 1 | -1/+82 |
|
|
* | GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime.... | Mark Shannon | 2022-06-21 | 1 | -1/+105 |
|
|
* | 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 |
|
|