October 8, 2021 – October 15, 2021
Overview
-
0 Active Issues
-
- 144 Merged Pull Requests
- 24 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
144 Pull requests merged by 37 people
-
bpo-45442: Add deactivate step to venv tutorial.
#28981 merged
Oct 15, 2021 -
bpo-45440: Remove pymath.c fallbacks
#28977 merged
Oct 15, 2021 -
bpo-30459: Use (void) in macros setting variables
#28982 merged
Oct 15, 2021 -
bpo-43760: Add PyThreadState_EnterTracing()
#28542 merged
Oct 15, 2021 -
bpo-45482: Rename namespaceobject.h to pycore_namespace.h
#28975 merged
Oct 15, 2021 -
[3.10] bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
#28971 merged
Oct 15, 2021 -
bpo-44113: Move the What's New entry to Deprecate section
#28974 merged
Oct 15, 2021 -
bpo-45445: Remove incorrectly commited test file
#28972 merged
Oct 15, 2021 -
bpo-45434: Remove Include/eval.h header file
#28973 merged
Oct 15, 2021 -
bpo-35081: Move interpreteridobject.h to Include/internal/
#28969 merged
Oct 15, 2021 -
bpo-45428: Strip trailing '\n' from filename
#28848 merged
Oct 15, 2021 -
bpo-35134: Move classobject.h to Include/cpython/
#28968 merged
Oct 15, 2021 -
bpo-45479: Futher simplify Py_UniversalNewlineFgets.
#28967 merged
Oct 15, 2021 -
closes bpo-45479: Degunkify Py_UniversalNewlineFgets.
#28965 merged
Oct 15, 2021 -
bpo-35134: Move Include/cellobject.h to Include/cpython/
#28964 merged
Oct 15, 2021 -
bpo-35134: Move Include/funcobject.h to Include/cpython/
#28958 merged
Oct 14, 2021 -
bpo-45434: Remove useless space in includes
#28963 merged
Oct 14, 2021 -
bpo-41710: Fix What's New Entry credit
#28962 merged
Oct 14, 2021 -
bpo-45434: Limited Python.h no longer includes stdio.h
#28960 merged
Oct 14, 2021 -
bpo-45474: Fix the limited C API of marshal.h
#28956 merged
Oct 14, 2021 -
bpo-35134: Add Include/cpython/floatobject.h
#28957 merged
Oct 14, 2021 -
bpo-21736: Set __file__ on frozen stdlib modules.
#28656 merged
Oct 14, 2021 -
bpo-45417: fix quadratic behaviour when creating an enum
#28907 merged
Oct 14, 2021 -
bpo-45471: Do not set _Py_path_config.stdlib_dir in Py_SetPythonHome().
#28954 merged
Oct 14, 2021 -
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h
#28893 merged
Oct 14, 2021 -
[3.9] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicod…
#28953 merged
Oct 14, 2021 -
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw…
#28952 merged
Oct 14, 2021 -
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec
#28944 merged
Oct 14, 2021 -
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
#28945 merged
Oct 14, 2021 -
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
#28943 merged
Oct 14, 2021 -
[3.9] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
#28949 merged
Oct 14, 2021 -
[3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefin…
#28951 merged
Oct 14, 2021 -
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined'
#28948 merged
Oct 14, 2021 -
bpo-45367: Specialize BINARY_MULTIPLY
#28727 merged
Oct 14, 2021 -
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec
#28939 merged
Oct 14, 2021 -
Make `_PyEval_EvalFrameDefault` cases self-contained
#28938 merged
Oct 13, 2021 -
bpo-45440: Require math.h isinf() to build
#28894 merged
Oct 13, 2021 -
[3.9] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050)
#28932 merged
Oct 13, 2021 -
[3.9] bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)
#28935 merged
Oct 13, 2021 -
[3.10] bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765)
#28934 merged
Oct 13, 2021 -
bpo-45434: pyport.h no longer includes <stdlib.h>
#28914 merged
Oct 13, 2021 -
[3.10] bpo-24444: fix an error in argparse help when help for an option is blank (GH-28050)
#28931 merged
Oct 13, 2021 -
[3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
#28930 merged
Oct 13, 2021 -
[3.9] bpo-45229: Make tkinter tests discoverable (GH-28637)
#28929 merged
Oct 13, 2021 -
bpo-45445: Fail if an invalid X-option is provided in the command line
#28823 merged
Oct 13, 2021 -
[3.10] bpo-45229: Make tkinter tests discoverable (GH-28637)
#28927 merged
Oct 13, 2021 -
[3.9] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452)
#28928 merged
Oct 13, 2021 -
[3.10] [docs] lexical_analysis: Expand the text on ``_`` (GH-28903)
#28933 merged
Oct 13, 2021 -
bpo-45386: Handle strftime's ValueError graciously
#28765 merged
Oct 13, 2021 -
lexical_analysis docs: Expand the text on ``_``
#28903 merged
Oct 13, 2021 -
bpo-24444: fix an error in argparse help when help for an option is blank
#28050 merged
Oct 13, 2021 -
bpo-45239: Fix parsedate_tz when time has more than 2 dots in it
#28452 merged
Oct 13, 2021 -
bpo-45229: Make tkinter tests discoverable
#28637 merged
Oct 13, 2021 -
bpo-45410: regrtest replaces print_warning.orig_stderr
#28926 merged
Oct 13, 2021 -
bpo-45434: Mark the PyTokenizer C API as private
#28924 merged
Oct 13, 2021 -
bpo-45256: Fix cleanup of stolen locals for Python-to-Python calls
#28905 merged
Oct 13, 2021 -
bpo-45434: Remove pystrhex.h header file
#28923 merged
Oct 13, 2021 -
bpo-45340: Don't create object dictionaries unless actually needed
#28802 merged
Oct 13, 2021 -
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h
#28922 merged
Oct 13, 2021 -
pycore_pystate.h no longer redefines PyThreadState_GET()
#28921 merged
Oct 13, 2021 -
bpo-45410: regrtest -W leaves stdout/err FD unchanged
#28915 merged
Oct 13, 2021 -
[3.10] bpo-45453: Fix test_embed.StdPrinterTests (GH-28916)
#28917 merged
Oct 13, 2021 -
[3.9] bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
#28920 merged
Oct 13, 2021 -
[3.10] bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918)
#28919 merged
Oct 13, 2021 -
bpo-20692: Add Programming FAQ entry on 1.__class__ error.
#28918 merged
Oct 13, 2021 -
bpo-45453: Fix test_embed.StdPrinterTests
#28916 merged
Oct 13, 2021 -
bpo-45434: bytearrayobject.h no longer includes <stdarg.h>
#28913 merged
Oct 13, 2021 -
bpo-45434: Convert Py_GETENV() macro to a function
#28912 merged
Oct 13, 2021 -
bpo-45410: Enhance libregrtest -W/--verbose3 option
#28908 merged
Oct 12, 2021 -
Fix spelling in Misc
#28858 merged
Oct 12, 2021 -
bpo-45421: Remove dead code from html.parser
#28847 merged
Oct 12, 2021 -
[3.10] Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
#28896 merged
Oct 12, 2021 -
[3.9] Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
#28897 merged
Oct 12, 2021 -
[3.9] Slight correct grammar (GH-28860)
#28899 merged
Oct 12, 2021 -
[3.10] Slight correct grammar (GH-28860)
#28900 merged
Oct 12, 2021 -
[3.9] bpo-45441: Update some moved URLs in documentation (GH-28861)
#28902 merged
Oct 12, 2021 -
[3.10] bpo-45441: Update some moved URLs in documentation (GH-28861)
#28901 merged
Oct 12, 2021 -
bpo-44991: Normalise `sqlite3` function and collation callback naming
#28209 merged
Oct 12, 2021 -
bpo-45441: Update some moved URLs in documentation
#28861 merged
Oct 12, 2021 -
slight correct grammar
#28860 merged
Oct 12, 2021 -
Fix format string in _PyImport_LoadDynamicModuleWithSpec()
#28863 merged
Oct 12, 2021 -
[3.10] bpo-45401: Fix a resource warning in test_logging (GH-28864)
#28872 merged
Oct 12, 2021 -
[3.9] bpo-45401: Fix a resource warning in test_logging (GH-28864)
#28873 merged
Oct 12, 2021 -
[3.9] bpo-42253: Update xml.dom.minidom.rst (GH-23126)
#28875 merged
Oct 12, 2021 -
[3.10] bpo-42253: Update xml.dom.minidom.rst (GH-23126)
#28874 merged
Oct 12, 2021 -
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h
#28895 merged
Oct 12, 2021 -
bpo-45433: Do not link libpython against libcrypt
#28881 merged
Oct 11, 2021 -
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs()
#28891 merged
Oct 11, 2021 -
bpo-45439: _PyObject_Call() only checks tp_vectorcall_offset once
#28890 merged
Oct 11, 2021 -
bpo-45412: Move copysign() define to pycore_pymath.h
#28889 merged
Oct 11, 2021 -
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL()
#28887 merged
Oct 11, 2021 -
bpo-45434: Python.h no longer includes <stdlib.h>
#28888 merged
Oct 11, 2021 -
bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h
#28882 merged
Oct 11, 2021 -
bpo-45412: Update _Py_ADJUST_ERANGE1() comment
#28884 merged
Oct 11, 2021 -
bpo-45410: Add test.support.flush_std_streams()
#28885 merged
Oct 11, 2021 -
bpo-45434: Clean-up Python.h header file
#28883 merged
Oct 11, 2021 -
[3.9] bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
#28879 merged
Oct 11, 2021 -
[3.10] bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
#28880 merged
Oct 11, 2021 -
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro
#28820 merged
Oct 11, 2021 -
bpo-45351: Print all addresses
#28828 merged
Oct 11, 2021 -
[3.9] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
#28877 merged
Oct 11, 2021 -
[3.10] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
#28876 merged
Oct 11, 2021 -
Handle error when PyUnicode_GetLength returns a negative value.
#28859 merged
Oct 11, 2021 -
bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect
#28833 merged
Oct 11, 2021 -
bpo-45411: Update mimetypes.py
#28792 merged
Oct 11, 2021 -
bpo-42253: Update xml.dom.minidom.rst
#23126 merged
Oct 11, 2021 -
bpo-45430: Restore PEP 523 functionality.
#28871 merged
Oct 11, 2021 -
[3.10] bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)
#28867 merged
Oct 11, 2021 -
[3.9] bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)
#28866 merged
Oct 11, 2021 -
[3.9] Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
#28869 merged
Oct 11, 2021 -
[3.10] Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
#28868 merged
Oct 11, 2021 -
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit()
#28862 merged
Oct 11, 2021 -
bpo-45401: Fix a resource warning in test_logging
#28864 merged
Oct 11, 2021 -
[3.9] Fix the "Finding all Adverbs" example (GH-21420)
#28840 merged
Oct 10, 2021 -
[3.10] Fix the "Finding all Adverbs" example (GH-21420)
#28839 merged
Oct 10, 2021 -
[3.10] bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
#28856 merged
Oct 10, 2021 -
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects
#28850 merged
Oct 10, 2021 -
bpo-45401: Change shouldRollover() methods to only rollover regular f…
#28822 merged
Oct 10, 2021 -
[3.10] Fix class pattern docs to refer to class patterns (GH-28849)
#28853 merged
Oct 10, 2021 -
[3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path
#28844 merged
Oct 10, 2021 -
Documentation: 'mapping' appears in the paragraph devoted to classes
#28849 merged
Oct 10, 2021 -
Remove duplicates of the
#28852 merged
Oct 10, 2021 -
bpo-29410: Change the default hash algorithm to SipHash13.
#28752 merged
Oct 10, 2021 -
Fix EncodingWarning in test_tools.
#28846 merged
Oct 10, 2021 -
[3.10] bpo-45353: Remind sys.modules users to copy when iterating. (GH-28842)
#28843 merged
Oct 9, 2021 -
[3.10] Fix dataclassses spelling (GH-28837)
#28841 merged
Oct 9, 2021 -
bpo-45353: Remind sys.modules users to copy when iterating.
#28842 merged
Oct 9, 2021 -
Fix dataclassses spelling
#28837 merged
Oct 9, 2021 -
findAllAdverbs
#21420 merged
Oct 9, 2021 -
bpo-45256: Small cleanups for the code that inlines Python-to-Python calls in ceval.c
#28836 merged
Oct 9, 2021 -
bpo-27580: Add support of null characters in csv
#28808 merged
Oct 9, 2021 -
[3.9] bpo-20028: Keep original exception when PyUnicode_GetLength ret…
#28835 merged
Oct 9, 2021 -
[3.10] bpo-20028: Keep original exception when PyUnicode_GetLength re…
#28834 merged
Oct 9, 2021 -
bpo-45256: Remove the usage of the C stack in Python to Python calls
#28488 merged
Oct 9, 2021 -
[3.10] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
#28830 merged
Oct 9, 2021 -
[3.9] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
#28831 merged
Oct 9, 2021 -
bpo-20028: Keep original exception when PyUnicode_GetLength return -1
#28832 merged
Oct 9, 2021 -
bpo-20028: Improve error message of csv.Dialect when initializing
#28705 merged
Oct 9, 2021 -
bpo-45388: Bump MAGIC_NUMBER to reflect change in JUMP_ABSOLUTE semantics.
#28829 merged
Oct 9, 2021 -
bpo-42238: [doc]: update susp-ignored.csv after a98b273c.
#28827 merged
Oct 9, 2021 -
bpo-10716: Migrating pydoc to html5.
#28651 merged
Oct 9, 2021
24 Pull requests opened by 17 people
-
bpo-44904: Fix classmethod property bug in doctest module
#28838 opened
Oct 9, 2021 -
bpo-45463: docs: clarify that the global statement allows multiple names
#28851 opened
Oct 10, 2021 -
bpo-45249: Fix caret location when end_offset is set to 0
#28855 opened
Oct 10, 2021 -
Add MappingView.mapping for parity with dictview
#28892 opened
Oct 11, 2021 -
tiny speedup in shutil fast copy on Windows
#28898 opened
Oct 12, 2021 -
bpo-45446: add a way to hide dataclass fields
#28904 opened
Oct 12, 2021 -
bpo-45450: Improve syntax error for parenthesized arguments
#28906 opened
Oct 12, 2021 -
Make getpath.c easier to follow.
#28909 opened
Oct 12, 2021 -
slightly tweak description of b_list in comments
#28925 opened
Oct 13, 2021 -
bpo-45256: Avoid C calls for more Python to Python calls.
#28937 opened
Oct 13, 2021 -
bpo-45020: Default to using frozen modules unless running from source tree.
#28940 opened
Oct 13, 2021 -
[doc] Link to section File input in Functions
#28941 opened
Oct 14, 2021 -
bpo-45452: Able to use GDBM_NUMSYNC flag if gdbm supports.
#28942 opened
Oct 14, 2021 -
bpo-45468: Add support for pre-loading a Python script
#28946 opened
Oct 14, 2021 -
bpo-45457: Minor fix to documentation for SSLContext.load_default_certs.
#28947 opened
Oct 14, 2021 -
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE
#28950 opened
Oct 14, 2021 -
bpo-45472: Add PyUnicode_DecodeUnicodeEscapeStateful() and PyUnicode_DecodeRawUnicodeEscapeStateful()
#28955 opened
Oct 14, 2021 -
bpo-45476: Convert PyFloat_AS_DOUBLE() to static inline
#28961 opened
Oct 14, 2021 -
bpo-45476: Add _Py_RVALUE() macro
#28976 opened
Oct 15, 2021 -
[3.8] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
#28978 opened
Oct 15, 2021 -
[3.8] bpo-45310: Fix parrallel shared memory tests (GH-28661)
#28979 opened
Oct 15, 2021 -
bpo-42222: Remove deprecated support for non-integer values
#28983 opened
Oct 15, 2021 -
[3.8] bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
#28984 opened
Oct 15, 2021 -
bpo-45229: Make doctest tests discoverable
#28986 opened
Oct 15, 2021
34 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-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes
#28569 commented on
Oct 13, 2021 • 24 new comments -
bpo-44511: Improve the bytecode for class and mapping patterns
#26922 commented on
Oct 11, 2021 • 5 new comments -
bpo-45113: Add PyStructSequence_FromModuleAndDesc() to create a new struct sequence type.
#28573 commented on
Oct 15, 2021 • 5 new comments -
bpo-45172: netbsd socketmodule CAN protocol constants addition.
#28288 commented on
Oct 16, 2021 • 4 new comments -
bpo-42036:Fixed unchecked return in Modules/posixmodule.c
#22696 commented on
Oct 9, 2021 • 3 new comments -
Update errors.rst
#28148 commented on
Oct 12, 2021 • 3 new comments -
bpo-45395: Make custom frozen modules additions instead of replacements.
#28778 commented on
Oct 13, 2021 • 3 new comments -
bpo-28764: mailbox.mbox: handle lines with non-ascii more graceful
#23553 commented on
Oct 15, 2021 • 2 new comments -
bpo-42064: Add module backref to `sqlite3` callback context
#28242 commented on
Oct 12, 2021 • 2 new comments -
bpo-45171: Fix stacklevel handling in logging module
#28287 commented on
Oct 15, 2021 • 2 new comments -
bpo-45363: Use instruction offsets in co_lnotab
#28722 commented on
Oct 11, 2021 • 2 new comments -
bpo-45358 Add new cookie attributes
#28726 commented on
Oct 9, 2021 • 2 new comments -
bpo-35759: add introspection API for asynchronous generators
#11590 commented on
Oct 9, 2021 • 1 new comment -
bpo-30082 Popen: add kwarg to hide process window on Windows
#19014 commented on
Oct 14, 2021 • 1 new comment -
bpo-17013: Add Mock.call_event to allow waiting for calls
#20759 commented on
Oct 16, 2021 • 1 new comment -
bpo-33533: Provide an async iterator version of as_completed
#22491 commented on
Oct 15, 2021 • 1 new comment -
bpo-37952: SSL: add support for export_keying_material
#25255 commented on
Oct 12, 2021 • 1 new comment -
[3.9] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
#25685 commented on
Oct 15, 2021 • 1 new comment -
bpo-44800: Rename `InterpreterFrame` to `_Py_framedata`
#27525 commented on
Oct 12, 2021 • 1 new comment -
bpo-37179: Support asyncio loop.start_tls() for TLS in TLS
#28073 commented on
Oct 15, 2021 • 1 new comment -
bpo-42130: Fix for suppressing cancellations in wait_for()
#28149 commented on
Oct 12, 2021 • 1 new comment -
bpo-43950: handle wide unicode characters in tracebacks
#28150 commented on
Oct 12, 2021 • 1 new comment -
bpo-45126: Harden `sqlite3` connection initialisation
#28227 commented on
Oct 15, 2021 • 1 new comment -
bpo-37529: add test for guessing extensions
#28243 commented on
Oct 13, 2021 • 1 new comment -
bpo-45141: allow specifying files for mailcap.getcaps
#28245 commented on
Oct 11, 2021 • 1 new comment -
bpo-45174: dragonflybsd fix nis module build.
#28295 commented on
Oct 12, 2021 • 1 new comment -
Add missing autojunk parameter to docstring
#28318 commented on
Oct 16, 2021 • 1 new comment -
IDLE: make the auto-complete window's winnconfig handler only trigger once
#28332 commented on
Oct 16, 2021 • 1 new comment -
bpo-45260: Add superinstruction, UNPACK_SEQUENCE__STORE_FAST
#28519 commented on
Oct 11, 2021 • 1 new comment -
bpo-36819: Fix crashes in built-in encoders with weird error handlers
#28593 commented on
Oct 15, 2021 • 1 new comment -
bpo-34828 sqlite3.iterdump now correctly handles tables with autoincrement
#9621 commented on
Oct 15, 2021 • 0 new comments -
bpo-44369: Improve syntax error for wrongly closed strings
#26633 commented on
Oct 9, 2021 • 0 new comments -
bpo-12499: support custom len function in textwrap.wrap
#28136 commented on
Oct 13, 2021 • 0 new comments -
bpo-45455: Set `func.__doc__` lazily.
#28704 commented on
Oct 13, 2021 • 0 new comments