March 13, 2019 – March 20, 2019
Overview
-
0 Active Issues
113 Pull requests merged by 29 people
-
Merged
#12317
bpo-36285: Array module int overflow
Mar 20, 2019 -
Merged
#12369
bpo-36312: Fix decoders for some code pages.
Mar 20, 2019 -
Merged
#12461
[3.6] bpo-35564: add master_doc='contents' to conf.py
Mar 20, 2019 -
Merged
#12470
[2.7] bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442)
Mar 20, 2019 -
Merged
#12471
[3.7] bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442)
Mar 20, 2019 -
Merged
#12469
bpo-8677: use PY_DWORD_MAX instead of INT_MAX
Mar 20, 2019 -
Merged
#12466
bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c
Mar 20, 2019 -
Merged
#12467
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c
Mar 20, 2019 -
Merged
#12464
bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c
Mar 20, 2019 -
Merged
#12462
[2.7] bpo-35564: add master_doc='contents' to conf.py
Mar 20, 2019 -
Merged
#12460
[3.7] bpo-35564: add master_doc='contents' to conf.py
Mar 20, 2019 -
Merged
#12449
bpo-36374: Fix a possible null pointer dereference
Mar 20, 2019 -
Merged
#12458
bpo-36301: Add _PyPreCmdline internal API
Mar 20, 2019 -
Merged
#1034
bpo-23984: Improve descriptor documentation
Mar 20, 2019 -
Merged
#12454
bpo-36356: Fix _PyCoreConfig_Read()
Mar 20, 2019 -
Merged
#12457
bpo-36301: Add _PyRuntime.pre_initialized
Mar 20, 2019 -
Merged
#12452
[3.7] Fix compiler warning in call_readline() (GH-10820)
Mar 20, 2019 -
Merged
#12430
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined
Mar 19, 2019 -
Merged
#12451
[3.7] bpo-36365: Fix compiler warning in structseq.c
Mar 19, 2019 -
Merged
#12450
[3.7] bpo-36236: Handle removed cwd at Python init
Mar 19, 2019 -
Merged
#12440
bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter
Mar 19, 2019 -
Merged
#12443
bpo-35388: Fix _PyRuntime_Finalize()
Mar 19, 2019 -
Merged
#12448
bpo-36324: Improved code formatting for the NormalDist.inv_cdf rational approximation
Mar 19, 2019 -
Merged
#12446
NormalDist.inv_cdf(): In-line constants because the variable names were not informative
Mar 19, 2019 -
Merged
#12441
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv
Mar 19, 2019 -
Merged
#12442
bpo-36367: Free buffer if realloc fails in tokenize.c
Mar 19, 2019 -
Merged
#12424
bpo-36236: Handle removed cwd at Python init
Mar 19, 2019 -
Merged
#12436
[3.7] bpo-36356: pymain_free() calls _PyRuntime_Finalize()
Mar 19, 2019 -
Merged
#12435
bpo-36356: pymain_free() calls _PyRuntime_Finalize()
Mar 19, 2019 -
Merged
#12431
bpo-36356: Release Unicode interned strings on Valgrind
Mar 19, 2019 -
Merged
#12432
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads()
Mar 19, 2019 -
Merged
#12434
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite
Mar 19, 2019 -
Merged
#12400
bpo-36333: Fix leak in _PyRuntimeState_Fini
Mar 19, 2019 -
Merged
#12425
bpo-36356: Fix leak of locale string
Mar 19, 2019 -
Merged
#12334
[2.7] bpo-18368: Fix memory leaks in PyOS_StdioReadline() when realloc() fails
Mar 19, 2019 -
Merged
#12404
[2.7] bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
Mar 19, 2019 -
Merged
#12405
[3.7] bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
Mar 19, 2019 -
Merged
#12426
Add docstrings to the arithmetic methods in NormalDist()
Mar 19, 2019 -
Merged
#12377
bpo-36324: Add inv_cdf() to statistics.NormalDist()
Mar 19, 2019 -
Merged
#12423
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c
Mar 19, 2019 -
Merged
#12397
[2.7] bpo-36337: Use ssize_t and size_t for socket.send()/sendall()
Mar 19, 2019 -
Merged
#12422
bpo-36301: Error if decoding pybuilddir.txt fails
Mar 19, 2019 -
Merged
#12421
bpo-36352: Add error handling to getpath.c
Mar 18, 2019 -
Merged
#12420
bpo-36301: Fix Py_Main() memory leaks
Mar 18, 2019 -
Merged
#12413
[2.7] bpo-35605: Fix documentation build for sphinx<1.6
Mar 18, 2019 -
Merged
#12333
bpo-36292: Mark unreachable code as such
Mar 18, 2019 -
Merged
#12415
[3.7] bpo-36235: Enhance distutils test_customize_compiler() (GH-12403)
Mar 18, 2019 -
Merged
#12417
[2.7] bpo-36235: Enhance distutils test_customize_compiler() (GH-12403)
Mar 18, 2019 -
Merged
#12396
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict
Mar 18, 2019 -
Merged
#12406
bpo-36333: Clarify fileutils.h documentation
Mar 18, 2019 -
Merged
#12403
bpo-36235: Enhance distutils test_customize_compiler()
Mar 18, 2019 -
Merged
#12381
bpo-36328: Fix compiler warning in Py_NewInterpreter()
Mar 18, 2019 -
Merged
#12391
[3.7] bpo-36272: Logging now propagates RecursionError (GH-12312)
Mar 18, 2019 -
Merged
#12398
bpo-36332: Allow compile() to handle AST objects with assignment expressions
Mar 18, 2019 -
Merged
#12402
[3.7] bpo-36317: Fix typo in _PyObject_FastCallDict documentation
Mar 18, 2019 -
Merged
#12307
bpo-30040: optimize inserting into empty dict
Mar 18, 2019 -
Merged
#12385
bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py
Mar 18, 2019 -
Merged
#12356
bpo-36307: Upgrade Travis CI to Xenial and rm obsolete sudo:false
Mar 18, 2019 -
Merged
#12383
bpo-36317: Fix typo in _PyObject_FastCallDict documentation
Mar 18, 2019 -
Merged
#12395
[3.7] bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Mar 18, 2019 -
Merged
#12375
bpo-36321: Fix misspelled attribute in namedtuple()
Mar 18, 2019 -
Merged
#12342
bpo-36297: remove "unicode_internal" codec
Mar 18, 2019 -
Merged
#12366
[3.6] Fix "catchs" typos in NEWS entries (GH-12364)
Mar 18, 2019 -
Merged
#12182
[3.6] bpo-36195: Remove the ThreadPoolExecutor documentation mentioning the…
Mar 18, 2019 -
Merged
#12388
[3.7] Fix typo in unittest.mock documentation: manger -> manager (GH-12352)
Mar 17, 2019 -
Merged
#12365
[3.7] Fix "catchs" typos in NEWS entries (GH-12364)
Mar 17, 2019 -
Merged
#12364
Fix "catchs" typos in NEWS entries
Mar 17, 2019 -
Merged
#12352
Fix typo in unittest.mock documentation: manger -> manager
Mar 17, 2019 -
Merged
#12387
[3.7] bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Mar 17, 2019 -
Merged
#12386
bpo-34745: Fix asyncio sslproto memory issues
Mar 17, 2019 -
Merged
#12281
[3.5] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Mar 17, 2019 -
Merged
#12376
[3.7] bpo-23216: IDLE: Add docstrings to search modules (GH-12141)
Mar 16, 2019 -
Merged
#12335
bpo-34160: Update news entry for XML order attributes
Mar 16, 2019 -
Merged
#12277
[3.5] bpo-35647: Fix path check in cookiejar (GH-11436)
Mar 16, 2019 -
Merged
#12141
bpo-23216: IDLE: Add docstrings to search modules
Mar 16, 2019 -
Merged
#12279
[3.4] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
Mar 16, 2019 -
Merged
#12278
[3.4] bpo-35647: Fix path check in cookiejar (GH-11436)
Mar 16, 2019 -
Merged
#11488
bpo-35493: Use Process.sentinel instead of sleeping for polling worker status in multiprocessing.Pool
Mar 16, 2019 -
Merged
#11514
bpo-35715: Liberate return value of _process_worker
Mar 16, 2019 -
Merged
#12374
[3.7] Update the seealso entries for namedtuple() (GH-12373)
Mar 16, 2019 -
Merged
#12373
Update the seealso entries for namedtuple()
Mar 16, 2019 -
Merged
#12371
Minor grammar fix in docs
Mar 16, 2019 -
Merged
#12353
bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords().
Mar 16, 2019 -
Merged
#12362
[3.7] bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-12137)
Mar 16, 2019 -
Merged
#12137
bpo-36138: Improve docs about converting datetime.timedelta to scalars.
Mar 16, 2019 -
Merged
#12132
bpo-36124: Add PyInterpreterState.dict.
Mar 15, 2019 -
Merged
#12359
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary).
Mar 15, 2019 -
Merged
#12246
bpo-33608: Deal with pending calls relative to runtime shutdown.
Mar 15, 2019 -
Merged
#12325
Add the meaning of the returned value of PyTypeObject.tp_init
Mar 15, 2019 -
Merged
#12346
bpo-33608: Fix PyEval_InitThreads() warning
Mar 15, 2019 -
Merged
#12348
[3.7] bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)
Mar 15, 2019 -
Merged
#12349
[2.7] bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)
Mar 15, 2019 -
Merged
#12347
bpo-36301: _PyCoreConfig_Read() ensures that argv is non-empty
Mar 15, 2019 -
Merged
#12343
bpo-36301: Add _PyWstrList structure
Mar 15, 2019 -
Merged
#12236
bpo-36235: Fix CFLAGS in distutils customize_compiler()
Mar 15, 2019 -
Merged
#12312
bpo-36272: Logging ignore recursion error
Mar 15, 2019 -
Merged
#12336
[3.7] Fix typo duplicate period in a docstring in the zipfile module. (GH-12326)
Mar 15, 2019 -
Merged
#12338
Correct the heading levels
Mar 15, 2019 -
Merged
#12270
Document actual string.punctuation value
Mar 14, 2019 -
Merged
#12326
[skip issue] fix typo duplicate period in module zipifle line 882.
Mar 14, 2019 -
Merged
#12332
[2.7] bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)
Mar 14, 2019 -
Merged
#12331
[3.7] bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)
Mar 14, 2019 -
Merged
#12329
[2.7] bpo-36289: Fix a possible reference leak in the io module.
Mar 14, 2019 -
Merged
#12330
[2.7] bpo-36291: Fix a possible reference leak in the json module.
Mar 14, 2019 -
Merged
#12327
[2.7] bpo-36212: Fix two possible reference leaks in the hotshot module.
Mar 14, 2019 -
Merged
#12324
bpo-30040: update news entry
Mar 14, 2019 -
Merged
#12323
Simplify overlap() formula for case where variances are equal
Mar 14, 2019 -
Merged
#12322
[3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264).
Mar 14, 2019 -
Merged
#12058
bpo-36127: Argument Clinic: inline parsing code for keyword parameters.
Mar 14, 2019 -
Merged
#12318
bpo-36254: Fix yet one invalid use of %d in format string in C.
Mar 14, 2019 -
Merged
#12311
[2.7] bpo-36174: Update nuget authoring for new license field. (GH-12300)
Mar 13, 2019 -
Merged
#12310
bpo-36282: Improved error message for too much positional arguments.
Mar 13, 2019 -
Merged
#12264
bpo-36254: Fix invalid uses of %d in format strings in C.
Mar 13, 2019
53 Pull requests proposed by 35 people
-
Proposed
#12314
bpo-36274: Encode request lines as Latin-1
Mar 13, 2019 -
Proposed
#12315
bpo-36274: Encode request lines with surrogate escapes
Mar 13, 2019 -
Proposed
#12316
bpo-15749: Fix text formatting in cgitb when display is disabled
Mar 14, 2019 -
Proposed
#12319
bpo-31904: Fix test_os failures for VxWorks RTOS
Mar 14, 2019 -
Proposed
#12321
bpo-31904: Add _crypt module support for VxWorks RTOS
Mar 14, 2019 -
Proposed
#12328
[WIP] bpo-36287: Ignoring optional field.
Mar 14, 2019 -
Proposed
#12340
ctypes: remove use of legacy unicode API
Mar 15, 2019 -
Proposed
#12341
bpo-36302: Sort list of sources
Mar 15, 2019 -
Proposed
#12344
Change WriterObj.writeline to WriterObj.write
Mar 15, 2019 -
Proposed
#12355
bpo-36268: Change default tar format to pax from GNU
Mar 15, 2019 -
Proposed
#12358
bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found
Mar 15, 2019 -
Proposed
#12360
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall().
Mar 15, 2019 -
Proposed
#12361
bpo-36305: Fixes to path handling and parsing in pathlib
Mar 15, 2019 -
Proposed
#12367
bpo-36010: Add venv to the nuget distribution
Mar 16, 2019 -
Proposed
#12368
bpo-35100: add unquote_to_bytes_plus to the urllib.parse module
Mar 16, 2019 -
Proposed
#12370
bpo-31062: Allow socket.makefile to handle line buffering properly
Mar 16, 2019 -
Proposed
#12372
bpo-36318: Adding support for setting the "disabled" attribute of loggers from logging.config.dictConfig
Mar 16, 2019 -
Proposed
#12378
Document that logging registers shutdown as an exit handler
Mar 17, 2019 -
Proposed
#12379
Improve grammar on async ctxmgrs and shorten text
Mar 17, 2019 -
Proposed
#12382
bpo-36290: Fix kwargs handling in ast node constructors
Mar 17, 2019 -
Proposed
#12384
Add explicit check to silence warning on MacOS
Mar 17, 2019 -
Proposed
#12390
Replace "DOS box" with "command prompt window" and link to Windows FAQ.
Mar 18, 2019 -
Proposed
#12392
bpo-36335: add bdb.Bdb.is_skipped_frame
Mar 18, 2019 -
Proposed
#12393
[3.6] bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Mar 18, 2019 -
Proposed
#12394
bpo-31904: fix mmap issue for VxWorks
Mar 18, 2019 -
Proposed
#12399
bpo-36341: Fix tests calling bind() on AF_UNIX sockets
Mar 18, 2019 -
Proposed
#12408
bpo-36345: Deprecate Tools/scripts/serve.py in favour of the HTTP server
Mar 18, 2019 -
Proposed
#12409
bpo-36346: Prepare for removing the legacy Unicode C API.
Mar 18, 2019 -
Proposed
#12410
bpo-36347: Renaming the constants for the .flags of PyMemberDef
Mar 18, 2019 -
Proposed
#12411
bpo-36348: IMAP4.logout() doesn't ignore exc
Mar 18, 2019 -
Proposed
#12412
bpo-36350: Change type of inspect.{Signature.parameters,BoundArguments.arguments}
Mar 18, 2019 -
Proposed
#12414
bpo-36214: Use cache variables in AC_RUN_IFELSE macros for use when cross-compiling
Mar 18, 2019 -
Proposed
#12416
bpo-36351: Do not set ipv6type in configure.ac when cross-compiling
Mar 18, 2019 -
Proposed
#12418
bpo-36353: fix -R option of build_ext for OSX
Mar 18, 2019 -
Proposed
#12419
bpo-24565: f->f_lineno is now -1 when tracing is not set
Mar 18, 2019 -
Proposed
#12427
bpo-35859: fix bugs in re engine
Mar 19, 2019 -
Proposed
#12428
bpo-31904: fix test_utf8_mode fail issue on VxWorks
Mar 19, 2019 -
Proposed
#12429
bpo-36361: Generate correct pyconfig.h when cross-compiling
Mar 19, 2019 -
Proposed
#12433
bpo-31199: configure fails if libasan is not installed when --with-address-sanitizer is enabled
Mar 19, 2019 -
Proposed
#12437
bpo-36309: Raise a PendingDeprecationWarning when calling tempfile.mktemp()
Mar 19, 2019 -
Proposed
#12438
bpo-25361: enables use of SSE2 instructions in Windows 32-bit build.
Mar 19, 2019 -
Proposed
#12439
bpo-36364: fix SharedMemoryManager examples
Mar 19, 2019 -
Proposed
#12445
Fix registry key for windows sdk detection
Mar 19, 2019 -
Proposed
#12453
bpo-36356: Destroy the GIL at exit
Mar 20, 2019 -
Proposed
#12455
bpo-36375: PEP499: implementation and documentation and test updates
Mar 20, 2019 -
Proposed
#12456
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen
Mar 20, 2019 -
Proposed
#12459
[3.7] bpo-23984: Improve descriptor documentation (GH-1034)
Mar 20, 2019 -
Proposed
#12463
bop-32573 Handle the case when sys.argv is not set
Mar 20, 2019 -
Proposed
#12468
bpo-36377: Specify that range() can not be compared
Mar 20, 2019 -
Proposed
#12472
bpo-36366: Return None on stopping unstarted patch object
Mar 20, 2019 -
Proposed
#12473
bpo-36381: warn when no PY_SSIZE_T_CLEAN
Mar 20, 2019 -
Proposed
#12475
[3.7] bpo-36312: Fix decoders for some code pages. (GH-12369)
Mar 20, 2019 -
Proposed
#12476
bpo-36324: NormalDist() add more tests and update comments
Mar 20, 2019
51 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
#9959
bpo-28053: Complete and fix custom reducers in multiprocessing.
Mar 17, 2019 -
10 new comments
Open
#12302
bpo-36085: Enable better DLL resolution on Windows
Mar 19, 2019 -
10 new comments
Open
#12306
bpo-27497: Add return value to csv.DictWriter.writeheader
Mar 15, 2019 -
9 new comments
Open
#12095
Fix parameter name at dbm.gnu.open docs
Mar 16, 2019 -
8 new comments
Open
#11661
bpo-35810: Incref heap-allocated types in PyObject_Init
Mar 15, 2019 -
6 new comments
Open
#7849
bpo-33922: Adding documentation for new "-64" suffix of python launcher
Mar 20, 2019 -
5 new comments
Open
#11950
bpo-36046: Add user and group parameters to subprocess
Mar 16, 2019 -
4 new comments
Open
#4719
bpo-32217: Fixed freeze.py for Windows.
Mar 18, 2019 -
4 new comments
Open
#11781
bpo-4356: Add key parameter to functions in bisect module
Mar 17, 2019 -
3 new comments
Open
#2223
bpo-1360: Add warning to Queue.get() docs about block=True
Mar 20, 2019 -
3 new comments
Open
#4641
bpo-32173: linecache.py add lazycache to __all__ and use dict.clear to clear the cache
Mar 18, 2019 -
3 new comments
Open
#11807
bpo-21269: Provide args and kwargs attributes on mock call objects
Mar 20, 2019 -
2 new comments
Open
#4434
bpo-31822 Document that urllib.parse.{Defrag,Split,Parse}Result are namedtuples
Mar 18, 2019 -
2 new comments
Open
#4770
bpo-32234: Context manager available for mailbox instances
Mar 18, 2019 -
2 new comments
Open
#6137
bpo-21018: document how to escape characters in configparser
Mar 17, 2019 -
2 new comments
Open
#10313
bpo-35155: clarify protocol handler method naming
Mar 16, 2019 -
2 new comments
Open
#10927
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2).
Mar 16, 2019 -
2 new comments
Open
#11314
Note regarding + mode truncation applies to both text and binary mode
Mar 19, 2019 -
2 new comments
Open
#11398
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler
Mar 17, 2019 -
2 new comments
Open
#11625
bpo-35790: Correct a statement about sys.exc_info() values restoration in the docs
Mar 17, 2019 -
2 new comments
Open
#12255
bpo-36239: Skip comments in gettext infos
Mar 19, 2019 -
1 new comment
Open
#4725
fix the documentation of normcase
Mar 18, 2019 -
1 new comment
Open
#4727
bpo-32223: Use UTF-8 encoding when reading config files
Mar 18, 2019 -
1 new comment
Open
#5578
bpo-1100942: Add datetime.time.strptime and datetime.date.strptime
Mar 18, 2019 -
1 new comment
Open
#6574
bpo-25478: Add scalar multiplication and division to Counter
Mar 17, 2019 -
1 new comment
Open
#7817
bpo-33783: Use proper class markup for random.Random docs
Mar 15, 2019 -
1 new comment
Open
#8304
bpo-34129: Add private variables mangling in cgitb.py
Mar 13, 2019 -
1 new comment
Open
#10551
bpo-35252: Remove FIXME from test_functools
Mar 19, 2019 -
1 new comment
Open
#10926
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1).
Mar 16, 2019 -
1 new comment
Open
#11023
Update ftplib.rst documentation
Mar 19, 2019 -
1 new comment
Open
#11612
[3.6] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1
Mar 15, 2019 -
1 new comment
Open
#11779
bpo-35926: Add support for OpenSSL 1.1.1b on Windows
Mar 18, 2019 -
1 new comment
Open
#11789
bpo-35970: Add help flag to base64 util
Mar 19, 2019 -
1 new comment
Open
#11797
bpo-35947: Update windows to the current version of libffi
Mar 18, 2019 -
1 new comment
Open
#11888
bpo-36004: Add date.fromisocalendar
Mar 17, 2019 -
1 new comment
Open
#11922
bpo-36025: Restore original function API for PyDate_FromTimestamp
Mar 18, 2019 -
1 new comment
Open
#12118
bpo-31904: Add posix module support for VxWorks RTOS
Mar 19, 2019 -
1 new comment
Open
#12153
bpo-26707: enable plistlib to read UID keys
Mar 14, 2019 -
1 new comment
Open
#12220
bpo-35978: Correctly skips venv tests in venvs
Mar 14, 2019 -
1 new comment
Open
#12287
[WIP] bpo-36205: incorrect time.process_time when built on macOS < 10.12
Mar 14, 2019 -
1 new comment
Open
#12305
bpo-31904: Add time module support for VxWorks RTOS
Mar 18, 2019 -
0 new comments
Open
#4800
bpo-29620: iterate over a tuple of sys.modules
Mar 18, 2019 -
0 new comments
Open
#5172
bpo-31310: FIX reuse semaphore tracker for child processes
Mar 18, 2019 -
0 new comments
Open
#9605
bpo-34822: Simplify AST for subscription.
Mar 14, 2019 -
0 new comments
Open
#11241
bpo-35302: Try each (remote addrinfo, local addrinfo) pair when connecting.
Mar 19, 2019 -
0 new comments
Open
#11663
bpo-18610: Update wsgiref.validate docstring for wsgi.input read()
Mar 16, 2019 -
0 new comments
Open
#12059
bpo-36071 Add support for Windows ARM32 in ctypes/libffi
Mar 19, 2019 -
0 new comments
Open
#12203
bpo-23205: IDLE: Add tests and refactor grep's findfiles
Mar 17, 2019 -
0 new comments
Open
#12241
bpo-36245: If statements prefer brackets over quotes if it is a filepath that could contain a space.
Mar 15, 2019 -
0 new comments
Open
#12253
Clean parser headers and include files
Mar 18, 2019 -
0 new comments
Open
#12257
bpo-36253: Remove use after free reference in ctypes test suite
Mar 18, 2019