April 6, 2020 β April 13, 2020
Overview
-
0 Active Issues
-
- 67 Merged Pull Requests
- 46 Proposed Pull Requests
- 0 Closed Issues
- 0 New Issues
67 Pull requests merged by 21 people
-
Merged
#19499
bpo-40241: Add pycore_interp.h header
Apr 13, 2020 -
Merged
#19493
bpo-40268: Add pycore_rtstate.h header file
Apr 13, 2020 -
Merged
#19494
bpo-40241: Add pycore_gc.h header file
Apr 13, 2020 -
Merged
#19495
[3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454)
Apr 13, 2020 -
Merged
#19496
[3.7] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454)
Apr 13, 2020 -
Merged
#19454
Improved documentation for `BUILD_CONST_KEY_MAP`
Apr 13, 2020 -
Merged
#19489
Add double quote cases to invalid prefix tests
Apr 13, 2020 -
Merged
#19492
bpo-40268: Add _PyInterpreterState_GetConfig()
Apr 13, 2020 -
Merged
#19456
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)"
Apr 12, 2020 -
Merged
#19491
[3.8] closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
Apr 12, 2020 -
Merged
#19490
closes bpo-39953: Generate ifdefs around library code definitions.
Apr 12, 2020 -
Merged
#19476
bpo-40246: Report a different error message for invalid string prefixes
Apr 12, 2020 -
Merged
#19487
[3.7] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997)
Apr 12, 2020 -
Merged
#19485
[3.8] bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997)
Apr 12, 2020 -
Merged
#3997
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object
Apr 12, 2020 -
Merged
#16355
bpo-13743: Add some documentation strings to xml.dom.minidom
Apr 12, 2020 -
Merged
#18468
bpo-39011: Preserve line endings within ElementTree attributes
Apr 12, 2020 -
Merged
#19472
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data.
Apr 12, 2020 -
Merged
#19484
[3.7] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351)
Apr 12, 2020 -
Merged
#19483
[3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351)
Apr 12, 2020 -
Merged
#19478
[3.8] closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Apr 11, 2020 -
Merged
#19082
closes bpo-39953: Update OpenSSL error codes table.
Apr 11, 2020 -
Merged
#19351
bpo-40126: Fix reverting multiple patches in unittest.mock.
Apr 11, 2020 -
Merged
#19345
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data.
Apr 11, 2020 -
Merged
#19467
[3.8] bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
Apr 11, 2020 -
Merged
#19468
[3.7] bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
Apr 11, 2020 -
Merged
#19466
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing
Apr 11, 2020 -
Merged
#19461
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API
Apr 11, 2020 -
Merged
#19462
[3.8] bpo-40197: Better describe the benchmark results table (GH-19386)
Apr 10, 2020 -
Merged
#19423
bpo-39481: PEP 585 for a variety of modules
Apr 10, 2020 -
Merged
#19422
bpo-39481: PEP 585 for difflib, filecmp, fileinput
Apr 10, 2020 -
Merged
#19421
bpo-39481: Make enumerate, AsyncGeneratorType, mmap generic
Apr 10, 2020 -
Merged
#19418
bpo-39481: Add GenericAlias support to ipaddress.py
Apr 10, 2020 -
Merged
#19417
bpo-39481: Generic alias for itertools.chain
Apr 10, 2020 -
Merged
#19405
bpo-39943: Keep constness of pointer objects.
Apr 10, 2020 -
Merged
#19443
[3.7] bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)
Apr 9, 2020 -
Merged
#19451
[3.8] Remove extraneous ')' in abstract.h (GH-19146)
Apr 9, 2020 -
Merged
#19448
bpo-31904: set expected default encoding in test_c_locale_coercion.py for VxWorks RTOS
Apr 9, 2020 -
Merged
#19444
[3.8] bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225)
Apr 9, 2020 -
Merged
#19438
bpo-40077: Remove redundant cast in _json extension module
Apr 9, 2020 -
Merged
#19449
[3.8] bpo-40214: Temporarily disable a ctypes test (GH-19404)
Apr 9, 2020 -
Merged
#19190
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module
Apr 9, 2020 -
Merged
#19442
[3.8] bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile
Apr 8, 2020 -
Merged
#19441
bpo-40082: trip_signal() uses the main interpreter
Apr 8, 2020 -
Merged
#19439
bpo-37127: Remove _pending_calls.finishing
Apr 8, 2020 -
Merged
#19436
bpo-40226: PyInterpreterState_Delete() deletes pending calls
Apr 8, 2020 -
Merged
#19432
[3.7] Remove extraneous ')' in abstract.h (GH-19146)
Apr 8, 2020 -
Merged
#19146
Remove ')'
Apr 8, 2020 -
Merged
#19372
bpo-40187: Refactor typing.TypedDict.
Apr 8, 2020 -
Merged
#19371
bpo-40185: Refactor typing.NamedTuple
Apr 8, 2020 -
Merged
#19428
bpo-40170: Remove PyIndex_Check() macro
Apr 8, 2020 -
Merged
#19426
bpo-40170: Add _PyIndex_Check() internal function
Apr 8, 2020 -
Merged
#19378
bpo-40170: PyType_HasFeature() no longer acccess directly tp_flags
Apr 7, 2020 -
Merged
#19376
bpo-40170: Convert PyObject_CheckBuffer() macro to a function
Apr 7, 2020 -
Merged
#19379
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New()
Apr 7, 2020 -
Merged
#19415
bpo-39481: Generic alias to os.DirEntry
Apr 7, 2020 -
Merged
#19193
[3.7] bpo-40089: Fix threading._after_fork() (GH-19191)
Apr 7, 2020 -
Merged
#19194
[3.8] bpo-40089: Fix threading._after_fork() (GH-19191)
Apr 7, 2020 -
Merged
#19195
bpo-40089: Add _at_fork_reinit() method to locks
Apr 7, 2020 -
Merged
#18239
bpo-39481: Implementation for PEP 585
Apr 7, 2020 -
Merged
#19412
bpo-40149: Implement traverse in _abc._abc_data
Apr 7, 2020 -
Merged
#19409
bpo-37388: Don't check encoding/errors during finalization
Apr 7, 2020 -
Merged
#19400
Document missing methods of ssl.SSLObject
Apr 7, 2020 -
Merged
#19404
bpo-40214: Temporarily disable a ctypes test
Apr 7, 2020 -
Merged
#19328
bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points.
Apr 7, 2020 -
Merged
#19394
[3.8] bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391)
Apr 6, 2020 -
Merged
#19395
[3.7] bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391)
Apr 6, 2020
46 Pull requests proposed by 34 people
-
Proposed
#19396
bpo-40208: Remove deprecated has_exec method of SymbolTable
Apr 6, 2020 -
Proposed
#19397
bpo-40204: Update documentation formatting for Sphinx 3.0
Apr 6, 2020 -
Proposed
#19398
bpo-35212: fix col_offset in f-strings
Apr 6, 2020 -
Proposed
#19399
bpo-40209: read_pyfile function refactor with open function in tokenize module
Apr 6, 2020 -
Proposed
#19401
bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+
Apr 6, 2020 -
Proposed
#19402
bpo-40060 Expose socket.TCP_NOTSENT_LOWAT on macOS in official builds
Apr 7, 2020 -
Proposed
#19403
bpo-40212: Re-enable posix_fadvise and f_allocate on AIX
Apr 7, 2020 -
Proposed
#19407
[3.8] Document missing methods of ssl.SSLObject (GH-19400)
Apr 7, 2020 -
Proposed
#19410
typo fix : system
Apr 7, 2020 -
Proposed
#19413
DO-NOT-MERGE: Explore reasons for ctypes test failure
Apr 7, 2020 -
Proposed
#19414
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types
Apr 7, 2020 -
Proposed
#19416
bpo-40091: Fix a hang at fork in the logging module
Apr 7, 2020 -
Proposed
#19424
bpo-19468: delete unnecessary modul control statement
Apr 7, 2020 -
Proposed
#19425
bpo-39481: Make dataclasses.Field, contextvars.Token, ...
Apr 7, 2020 -
Proposed
#19427
bpo-39481: Make functools.cached_property, partial, ...
Apr 8, 2020 -
Proposed
#19430
bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr
Apr 8, 2020 -
Proposed
#19437
bpo-40228: More robust frame.setlineno.
Apr 8, 2020 -
Proposed
#19440
bpo-40229 tty unblocking setraw and save-restore features
Apr 8, 2020 -
Proposed
#19445
bpo-39943: Cast pointers to quiet -Wformat-pedantic warnings
Apr 9, 2020 -
Proposed
#19446
bpo-40202: Show the number of values in the too-many-to-unpack error
Apr 9, 2020 -
Proposed
#19447
bpo-31904: Increase LOOPBACK_TIMEOUT to 10 for VxWorks RTOS
Apr 9, 2020 -
Proposed
#19450
bpo-40232: Update functions to use _PyThread_at_fork_reinit
Apr 9, 2020 -
Proposed
#19453
bpo-39207: Spawn workers on demand in ProcessPoolExecutor
Apr 10, 2020 -
Proposed
#19455
WIP: bpo-39939: Use removeprefix() and removesuffix()
Apr 10, 2020 -
Proposed
#19457
bpo-40243: Use numeric_changed for UCD.numeric
Apr 10, 2020 -
Proposed
#19458
bpo-39285: Clarify example for PurePath.match
Apr 10, 2020 -
Proposed
#19459
bpo-1635741: Port mmap module to multiphase initialization
Apr 10, 2020 -
Proposed
#19460
bpo-40237: Fix the coverage gate in travis CI
Apr 10, 2020 -
Proposed
#19464
bpo-40170: Convert PyObject_IS_GC() macro to a function
Apr 10, 2020 -
Proposed
#19465
bpo-26571: fix Terminator Exception
Apr 10, 2020 -
Proposed
#19469
bpo-39481: fix test_genericalias on Android
Apr 11, 2020 -
Proposed
#19470
bpo-40254: Have pyspecific directives translatable
Apr 11, 2020 -
Proposed
#19471
minor grammatical changes
Apr 11, 2020 -
Proposed
#19473
bpo-40225: Don't raise an exception on normal return from generator.
Apr 11, 2020 -
Proposed
#19474
bpo-40255: Implement Immortal Instances
Apr 11, 2020 -
Proposed
#19475
Fix a simple security issue in "wsgiref/simple_server.py"
Apr 11, 2020 -
Proposed
#19477
bpo-40221: Update ForkAwareThreadLock to use _at_fork_reinit
Apr 11, 2020 -
Proposed
#19479
bpo-40257: Output object's own docstring in pydoc
Apr 11, 2020 -
Proposed
#19481
PEP 597: Raise a warning when encoding is omitted
Apr 12, 2020 -
Proposed
#19482
bpo-37985: Remove redundant p->depth-- in marshal extension module
Apr 12, 2020 -
Proposed
#19488
bpo-40260: Allow compile() to handle the module's source decoding
Apr 12, 2020 -
Proposed
#19497
bpo-39481: Make weakref and WeakSet generic
Apr 13, 2020 -
Proposed
#19498
bpo-40269: Add note on imaginary literal gotchas to reference documentation
Apr 13, 2020 -
Proposed
#19500
bpo-40214: Reenable test and clear PATH to avoid false failures due to environment
Apr 13, 2020 -
Proposed
#19501
[bpo-40263](https://bugs.python.org/issue40263): Fix off-by-one-error in _winapi_WaitForMultipleObjects_impl
Apr 13, 2020 -
Proposed
#19502
bpo-32033: Fix test_pwd failures on Android
Apr 13, 2020
38 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.
-
10 new comments
Open
#18048
bpo-39380: Change ftplib encoding from latin-1 to utf-8
Apr 11, 2020 -
5 new comments
Open
#19364
bpo-40179: Fix translation of #elif in Argument Clinic
Apr 12, 2020 -
3 new comments
Open
#3606
bpo-28411: Remove PyInterpreterState.modules.
Apr 11, 2020 -
2 new comments
Open
#5251
bpo-32476 : Add concat function for ElementTree find
Apr 12, 2020 -
2 new comments
Open
#12382
bpo-36290: Fix kwargs handling in ast node constructors
Apr 8, 2020 -
2 new comments
Open
#19214
bpo-40101: Fix parser's assumption about the return value of convert
Apr 11, 2020 -
2 new comments
Open
#19219
bpo-40084: Enum.__dir__ listing includes entries from instance dict
Apr 8, 2020 -
1 new comment
Open
#3161
bpo-31203: Added constant socket.IP_PKTINFO
Apr 11, 2020 -
1 new comment
Open
#6132
bpo-33092: Better bytecodes for f-strings
Apr 11, 2020 -
1 new comment
Open
#11764
bpo-27777: cgi.FieldStorage can't parse simple body with Contβ¦
Apr 8, 2020 -
1 new comment
Open
#12427
bpo-35859: fix bugs in re engine
Apr 13, 2020 -
1 new comment
Open
#15387
bpo-37916: distutils: allow overriding of the RANLIB command on macOS (darwin)
Apr 11, 2020 -
1 new comment
Open
#15732
bpo-38056: overhaul Error Handlers section in codecs documentation
Apr 13, 2020 -
1 new comment
Open
#16429
bpo-37141: support multiple separators in Stream.readuntil
Apr 7, 2020 -
1 new comment
Open
#17426
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c
Apr 12, 2020 -
1 new comment
Open
#17447
bpo-38956: remove default option from help string in argparse
Apr 8, 2020 -
1 new comment
Open
#17471
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar
Apr 7, 2020 -
1 new comment
Open
#18371
bpo-33351: Patches to build on clang-cl
Apr 9, 2020 -
1 new comment
Open
#18878
bpo-39912: Raise appropriate exceptions in filterwarnings() and simplefilter()
Apr 8, 2020 -
1 new comment
Open
#19097
bpo-21760: fix __file__ description
Apr 7, 2020 -
1 new comment
Open
#19305
[3.5] bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284)
Apr 6, 2020 -
1 new comment
Open
#19356
bpo-40169: Make dis.findlabels() accept a code object
Apr 7, 2020 -
0 new comments
Open
#17099
bpo-22367: Add open_file_descriptor parameter to fcntl.lockf()
Apr 7, 2020 -
0 new comments
Open
#17623
[3.5] bpo-39035: travis: Update image to xenial
Apr 7, 2020 -
0 new comments
Open
#17662
bpo-32888: improve wording for ast.literal_eval error messages
Apr 12, 2020 -
0 new comments
Open
#18484
bpo-39616: clarify SSLContext.check_hostname effect
Apr 9, 2020 -
0 new comments
Open
#18849
bpo-39902: support equality comparisons in dis.Bytecode
Apr 6, 2020 -
0 new comments
Open
#18939
bpo-39939: Add str.removeprefix and str.removesuffix
Apr 9, 2020 -
0 new comments
Open
#19211
bpo-15987: Implement ast.compare
Apr 6, 2020 -
0 new comments
Open
#19229
[2.7] Doc: Add an optional obsolete header. (GH-13638)
Apr 11, 2020 -
0 new comments
Open
#19303
bpo-39865: Don't lose exception context when __getattr__ is present
Apr 9, 2020 -
0 new comments
Open
#19310
bpo-40133: Add ` unittest.mock.matchers` with additional matching classes
Apr 10, 2020 -
0 new comments
Open
#19337
bpo-40105: Truncating file if opened in append mode.
Apr 7, 2020 -
0 new comments
Open
#19346
bpo-40176: Improve error messages for unclosed string literals
Apr 13, 2020 -
0 new comments
Open
#19360
bpo-40178: Convert the remaining os functions to Argument Clinic.
Apr 11, 2020 -
0 new comments
Open
#19385
bpo-40174: Check when clock_gettime is necessary
Apr 8, 2020 -
0 new comments
Open
#19392
bpo-40207: Expose NCURSES_EXT_FUNCS
Apr 6, 2020 -
0 new comments
Open
#19393
bpo-34951 Updated regex in pattern for finding cookie (rfc2616)
Apr 6, 2020