December 27, 2019 – January 3, 2020
Overview
-
0 Active Issues
-
- 66 Merged Pull Requests
- 35 Proposed Pull Requests
- 0 Closed Issues
- 0 New Issues
66 Pull requests merged by 25 people
-
Merged
#17742
bpo-39158: ast.literal_eval() doesn't support empty sets
Jan 3, 2020 -
Merged
#17810
[3.6] Update copyright year in macOS installer license copy (GH-17806)
Jan 3, 2020 -
Merged
#17808
[3.8] Update copyright year in macOS installer license copy (GH-17806)
Jan 3, 2020 -
Merged
#17807
[3.7] Update copyright year in macOS installer license copy (GH-17806)
Jan 3, 2020 -
Merged
#17809
[2.7] Update copyright year in macOS installer license copy (GH-17806)
Jan 3, 2020 -
Merged
#17803
[3.7] Bring Python into the next decade. (GH-17801).
Jan 3, 2020 -
Merged
#17806
Update copyright year in macOS installer license copy
Jan 3, 2020 -
Merged
#17802
[3.8] Bring Python into the next decade. (GH-17801)
Jan 3, 2020 -
Merged
#17804
[3.6] Bring Python into the next decade. (GH-17801).
Jan 3, 2020 -
Merged
#17805
[2.7] Bring Python into the next decade. (GH-17801).
Jan 3, 2020 -
Merged
#17801
Bring Python into the next decade.
Jan 3, 2020 -
Merged
#17798
bpo-38870: Throw ValueError on invalid yield from usage
Jan 2, 2020 -
Merged
#17792
bpo-39186 Update windows installer instructions for git
Jan 2, 2020 -
Merged
#17769
bpo-39114: Fix tracing of except handlers with name binding
Jan 2, 2020 -
Merged
#17788
[3.8] bpo-39183: Fix formatting in library/ensurepip (GH-17787)
Jan 1, 2020 -
Merged
#17789
[3.7] bpo-39183: Fix formatting in library/ensurepip (GH-17787)
Jan 1, 2020 -
Merged
#17787
bpo-39183: Fix formatting in library/ensurepip
Jan 1, 2020 -
Merged
#17646
bpo-13601: always use line-buffering for sys.stderr
Jan 1, 2020 -
Merged
#17786
[3.7] bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Jan 1, 2020 -
Merged
#17785
[3.8] bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Jan 1, 2020 -
Merged
#17773
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple.
Jan 1, 2020 -
Merged
#17779
[3.8] bpo-37032: Document CodeType.replace (GH-17776)
Jan 1, 2020 -
Merged
#17776
bpo-37032: Document CodeType.replace (new in python 3.8)
Jan 1, 2020 -
Merged
#17778
[3.8] bpo-39176: Improve error message for 'named assignment' (GH-17777)
Jan 1, 2020 -
Merged
#17777
bpo-39176: Fix wrong term 'named assignment'
Jan 1, 2020 -
Merged
#17772
[3.8] Fix idlelib README typo. (GH-17770)
Dec 31, 2019 -
Merged
#17771
[3.7] Fix idlelib README typo. (GH-17770)
Dec 31, 2019 -
Merged
#17770
Fix idlelib README typo.
Dec 31, 2019 -
Merged
#17745
Minor doc fixes in urllib.parse
Dec 31, 2019 -
Merged
#1040
[2.7] bpo-27973 - Fix for urllib.urlretrieve() failing on second ftp transfer
Dec 31, 2019 -
Merged
#17764
[3.8] bpo-38588: Fix possible crashes in dict and list when calling P…
Dec 31, 2019 -
Merged
#17765
[3.7] bpo-38588: Fix possible crashes in dict and list when calling P…
Dec 31, 2019 -
Merged
#17767
[3.8] closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727)
Dec 31, 2019 -
Merged
#17727
bpo-37446: resolve undefined behavior in Python/hamt.c
Dec 31, 2019 -
Merged
#17766
bpo-38588: Optimize list comparison.
Dec 31, 2019 -
Merged
#17734
bpo-38588: Fix possible crashes in dict and list when calling PyObject_RichCompareBool
Dec 31, 2019 -
Merged
#17763
[3.8] bpo-34118: memoryview, range, and tuple are classes (GH-17761)
Dec 30, 2019 -
Merged
#17762
[3.7] bpo-34118: memoryview, range, and tuple are classes (GH-17761)
Dec 30, 2019 -
Merged
#17761
bpo-34118: memoryview, range, and tuple are classes
Dec 30, 2019 -
Merged
#17759
[3.7] bpo-38610: Fix possible crashes in several list methods (GH-17022)
Dec 30, 2019 -
Merged
#17758
[3.8] bpo-38610: Fix possible crashes in several list methods (GH-17022)
Dec 30, 2019 -
Merged
#17022
bpo-38610: Fix possible crashes in several list methods
Dec 30, 2019 -
Merged
#17560
bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile
Dec 30, 2019 -
Merged
#17558
bpo-39019: Implement missing __class_getitem__ for subprocess classes
Dec 30, 2019 -
Merged
#16977
bpo-34790: Implement deprecation of passing coroutines to asyncio.wait()
Dec 30, 2019 -
Merged
#17737
bpo-39114: Fix handling of line numbers around finally-blocks.
Dec 30, 2019 -
Merged
#17749
[3.8] bpo-39037: Fix lookup order of magic methods in with statement documentation (GH-17608)
Dec 30, 2019 -
Merged
#17608
bpo-39037: Fix the trial order of the __exit__ and __enter__ methods in the with statement documentation
Dec 30, 2019 -
Merged
#17743
[3.8] Fix typos and remove deprecated deprecation warning. (GH-17741)
Dec 29, 2019 -
Merged
#17744
[3.7] Fix typos and remove deprecated deprecation warning. (GH-17741)
Dec 29, 2019 -
Merged
#17741
Fix typos and remove deprecated deprecation warning in library/ctypes doc.
Dec 29, 2019 -
Merged
#17740
bpo-39157: Skip test_pidfd_send_signal if the system does not have enough privileges to use pidfd
Dec 29, 2019 -
Merged
#17739
bpo-38870: Fix error when running with -uall in test_unparse
Dec 29, 2019 -
Merged
#17738
bpo-38870: Run always tests that heavily use grammar features in test_unparse
Dec 29, 2019 -
Merged
#17730
replaced links in importlib.metadata.rst with sphinx roles
Dec 29, 2019 -
Merged
#17732
[3.7] bpo-39136: Fixed typos (GH-17720)
Dec 29, 2019 -
Merged
#17731
[3.8] bpo-39136: Fixed typos (GH-17720)
Dec 29, 2019 -
Merged
#17720
bpo-39136: Fixed typos
Dec 28, 2019 -
Merged
#17672
[3.7] Reorder entries in Misc/ACKS (GH-17663)
Dec 28, 2019 -
Merged
#17673
[3.8] Reorder entries in Misc/ACKS (GH-17663)
Dec 28, 2019 -
Merged
#17725
[3.8] bpo-38731: Fix function signature of quiet in docs (GH-17719)
Dec 28, 2019 -
Merged
#17719
bpo-22640: Fix function signature of quiet in docs
Dec 28, 2019 -
Merged
#17723
[3.7] bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721)
Dec 28, 2019 -
Merged
#17722
[3.8] bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721)
Dec 28, 2019 -
Merged
#17721
bpo-39144 Align ctags and etags behaviours and include Python stdlib files
Dec 28, 2019 -
Merged
#17718
Move comment about permanent generation to gcmodule.c
Dec 27, 2019
35 Pull requests proposed by 27 people
-
Proposed
#17714
bpo-33165: Remove redundant stack unwind for findCaller()
Dec 27, 2019 -
Proposed
#17715
bpo-38131: Improve messages when generating AST nodes from objects wi…
Dec 27, 2019 -
Proposed
#17716
bpo-38671: Make sure to return an absolute path in pathlib._WindowsFlavour.resolve()
Dec 27, 2019 -
Proposed
#17717
bpo-39082: Fix: AsyncMock is unable to correctly patch static/class methods
Dec 27, 2019 -
Proposed
#17724
Do not fail the coverage test if fail to update results
Dec 28, 2019 -
Proposed
#17726
bpo-19083: IDNA prefix should be case insensitive
Dec 28, 2019 -
Proposed
#17728
[2.7] bpo-39146: Fix memory consumption in re.compile unicode
Dec 28, 2019 -
Proposed
#17729
bpo-38938: Adjusting the heapq.merge algorithm for fewer comparisons
Dec 28, 2019 -
Proposed
#17733
bpo-39151: Simplify dfs in the assembler
Dec 29, 2019 -
Proposed
#17735
[issue39165][bpo-39165][Lib/re] implement findalliter() and findfirst()
Dec 29, 2019 -
Proposed
#17736
bpo-39199: Uses the io.DEFAULT_BUFFER_SIZE variable instead of defining it again
Dec 29, 2019 -
Proposed
#17747
bpo-39160 Align the verbs, grammar and defaults for `./configure --help`
Dec 30, 2019 -
Proposed
#17748
bpo-22593: Automate update of Unicode data version in documentation
Dec 30, 2019 -
Proposed
#17752
bpo-39164: errors: add and expose _PyErr_GetExcInfo
Dec 30, 2019 -
Proposed
#17753
bpo-39162 fix a logic bug in the Tcl/Tk include scanner for macOS in setup.py
Dec 30, 2019 -
Proposed
#17754
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes.
Dec 30, 2019 -
Proposed
#17755
bpo-38314: Add is_reading() method to asyncio _UnixReadPipeTransport
Dec 30, 2019 -
Proposed
#17756
Simplify control flow when exiting the interpreter.
Dec 30, 2019 -
Proposed
#17757
bpo-36051: drop GIL during large b''.join operations
Dec 30, 2019 -
Proposed
#17760
bpo-38870: Docstring support for function/class/module nodes
Dec 30, 2019 -
Proposed
#17768
bpo-39170: Sqlite3 row_factory for attribute access: sqlite3.NamedRow
Dec 31, 2019 -
Proposed
#17774
[2.7] bpo-27973 - urlretrive fails on second ftp transfer.
Dec 31, 2019 -
Proposed
#17775
bpo-39171: Missing root in tkinter simpledialog.py _QueryDialog
Dec 31, 2019 -
Proposed
#17780
bpo-38871: Fix lib2to3 to be able to use in edge cases of filter
Jan 1, 2020 -
Proposed
#17781
replace links in howto/pyporting.rst with sphinx references
Jan 1, 2020 -
Proposed
#17782
bpo-35561: Fix valgrind warnings in selectmodule.c
Jan 1, 2020 -
Proposed
#17784
bpo-39180: Added getlines function to docs for linecache module
Jan 1, 2020 -
Proposed
#17790
bpo-15795: Preserve permissions on UNIX (based/like) systems
Jan 1, 2020 -
Proposed
#17791
bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild
Jan 2, 2020 -
Proposed
#17793
bpo-16399: update argparse's doc of append action
Jan 2, 2020 -
Proposed
#17794
bpo-39187: robotparser does not respect longest match
Jan 2, 2020 -
Proposed
#17795
bpo-39190: Fix deadlock when callback raises
Jan 2, 2020 -
Proposed
#17796
bpo-39191: Don't spawn a task before failing with already running loop
Jan 2, 2020 -
Proposed
#17797
bpo-38870: Implement round tripping support for typed AST
Jan 2, 2020 -
Proposed
#17800
bpo-39166: Fix trace of last iteration of async for loops
Jan 2, 2020
29 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.
-
15 new comments
Open
#17377
bpo-38870: Implement Simple Preceding to AST Unparser
Dec 29, 2019 -
14 new comments
Open
#17134
bpo-38731: add quiet mode for py_compile main
Jan 2, 2020 -
6 new comments
Open
#5664
bpo-32839: Add after_info to tkinter
Jan 1, 2020 -
5 new comments
Open
#12071
bpo-36121: Override field_size_limit per csv.reader object
Dec 29, 2019 -
4 new comments
Open
#17563
bpo-39019: Implement missing __class_getitem__ for http.cookies.Morsel
Dec 27, 2019 -
3 new comments
Open
#3640
[PEP 558 - WIP] bpo-30744: Trace hooks no longer reset closure state
Dec 30, 2019 -
3 new comments
Open
#17473
bpo-38439: Add 256px IDLE icon
Dec 27, 2019 -
3 new comments
Open
#17561
bpo-39019: Implement missing __class_getitem__ for os.DirEntry
Dec 27, 2019 -
3 new comments
Open
#17609
bpo-39048: Reorder the __aenter__ and __aexit__ method checks for the async with statement
Dec 31, 2019 -
3 new comments
Open
#17689
bpo-39198 Ensure logging global lock is released on exception in isEnabledFor
Jan 2, 2020 -
2 new comments
Open
#13039
bpo-36769: Document that fnmatch.filter supports any kind of iterable
Jan 2, 2020 -
2 new comments
Open
#17575
bpo-36225: Finalise subinterpreters in Py_FinalizeEx()
Dec 30, 2019 -
2 new comments
Open
#17682
bpo-39121: write gzip header OS information
Dec 27, 2019 -
1 new comment
Open
#4126
bpo-31870: add timeout parameter for get_server_certificate in ssl.py
Dec 31, 2019 -
1 new comment
Open
#13208
bpo-29779: New environment variable PYTHONHISTORY
Dec 30, 2019 -
1 new comment
Open
#15495
bpo-37958: Adding get_profile_dict to pstats
Dec 29, 2019 -
1 new comment
Open
#16575
bpo-37700: Raise a shutil.SpecialFileError when copying a Unix socket
Dec 30, 2019 -
1 new comment
Open
#17422
bpo-38938: Added special case to heapq.merge for small numbers of iterables
Dec 28, 2019 -
1 new comment
Open
#17518
bpo-38091: Import deadlock detection causes deadlock
Jan 1, 2020 -
1 new comment
Open
#17643
fix bug where match variable is used prior to being defined
Dec 31, 2019 -
1 new comment
Open
#17690
bpo-39127: Make _Py_HashPointer's argument be const
Dec 30, 2019 -
1 new comment
Open
#17710
Fixed incorrect unicodedata version in lexical_analysis.rst footnote
Dec 30, 2019 -
0 new comments
Open
#12088
bpo-36144: Dictionary Addition (PEP 584)
Dec 28, 2019 -
0 new comments
Open
#12382
bpo-36290: Fix kwargs handling in ast node constructors
Dec 27, 2019 -
0 new comments
Open
#14306
Optimize and refactor readline().
Dec 28, 2019 -
0 new comments
Open
#17426
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c
Dec 27, 2019 -
0 new comments
Open
#17666
bpo-38971: open file in codecs.open() closes if exception raised
Dec 27, 2019 -
0 new comments
Open
#17692
Fix link to bpo issue in Changelog
Dec 31, 2019 -
0 new comments
Open
#17695
bpo-39131 email: add easier support for generating multipart/signed messages
Dec 27, 2019