January 18, 2021 – January 25, 2021
Overview
-
0 Active Issues
-
- 63 Merged Pull Requests
- 33 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
63 Pull requests merged by 27 people
-
Fix minor typo in the rest format in the enum docs
#24335 merged
Jan 25, 2021 -
Document new parenthesized with statements
#24281 merged
Jan 25, 2021 -
Typo in comment
#24199 merged
Jan 25, 2021 -
bpo-38250: [Enum] single-bit flags are canonical
#24215 merged
Jan 25, 2021 -
bpo-42955: Rename module_names to sys.stdlib_module_names
#24332 merged
Jan 25, 2021 -
[3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
#24320 merged
Jan 25, 2021 -
[3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
#24321 merged
Jan 25, 2021 -
bpo-42383: pdb: do not fail to restart the target if the current directory changed
#23412 merged
Jan 25, 2021 -
bpo-37319: Deprecated support of non-integer arguments in random.randrange().
#19112 merged
Jan 25, 2021 -
bpo-42869: Avoid an HTTP redirection.
#24174 merged
Jan 25, 2021 -
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility
#24282 merged
Jan 25, 2021 -
[3.9] bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
#24327 merged
Jan 25, 2021 -
bpo-42955: Fix sys.module_names doc
#24329 merged
Jan 25, 2021 -
bpo-42955: Add sys.modules_names
#24238 merged
Jan 25, 2021 -
[3.8] bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
#24328 merged
Jan 25, 2021 -
bpo-43013: Fix old tkinter module names in idlelib
#24326 merged
Jan 25, 2021 -
bpo-27772: Make preciding width with 0 valid in string format.
#11270 merged
Jan 25, 2021 -
[3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser (GH-6578).
#24318 merged
Jan 25, 2021 -
[3.9] bpo-43013: Update idlelib code to 3.x (GH-24315)
#24319 merged
Jan 24, 2021 -
[3.8] bpo-43013: Update idlelib code to 3.x (GH-24315)
#24317 merged
Jan 24, 2021 -
bpo-43013: Update idlelib code to 3.x
#24315 merged
Jan 24, 2021 -
bpo-43014: Improve performance of tokenize by 20-30%
#24311 merged
Jan 24, 2021 -
Remove full stop from bytes syntaxerror message
#24300 merged
Jan 23, 2021 -
[3.9] closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
#24306 merged
Jan 23, 2021 -
[3.8] closes bpo-43011: Fix DeprecationWarnings in test_ctypes (GH-24305)
#24307 merged
Jan 23, 2021 -
bpo-43011: Fix DeprecationWarnings in test_ctypes
#24305 merged
Jan 23, 2021 -
bpo-42996: Update a reference to PKCS #5 in hashlib docs to version 2.1
#24289 merged
Jan 22, 2021 -
bpo-41798: Allocate the _curses._C_API on the heap memory.
#24186 merged
Jan 22, 2021 -
[3.9] bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
#24295 merged
Jan 22, 2021 -
[3.8] bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
#24296 merged
Jan 22, 2021 -
bpo-40304: Correct type(name, bases, dict) doc
#19553 merged
Jan 22, 2021 -
bpo-42384: pdb: correctly populate sys.path[0]
#23338 merged
Jan 22, 2021 -
bpo-31904: add library search path by wr-cc in add_cross_compiling_paths()
#24191 merged
Jan 22, 2021 -
bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorchooser
#6578 merged
Jan 21, 2021 -
Add a What's New entry for the parsing improvements
#24280 merged
Jan 21, 2021 -
[3.8] bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
#24277 merged
Jan 21, 2021 -
[3.9] bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
#24278 merged
Jan 21, 2021 -
Fix typo in what's new. bidst_wheel -> bdist_wheel
#24234 merged
Jan 21, 2021 -
bpo-42392: Mention loop removal in whatsnew for 3.10
#24256 merged
Jan 21, 2021 -
bpo-40176: Improve error messages for unclosed string literals
#19346 merged
Jan 20, 2021 -
bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError
#24273 merged
Jan 20, 2021 -
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option
#24210 merged
Jan 20, 2021 -
bpo-42323: Fix math.nextafter() for AIX libc
#24265 merged
Jan 20, 2021 -
bpo-42780: fix set_inheritable() for O_PATH file descriptors on Linux
#24172 merged
Jan 20, 2021 -
[3.8] Fix typos in unittest documentation (GH-24194)
#24268 merged
Jan 20, 2021 -
[doc] Fix addCleanupClass -> addClassCleanup typo
#24194 merged
Jan 20, 2021 -
bpo-42864: Fix compiler warning in tokenizer.c with the new paren stack for column numbers
#24266 merged
Jan 20, 2021 -
bpo-42048: Document AC's defining_class converter
#23978 merged
Jan 20, 2021 -
bpo-41798: Allocate unicodedata CAPI on the heap
#24128 merged
Jan 20, 2021 -
[3.8] bpo-36769: Document that fnmatch.filter supports any kind of iterable (GH-13039)
#24264 merged
Jan 20, 2021 -
Doc: os.path.abspath and Path.resolve are also different
#23276 merged
Jan 20, 2021 -
[3.9] bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
#24262 merged
Jan 20, 2021 -
[3.8] bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
#24263 merged
Jan 20, 2021 -
[3.9] bpo-41995: Handle allocation failure in _tracemalloc and _zoneinfo (GH-22635)
#24261 merged
Jan 20, 2021 -
bpo-42005: Fix CLI of cProfile and profile to catch BrokenPipeError
#22643 merged
Jan 20, 2021 -
bpo-41995 :fix five possible Null Pointer Dereference bugs.
#22635 merged
Jan 20, 2021 -
bpo-42864: Improve error messages regarding unclosed parentheses
#24161 merged
Jan 19, 2021 -
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext
#24254 merged
Jan 19, 2021 -
bpo-42955: Add Python/module_names.h
#24258 merged
Jan 19, 2021 -
bpo-41713: Remove PyOS_InitInterrupts() from python3dll.c
#24257 merged
Jan 19, 2021 -
Add a clarification for the object-domain allocators regarding pointer validity
#24253 merged
Jan 19, 2021 -
bpo-41818: Close file descriptors in test_openpty
#24119 merged
Jan 19, 2021
33 Pull requests opened by 25 people
-
bpo-42973: argparse: mixing optional and positional
#24259 opened
Jan 19, 2021 -
bpo-42974: inconsistent end col and line in tokenize case
#24260 opened
Jan 20, 2021 -
[3.9] Fix typos in unittest documentation (GH-24194)
#24267 opened
Jan 20, 2021 -
bpo-42981: Clarify error messages raised by _hashlib_scrypt_impl()
#24274 opened
Jan 20, 2021 -
bpo-42980: Add GnuStyleLongOptionsHelpFormatter
#24275 opened
Jan 20, 2021 -
bpo-42982: Increase suggested number of iterations of PBKDF2 to 250,000
#24276 opened
Jan 20, 2021 -
bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines
#24279 opened
Jan 20, 2021 -
docs: fix dangling `tp_alloc` [bug] in extending/newtypes_tutorial
#24283 opened
Jan 21, 2021 -
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel)
#24284 opened
Jan 21, 2021 -
bpo-42988: Improve pydoc web server security
#24285 opened
Jan 21, 2021 -
bpo-42991 Add 'demux' function to audioop module
#24286 opened
Jan 21, 2021 -
bpo-42994: Add MIME types for opus, AAC, 3gpp and 3gpp2
#24287 opened
Jan 21, 2021 -
bpo-42995: add PurePath.with_suffix_appended()
#24288 opened
Jan 21, 2021 -
bpo-42997: Improve error message for missing : before suites
#24292 opened
Jan 22, 2021 -
bpo-42997: Improve error message for missing : before suites
#24293 opened
Jan 22, 2021 -
bpo-42999: expand and clarify `pathlib.Path.link_to()` documentation.
#24294 opened
Jan 22, 2021 -
bpo-42967: only use '&' as a query string separator
#24297 opened
Jan 22, 2021 -
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_CodeEval and friends
#24298 opened
Jan 22, 2021 -
Link all sys constants in pkgutil doc
#24299 opened
Jan 23, 2021 -
Improve docs of PEP 604 Union
#24301 opened
Jan 23, 2021 -
bpo-43008: Make IDLE respect sys.excepthook
#24302 opened
Jan 23, 2021 -
bpo-43002: Fix description of behaviour of an exception class in 'from' clause
#24303 opened
Jan 23, 2021 -
bpo-43009: Port curses capi pointer array to a struct.
#24304 opened
Jan 23, 2021 -
Fix typo in Lib/trace.py
#24309 opened
Jan 23, 2021 -
Add annotations to example of overload implementation
#24310 opened
Jan 24, 2021 -
bpo-43016: Rewrite tests for curses
#24312 opened
Jan 24, 2021 -
bpo-43017: Improve error message for unparenthesised tuples in comprehensions
#24314 opened
Jan 24, 2021 -
[3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412)
#24322 opened
Jan 25, 2021 -
[3.8] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412)
#24323 opened
Jan 25, 2021 -
Make dyld search work with SYSTEM_VERSION_COMPAT=1
#24324 opened
Jan 25, 2021 -
bpo-43024: improve signature (in help, etc) for functions taking sent…
#24331 opened
Jan 25, 2021 -
bpo-42979: Check the import of datetime's capi succeeded or not in zoneinfo.
#24333 opened
Jan 25, 2021 -
bpo-33387: remove obsolete comment
#24334 opened
Jan 25, 2021
68 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-42663: Support full range of allowed transition hours in zipinfo.
#23825 commented on
Jan 25, 2021 • 10 new comments -
bpo-34137: Add pathlib.Path.lexists and related
#21157 commented on
Jan 22, 2021 • 4 new comments -
PEP 632: Deprecate distutils.sysconfig (partial implementation of the PEP)
#23142 commented on
Jan 25, 2021 • 4 new comments -
bpo-42927: Inline cache for slots
#24216 commented on
Jan 22, 2021 • 4 new comments -
bpo-1635741: In pickle module, inject module state from class methods
#23304 commented on
Jan 20, 2021 • 3 new comments -
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter.
#23721 commented on
Jan 19, 2021 • 3 new comments -
bpo-42916: detect dicom files
#24227 commented on
Jan 24, 2021 • 3 new comments -
bpo-39659: Route calls from pathlib.Path to os.getcwd() via the path accessor
#18834 commented on
Jan 22, 2021 • 2 new comments -
bpo-39899: Make pathlib use `os.path.expanduser()` to expand home directories
#18841 commented on
Jan 22, 2021 • 2 new comments -
bpo-6818: Add remove() in ZipInfo
#19358 commented on
Jan 21, 2021 • 2 new comments -
bpo-37903: IDLE: Shell sidebar with prompts (take #2)
#22682 commented on
Jan 22, 2021 • 2 new comments -
bpo-41928: Add support for Unicode Path Extra Field in ZipFile
#23736 commented on
Jan 23, 2021 • 2 new comments -
bpo-31861: Add aiter and anext to builtins
#23847 commented on
Jan 23, 2021 • 2 new comments -
[3.9] bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868)
#23888 commented on
Jan 23, 2021 • 2 new comments -
bpo-41843: Reenable use of sendfile in shutil module on Solaris
#23893 commented on
Jan 23, 2021 • 2 new comments -
bpo-42367: Restore os.makedirs() ability to apply *mode* recursively
#23901 commented on
Jan 23, 2021 • 2 new comments -
bpo-42778: Add `follow_symlinks` optional argument to os.path and pathlib samefile methods
#23996 commented on
Jan 19, 2021 • 2 new comments -
[2.7] Doc: Stop linking to non-existent pages.
#24195 commented on
Jan 21, 2021 • 2 new comments -
Doc: errors tutorial improvements
#16269 commented on
Jan 23, 2021 • 1 new comment -
bpo-29988: Only check evalbreaker after calls and on backwards egdes.
#18334 commented on
Jan 25, 2021 • 1 new comment -
bpo-39895: Move `pathlib.Path.touch()` implementation into the path accessor
#18838 commented on
Jan 22, 2021 • 1 new comment -
bpo-39906: add follow_symlinks parameter to pathlib.Path.stat() and chmod()
#18864 commented on
Jan 22, 2021 • 1 new comment -
WIP: bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()`
#18909 commented on
Jan 22, 2021 • 1 new comment -
bpo-39924: handle missing os functions more consistently in pathlib
#19220 commented on
Jan 22, 2021 • 1 new comment -
bpo-40038: pathlib: remove partial support for preserving accessor when modifying a path
#19342 commented on
Jan 22, 2021 • 1 new comment -
bpo-22433: do not consider "--foo='bar baz'" to be a positional argument
#20924 commented on
Jan 21, 2021 • 1 new comment -
bpo-41538: Make python interpreter customizable for EnvBuilder
#21854 commented on
Jan 19, 2021 • 1 new comment -
bpo-42197: Disable automatic update of frame locals during tracing
#23028 commented on
Jan 20, 2021 • 1 new comment -
bpo-25821: Fix inaccuracy in threading.enumerate/is_alive documentation
#23192 commented on
Jan 25, 2021 • 1 new comment -
bpo-32068: curses.textpad isn't handling the backspace key on some systems
#23466 commented on
Jan 23, 2021 • 1 new comment -
bpo-42101: allow inheritance of venv
#23504 commented on
Jan 25, 2021 • 1 new comment -
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop()
#23554 commented on
Jan 19, 2021 • 1 new comment -
bpo-42247: fix unittest.assertRaises bug where traceback entries were…
#23688 commented on
Jan 23, 2021 • 1 new comment -
bpo-42609: Check recursion depth in the AST validator and optimizer
#23744 commented on
Jan 21, 2021 • 1 new comment -
typo-ish: improved comment that indicates state of Barrier
#23755 commented on
Jan 19, 2021 • 1 new comment -
bpo-42673 prevent branch misprediction in round_size (used in rehash)
#23833 commented on
Jan 23, 2021 • 1 new comment -
bpo-39560: Document PyUnicode_FromKindAndData() kind transformation
#23848 commented on
Jan 24, 2021 • 1 new comment -
bpo-42589: Change URL for 'from' link when used in a raised exception
#23872 commented on
Jan 20, 2021 • 1 new comment -
[3.8] bpo-34463: Make python tracebacks identical to C tracebacks for
#23899 commented on
Jan 22, 2021 • 1 new comment -
[3.9] bpo-29076: Add fish support to macOS installer (GH-23302)
#23937 commented on
Jan 25, 2021 • 1 new comment -
[3.8] bpo-29076: Add fish support to macOS installer (GH-23302)
#23938 commented on
Jan 25, 2021 • 1 new comment -
bpo-35134: Add Include/cpython/pytime.h file
#23988 commented on
Jan 20, 2021 • 1 new comment -
bpo-42825: Enable /OPT:REF
#24098 commented on
Jan 19, 2021 • 1 new comment -
bpo-42800: add audit hooks for f_code and tb_frame
#24182 commented on
Jan 23, 2021 • 1 new comment -
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
#24203 commented on
Jan 21, 2021 • 1 new comment -
bpo-42941: raise SSL_ERROR_SYSCALL in sslproto.c
#24230 commented on
Jan 25, 2021 • 1 new comment -
bpo-42958: Align docstring and filecmp.cmp() for shallow compare
#24246 commented on
Jan 21, 2021 • 1 new comment -
bpo-26949: IDLE: Fix hanging when raise KeyboardInterrupt with debugger open
#1711 commented on
Jan 25, 2021 • 0 new comments -
bpo-29926: IDLE: Fix blocking function ignore SIGINT
#2466 commented on
Jan 25, 2021 • 0 new comments -
bpo-31529: IDLE: Add docstrings and tests to some editor.py functions
#3669 commented on
Jan 25, 2021 • 0 new comments -
bpo-32548: IDLE: Convert labels to hyperlinks in help_about
#5178 commented on
Jan 25, 2021 • 0 new comments -
bpo-5594: IDLE startup configuration
#5541 commented on
Jan 25, 2021 • 0 new comments -
bpo-33397: IDLE Help: Modifications for font size
#6665 commented on
Jan 25, 2021 • 0 new comments -
bpo-37768: IDLE: show help(object) output in a text viewing window
#15140 commented on
Jan 25, 2021 • 0 new comments -
Doc: printf-style library/stdtype improvements
#16741 commented on
Jan 23, 2021 • 0 new comments -
bpo-23937: IDLE maximise on load
#19816 commented on
Jan 25, 2021 • 0 new comments -
bpo-38078: IDLE: Don't run internal code in the user namespace
#20040 commented on
Jan 25, 2021 • 0 new comments -
bpo-42128: Structural Pattern Matching (PEP 634)
#22917 commented on
Jan 18, 2021 • 0 new comments -
bpo-33962: replace idle config dlg scale with ttk spinbox
#22954 commented on
Jan 25, 2021 • 0 new comments -
bpo-10548: [doc] unittest's expectedFailure decorator does not apply to fixtures
#23201 commented on
Jan 25, 2021 • 0 new comments -
bpo-19683: Adds tests for xml.dom.minidom
#24152 commented on
Jan 19, 2021 • 0 new comments -
[doc] Add mention to pow in operator.pow
#24160 commented on
Jan 21, 2021 • 0 new comments -
bpo-42269: Add slots parameter to dataclass decorator
#24171 commented on
Jan 22, 2021 • 0 new comments -
[doc] Remove duplicated operator.itemgetter example
#24178 commented on
Jan 21, 2021 • 0 new comments -
bpo-41824: Add versionadded for typing.ForwardRef docs
#24224 commented on
Jan 20, 2021 • 0 new comments -
bpo-42896 Allow for Solaris 11.4 crle output not containing ELF
#24226 commented on
Jan 19, 2021 • 0 new comments -
Remove comment about a private email.headerregistry
#24233 commented on
Jan 20, 2021 • 0 new comments -
bpo-42888: Remove PyThread_exit_thread() calls from top-level thread …
#24241 commented on
Jan 21, 2021 • 0 new comments