June 17, 2021 – June 24, 2021
Overview
-
0 Active Issues
-
- 96 Merged Pull Requests
- 43 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
96 Pull requests merged by 30 people
-
bpo-43988: Fix test.support.check_disallow_instantiation version added
#26889 merged
Jun 24, 2021 -
[3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757)
#26885 merged
Jun 23, 2021 -
bpo-43693 Get rid of CO_NOFREE -- it's unused
#26839 merged
Jun 23, 2021 -
[3.10] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
#26877 merged
Jun 23, 2021 -
[3.9] bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
#26878 merged
Jun 23, 2021 -
[3.10] bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
#26850 merged
Jun 23, 2021 -
bpo-42862: Strip stale `sqlite3` cache ignores from c-analyzer
#26876 merged
Jun 23, 2021 -
bpo-39947: Remove old private trashcan C API functions
#26869 merged
Jun 23, 2021 -
bpo-43770: Cleanup PyModuleDef_Init()
#26879 merged
Jun 23, 2021 -
bpo-42064: Move `sqlite3` exceptions to global state, part 1 of 2
#26745 merged
Jun 23, 2021 -
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab
#26874 merged
Jun 23, 2021 -
bpo-42064: Remove stale extern declarations in `sqlite3` headers
#26840 merged
Jun 23, 2021 -
bpo-44404: tkinter `after` support callable classes
#26812 merged
Jun 23, 2021 -
[3.10] bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations (GH-26843)
#26872 merged
Jun 23, 2021 -
[3.9] bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
#26871 merged
Jun 23, 2021 -
[3.10] bpo-28395: Remove unnecessary semicolons in tests (GH-26868)
#26870 merged
Jun 23, 2021 -
bpo-44482: Fix very unlikely resource leak in glob in non-CPython implementations
#26843 merged
Jun 23, 2021 -
[3.10] bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
#26852 merged
Jun 23, 2021 -
bpo-28395: Remove unnecessary semicolons in tests
#26868 merged
Jun 23, 2021 -
bpo-44486: Make sure that modules always have a dictionary.
#26847 merged
Jun 23, 2021 -
Fix typo in test_typing.py
#26853 merged
Jun 22, 2021 -
bpo-43918: document signature and default argument of `anext` builtin
#25551 merged
Jun 22, 2021 -
[3.9] [doc] Improve punctuation atexit doc (GH-25629)
#26857 merged
Jun 22, 2021 -
[3.10] [doc] Improve punctuation atexit doc (GH-25629)
#26856 merged
Jun 22, 2021 -
[doc] Improve the punctuation in the documentation of the module atexit
#25629 merged
Jun 22, 2021 -
bpo-40528: Implement a metadata system for ASDL Generator
#20193 merged
Jun 22, 2021 -
[3.9] bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
#26851 merged
Jun 22, 2021 -
bpo-41621: More accurate signature for defaultdict
#21945 merged
Jun 22, 2021 -
[3.10] bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly (GH-26764)
#26845 merged
Jun 22, 2021 -
[3.9] bpo-44439: BZ2File.write()/LZMAFile.write() handle length correctly
#26846 merged
Jun 22, 2021 -
bpo-44483: Fix crash in union object with bad ``__module__``
#26848 merged
Jun 22, 2021 -
[3.10] bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)
#26844 merged
Jun 22, 2021 -
bpo-44439: BZ2File.write() / LZMAFile.write() handle buffer protocol correctly
#26764 merged
Jun 22, 2021 -
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated.
#26808 merged
Jun 22, 2021 -
[3.9] bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
#26842 merged
Jun 22, 2021 -
[3.10] bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
#26841 merged
Jun 22, 2021 -
bpo-44287: asyncio test_popen() uses longer timeout
#26832 merged
Jun 21, 2021 -
[3.9] bpo-13814: Explain why generators are not context managers (GH-26835)
#26837 merged
Jun 21, 2021 -
[3.10] bpo-13814: Explain why generators are not context managers (GH-26835)
#26836 merged
Jun 21, 2021 -
bpo-13814: Explain why generators are not context managers
#26835 merged
Jun 21, 2021 -
bpo-43693: Turn localspluskinds into an object
#26749 merged
Jun 21, 2021 -
bpo-38291: Reset DeprecationWarning filters in test_typing io and re
#26811 merged
Jun 21, 2021 -
bpo-44472: Fix ltrace functionality when exceptions are raised
#26822 merged
Jun 21, 2021 -
[3.9] bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
#26829 merged
Jun 21, 2021 -
[3.10] bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)
#26828 merged
Jun 21, 2021 -
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly
#26685 merged
Jun 21, 2021 -
[3.10] bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
#26824 merged
Jun 21, 2021 -
[3.10] bpo-44466: Faulthandler now detects the GC (GH-26823)
#26826 merged
Jun 21, 2021 -
[3.9] bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
#26825 merged
Jun 21, 2021 -
bpo-44434: Don't call PyThread_exit_thread() explicitly
#26758 merged
Jun 21, 2021 -
bpo-44466: Faulthandler now detects the GC
#26823 merged
Jun 21, 2021 -
bpo-44337: Improve LOAD_ATTR specialization
#26759 merged
Jun 21, 2021 -
[3.10] bpo-44297: Fix missing line number in generator expressions (Backport of GH-26801)
#26821 merged
Jun 21, 2021 -
bpo-44297: Fix missing line number in generator expressions
#26801 merged
Jun 21, 2021 -
[3.10] bpo-44469: Fix tests for "async with" with bad object (GH-26817)
#26818 merged
Jun 21, 2021 -
[3.9] bpo-44469: Fix tests for "async with" with bad object (GH-26817)
#26819 merged
Jun 21, 2021 -
bpo-44469: Fix tests for "async with" with bad object
#26817 merged
Jun 21, 2021 -
[3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567)
#26816 merged
Jun 20, 2021 -
[3.10] bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
#26815 merged
Jun 20, 2021 -
[3.10] bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800)
#26802 merged
Jun 20, 2021 -
[3.10] bpo-43667: Add news fragment for Solaris changes (GH-26405)
#26498 merged
Jun 20, 2021 -
bpo-44077: Expose IP_RECVTOS in the socket module
#25992 merged
Jun 20, 2021 -
[3.10] Fix typos and grammatical changes in the 3.10 what's new document (GH-26319)
#26814 merged
Jun 20, 2021 -
Fix typos and grammatical changes
#26319 merged
Jun 20, 2021 -
bpo-44430: Refactor `sqlite3` threading tests
#26748 merged
Jun 20, 2021 -
bpo-44087: Disallow instantiation of sqlite3.Statement
#26567 merged
Jun 20, 2021 -
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC
#24421 merged
Jun 20, 2021 -
[3.10] Add a note about NameError/AttributeError suggestions with custom error functions (GH-26794)
#26796 merged
Jun 20, 2021 -
bpo-38291: DeprecationWarning when importing typing.{io,re}
#26719 merged
Jun 19, 2021 -
[3.9] bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)
#26805 merged
Jun 19, 2021 -
[3.10] bpo-44426: Fix use of the C keyword 'default' as a variable name (GH-26798)
#26804 merged
Jun 19, 2021 -
bpo-44426: Fix use of the C keyword 'default' as a variable name
#26798 merged
Jun 19, 2021 -
bpo-43298: Improved error message when building without the Windows SDK installed
#26800 merged
Jun 19, 2021 -
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
#26799 merged
Jun 19, 2021 -
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
#26769 merged
Jun 19, 2021 -
[3.10] Remove dubious suggestion (GH-26789)
#26797 merged
Jun 19, 2021 -
bpo-44310: Remove dubious suggestion in cache example
#26789 merged
Jun 19, 2021 -
Add a note about NameError/AttributeError suggestions with custom error functions
#26794 merged
Jun 18, 2021 -
[3.10] bpo-43945: [Enum] reduce scope of new format() behavior (GH-26752)
#26791 merged
Jun 18, 2021 -
[3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632)
#26792 merged
Jun 18, 2021 -
[3.10] bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index (GH-26784)
#26790 merged
Jun 18, 2021 -
bpo-43945: [Enum] reduce scope of new format() behavior
#26752 merged
Jun 18, 2021 -
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_points_by_index
#26784 merged
Jun 18, 2021 -
[3.10] Reorganize the pattern matching suite (GH-26661)
#26787 merged
Jun 18, 2021 -
Reorganize `test_patma.py`
#26661 merged
Jun 18, 2021 -
bpo-44032: Move pointer to code object from frame-object to frame specials array.
#26771 merged
Jun 18, 2021 -
[3.10] bpo-44310: Add a FAQ entry for caching method calls (GH-26731)
#26777 merged
Jun 17, 2021 -
bpo-44310: Add a FAQ entry for caching method calls
#26731 merged
Jun 17, 2021 -
[3.10] bpo-43024: improve signature (in help, etc) for functions taking sent… (GH-24331)
#26773 merged
Jun 17, 2021 -
bpo-43024: improve signature (in help, etc) for functions taking sent…
#24331 merged
Jun 17, 2021 -
bpo-44442: Do not clear globals or builtins when calling clear() on a frame object.
#26768 merged
Jun 17, 2021 -
[3.10] bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
#26766 merged
Jun 17, 2021 -
bpo-43908: Make heap types converted during 3.10 alpha immutable
#26351 merged
Jun 17, 2021 -
[3.10] bpo-44389: Fix typo in ssl deprecation warning message (GH-26754)
#26765 merged
Jun 17, 2021 -
bpo-44389: Fix typo in ssl deprecation warning message
#26754 merged
Jun 17, 2021
43 Pull requests opened by 26 people
-
Mention build.bat counterpart in GH workflows error message
#26770 opened
Jun 17, 2021 -
bpo-31299: Add the frame_filter option to traceback.TracebackException
#26772 opened
Jun 17, 2021 -
bpo-14995: Clarify in PyLong_FromString that digits should be ended by a null byte
#26774 opened
Jun 17, 2021 -
bpo-38193: Add http.client script
#26775 opened
Jun 17, 2021 -
bpo-31538: Clarify the mailbox factory default
#26776 opened
Jun 17, 2021 -
Remove name pollution from importlib
#26779 opened
Jun 17, 2021 -
bpo-44446: support lineno being None in traceback.FrameSummary
#26781 opened
Jun 17, 2021 -
bpo-44446: set lineno in generator instructions
#26782 opened
Jun 18, 2021 -
bpo-40928: notify users of osx malloc warnings
#26783 opened
Jun 18, 2021 -
bpo-44453: Fix return type documentation for sysconfig.get_path()
#26785 opened
Jun 18, 2021 -
bpo-40928 osx malloc realfix
#26786 opened
Jun 18, 2021 -
bpo-44456: Improve the syntax error when mixing keyword and positional patterns
#26793 opened
Jun 18, 2021 -
bpo-27752: improve documentation of csv.Dialect
#26795 opened
Jun 18, 2021 -
[3.9] bpo-43298: Improved error message when building without the Windows SDK installed (GH-26800)
#26803 opened
Jun 19, 2021 -
Fix references to `methods` attr
#26806 opened
Jun 19, 2021 -
bpo-12022: Change error type for bad objects in "with" and "async with"
#26809 opened
Jun 20, 2021 -
bpo-41546: make pprint (like print) not write to stdout when it is None
#26810 opened
Jun 20, 2021 -
bpo-44471: Change error type for bad objects in ExitStack.enter_context()
#26820 opened
Jun 21, 2021 -
bpo-40801: Add float.from_number() and complex.from_number()
#26827 opened
Jun 21, 2021 -
[3.10] bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
#26830 opened
Jun 21, 2021 -
[3.9] bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822)
#26831 opened
Jun 21, 2021 -
bpo-42588: Update static_order method docs
#26834 opened
Jun 21, 2021 -
bpo-25381: Update explanation of exceptions in C.
#26838 opened
Jun 21, 2021 -
docs: add the word 'official'
#26849 opened
Jun 22, 2021 -
Fix typo in whatsnew 3.10.rst
#26854 opened
Jun 22, 2021 -
bpo-40939: Remove documentation for `PyParser_*` & add porting notes
#26855 opened
Jun 22, 2021 -
bpo-40528: move asdl identifier collection to the new metadata system
#26858 opened
Jun 22, 2021 -
bpo-44213: Add missing arg to DICT_MERGE opcode
#26859 opened
Jun 22, 2021 -
bpo-44468: Never skip base classes in `typing.get_type_hints()`, even with invalid `.__module__`.
#26862 opened
Jun 22, 2021 -
bpo-44491: Allow clearing the sqlite3 authoriser callback
#26863 opened
Jun 22, 2021 -
bpo-43977: Properly update the `tp_flags` of existing subclasses when their parents are `register`'d
#26864 opened
Jun 22, 2021 -
bpo-44175: Update docs for str title, istitle methods
#26865 opened
Jun 23, 2021 -
bpo-44493: Add missing terminated NUL in sockaddr_un's length
#26866 opened
Jun 23, 2021 -
bpo-44497: Avoid recursive loops on distutils findall
#26873 opened
Jun 23, 2021 -
bpo-43770: PyObject_SetAttr() asserts that the type is ready
#26880 opened
Jun 23, 2021 -
bpo-43770: PyObject_GetAttr() calls PyType_Ready()
#26881 opened
Jun 23, 2021 -
bpo-44498: Issue a deprecation warning on asynchat, asyncore and smtpd import
#26882 opened
Jun 23, 2021 -
bpo-39452: rewrite and expand __main__.rst
#26883 opened
Jun 23, 2021 -
bpo-42064: Move `sqlite3` exceptions to global state, part 2 of 2
#26884 opened
Jun 23, 2021 -
bpo-43553: Improve `sqlite3` test coverage
#26886 opened
Jun 23, 2021 -
move the check bs if not None
#26887 opened
Jun 24, 2021 -
[3.10] bpo-43916: Use test.support.check_disallow_instantiation() in test_tcl (GH-26412)
#26888 opened
Jun 24, 2021
59 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-44347: [doc] clarify meaning of shutil.copytree's dirs_exist_ok kwarg
#26643 commented on
Jun 21, 2021 • 18 new comments -
bpo-44388: Update venv EnvBuilder.ensure_directories() docs.
#26663 commented on
Jun 20, 2021 • 5 new comments -
bpo-44405: make dis cli "official"
#26714 commented on
Jun 18, 2021 • 5 new comments -
bpo-14879: [doc] clarify how to check for errors from subprocess.Popen(..., shell=True)
#26755 commented on
Jun 21, 2021 • 5 new comments -
bpo-34963: Make the repr of the typing.NewType() result more meaningful.
#9951 commented on
Jun 22, 2021 • 4 new comments -
bpo-44129: Add descriptive global variables for general purpose bit f…
#26118 commented on
Jun 24, 2021 • 3 new comments -
bpo-32307: thread: fix stack size on musl platforms.
#26224 commented on
Jun 20, 2021 • 3 new comments -
bpo-44289: Keep argument file object's current position in tarfile.is_tarifle
#26488 commented on
Jun 21, 2021 • 3 new comments -
bpo-44172: Keep reference to original window in curses subwindow objects
#26226 commented on
Jun 20, 2021 • 2 new comments -
bpo-44173: better approach for seeking in non-compressed ZipExtFile
#26227 commented on
Jun 24, 2021 • 2 new comments -
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects
#26677 commented on
Jun 18, 2021 • 2 new comments -
bpo-44431: Added command line functionality to UUID module.
#26751 commented on
Jun 17, 2021 • 2 new comments -
bpo-30988: Fix parsing invalid email address headers starting or ending with a dot
#15600 commented on
Jun 23, 2021 • 1 new comment -
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw
#17658 commented on
Jun 17, 2021 • 1 new comment -
bpo-40990: Add HTTPS support to http.server.HTTPServer
#20923 commented on
Jun 23, 2021 • 1 new comment -
bpo-43352: Add a Barrier object in asyncio lib
#24903 commented on
Jun 24, 2021 • 1 new comment -
bpo-43597: add ability to specify sslcontext in RobotFileParser.read()
#24986 commented on
Jun 23, 2021 • 1 new comment -
bpo-37355: For nonblocking sockets, call SSL_read in a loop
#25478 commented on
Jun 21, 2021 • 1 new comment -
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes
#25480 commented on
Jun 20, 2021 • 1 new comment -
Update README.rst
#25514 commented on
Jun 21, 2021 • 1 new comment -
bpo-22167: Updated glob.iglob doc with details on memory use
#25767 commented on
Jun 22, 2021 • 1 new comment -
bpo-41222: new tests for demonstrating polling problem on subprocess with universal_newlines=True
#25859 commented on
Jun 18, 2021 • 1 new comment -
bpo-15907: Move doctest test-data files into a subdirectory of Lib/test
#25914 commented on
Jun 24, 2021 • 1 new comment -
bpo-43124: Fix smtplib multiple CRLF injection
#25987 commented on
Jun 21, 2021 • 1 new comment -
bpo-44082: Add a method to check interpolation errors in configparser
#26002 commented on
Jun 19, 2021 • 1 new comment -
bpo-44110: Improve string's __getitem__ error message
#26042 commented on
Jun 18, 2021 • 1 new comment -
bpo-43905: Expand dataclasses.astuple() docs
#26154 commented on
Jun 24, 2021 • 1 new comment -
bpo-28307: Optimize C-style formatting of numbers
#26160 commented on
Jun 24, 2021 • 1 new comment -
bpo-40452: IDLE: fix clipboard being cleared upon exit
#26163 commented on
Jun 19, 2021 • 1 new comment -
bpo-44149: Add `key` argument to difflib.get_close_matches()
#26170 commented on
Jun 19, 2021 • 1 new comment -
bpo-42653: Add constants to socket module for IsoTp CAN protocol
#26174 commented on
Jun 19, 2021 • 1 new comment -
bpo-28937: Test for `keepempty` argument to string split
#26196 commented on
Jun 18, 2021 • 1 new comment -
bpo-38748: Add test for stack corruption.
#26204 commented on
Jun 21, 2021 • 1 new comment -
bpo-44166: Make IndexError messages for lists more informative
#26207 commented on
Jun 18, 2021 • 1 new comment -
bpo-44167: Drop redundant IPv6 private subnets
#26209 commented on
Jun 18, 2021 • 1 new comment -
bpo-24929: Stop checking for valid month and day in strptime regex
#26215 commented on
Jun 18, 2021 • 1 new comment -
bpo-43813: Fixing DOS on http.server by limiting the characters getting logged.
#26223 commented on
Jun 23, 2021 • 1 new comment -
bpo-37901: Make our test suite pass on an IPv6-only Linux host
#26225 commented on
Jun 20, 2021 • 1 new comment -
bpo-36203: Check callback is callable in PyWeakref_NewRef
#26273 commented on
Jun 21, 2021 • 1 new comment -
[3.8] bpo-43882 - Mention urllib.parse changes in Whats new section.
#26277 commented on
Jun 22, 2021 • 1 new comment -
bpo-44212: asyncio: store old signal handlers and call them
#26306 commented on
Jun 22, 2021 • 1 new comment -
bpo-28806: Continue work: improve the netrc library
#26330 commented on
Jun 24, 2021 • 1 new comment -
bpo-44155: Add backlog arg for multiprocessing manager server
#26332 commented on
Jun 24, 2021 • 1 new comment -
bpo-44186: prevent TimedRotatingFileHandler overwriting log files
#26553 commented on
Jun 21, 2021 • 1 new comment -
bpo-39632: Fix ctypes variadic function call convention
#18560 commented on
Jun 22, 2021 • 0 new comments -
bpo-34916: Add support for aggregate window functions in sqlite3
#20903 commented on
Jun 20, 2021 • 0 new comments -
bpo-42355: symtable.get_namespace() now checks whether there are multiple or any namespaces found
#23278 commented on
Jun 22, 2021 • 0 new comments -
bpo-43350: Don't reset active statements twice in _pysqlite_query_execute()
#24681 commented on
Jun 17, 2021 • 0 new comments -
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows
#25414 commented on
Jun 17, 2021 • 0 new comments -
bpo-23975: Correct conversion of Rational’s to float
#25619 commented on
Jun 24, 2021 • 0 new comments -
bpo-26092: allow using custom sys.displayhook's with doctest
#25651 commented on
Jun 24, 2021 • 0 new comments -
bpo-44073: Use sqlite3_stmt_busy() to check statement status
#25984 commented on
Jun 17, 2021 • 0 new comments -
[WIP] bpo-44079: Strip superfluous statement cache from sqlite3.Connection
#25998 commented on
Jun 20, 2021 • 0 new comments -
bpo-44092: Don't reset statements/cursors before rollback
#26026 commented on
Jun 18, 2021 • 0 new comments -
bpo-27334: roll back transaction if sqlite3 context manager fails to commit
#26202 commented on
Jun 22, 2021 • 0 new comments -
bpo-37179: Support asyncio loop.start_tls() for TLS in TLS
#26454 commented on
Jun 22, 2021 • 0 new comments -
Speed up test_urlsplit_normalization
#26688 commented on
Jun 21, 2021 • 0 new comments -
bpo-44283: Add jump table for match-cases of None, int, and str constants, as well as or-patterns of these.
#26697 commented on
Jun 17, 2021 • 0 new comments -
[WIP] bpo-41930: Add support for SQLite serialise/deserialise API
#26728 commented on
Jun 23, 2021 • 0 new comments