Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-44353: Implement typing.NewType __call__ method in C (#27262) | Yurii Karabas | 2021-07-22 | 1 | -0/+1 |
| | | | | Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Denis Laxalde <denis@laxalde.org> | ||||
* | bpo-42955: Add _overlapped to sys.stdlib_module_names (GH-25122) | Victor Stinner | 2021-04-01 | 1 | -0/+1 |
| | |||||
* | bpo-43456: Remove _xxsubinterpreters from sys.stdlib_module_names (GH-24814) | Victor Stinner | 2021-03-10 | 1 | -1/+0 |
| | |||||
* | bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798) | Victor Stinner | 2021-03-10 | 1 | -0/+2 |
| | | | | | | Add frozen modules to sys.stdlib_module_names. For example, add "_frozen_importlib" and "_frozen_importlib_external" names. Add "list_frozen" command to Programs/_testembed. | ||||
* | bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353) | Victor Stinner | 2021-01-27 | 1 | -12/+0 |
| | |||||
* | bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) | Victor Stinner | 2021-01-25 | 1 | -0/+317 |
* Rename _Py_module_names to _Py_stdlib_module_names. * Rename Python/module_names.h to Python/stdlib_module_names.h. |