December 26, 2020 β January 2, 2021
Overview
-
0 Active Issues
-
- 83 Merged Pull Requests
- 35 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
83 Pull requests merged by 25 people
-
[3.9] bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446).
#24057 merged
Jan 2, 2021 -
[3.6] Bring Python into the new year (GH-24036)
#24054 merged
Jan 2, 2021 -
[3.9] bpo-42756: Configure LMTP Unix-domain socket to use global defaβ¦
#24050 merged
Jan 2, 2021 -
bpo-41559: Documentation for PEP 612
#24000 merged
Jan 2, 2021 -
[3.9] bpo-39068: Fix race condition in base64 (GH-17627)
#24051 merged
Jan 1, 2021 -
[3.6] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
#24042 merged
Jan 1, 2021 -
[3.7] Bring Python into the new year. (GH-24036)
#24052 merged
Jan 1, 2021 -
[3.7] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
#24041 merged
Jan 1, 2021 -
[3.8] bpo-26407: Do not mask errors in csv. (GH-20536)
#24021 merged
Jan 1, 2021 -
[3.8] bpo-39068: Fix race condition in base64 (GH-17627)
#24022 merged
Jan 1, 2021 -
[3.8] bpo-36589: Fix the error handling in curses.update_lines_cols() (GH-12766)
#24023 merged
Jan 1, 2021 -
[3.8] bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446).
#24025 merged
Jan 1, 2021 -
[3.8] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
#24026 merged
Jan 1, 2021 -
[3.8] Bring Python into the new year. (GH-24036)
#24046 merged
Jan 1, 2021 -
[3.9] Bring Python into the new year. (GH-24036)
#24045 merged
Jan 1, 2021 -
bpo-42756: Configure LMTP Unix-domain socket to use global default timeout when timeout not provided
#23969 merged
Jan 1, 2021 -
Bring Python into the new year.
#24036 merged
Jan 1, 2021 -
[3.9] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
#24039 merged
Jan 1, 2021 -
[3.8] bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)
#24040 merged
Jan 1, 2021 -
bpo-42794: Update test_nntplib to use offical group name for testing
#24037 merged
Jan 1, 2021 -
[3.9] bpo-42781: Document the mechanics of cached_property from a user viewpoint (GH-24031)
#24035 merged
Jan 1, 2021 -
bpo-42781: Document the mechanics of cached_property from a user viewpoint
#24031 merged
Jan 1, 2021 -
[3.9] Fixes a typo in importlib.metadata. (GH-23921) bpo-42728
#24029 merged
Dec 31, 2020 -
[3.8] Fixes a typo in importlib.metadata. bpo-42728 (GH-23921)
#24030 merged
Dec 31, 2020 -
bpo-37193: remove thread objects which finished process its request
#23127 merged
Dec 31, 2020 -
bpo-42728: Fixes a typo in importlib.metadata.
#23921 merged
Dec 31, 2020 -
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor)
#23010 merged
Dec 31, 2020 -
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist`
#23758 merged
Dec 31, 2020 -
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons
#23980 merged
Dec 31, 2020 -
[3.8] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861).
#24016 merged
Dec 31, 2020 -
[3.9] bpo-41224: Add versionadded for Symbol.is_annotated (GH-23861).
#24017 merged
Dec 31, 2020 -
bpo-39068 guard _b85chars2 initialization
#17627 merged
Dec 31, 2020 -
Convolve tweak
#24012 merged
Dec 30, 2020 -
bpo-42773: fix tests not being run on pushes
#24004 merged
Dec 30, 2020 -
bpo-27640: Add --disable-test-modules configure option
#23886 merged
Dec 30, 2020 -
bpo-27794: Add `name` attribute to `property` class
#23967 merged
Dec 30, 2020 -
bpo-40137: Fix refleak in _functools_exec()
#24006 merged
Dec 30, 2020 -
bpo-40052: Fix alignment issue in PyVectorcall_Function()
#23999 merged
Dec 29, 2020 -
bpo-41224: Add versionadded for Symbol.is_annotated
#23861 merged
Dec 29, 2020 -
bpo-40956: Convert _sqlite3.Row to Argument Clinic
#23964 merged
Dec 29, 2020 -
[3.9] bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
#23997 merged
Dec 29, 2020 -
[3.8] bpo-23328 Allow / character in username,password fields in _PROXY envvars.
#23992 merged
Dec 29, 2020 -
bpo-42655: Fix subprocess extra_groups gid conversion
#23762 merged
Dec 29, 2020 -
[3.9] bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
#23994 merged
Dec 29, 2020 -
[3.9] bpo-23328 Allow / character in username,password fields in _PROXY envvars. (GH-23973)
#23993 merged
Dec 29, 2020 -
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec.
#23405 merged
Dec 29, 2020 -
[3.8] bpo-42700: Swap descriptions in pyexpat.errors (GH-23876)
#23995 merged
Dec 29, 2020 -
bpo-42700: Swap descriptions in pyexpat.errors
#23876 merged
Dec 29, 2020 -
[3.9] [doc] Fix missing commas in signatures (GH-23693)
#23891 merged
Dec 29, 2020 -
[3.8] [doc] Fix missing commas in signatures (GH-23693)
#23892 merged
Dec 29, 2020 -
Fix minor typo in readline.c
#23911 merged
Dec 29, 2020 -
bpo-23328 Allow / character in username,password fields in _PROXY envvars.
#23973 merged
Dec 29, 2020 -
bpo-41781: Rectify 'chek' typo in typing.py
#23957 merged
Dec 29, 2020 -
[3.9] bpo-16396: fix BPO number in changelog (GH-23951)
#23956 merged
Dec 29, 2020 -
Fix a confusing, incorrect reference to "subprocess.POpen"
#23958 merged
Dec 29, 2020 -
[3.9] bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
#23991 merged
Dec 29, 2020 -
[3.9] bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
#23989 merged
Dec 29, 2020 -
[3.8] bpo-42749: Use dynamic version to test for unsupported bignum in Tk (GH-23966)
#23990 merged
Dec 29, 2020 -
bpo-42759: Fix equality comparison of Variable and Font in Tkinter
#23968 merged
Dec 29, 2020 -
bpo-42749: Use dynamic version to test for unsupported bignum in Tk
#23966 merged
Dec 29, 2020 -
[3.9] bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
#23985 merged
Dec 29, 2020 -
[3.8] bpo-42770: Fix a typo in the email.headerregistry docs (GH-23982)
#23984 merged
Dec 29, 2020 -
bpo-42770: Fix a typo in the email.headerregistry docs
#23982 merged
Dec 29, 2020 -
bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin
#23942 merged
Dec 29, 2020 -
Fix compiler warnings regarding loss of data
#23983 merged
Dec 29, 2020 -
Use Py_NewRef in Modules/_struct.c
#23981 merged
Dec 28, 2020 -
[3.9] bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
#23977 merged
Dec 28, 2020 -
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable
#23963 merged
Dec 28, 2020 -
bpo-42222: Modernize integer test/conversion in randrange()
#23064 merged
Dec 28, 2020 -
[workflow] Use MSVC problem matcher for Windows action build
#18532 merged
Dec 28, 2020 -
bpo-40077: Fix typo in simplequeue_get_state_by_type()
#23975 merged
Dec 28, 2020 -
bpo-1635741: Fix ref. leak introduced by bf64d90
#23972 merged
Dec 28, 2020 -
[3.9] bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
#23970 merged
Dec 27, 2020 -
bpo-42755: Fix sqlite3.Connection.backup docs
#23965 merged
Dec 27, 2020 -
bpo-1635741: sqlite3 now uses Py_NewRef and Py_XNewRef
#23170 merged
Dec 27, 2020 -
bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2
#23838 merged
Dec 27, 2020 -
bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5
#23955 merged
Dec 27, 2020 -
bpo-42745: finalize_interp_types() calls _PyType_Fini()
#23953 merged
Dec 26, 2020 -
Add small validator utility for PEG grammars
#23519 merged
Dec 26, 2020 -
bpo-16396: fix BPO number in changelog
#23951 merged
Dec 26, 2020 -
bpo-42748: Use exec_module instead of load_module
#23954 merged
Dec 26, 2020
35 Pull requests opened by 22 people
-
socket.socket should be a class instead of a function
#23960 opened
Dec 27, 2020 -
[3.8] bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)
#23971 opened
Dec 27, 2020 -
Docs: Remove stray semicolon in init.rst
#23974 opened
Dec 28, 2020 -
bpo-40522: Store tstate in a Thread Local Storage
#23976 opened
Dec 28, 2020 -
bpo-42048: Document AC's defining_class converter
#23978 opened
Dec 28, 2020 -
bpo-42775: call init_subclass and set_name from type.__init__
#23986 opened
Dec 29, 2020 -
bpo-35134: Add Include/cpython/pytime.h file
#23988 opened
Dec 29, 2020 -
bpo-42778: Add `follow_symlinks` optional argument to os.path and pathlib samefile methods
#23996 opened
Dec 29, 2020 -
Update
#23998 opened
Dec 29, 2020 -
bpo-42782: Fail fast in shutil.move() to avoid creating destination directories on failure
#24001 opened
Dec 29, 2020 -
bpo-42783: Documentation for asyncio.sleep(0)
#24002 opened
Dec 29, 2020 -
Doc: use `python -m pip` rather than plain `pip` in examples
#24003 opened
Dec 29, 2020 -
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
#24005 opened
Dec 29, 2020 -
bpo-40956: Convert _sqlite3.Cursor to Argument Clinic
#24007 opened
Dec 30, 2020 -
bpo-24464: Deprecate sqlite3.enable_shared_cache
#24008 opened
Dec 30, 2020 -
bpo-42789: Don't skip curses tests on non-tty.
#24009 opened
Dec 30, 2020 -
[3.8] bpo-42773: fix tests not being run on pushes (GH-24004)
#24010 opened
Dec 30, 2020 -
[3.9] bpo-42773: fix tests not being run on pushes (GH-24004)
#24011 opened
Dec 30, 2020 -
bpo-40631: Improve error message when deleting single starred element
#24015 opened
Dec 30, 2020 -
bpo-42772: Step argument ignored when stop is None.
#24018 opened
Dec 31, 2020 -
bpo-40631: Disallow single parenthesized star target
#24027 opened
Dec 31, 2020 -
bpo-42797: Add `-m` option for `doctest`
#24028 opened
Dec 31, 2020 -
[3.8] bpo-37193: Remove thread objects which finished process its request (GH-23127)
#24032 opened
Jan 1, 2021 -
[3.9] bpo-37193: Remove thread objects which finished process its request (GH-23127)
#24033 opened
Jan 1, 2021 -
bpo-25479: Patch to increase __subclasshook__ test coverage of abc.py
#24034 opened
Jan 1, 2021 -
bpo-4643: Handles failure with getattr exception in cgitb
#24038 opened
Jan 1, 2021 -
bpo-42802: Remove distutils bdist_wininst command
#24043 opened
Jan 1, 2021 -
Replace double quotes in code with single codes
#24044 opened
Jan 1, 2021 -
Create intent.json
#24048 opened
Jan 1, 2021 -
bpo-42686: Enable SQLite math functions in Windows build
#24053 opened
Jan 1, 2021 -
bpo-42557: importable asyncio.__main__ with preamble feature
#24055 opened
Jan 2, 2021 -
bpo-41559: Convert lists to tuples in genericalias to prepare for PEP 612
#24056 opened
Jan 2, 2021 -
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance
#24058 opened
Jan 2, 2021 -
bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union
#24059 opened
Jan 2, 2021 -
bpo-42809: Improve pickle tests for recursive data.
#24060 opened
Jan 2, 2021
43 Unresolved conversations
Sometimes conversations happen on old items that arenβt yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bpo-41994: Fix refcount issues in Python/import.c
#22632 commented on
Dec 30, 2020 β’ 4 new comments -
bpo-40077: Convert arraymodule to use heap types and establish module state
#23124 commented on
Dec 31, 2020 β’ 4 new comments -
bpo-37324: Remove ABC aliases from collections
#23754 commented on
Dec 30, 2020 β’ 4 new comments -
bpo-42257: handle empty string in variable executable in platform.libc_ver()
#23140 commented on
Jan 2, 2021 β’ 3 new comments -
bpo-29086: Add stableabi option to Documentation
#23185 commented on
Dec 31, 2020 β’ 3 new comments -
bpo-38435: Add setpgid support to subprocess.Popen
#23930 commented on
Dec 29, 2020 β’ 3 new comments -
bpo-37319: Deprecated support of non-integer arguments in random.randrange().
#19112 commented on
Dec 29, 2020 β’ 2 new comments -
bpo-40937: Do not expose abstract collection classes in the collections module
#20774 commented on
Jan 2, 2021 β’ 2 new comments -
bpo-8264: Document hasattr and getattr behavior for private attributes
#23513 commented on
Jan 2, 2021 β’ 2 new comments -
bpo-42035: Add a PyType_GetName() to get type's name.
#23903 commented on
Dec 29, 2020 β’ 2 new comments -
bpo-694339: IDLE: Dedenting with shift+tab
#2210 commented on
Dec 29, 2020 β’ 1 new comment -
bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser
#6578 commented on
Dec 28, 2020 β’ 1 new comment -
bpo-26515: Update C API docs to use PyModuleDef_Init()
#8682 commented on
Dec 29, 2020 β’ 1 new comment -
bpo-39622: Use a custom signal handler in asyncio.run()
#18628 commented on
Dec 27, 2020 β’ 1 new comment -
bpo-37903: IDLE: Shell sidebar with prompts (take #2)
#22682 commented on
Dec 30, 2020 β’ 1 new comment -
bpo-42066: CookieJar cookies should not be sorted
#22745 commented on
Jan 2, 2021 β’ 1 new comment -
bpo-38413: Improve documentation of sqlite3 module
#23159 commented on
Dec 30, 2020 β’ 1 new comment -
bpo-42376: New C-APIs to simplify module attribute declaration
#23286 commented on
Dec 27, 2020 β’ 1 new comment -
bpo-42422: Add new crasher to cover multiple versions of python interpreter
#23448 commented on
Dec 27, 2020 β’ 1 new comment -
bpo-42454: Optimize constant slice creation
#23496 commented on
Jan 1, 2021 β’ 1 new comment -
bpo-42455: Add decorator_factory to functools module
#23501 commented on
Dec 31, 2020 β’ 1 new comment -
bpo-42088: Use "SimpleNamespace(...)" in the repr for SimpleNamespace
#23502 commented on
Dec 28, 2020 β’ 1 new comment -
bpo-42101: allow inheritance of venv
#23504 commented on
Jan 2, 2021 β’ 1 new comment -
bpo-42461: show f_fsid when pring os.statvfs object
#23511 commented on
Dec 31, 2020 β’ 1 new comment -
bpo-42413: Replace concurrent.futures.TimeoutError and asyncio.TimeoutError with builtin TimeoutError
#23520 commented on
Dec 27, 2020 β’ 1 new comment -
bpo-42476: Allow cross compiling on darwin
#23523 commented on
Dec 30, 2020 β’ 1 new comment -
bpo-42513: Attempt to fix hang caused by failure to test pollfd.revents
#23567 commented on
Dec 27, 2020 β’ 1 new comment -
bpo-42524: Add `retval [variable]` option to pdb
#23601 commented on
Jan 1, 2021 β’ 1 new comment -
bpo-38520: Add multiprocessing.main_process()
#23621 commented on
Jan 2, 2021 β’ 1 new comment -
bpo-36694: Do not memoize temporary objects in the C implementation of pickle.
#13036 commented on
Jan 1, 2021 β’ 0 new comments -
bpo-36656: Add race-free os.symlink wrapper / helper
#14464 commented on
Dec 29, 2020 β’ 0 new comments -
WIP: bpo-33327: Add IMAP4.move_messages() method.
#19072 commented on
Dec 30, 2020 β’ 0 new comments -
bpo-40766: Add support for 'directonly' and 'innocuous' flags for user-defined functions
#20398 commented on
Dec 28, 2020 β’ 0 new comments -
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15
#20530 commented on
Dec 27, 2020 β’ 0 new comments -
bpo-34916: Add support for aggregate window functions in sqlite3
#20903 commented on
Dec 28, 2020 β’ 0 new comments -
bpo-41967: Handle annotations in the parser to avoid the need for roundtrip
#22587 commented on
Dec 26, 2020 β’ 0 new comments -
bpo-42128: Structural Pattern Matching (PEP 634)
#22917 commented on
Dec 27, 2020 β’ 0 new comments -
bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). Update docs.
#23686 commented on
Dec 26, 2020 β’ 0 new comments -
bpo-35332: shutil.rmtree(ignore_errors=True) doesn't handle os.close()
#23766 commented on
Dec 29, 2020 β’ 0 new comments -
bpo-42722: Add --debug command line option to unittest to enable post-mortem debugging
#23900 commented on
Dec 29, 2020 β’ 0 new comments -
bpo-38308: Fix the "versionchanged" for the *weights* of harmonic_mean()
#23919 commented on
Dec 29, 2020 β’ 0 new comments -
bpo-31904: add --enable-pyc-build --enable-opt1-pyc-build and --enable-opt2-pyc-build option for configure
#23920 commented on
Dec 29, 2020 β’ 0 new comments -
bpo-42737: Drop code generation for annotations with complex targets
#23952 commented on
Dec 27, 2020 β’ 0 new comments