January 22, 2020 – January 29, 2020
Overview
-
0 Active Issues
-
- 112 Merged Pull Requests
- 42 Proposed Pull Requests
- 0 Closed Issues
- 0 New Issues
112 Pull requests merged by 42 people
-
Merged
#18257
Remove deadcode in _Py_inc_count()
Jan 29, 2020 -
Merged
#18228
Get mock coverage back to 100%
Jan 29, 2020 -
Merged
#18255
[3.8] bpo-39485: fix corner-case in method-detection of mock (GH-18252)
Jan 29, 2020 -
Merged
#18256
[3.7] bpo-39485: fix corner-case in method-detection of mock (GH-18252)
Jan 29, 2020 -
Merged
#18252
bpo-39485: fix corner-case in method-detection of mock
Jan 29, 2020 -
Merged
#18253
[3.8] bpo-39460: Fix test_zipfile.test_add_file_after_2107() (GH-18247)
Jan 29, 2020 -
Merged
#18247
bpo-39460: Disable test_zipfile.test_add_file_after_2107()
Jan 29, 2020 -
Merged
#18250
[3.8] Doc: Fix external links to functional programming tutorial. (GH-18249)
Jan 29, 2020 -
Merged
#18251
[3.7] Doc: Fix external links to functional programming tutorial. (GH-18249)
Jan 29, 2020 -
Merged
#18249
Doc: Fix external links to functional programming tutorial.
Jan 29, 2020 -
Merged
#18246
[3.8] bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Jan 29, 2020 -
Merged
#18220
bpo-39153: Clarify refcounting semantics
Jan 29, 2020 -
Merged
#17757
bpo-36051: drop GIL during large b''.join operations
Jan 29, 2020 -
Merged
#18231
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier
Jan 29, 2020 -
Merged
#18241
bpo-39459: include missing test files in windows installer too
Jan 28, 2020 -
Merged
#17451
bpo-38960: DTrace build fix for FreeBSD.
Jan 28, 2020 -
Merged
#12412
bpo-36350: inspect: Replace OrderedDict with dict.
Jan 28, 2020 -
Merged
#18238
[3.8] bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158)
Jan 28, 2020 -
Merged
#18158
bpo-39439: Fix Multiprocessing Python Path in Windows Virtualenv
Jan 28, 2020 -
Merged
#18157
[3.7] bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098)
Jan 28, 2020 -
Merged
#18235
[3.8] bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Jan 28, 2020 -
Merged
#18236
[3.7] bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Jan 28, 2020 -
Merged
#17935
bpo-39287: Doc: Add UTF-8 mode section in using/windows.
Jan 28, 2020 -
Merged
#18230
[3.8] bpo-39393: Misleading error message on dependent DLL resolution failure (GH-18093)
Jan 28, 2020 -
Merged
#18229
[3.8] bpo-38883: Don't use POSIX `$HOME` in `pathlib.Path.home/expanduser` on Windows (GH-17961)
Jan 28, 2020 -
Merged
#18093
bpo-39393: Misleading error message on dependent DLL resolution failure
Jan 28, 2020 -
Merged
#17961
bpo-38883: Don't honor POSIX `HOME` in `pathlib.Path.home/expanduser` on Windows
Jan 28, 2020 -
Merged
#18227
[3.8] bpo-36018: Minor fixes to the NormalDist() examples and recipes. (GH-18226)
Jan 28, 2020 -
Merged
#18222
bpo-38644: Pass tstate in ceval.c
Jan 28, 2020 -
Merged
#18226
bpo-36018: Minor fixes to the NormalDist() examples and recipes.
Jan 28, 2020 -
Merged
#18221
bpo-39205: Tests that highlight a hang on ProcessPoolExecutor shutdown
Jan 28, 2020 -
Merged
#18224
[3.8] bpo-39392: Turtle overlap fill depends on OS (GH-18223)
Jan 27, 2020 -
Merged
#18168
[3.8] bpo-39390 shutil: fix argument types for ignore callback (GH-18122).
Jan 27, 2020 -
Merged
#18225
[3.7] bpo-39392: Turtle overlap fill depends on OS (GH-18223)
Jan 27, 2020 -
Merged
#18223
bpo-39392: Turtle overlap fill depends on OS
Jan 27, 2020 -
Merged
#18219
[3.8] bpo-30780: Add IDLE configdialog tests (GH-3592)
Jan 27, 2020 -
Merged
#18218
[3.7] bpo-30780: Add IDLE configdialog tests (GH-3592)
Jan 27, 2020 -
Merged
#18215
bpo-38631: Avoid Py_FatalError() in PyCode_New()
Jan 27, 2020 -
Merged
#18217
bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init()
Jan 27, 2020 -
Merged
#3592
bpo-30780: Add IDLE configdialog tests
Jan 27, 2020 -
Merged
#18211
Add unwritable test package to list of library files to fix bpo-39459
Jan 27, 2020 -
Merged
#18214
bpo-38631: Avoid Py_FatalError() in _memory_release()
Jan 27, 2020 -
Merged
#18212
bpo-38631: Avoid Py_FatalError() in PyModule_Create2()
Jan 27, 2020 -
Merged
#18203
bpo-39459: test.pythoninfo logs effective uid/gid
Jan 27, 2020 -
Merged
#18202
bpo-39453: Add testcase for bpo-39453
Jan 27, 2020 -
Merged
#18200
[3.7] Ignore NEWS snippets in code coverage stats (GH-18194)
Jan 27, 2020 -
Merged
#18201
[3.8] Ignore NEWS snippets in code coverage stats (GH-18194)
Jan 27, 2020 -
Merged
#18194
Ignore NEWS snippets in code coverage stats
Jan 27, 2020 -
Merged
#18181
bpo-39453: Fix contains method of list to hold strong references
Jan 27, 2020 -
Merged
#18196
Clarify and fix assertions that mocks have not been awaited
Jan 27, 2020 -
Merged
#18197
Use relative imports in mock and its tests to help backporting
Jan 27, 2020 -
Merged
#13480
Fix so that test.test_distutils can be executed by unittest and not j…
Jan 27, 2020 -
Merged
#18141
bpo-39320: Handle unpacking of **values in compiler
Jan 27, 2020 -
Merged
#16029
bpo-25597: Ensure wraps' return value is used for magic methods in MagicMock
Jan 27, 2020 -
Merged
#18190
[3.8] bpo-39082: Allow AsyncMock to correctly patch static/class methods (GH-18116)
Jan 26, 2020 -
Merged
#18192
[3.8] bpo-36018: Add another example for NormalDist() (GH-18191)
Jan 26, 2020 -
Merged
#18191
bpo-36018: Add another example for NormalDist()
Jan 26, 2020 -
Merged
#4641
bpo-32173: linecache.py add lazycache to __all__ and use dict.clear to clear the cache
Jan 26, 2020 -
Merged
#18177
bpo-39374: Updated sorting documentation with better key function description
Jan 25, 2020 -
Merged
#17876
[3.7] bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872)
Jan 25, 2020 -
Merged
#17875
[3.8] bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872)
Jan 25, 2020 -
Merged
#18188
[3.7] bpo-36654: Add examples for using tokenize module programmically (GH-12947)
Jan 25, 2020 -
Merged
#18187
[3.8] bpo-36654: Add examples for using tokenize module programmically (GH-12947)
Jan 25, 2020 -
Merged
#12947
bpo-36654: add example to generate token from another file
Jan 25, 2020 -
Merged
#18186
[3.7] bpo-15243: Document __prepare__ as classmethod (GH-17124)
Jan 25, 2020 -
Merged
#18185
[3.8] bpo-15243: Document __prepare__ as classmethod (GH-17124)
Jan 25, 2020 -
Merged
#17124
bpo-15243: Specify __prepare__ should be a classmethod
Jan 25, 2020 -
Merged
#18182
[3.8] Update 3.8.rst (GH-18173)
Jan 25, 2020 -
Merged
#17409
bpo-38932: Make Mock.reset_mock() pass return_value and side_effect values to reset_mock on child mock objects
Jan 25, 2020 -
Merged
#18173
Update 3.8.rst
Jan 25, 2020 -
Merged
#18166
[3.7] bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784)
Jan 25, 2020 -
Merged
#18167
[3.8] bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784)
Jan 25, 2020 -
Merged
#15521
bpo-37955: mock.patch incorrect reference to Mock
Jan 25, 2020 -
Merged
#18116
bpo-39082: Allow AsyncMock to correctly patch static/class methods
Jan 25, 2020 -
Merged
#18179
[3.7] bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Jan 25, 2020 -
Merged
#18178
[3.8] bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Jan 25, 2020 -
Merged
#18068
bpo-39388: IDLE: Fix bug when cancelling out of configdialog
Jan 25, 2020 -
Merged
#18172
[3.7] bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Jan 24, 2020 -
Merged
#18171
[3.8] bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Jan 24, 2020 -
Merged
#18161
bpo-39430: Fix race condition in lazy imports in tarfile.
Jan 24, 2020 -
Merged
#18164
bpo-38631: Avoid Py_FatalError() in GC collect()
Jan 24, 2020 -
Merged
#18122
bpo-39390: fix argument types for ignore callback of shutil.copytree
Jan 24, 2020 -
Merged
#18165
[3.8] Improve test coverage for AsyncMock. (GH-17906)
Jan 24, 2020 -
Merged
#16784
bpo-38473: Handle autospecced functions and methods used with attach_mock
Jan 24, 2020 -
Merged
#18135
bpo-39395: os.putenv() is now always available
Jan 24, 2020 -
Merged
#18163
bpo-39413: Implement os.unsetenv() on Windows
Jan 24, 2020 -
Merged
#18125
bpo-39361: Document the removal of tp_print
Jan 24, 2020 -
Merged
#18162
[3.8] bpo-39426: Fix outdated default and highest protocols in docs (GH-18154)
Jan 24, 2020 -
Merged
#18154
bpo-39426: Fix outdated default and highest protocols in docs
Jan 24, 2020 -
Merged
#18132
bpo-39429: Add a new "Python Development Mode" doc page
Jan 24, 2020 -
Merged
#17606
bpo-21600: Fix `mock.patch.dict` to be stopped with `mock.patch.stopall`
Jan 24, 2020 -
Merged
#11437
bpo-24928: Add test case for patch.dict using OrderedDict
Jan 24, 2020 -
Merged
#18151
[3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117)
Jan 23, 2020 -
Merged
#18148
[3.8] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117)
Jan 23, 2020 -
Merged
#18155
bpo-17005: Minor improvements to the documentation of TopologicalSorter
Jan 23, 2020 -
Merged
#18153
[3.8] bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Jan 23, 2020 -
Merged
#18152
[3.7] bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
Jan 23, 2020 -
Merged
#17375
bpo-39431: Mention nonlocal too in assignment quirk
Jan 23, 2020 -
Merged
#11583
bpo-17005: Add a topological sort algorithm
Jan 23, 2020 -
Merged
#18149
[3.8] bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
Jan 23, 2020 -
Merged
#18146
[3.6] bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
Jan 23, 2020 -
Merged
#18145
[3.7] bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118)
Jan 23, 2020 -
Merged
#18118
bpo-39421: Fix posible crash in heapq with custom comparison operators
Jan 23, 2020 -
Merged
#17984
bpo-39320: Handle unpacking of *values in compiler
Jan 23, 2020 -
Merged
#18139
[3.8] bpo-32989: IDLE - remove unneeded parameter (GH-18138)
Jan 23, 2020 -
Merged
#18140
[3.7] bpo-32989: IDLE - remove unneeded parameter (GH-18138)
Jan 23, 2020 -
Merged
#18138
bpo-32989: IDLE - remove unneeded parameter
Jan 23, 2020 -
Merged
#18137
[3.8] bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Jan 23, 2020 -
Merged
#18136
[3.7] bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Jan 23, 2020 -
Merged
#17611
bpo-39050: The Help button in IDLE's config menu does not work
Jan 23, 2020 -
Merged
#18090
bpo-29435: Allow is_tarfile to take a filelike obj
Jan 23, 2020 -
Merged
#18131
bpo-39427: Document -X opt options in the CLI --help and the man page
Jan 23, 2020
42 Pull requests proposed by 30 people
-
Proposed
#18133
[3.8] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
Jan 23, 2020 -
Proposed
#18134
[3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
Jan 23, 2020 -
Proposed
#18142
bpo-17659: Add locale.getfirstweekday
Jan 23, 2020 -
Proposed
#18147
bpo-39434: Improve float __floordiv__ performance and error message
Jan 23, 2020 -
Proposed
#18150
bpo-39432: Implement PEP-489 algorithm for non-ascii "PyInit_*" symbol names in distutils
Jan 23, 2020 -
Proposed
#18160
bpo-39435: Fix docs for pickle.loads
Jan 24, 2020 -
Proposed
#18169
bpo-8901: Windows registry path not ignored with the -E option
Jan 24, 2020 -
Proposed
#18170
Update documentation for mp.get_start_method
Jan 24, 2020 -
Proposed
#18174
bpo-39448: Add regen-frozen makefile target.
Jan 24, 2020 -
Proposed
#18175
bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription
Jan 25, 2020 -
Proposed
#18176
Use context manager over try-finally
Jan 25, 2020 -
Proposed
#18180
bpo-37022: pdb: do not swallow exceptions from `repr` with `do_p`/`do_pp`
Jan 25, 2020 -
Proposed
#18183
Document func parameter of locale.atof
Jan 25, 2020 -
Proposed
#18184
bpo-39455: Update linecache.rst
Jan 25, 2020 -
Proposed
#18189
WIP: run finalizers before shutdown
Jan 25, 2020 -
Proposed
#18193
Redundant expression
Jan 26, 2020 -
Proposed
#18195
bpo-38599: Deprecate creation of asyncio object when the loop is not running
Jan 26, 2020 -
Proposed
#18198
black run over mock files
Jan 27, 2020 -
Proposed
#18199
bpo-38856: Fix StreamWriter.wait_closed() ConnectionResetError for ProactorEventLoop
Jan 27, 2020 -
Proposed
#18204
[3.8] bpo-39453: Fix contains method of list to hold strong references
Jan 27, 2020 -
Proposed
#18205
[3.7] bpo-39453: Fix contains method of list to hold strong references
Jan 27, 2020 -
Proposed
#18207
[3.6] bpo-38610: Fix possible crashes in several list methods (GH-17022)
Jan 27, 2020 -
Proposed
#18208
bpo-39467: allow user to deprecate CLI arguments
Jan 27, 2020 -
Proposed
#18209
Improve grammar in the import system reference documentation
Jan 27, 2020 -
Proposed
#18210
bpo-39468: better .python_history write permission handling
Jan 27, 2020 -
Proposed
#18213
bpo-39469: Support relative home paths for pyvenv.cfg
Jan 27, 2020 -
Proposed
#18216
bpo-39470: Indicate that ``os.makedirs`` is equivalent to ``Path.mkdir``
Jan 27, 2020 -
Proposed
#18232
[3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Jan 28, 2020 -
Proposed
#18233
[3.6] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Jan 28, 2020 -
Proposed
#18234
[3.8] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Jan 28, 2020 -
Proposed
#18239
bpo-39481: WIP: PEP 585
Jan 28, 2020 -
Proposed
#18240
bpo-39440: Update sum comment.
Jan 28, 2020 -
Proposed
#18244
Add symbol b'\xe2\x80\x93' to punctuation symbols
Jan 29, 2020 -
Proposed
#18245
bpo-39482: Add a fixer to handling abstract base classes
Jan 29, 2020 -
Proposed
#18248
bpo-39483: Add loop parameter to run method in asyncio
Jan 29, 2020 -
Proposed
#18254
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code
Jan 29, 2020 -
Proposed
#18258
bpo-38631: Replace Py_FatalError() with _PyObject_ASSERT_FAILED_MSG()
Jan 29, 2020 -
Proposed
#18259
bpo-39489: Remove COUNT_ALLOCS special build
Jan 29, 2020 -
Proposed
#18260
bpo-39491: Merge PEP 593 (typing.Annotated) support
Jan 29, 2020 -
Proposed
#18261
bpo-39488: skip bigfile test if not enough disk space
Jan 29, 2020 -
Proposed
#18262
bpo-38631: Replace tp_new_wrapper() fatal error with SystemError
Jan 29, 2020 -
Proposed
#18263
bpo-38631: Avoid Py_FatalError() in init_slotdefs()
Jan 29, 2020
92 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.
-
21 new comments
Open
#18057
bpo-39349: Add *cancel_futures* to Executor.shutdown()
Jan 29, 2020 -
11 new comments
Open
#18058
bpo-37224: Improve test__xxsubinterpreters.DestroyTests
Jan 29, 2020 -
9 new comments
Open
#17575
bpo-36225: Finalise subinterpreters in Py_FinalizeEx()
Jan 27, 2020 -
9 new comments
Open
#17893
bpo-39245: Make Vectorcall public
Jan 28, 2020 -
5 new comments
Open
#16094
bpo-17013: New mock to wait for multi-threaded events to happen
Jan 27, 2020 -
4 new comments
Open
#10307
bpo-35113: Fix inspect.getsource to return correct source for inner classes
Jan 25, 2020 -
4 new comments
Open
#14306
bpo-37371: Optimize and refactor readline().
Jan 29, 2020 -
4 new comments
Open
#18080
bpo-18819: tarfile: only set device fields for device files
Jan 24, 2020 -
3 new comments
Open
#1936
bpo-28867: Warn when NamedTemporaryFile is not explicitly closed
Jan 26, 2020 -
3 new comments
Open
#16607
bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros
Jan 27, 2020 -
3 new comments
Open
#17298
bpo-38823: Add a private _PyModule_StealObject API.
Jan 28, 2020 -
3 new comments
Open
#17414
bpo-38937: exec lines from .pth files in a copy of the site.py globals
Jan 29, 2020 -
3 new comments
Open
#17478
bpo-37465: Parsing: all of s/y/z take a Py_ssize_t
Jan 25, 2020 -
3 new comments
Open
#17518
bpo-38091: Import deadlock detection causes deadlock
Jan 23, 2020 -
3 new comments
Open
#17992
[3.8] bpo-39299: Add more tests for mimetypes and its cli. (GH-17949)
Jan 25, 2020 -
3 new comments
Open
#18039
bpo-38076 Clear the interpreter state only after clearing module globals
Jan 28, 2020 -
3 new comments
Open
#18101
[3.7] bpo-39389: gzip: fix compression level metadata (GH-18077)
Jan 26, 2020 -
2 new comments
Open
#2487
bpo-24766: doc= argument to subclasses of property not handled correctly
Jan 28, 2020 -
2 new comments
Open
#3680
bpo-29298: Fix crash with required subparsers without dest
Jan 26, 2020 -
2 new comments
Open
#4354
bpo-34215: Update streams.py:readuntil IncompleteReadError issue
Jan 26, 2020 -
2 new comments
Open
#13842
bpo-28708: Dynamically allocate select fd_sets on Windows based on inputs size
Jan 27, 2020 -
2 new comments
Open
#14487
bpo-39452: Improve the __main__ module documentation
Jan 25, 2020 -
2 new comments
Open
#16090
bpo-38157: Add example about per file output for mock_open.
Jan 24, 2020 -
2 new comments
Open
#16804
bpo-38480: resource.setrusage() should raise PermissionError
Jan 26, 2020 -
2 new comments
Open
#16973
bpo-38558: Link to further docs from walrus operator mention in tutorial
Jan 23, 2020 -
2 new comments
Open
#17169
Allow translating argument error messages bpo-39464
Jan 27, 2020 -
2 new comments
Open
#17276
bpo-38823: Clean up refleaks in _ast initialization.
Jan 28, 2020 -
2 new comments
Open
#18048
bpo-39380: Change ftplib encoding from latin-1 to utf-8
Jan 27, 2020 -
1 new comment
Open
#1645
bpo-30374: Fixed several bugs in win_add2path.py
Jan 27, 2020 -
1 new comment
Open
#1659
bpo-30400: Fix race condition in shutil.copyfile()
Jan 25, 2020 -
1 new comment
Open
#1735
bpo-30274: Rename 'name' to 'fullname' argument to ExtensionFileLoader.
Jan 25, 2020 -
1 new comment
Open
#1795
bpo-30462: urllib: NO_PROXY env. variable can contain domain with asterisk
Jan 25, 2020 -
1 new comment
Open
#2336
bpo-36700: Updated obsolete references for RFC 3548 to RFC 4648
Jan 25, 2020 -
1 new comment
Open
#3161
bpo-31203: Added constant socket.IP_PKTINFO
Jan 25, 2020 -
1 new comment
Open
#4243
bpo-22281 ENH add introspection API for concurrent.futures Executor
Jan 26, 2020 -
1 new comment
Open
#4476
bpo-32092: Mock patch fix autospec
Jan 24, 2020 -
1 new comment
Open
#4965
bpo-32398: Remove OSX c++ linking workaround in distutils.
Jan 25, 2020 -
1 new comment
Open
#5309
bpo-12706: timeout sentinel in ftplib and poplib documentation
Jan 25, 2020 -
1 new comment
Open
#5664
bpo-32839: Add after_info to tkinter
Jan 26, 2020 -
1 new comment
Open
#6642
bpo-33388: Add variables to distutils/dist.py support PEP 566 metadata
Jan 25, 2020 -
1 new comment
Open
#6876
bpo-33521: Add 1.32x faster C implementation of asyncio.isfuture().
Jan 25, 2020 -
1 new comment
Open
#6898
bpo-32414: PyCapsule_Import() now imports submodules if needed.
Jan 25, 2020 -
1 new comment
Open
#8620
bpo-33062: Add SSL renegotiation and key update
Jan 25, 2020 -
1 new comment
Open
#10847
bpo-14074: argparse doesn't allow metavar to be a tuple
Jan 29, 2020 -
1 new comment
Open
#12680
bpo-18697: Update PyUnicode parameter names
Jan 26, 2020 -
1 new comment
Open
#12702
bpo-36541: lib2to3: Support named assignment expressions
Jan 25, 2020 -
1 new comment
Open
#13300
bpo-30535: Explicitly note that sys.meta_path is not empty
Jan 26, 2020 -
1 new comment
Open
#13534
bpo-36982: Add support for extended color functions in ncurses 6.1
Jan 25, 2020 -
1 new comment
Open
#13797
bpo-27513: email.utils.getaddresses() now handles Header objects
Jan 26, 2020 -
1 new comment
Open
#13817
bpo-37144: Convert path-like object to regular path
Jan 26, 2020 -
1 new comment
Open
#14592
bpo-37501: Fix test failures when CPython is built without docstrings
Jan 26, 2020 -
1 new comment
Open
#14912
bpo-37534: Adding ability to add Standalone Document Declaration when generating XML documents
Jan 28, 2020 -
1 new comment
Open
#15275
bpo-34311: Add locale.localize
Jan 27, 2020 -
1 new comment
Open
#15359
bpo-19820: Updated documentation for inspect module: some module attributes were…
Jan 25, 2020 -
1 new comment
Open
#16458
bpo-37970 Fixed urlsplit docstrings in urllib/parse.py
Jan 26, 2020 -
1 new comment
Open
#16521
bpo-38337: Change getattr to inspect.getattr_static
Jan 26, 2020 -
1 new comment
Open
#17029
bpo-38662: Invoke pip via runpy, in ensurepip
Jan 26, 2020 -
1 new comment
Open
#17058
bpo-38693: Use f-strings instead of str.format() within importlib
Jan 25, 2020 -
1 new comment
Open
#17082
bpo-2986: Allow disabling difflib's automatic junk heuristic
Jan 25, 2020 -
1 new comment
Open
#17413
bpo-37347: Require SQLite 3.7.3+
Jan 25, 2020 -
1 new comment
Open
#17658
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw
Jan 25, 2020 -
1 new comment
Open
#17659
bpo-39087: Add PyUnicode_GetUTF8Buffer().
Jan 28, 2020 -
1 new comment
Open
#17671
bpo-31711: On SSLObject.write method, added assert that data has content.
Jan 25, 2020 -
1 new comment
Open
#17981
Redefine snprintf only for msvc
Jan 25, 2020 -
0 new comments
Open
#830
bpo-20774: Add a JSON serializer to collections.deque
Jan 25, 2020 -
0 new comments
Open
#3946
bpo-31746: Fixed Segfaults in the sqlite module when uninitialized.
Jan 25, 2020 -
0 new comments
Open
#5313
bpo-29708: support SOURCE_DATE_EPOCH for build info
Jan 26, 2020 -
0 new comments
Open
#5921
bpo-26792: improve docstrings of runpy module run_ functions
Jan 25, 2020 -
0 new comments
Open
#6514
bpo-33262: Deprecate passing None for `s` to shlex.split()
Jan 25, 2020 -
0 new comments
Open
#7133
bpo-13886: Fix test_builtin.PtyTests tests when readline is loaded
Jan 25, 2020 -
0 new comments
Open
#7559
bpo-31711: Fix for calling SSLSocket.send with empty input.
Jan 26, 2020 -
0 new comments
Open
#7822
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules
Jan 25, 2020 -
0 new comments
Open
#7932
bpo-33973: Only split request lines on b'\x20'
Jan 25, 2020 -
0 new comments
Open
#8322
bpo-16512: one jpeg image added with different profile, code modified to detect all types of jpg
Jan 25, 2020 -
0 new comments
Open
#9629
bpo-9056: Include subsections in TOC for PDF version of docs.
Jan 26, 2020 -
0 new comments
Open
#11433
bpo-33987: IDLE: Use ttk Frame on help.py
Jan 27, 2020 -
0 new comments
Open
#13149
bpo-24263: Fix unittest to discover tests named with non-ascii characters
Jan 25, 2020 -
0 new comments
Open
#13259
bpo-36777: unittest discover should not throw TypeError on empty packages
Jan 26, 2020 -
0 new comments
Open
#13447
bpo-36770: add feature for shutil.make_archive
Jan 25, 2020 -
0 new comments
Open
#13486
bpo-31904: Only UTF-8 encoding is supported on VxWorks
Jan 25, 2020 -
0 new comments
Open
#13503
bpo-37013: Fix the error handling in socket.if_indextoname()
Jan 25, 2020 -
0 new comments
Open
#15147
Allow graceful error handling in messages.py when MIMEText object encodes payload
Jan 26, 2020 -
0 new comments
Open
#15881
bpo-7982: Modify captured_output to allow diferent encodings
Jan 23, 2020 -
0 new comments
Open
#15989
bpo-38119: Fix shmem resource tracking
Jan 25, 2020 -
0 new comments
Open
#17096
bpo-38681: Enhance 2to3 conversion for blank line
Jan 25, 2020 -
0 new comments
Open
#17441
bpo-36470: Allow dataclasses.replace() to work InitVar with default values
Jan 25, 2020 -
0 new comments
Open
#17536
bpo-36982: Add support for extended color functions in ncurses 6.1
Jan 25, 2020 -
0 new comments
Open
#17843
bpo-39224: Document None support for HTTPConnection.timeout
Jan 25, 2020 -
0 new comments
Open
#17954
bpo-31485: Fix Misc.unbind behaviour when funcid is given
Jan 23, 2020 -
0 new comments
Open
#18059
bpo-32330 Replace invalid characters in email.message.set_payload().
Jan 27, 2020 -
0 new comments
Open
#18061
bpo-19770: Update smtp.send_message to use email.message.as_bytes()
Jan 23, 2020 -
0 new comments
Open
#18123
bpo-39400: Do not pass MANPAGER value to shell in pydoc
Jan 26, 2020