February 5, 2021 – February 12, 2021
Overview
-
0 Active Issues
-
- 26 Merged Pull Requests
- 35 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
26 Pull requests merged by 14 people
-
[3.9] bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)
#24513 merged
Feb 12, 2021 -
bpo-43202: Immediately return code object in codeop._maybe_compile
#24508 merged
Feb 12, 2021 -
bpo-43174: Windows: Use /utf-8 compiler option.
#24498 merged
Feb 12, 2021 -
bpo-40956: [regression] first argument in sqlite3.Connection.backup is mandatory
#24503 merged
Feb 10, 2021 -
Fix link to sqlite3 enable_shared_cache documentation
#24496 merged
Feb 10, 2021 -
bpo-42217: compiler: merge same co_code and co_linetable objects
#23056 merged
Feb 10, 2021 -
bpo-43163: Handle unclosed parentheses in codeop
#24483 merged
Feb 9, 2021 -
bpo-43166 Disable ceval.c optimisations for Windows debug builds
#24485 merged
Feb 9, 2021 -
[3.8] bpo-41824: Fix indentation issue in ForwardRef docs
#24495 merged
Feb 9, 2021 -
[3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (GH-24224)
#24494 merged
Feb 9, 2021 -
[3.9] bpo-41824: Add versionadded for typing.ForwardRef docs (GH-24224)
#24493 merged
Feb 9, 2021 -
bpo-41824: Add versionadded for typing.ForwardRef docs
#24224 merged
Feb 9, 2021 -
Improve docs of PEP 604 Union
#24301 merged
Feb 9, 2021 -
bpo-43162: [Enum] deprecate enum member.member access
#24486 merged
Feb 9, 2021 -
bpo-13501: allow choosing between readline and libedit
#24189 merged
Feb 9, 2021 -
bpo-40692: Run more test_concurrent_futures tests
#20239 merged
Feb 8, 2021 -
bpo-43147: Remove archaic terminology.
#24462 merged
Feb 8, 2021 -
bpo-43149: Improve error message for exception group without parentheses
#24467 merged
Feb 7, 2021 -
[3.9] bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
#24470 merged
Feb 7, 2021 -
[3.8] bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return' (GH-2446)
#24471 merged
Feb 7, 2021 -
bpo-16781: In 'exec' doc, add 'nonlocal' to 'yield' and 'return'
#24469 merged
Feb 7, 2021 -
[3.8] Simple typo fix (GH-24448)
#24459 merged
Feb 5, 2021 -
[3.9] Simple typo fix (GH-24448)
#24458 merged
Feb 5, 2021 -
Simple typo fix
#24448 merged
Feb 5, 2021 -
[3.9] bpo-43132: Fix incorrect handling of PyObject_RichCompareBool() in _zoneinfo (GH-24450)
#24457 merged
Feb 5, 2021 -
Fix a typo in a deprecation warning
#24423 merged
Feb 5, 2021
35 Pull requests opened by 28 people
-
[3.9] bpo-43048: RecursionError traceback RecursionError bugfix for cpy3.9 (GH-24460)
#24460 opened
Feb 6, 2021 -
bpo-43142: Do not add duplicate FDs to list in duplicate_for_child()
#24461 opened
Feb 6, 2021 -
bpo-43146: fix two recent regressions in handling None inputs to `tra…
#24463 opened
Feb 6, 2021 -
[doc] Fix typo in os module
#24464 opened
Feb 6, 2021 -
Clarify, reorder language for TestCase(object)
#24465 opened
Feb 6, 2021 -
DOC: Improvements in library/stdtypes
#24466 opened
Feb 7, 2021 -
Fix typo in __init__.py
#24468 opened
Feb 7, 2021 -
bpo-43152: Update assert statement to remove unused warning
#24473 opened
Feb 7, 2021 -
bpo-43194: Add JFXX as jpeg marker to imghdr.py
#24474 opened
Feb 7, 2021 -
bpo-43123: Raise ValueError if email header name includes CR-LF characters
#24475 opened
Feb 7, 2021 -
Fix an outdated test in asyncio
#24477 opened
Feb 7, 2021 -
bpo-43160: Add extend_const action to argparse
#24478 opened
Feb 8, 2021 -
bpo-11717: fix ssize_t redefinition error when targeting Win32 app
#24479 opened
Feb 8, 2021 -
bpo-43111: Don't look for X11 browsers on macOS (webbrowser)
#24480 opened
Feb 8, 2021 -
bpo-40077: Convert zoneinfo type to heap type
#24481 opened
Feb 8, 2021 -
bpo-43165 - Support the same files with new param in shutil.copyfile
#24482 opened
Feb 8, 2021 -
bpo-43176: Fix processing of empty dataclasses
#24484 opened
Feb 8, 2021 -
bpo-43162: [Enum] update docs, renable doc tests
#24487 opened
Feb 9, 2021 -
refactoring and type fix
#24490 opened
Feb 9, 2021 -
[doc] Fix typo in pathlib module
#24491 opened
Feb 9, 2021 -
bpo-36859: use sqlite3_stmt_readonly() to detect DML statements
#24492 opened
Feb 9, 2021 -
Fix typo in launcher.c
#24497 opened
Feb 10, 2021 -
bpo-43172: readline now passes its tests when built against libedit
#24499 opened
Feb 10, 2021 -
bpo-43155: Add PyCMethod_New to PC/python3dll.c
#24500 opened
Feb 10, 2021 -
[3.9] bpo-42500: Fix recursion in or after except (GH-23568)
#24501 opened
Feb 10, 2021 -
bpo-43112: detect musl as a separate SOABI
#24502 opened
Feb 10, 2021 -
bpo-43200: Fix a link to shutil.copy() in the shutil module docs
#24505 opened
Feb 11, 2021 -
Fixed CPython failing to build from source on Cygwin
#24506 opened
Feb 11, 2021 -
Fix LibTomCrypt URL in md5module.c and sha*module.c comments
#24507 opened
Feb 11, 2021 -
Fix typo in dis lib doc
#24509 opened
Feb 11, 2021 -
bpo-15108: Prevent accessing the result tuple from Python in PySequence_Tuple
#24510 opened
Feb 12, 2021 -
Add a warning block around the get_referrers() documentation
#24511 opened
Feb 12, 2021 -
bpo-43202: More codeop._maybe_compile clean-ups
#24512 opened
Feb 12, 2021 -
bpo-43042: Augment tutorial sentence
#24514 opened
Feb 12, 2021
50 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-21622: Fix ctypes.util.find_library with musl
#18380 commented on
Feb 12, 2021 • 10 new comments -
bpo-41281: Fix missing/wrong backquotes and role texts in datetime documentation
#21447 commented on
Feb 12, 2021 • 7 new comments -
bpo-42686: Enable SQLite math functions in Windows build
#24053 commented on
Feb 12, 2021 • 6 new comments -
bpo-14916: use specified tokenizer fd for file input
#22190 commented on
Feb 10, 2021 • 5 new comments -
bpo-42128: Structural Pattern Matching (PEP 634)
#22917 commented on
Feb 11, 2021 • 5 new comments -
bpo-14678: Update zipimport to support importlib.invalidate_caches()
#24159 commented on
Feb 6, 2021 • 5 new comments -
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter.
#23721 commented on
Feb 8, 2021 • 3 new comments -
bpo-28764: mailbox.mbox: handle lines with non-ascii more graceful
#23553 commented on
Feb 8, 2021 • 2 new comments -
bpo-42819: disable Readline bracketed paste
#24108 commented on
Feb 7, 2021 • 2 new comments -
bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP
#24118 commented on
Feb 11, 2021 • 2 new comments -
Fix id of 'Internet Message Format' RFC in email doc
#24137 commented on
Feb 11, 2021 • 2 new comments -
bpo-42966: argparse: customizable help formatter
#24377 commented on
Feb 8, 2021 • 2 new comments -
New asyncio ssl implementation
#17975 commented on
Feb 5, 2021 • 1 new comment -
bpo-34137: Add pathlib.Path.lexists and related
#21157 commented on
Feb 12, 2021 • 1 new comment -
bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP)
#23142 commented on
Feb 9, 2021 • 1 new comment -
bpo-40077: Convert _elementtree types to heap types
#23428 commented on
Feb 5, 2021 • 1 new comment -
bpo-42088: Use "SimpleNamespace(...)" in the repr for SimpleNamespace
#23502 commented on
Feb 6, 2021 • 1 new comment -
bpo-41928: Add support for Unicode Path Extra Field in ZipFile
#23736 commented on
Feb 8, 2021 • 1 new comment -
bpo-42782: Fail fast for permission errors in shutil.move()
#24001 commented on
Feb 9, 2021 • 1 new comment -
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance
#24058 commented on
Feb 5, 2021 • 1 new comment -
bpo-42815: Fix issue when thread doesn't copy context of parent thread
#24074 commented on
Feb 10, 2021 • 1 new comment -
bpo-42833: make digest algorithms case insensitive
#24122 commented on
Feb 6, 2021 • 1 new comment -
DOC: re discourage single char class
#24123 commented on
Feb 7, 2021 • 1 new comment -
bpo-42837: Account for deferred evaluation of yields in symbol tables.
#24138 commented on
Feb 6, 2021 • 1 new comment -
Issue 42844: Turtle Module -- "onclick" arguments enchancement
#24143 commented on
Feb 12, 2021 • 1 new comment -
[3.9] bpo-42783: Documentation for asyncio.sleep(0) (GH-24002)
#24153 commented on
Feb 10, 2021 • 1 new comment -
bpo-42865: distutils sysconfig CFLAGS appended to LD
#24163 commented on
Feb 8, 2021 • 1 new comment -
bpo-42836: ENH: fix caching documentation in struct module
#24164 commented on
Feb 9, 2021 • 1 new comment -
bpo-42840: Document providing kwargs to type.
#24173 commented on
Feb 9, 2021 • 1 new comment -
bpo-1635741: Convert socket.SocketType to heap type, and establish global state
#24175 commented on
Feb 12, 2021 • 1 new comment -
bpo-42861: Add `next_network` function to ipaddress library
#24180 commented on
Feb 9, 2021 • 1 new comment -
bpo-42766 Fixed 2 bugs in urllib.request.HTTPPasswordMgr.is_suburi and added some tests for it
#24181 commented on
Feb 9, 2021 • 1 new comment -
bpo-42619: Arm64 build on macos10.15
#24187 commented on
Feb 10, 2021 • 1 new comment -
Add a constant containing all alphanumeric characters
#24188 commented on
Feb 10, 2021 • 1 new comment -
bpo-42892 Fix AttributeError in email.message.get_body()
#24192 commented on
Feb 11, 2021 • 1 new comment -
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
#24203 commented on
Feb 9, 2021 • 1 new comment -
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel)
#24284 commented on
Feb 11, 2021 • 1 new comment -
bpo-42967: only use '&' as a query string separator
#24297 commented on
Feb 10, 2021 • 1 new comment -
Fixing typos in turtle.rst
#24385 commented on
Feb 11, 2021 • 1 new comment -
bpo-41486: Add _BlocksOutputBuffer for bz2/lzma/zlib modules
#21740 commented on
Feb 9, 2021 • 0 new comments -
bpo-12806: Add argparse FlexiHelpFormatter
#22129 commented on
Feb 5, 2021 • 0 new comments -
Fix documentation typos of argparse exit_on_error
#22706 commented on
Feb 11, 2021 • 0 new comments -
bpo-41737: [doc] add error handling example to file open section in IO tutorial
#22818 commented on
Feb 10, 2021 • 0 new comments -
bpo-42305: Added Auto_Complete DropBox Suggestion For Tkinter
#23210 commented on
Feb 8, 2021 • 0 new comments -
typo-ish: improved comment that indicates state of Barrier
#23755 commented on
Feb 11, 2021 • 0 new comments -
[3.8] bpo-37193: Remove thread objects which finished process its request (GH-23127)
#24032 commented on
Feb 6, 2021 • 0 new comments -
bpo-42958: Align docstring and filecmp.cmp() for shallow compare
#24246 commented on
Feb 10, 2021 • 0 new comments -
[3.9] Fix typos in unittest documentation (GH-24194)
#24267 commented on
Feb 11, 2021 • 0 new comments -
bpo-42980: Add GnuStyleLongOptionsHelpFormatter
#24275 commented on
Feb 6, 2021 • 0 new comments -
bpo-43119: Add a preemption point to asyncio.Queue.put when the queue is unbounded
#24433 commented on
Feb 7, 2021 • 0 new comments