February 26, 2020 – March 4, 2020
Overview
-
0 Active Issues
-
- 93 Merged Pull Requests
- 30 Proposed Pull Requests
- 0 Closed Issues
- 0 New Issues
93 Pull requests merged by 34 people
-
Merged
#18101
[3.7] bpo-39389: gzip: fix compression level metadata (GH-18077)
Mar 4, 2020 -
Merged
#18751
[3.7] bpo-37953: Fix ForwardRef hash and equality checks (GH-15400)
Mar 3, 2020 -
Merged
#18570
bpo-39702: Relax grammar restrictions on decorators (PEP 614).
Mar 3, 2020 -
Merged
#18552
bpo-39674: Suggest to test with DeprecationWarning
Mar 3, 2020 -
Merged
#13195
bpo-35712: Make using NotImplemented in a boolean context issue a dep…
Mar 3, 2020 -
Merged
#18770
[3.8] bpo-39831: Remove outdated comment. (GH-18764)
Mar 3, 2020 -
Merged
#18764
bpo-39831: Remove outdated comment.
Mar 3, 2020 -
Merged
#18748
[3.8] bpo-39674: Update collections ABC deprecation doc
Mar 3, 2020 -
Merged
#18747
bpo-39674: Update collections ABC doc
Mar 3, 2020 -
Merged
#18737
[3.7] bpo-39530 Fix misleading statement about mixed-type numeric comparisons (GH-18615)
Mar 3, 2020 -
Merged
#18720
bpo-12915: Fix test to recognize when filesystem encoding cannot encode Unicode string
Mar 3, 2020 -
Merged
#18753
[3.7] bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746)
Mar 3, 2020 -
Merged
#18752
[3.8] bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746)
Mar 3, 2020 -
Merged
#18762
[3.8] bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Mar 3, 2020 -
Merged
#18763
[3.7] bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Mar 3, 2020 -
Merged
#18754
bpo-39778: Add clarification about tp_traverse and ownership
Mar 3, 2020 -
Merged
#18705
bpo-39802: Only implement set_escdelay and set_tabsize when curses extensions are activated
Mar 3, 2020 -
Merged
#17518
bpo-38091: Import deadlock detection causes deadlock
Mar 3, 2020 -
Merged
#18760
[3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750).
Mar 3, 2020 -
Merged
#18761
[3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750)
Mar 3, 2020 -
Merged
#18758
[3.8] bpo-38597: Never statically link extension initialization code on Windows (GH-18724)
Mar 3, 2020 -
Merged
#18759
[3.7] bpo-38597: Never statically link extension initialization code on Windows (GH-18724)
Mar 3, 2020 -
Merged
#18724
bpo-38597: Never statically link extension initialization code on Windows
Mar 3, 2020 -
Merged
#18756
[3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749)
Mar 2, 2020 -
Merged
#18755
[3.7] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749)
Mar 2, 2020 -
Merged
#18749
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear
Mar 2, 2020 -
Merged
#18746
bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746)
Mar 2, 2020 -
Merged
#18750
bpo-39831: Fix a reference leak in PyErr_WarnEx().
Mar 2, 2020 -
Merged
#17760
bpo-38870: Docstring support for function/class/module nodes
Mar 2, 2020 -
Merged
#18741
[3.7] bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Mar 2, 2020 -
Merged
#18740
[3.8] bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Mar 2, 2020 -
Merged
#18739
bpo-39796: Fix _warnings module initialization
Mar 2, 2020 -
Merged
#18742
[3.8] bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)
Mar 2, 2020 -
Merged
#18669
bpo-39764: Make Task.get_stack accept ag_frame
Mar 2, 2020 -
Merged
#18678
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1
Mar 2, 2020 -
Merged
#18684
bpo-39775: inspect: Change Signature.parameters back to OrderedDict.
Mar 2, 2020 -
Merged
#18615
bpo-39530: Fix misleading statement about mixed-type numeric comparisons
Mar 2, 2020 -
Merged
#18734
[3.8] bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Mar 2, 2020 -
Merged
#18733
[3.7] bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Mar 2, 2020 -
Merged
#18658
[3.8] bpo-38410: Properly handle PySys_Audit() failures
Mar 2, 2020 -
Merged
#18732
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered with exception raised. (GH-18656).
Mar 2, 2020 -
Merged
#18730
[3.8] bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
Mar 2, 2020 -
Merged
#18731
[3.7] bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
Mar 2, 2020 -
Merged
#18656
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised.
Mar 2, 2020 -
Merged
#17666
bpo-38971: open file in codecs.open() closes if exception raised
Mar 2, 2020 -
Merged
#18275
bpo-39495: Remove default value from C impl of TreeBuilder.start
Mar 2, 2020 -
Merged
#18046
bpo-39378: partial of PickleState struct should be traversed.
Mar 2, 2020 -
Merged
#17812
bpo-39199: Add descriptions of non-deprecated AST nodes to the AST module documentation
Mar 2, 2020 -
Merged
#18728
[3.8] bpo-39815: add cached_property to all (GH-18726)
Mar 2, 2020 -
Merged
#18709
bpo-39803: Remove unused str from _PyLong_FormatAdvancedWriter
Mar 1, 2020 -
Merged
#18726
bpo-39815: add cached_property to all
Mar 1, 2020 -
Merged
#18551
bpo-39678 RFC refactor queue manager thread
Mar 1, 2020 -
Merged
#17377
bpo-38870: Implement Simple Preceding to AST Unparser
Mar 1, 2020 -
Merged
#18304
bpo-39520: Fix unparsing of ext slices with no dimentions
Mar 1, 2020 -
Merged
#16994
bpo-38641: Add support of starred expressions in return/yield to lib2to3
Mar 1, 2020 -
Merged
#18725
[3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)
Mar 1, 2020 -
Merged
#18718
[3.8] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
Mar 1, 2020 -
Merged
#18714
[3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Feb 29, 2020 -
Merged
#18717
[3.8] Explicitly initialize like the surrounding code (GH-18717)
Feb 29, 2020 -
Merged
#18716
[3.8] Fix syntax (GH-18716)
Feb 29, 2020 -
Merged
#18715
Mention backports.
Feb 29, 2020 -
Merged
#18713
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Feb 29, 2020 -
Merged
#18712
[3.8] bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Feb 29, 2020 -
Merged
#18711
[3.7] bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Feb 29, 2020 -
Merged
#18338
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth
Feb 29, 2020 -
Merged
#18704
Cosmetic change to match the surrounding code.
Feb 29, 2020 -
Merged
#18702
bpo-39794: Add --without-decimal-contextvar
Feb 29, 2020 -
Merged
#18540
bpo-39667: Sync zipp 3.0
Feb 29, 2020 -
Merged
#18561
bpo-39379:sys.path[0] is already absolute path
Feb 29, 2020 -
Merged
#14912
bpo-37534: Adding ability to add Standalone Document Declaration when generating XML documents
Feb 29, 2020 -
Merged
#18676
bpo-39769: Fix compileall ddir for subpkgs.
Feb 29, 2020 -
Merged
#18697
[3.8] bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Feb 29, 2020 -
Merged
#18695
bpo-39789: Update Windows release build machines to latest versions
Feb 29, 2020 -
Merged
#18696
[3.8] bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
Feb 28, 2020 -
Merged
#18598
bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token
Feb 28, 2020 -
Merged
#18693
[3.8] bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Feb 28, 2020 -
Merged
#18692
[3.7] bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Feb 28, 2020 -
Merged
#18690
bpo-13790: Change 'string' to 'specification' in format doc
Feb 28, 2020 -
Merged
#18688
[3.8] bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Feb 28, 2020 -
Merged
#18689
[3.7] bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Feb 28, 2020 -
Merged
#18683
bpo-39781: Do not jump when select in IDLE codecontext
Feb 28, 2020 -
Merged
#18517
bpo-12915: Improve Unicode support for package names and attributes.
Feb 28, 2020 -
Merged
#18679
bpo-29505: Fuzz struct.unpack and catch RecursionError in re.compile
Feb 28, 2020 -
Merged
#18600
bpo-39721: Fix constness of members of tok_state struct.
Feb 28, 2020 -
Merged
#18680
bpo-39704: Explicitly pass path to codecov config
Feb 27, 2020 -
Merged
#18458
bpo-39609: set the thread_name_prefix for the default asyncio executor
Feb 27, 2020 -
Merged
#18327
bpo-39087: Optimize PyUnicode_AsUTF8AndSize().
Feb 27, 2020 -
Merged
#18457
bpo-38323: Suppress the hang
Feb 26, 2020 -
Merged
#18671
[3.7] bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
Feb 26, 2020 -
Merged
#18659
bpo-36144: Document PEP 584.
Feb 26, 2020 -
Merged
#18670
[3.8] bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
Feb 26, 2020 -
Merged
#18583
bpo-39699: Don't silence make on Azure and Github CIs
Feb 26, 2020 -
Merged
#13772
bpo-34788: Add support for scoped IPv6 addresses
Feb 26, 2020
30 Pull requests proposed by 23 people
-
Proposed
#18668
bpo-39759: fixed os.getenv docs
Feb 26, 2020 -
Proposed
#18672
bpo-39761: dtrace build fix for Linux and non Linux systems.
Feb 26, 2020 -
Proposed
#18675
bpo-39770: Remove unnecessary descriptor counting
Feb 27, 2020 -
Proposed
#18677
bpo-39774: docs for make package executable
Feb 27, 2020 -
Proposed
#18682
bpo-17422: slightly more precise language
Feb 28, 2020 -
Proposed
#18685
bpo-39712: Add doc references for env. vars and -X command line options
Feb 28, 2020 -
Proposed
#18686
Document __spec__.location 'frozen' value
Feb 28, 2020 -
Proposed
#18687
bpo-30988: Add InvalidHeaderDefect for Trailing Periods
Feb 28, 2020 -
Proposed
#18698
bpo-39793: use the same domain on make_msgid tests
Feb 29, 2020 -
Proposed
#18699
bpo-39517: fix runpy.run_path() when using pathlike objects
Feb 29, 2020 -
Proposed
#18701
[3.8] bpo-39667: Sync zipp 3.0 (GH-18540)
Feb 29, 2020 -
Proposed
#18703
micro-optimization of PySequence_Tuple()
Feb 29, 2020 -
Proposed
#18710
bpo-39799: Never return base's fragment from urllib.parse.urljoin
Feb 29, 2020 -
Proposed
#18719
bpo-39808: Improve docs for pathlib.Path.stat()
Mar 1, 2020 -
Proposed
#18721
bpo-39697: unable to compile with --with-cxx-main=g++
Mar 1, 2020 -
Proposed
#18727
bpo-10572: Moving tests - clean start - tkinter, sqlite3, ctypes
Mar 1, 2020 -
Proposed
#18729
bpo-36144: Implement defaultdict union.
Mar 2, 2020 -
Proposed
#18735
bpo-39822: Use NULL instead of None for empty attrib in Element.
Mar 2, 2020 -
Proposed
#18736
[3.8] Fix misleading statement about mixed-type numeric comparisons (GH-18615)
Mar 2, 2020 -
Proposed
#18738
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL
Mar 2, 2020 -
Proposed
#18743
bpo-39763: distutils.spawn now uses subprocess
Mar 2, 2020 -
Proposed
#18744
Tracemalloc docs - Print entire file path
Mar 2, 2020 -
Proposed
#18745
bpo-39826: add getConnection() hook to logging HTTPHandler
Mar 2, 2020 -
Proposed
#18757
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks
Mar 2, 2020 -
Proposed
#18765
[3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750).
Mar 3, 2020 -
Proposed
#18766
bpo-39761: Fix dtrace build with empty $DFLAGS
Mar 3, 2020 -
Proposed
#18767
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)"
Mar 3, 2020 -
Proposed
#18768
bpo-38870: Correctly unparse empty docstrings
Mar 3, 2020 -
Proposed
#18771
Fixed double Options in idle.rst
Mar 3, 2020 -
Proposed
#18772
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation
Mar 4, 2020
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.
-
13 new comments
Open
#18381
bpo-1294959: Add --with-python-libdir to configure
Mar 3, 2020 -
11 new comments
Open
#18664
Document caveats for asyncio add_signal_handler() bpo-39765
Feb 29, 2020 -
10 new comments
Open
#18410
bpo-32309: Implement asyncio.ThreadPool
Mar 2, 2020 -
10 new comments
Open
#18608
bpo-1635741: Port audioop extension module to multiphase initialization(PEP 489)
Mar 2, 2020 -
9 new comments
Open
#1984
bpo-1207613: IDLE Editor Bottom Scroll Bar
Feb 28, 2020 -
9 new comments
Open
#18601
bpo-39573: Finish converting to new Py_IS_TYPE macro.
Mar 4, 2020 -
8 new comments
Open
#17473
bpo-38439: Add 256px IDLE icon
Mar 3, 2020 -
8 new comments
Open
#18513
bpo-39639: remove suite node
Mar 4, 2020 -
6 new comments
Open
#18195
bpo-38599: Deprecate creation of asyncio object when the loop is not running
Feb 27, 2020 -
6 new comments
Open
#18613
bpo-1635741: Fix potential refleaks in binascii module
Mar 2, 2020 -
6 new comments
Open
#18628
bpo-39622: Use a custom signal handler in asyncio.run()
Mar 3, 2020 -
4 new comments
Open
#18627
bpo-38691: Ignore pythoncaseok tests
Mar 2, 2020 -
3 new comments
Open
#14579
bpo-37497: Add inspect.Signature.from_text().
Feb 27, 2020 -
3 new comments
Open
#14874
bpo-37616: Fix incorrect zip path for 3.10 prep
Mar 4, 2020 -
3 new comments
Open
#16974
bpo-38623: Add note about site module (site-packages)
Mar 1, 2020 -
3 new comments
Open
#17659
bpo-39087: Add PyUnicode_GetUTF8Buffer().
Mar 4, 2020 -
3 new comments
Open
#18294
bpo-39509: Update HTTP status code to follow IANA
Mar 2, 2020 -
3 new comments
Open
#18358
bpo-1635741: Port _locale extension module to multiphase initialization (PEP 489)
Mar 2, 2020 -
2 new comments
Open
#3437
bpo-29505: Fuzz ast.parse() / compile() with PyCF_ONLY_AST
Feb 28, 2020 -
2 new comments
Open
#17797
bpo-38870: Implement round tripping support for typed AST
Mar 2, 2020 -
2 new comments
Open
#18291
bpo-39507: add HTTP status 418 "I'm a Teapot"
Feb 26, 2020 -
2 new comments
Open
#18371
bpo-33351: Patches to build on clang-cl
Feb 28, 2020 -
2 new comments
Open
#18605
bpo-39716: Raise on conflicting subparser names.
Feb 26, 2020 -
1 new comment
Open
#5155
bpo-28429 Fix ctypes import under grsec TPE
Feb 28, 2020 -
1 new comment
Open
#9516
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch
Feb 27, 2020 -
1 new comment
Open
#12672
bpo-36516: Let Python Launcher recognize pyw file as Python GUI Script file type correctly.
Feb 28, 2020 -
1 new comment
Open
#14066
bpo-37270: Manage memory lifetime for all type-related objects.
Feb 27, 2020 -
1 new comment
Open
#16264
bpo-17258: use sha256 instead of md5 within multiprocessing.connection
Feb 27, 2020 -
1 new comment
Open
#16480
bpo-38360: macOS: support alternate form of -isysroot flag
Feb 27, 2020 -
1 new comment
Open
#16845
bpo-38527: fix configure script for Solaris
Feb 29, 2020 -
1 new comment
Open
#17385
bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method.
Mar 1, 2020 -
1 new comment
Open
#17790
bpo-15795: Preserve permissions on UNIX (based/like) systems
Mar 3, 2020 -
1 new comment
Open
#17975
New asyncio ssl implementation
Feb 28, 2020 -
1 new comment
Open
#18329
bpo-39541: Remove distutils bdist_wininst command
Mar 3, 2020 -
1 new comment
Open
#18463
bpo-39610: Raise TypeError for len(memoryview_0d)
Mar 2, 2020 -
1 new comment
Open
#18609
bpo-20291: varargs support for argument clinic and refactor print with AC
Feb 26, 2020 -
1 new comment
Open
#18625
bpo-39244: multiprocessing get all start methods
Mar 1, 2020 -
1 new comment
Open
#18631
bpo-37970: Added documentation fixes
Mar 1, 2020 -
0 new comments
Open
#12361
bpo-36305: Fixes to path handling and parsing in pathlib
Feb 29, 2020 -
0 new comments
Open
#17323
bpo-38880: List interpreters associated with a channel end
Mar 2, 2020 -
0 new comments
Open
#18413
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h
Feb 28, 2020 -
0 new comments
Open
#18462
Update setup.py (style change)
Feb 29, 2020 -
0 new comments
Open
#18524
bpo-10572: Move test sub-packages to Lib/test
Feb 27, 2020