pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit
) Co-authored-by: Zackery Spytz <[email protected]>
pushed a commit to miss-islington/cpython that referenced this pull request
(cherry picked from commit
) Co-authored-by: Zackery Spytz <[email protected]>
added a commit that referenced this pull request
(cherry picked from commit
) Co-authored-by: Zackery Spytz <[email protected]>
added a commit that referenced this pull request
(cherry picked from commit
) Co-authored-by: Zackery Spytz <[email protected]>
added a commit to CuriousLearner/cpython that referenced this pull request
* 'master' of github.com:python/cpython: (2949 commits) Add files in tests/test_peg_generator to the install target lists (
) bpo-40398: Fix typing.get_args() for special generic aliases. (
) bpo-40348: Fix typos in the programming FAQ (
) bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (
) bpo-40401: Remove duplicate pyhash.h include from pythoncore.vcxproj (
) bpo-40387: Improve queue join() example. (
) bpo-40396: Support GenericAlias in the typing functions. (
) Fix typo in Lib/typing.py (
) Fix typo in object.__format__ docs (
) bpo-40275: Avoid importing logging in test.support (
) bpo-40275: Avoid importing socket in test.support (
) bpo-40275: Avoid importing asyncio in test.support (
) bpo-40279: Add some error-handling to the module initialisation docs example (
) closes bpo-40385: Remove Tools/scripts/checkpyc.py (
) bpo-40334: Add What's New sections for PEP 617 and PEP 585 (
) bpo-40340: Separate examples more clearly in the programming FAQ (
) bpo-40360: Deprecate lib2to3 module in light of PEP 617 (
) bpo-40334: Rewrite test_c_parser to avoid memory leaks (
) bpo-38061: subprocess uses closefrom() on FreeBSD (
) bpo-38061: os.closerange() uses closefrom() on FreeBSD (
) ...