Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 21, 2022
bpo-46417: Py_Finalize() clears static types
Show description for bc5a54ccommittedbpo-46426: Improve tests for the dir_fd argument (GH-30668)
Show description for 54610bbauthored- authored
- authored
- authored
bpo-46417: signal uses PyStructSequence_NewType() (GH-30735)
Show description for d013b24authoredbpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55authoredbpo-46417: time module uses PyStructSequence_NewType() (GH-30734)
Show description for 17f268aauthoredbpo-46417: _thread uses PyStructSequence_NewType() (GH-30733)
Show description for f389b37authoredbpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Show description for 6415e2eauthoredbpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eabauthored
Commits on Jan 20, 2022
- authored
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
Show description for 9e87c0eauthored- authored
bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501)
Show description for a1c8841authored- authored
- authored
- authored
bpo-46409: Make generators in bytecode (GH-30633)
Show description for b04dfbbauthored- authored
- authored
Commits on Jan 19, 2022
- authored
doc: Clarify os.urandom return type (#30282)
Show description for 4b99803authoreddocs: correct outdated MappingProxyType docstrings (#30281)
Show description for 2d10fa9authoredUpdate documentation in datetime module strftime-and-strptime-behavior fix typo in '%W' format code description (GH-30232)
Show description for d45cd2dauthored- authoredErlend Egeberg Aasland
bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)
Show description for 1faf7c4authoredbpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH-30640)
Show description for 0a49148bpo-45680: Clarify documentation on ``GenericAlias`` objects (GH-29335)
Show description for 0eae9a2bpo-46416: Allow direct invocation of `Lib/test/test_typing.py` (GH-30641)
Show description for 2792d6dauthored- authored
- authored
Commits on Jan 18, 2022
bpo-45535: [Enum] include special dunders in dir() (GH-30677)
Show description for 7c0914dauthoredbpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
Show description for 3852269authoredbpo-44024: Improve the TypeError message in getattr and hasattr (GH-25863)
Show description for 16bf9bdauthored