[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Sep 22 12:09:17 EDT 2017
ACTIVITY SUMMARY (2017-09-15 - 2017-09-22)
Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open 6196 (+25)
closed 37107 (+42)
total 43303 (+67)
Open issues with patches: 2376
Issues opened (56)
==================
#13487: inspect.getmodule fails when module imports change sys.modules
https://bugs.python.org/issue13487 reopened by merwok
#31486: calling a _json.Encoder object raises a SystemError in case ob
https://bugs.python.org/issue31486 opened by Oren Milman
#31488: IDLE: Update feature classes when options are changed.
https://bugs.python.org/issue31488 opened by terry.reedy
#31489: Signal delivered to a subprocess triggers parent's handler
https://bugs.python.org/issue31489 opened by Ilya.Kulakov
#31490: assertion failure in ctypes in case an _anonymous_ attr appear
https://bugs.python.org/issue31490 opened by Oren Milman
#31491: Add is_closing() to asyncio.StreamWriter.
https://bugs.python.org/issue31491 opened by aymeric.augustin
#31492: assertion failures in case a module has a bad __name__ attribu
https://bugs.python.org/issue31492 opened by Oren Milman
#31493: IDLE cond context: fix code update and font update timers
https://bugs.python.org/issue31493 opened by terry.reedy
#31494: Valgrind suppression file
https://bugs.python.org/issue31494 opened by Aaron Michaux
#31495: Wrong offset with IndentationError ("expected an indented bloc
https://bugs.python.org/issue31495 opened by blueyed
#31496: IDLE: test_configdialog failed
https://bugs.python.org/issue31496 opened by serhiy.storchaka
#31500: IDLE: Tiny font on HiDPI display
https://bugs.python.org/issue31500 opened by serhiy.storchaka
#31502: IDLE: Config dialog again deletes custom themes and keysets.
https://bugs.python.org/issue31502 opened by terry.reedy
#31503: Enhance dir(module) to be informed by __all__ by updating modu
https://bugs.python.org/issue31503 opened by codypiersall
#31504: Documentation for return value for string.rindex is missing wh
https://bugs.python.org/issue31504 opened by kgashok
#31505: assertion failure in json, in case _json.make_encoder() receiv
https://bugs.python.org/issue31505 opened by Oren Milman
#31506: Improve the error message logic for object_new & object_init
https://bugs.python.org/issue31506 opened by ncoghlan
#31507: email.utils.parseaddr has no docstring
https://bugs.python.org/issue31507 opened by mark.dickinson
#31508: Running test_ttk_guionly logs "test_widgets.py:1562: UserWarni
https://bugs.python.org/issue31508 opened by haypo
#31509: test_subprocess hangs randomly on AMD64 Windows10 3.x
https://bugs.python.org/issue31509 opened by haypo
#31510: test_many_processes() of test_multiprocessing_spawn failed on
https://bugs.python.org/issue31510 opened by haypo
#31511: test_normalization: test.support.open_urlresource() doesn't ha
https://bugs.python.org/issue31511 opened by haypo
#31512: Add non-elevated symlink support for dev mode Windows 10
https://bugs.python.org/issue31512 opened by vidartf
#31516: current_thread() becomes "dummy" thread during shutdown
https://bugs.python.org/issue31516 opened by pitrou
#31517: MainThread association logic is fragile
https://bugs.python.org/issue31517 opened by pitrou
#31518: ftplib, urllib2, poplib, httplib, urllib2_localnet use ssl.PRO
https://bugs.python.org/issue31518 opened by doko
#31520: ResourceWarning: unclosed <socket.socket [closed] fd=3, ...> w
https://bugs.python.org/issue31520 opened by haypo
#31521: segfault in PyBytes_AsString
https://bugs.python.org/issue31521 opened by Tim Smith
#31522: _mboxMMDF.get_string() fails to pass param to get_bytes()
https://bugs.python.org/issue31522 opened by bpoaugust
#31523: Windows build file fixes
https://bugs.python.org/issue31523 opened by steve.dower
#31524: mailbox._mboxMMDF.get_message throws away From envelope
https://bugs.python.org/issue31524 opened by bpoaugust
#31526: Allow setting timestamp in gzip-compressed tarfiles
https://bugs.python.org/issue31526 opened by randombit
#31527: Report details of excess arguments in object_new & object_init
https://bugs.python.org/issue31527 opened by ncoghlan
#31528: Let ConfigParser parse systemd units
https://bugs.python.org/issue31528 opened by johnlinp
#31529: IDLE: Add docstrings and tests for editor.py reload functions
https://bugs.python.org/issue31529 opened by csabella
#31530: Python 2.7 readahead feature of file objects is not thread saf
https://bugs.python.org/issue31530 opened by haypo
#31531: crash and SystemError in case of a bad zipimport._zip_director
https://bugs.python.org/issue31531 opened by Oren Milman
#31534: python 3.6.2 installation failed 0x80070002 error
https://bugs.python.org/issue31534 opened by roie
#31535: configparser unable to write comment with a upper cas letter
https://bugs.python.org/issue31535 opened by philippewagnieres at hispeed.ch
#31536: `make regen-all` triggers wholesale rebuild
https://bugs.python.org/issue31536 opened by pitrou
#31537: Bug in readline module documentation example
https://bugs.python.org/issue31537 opened by bazwal
#31538: mailbox does not treat external factories the same
https://bugs.python.org/issue31538 opened by bpoaugust
#31539: asyncio.sleep may sleep less time then it should
https://bugs.python.org/issue31539 opened by germn
#31540: Adding context in concurrent.futures.ProcessPoolExecutor
https://bugs.python.org/issue31540 opened by tomMoral
#31541: Mock called_with does not ensure self/cls argument is used
https://bugs.python.org/issue31541 opened by jonathan.huot
#31542: pth files in site-packages of venvs are executed twice
https://bugs.python.org/issue31542 opened by Antony.Lee
#31543: Optimize wrapper descriptors using FASTCALL
https://bugs.python.org/issue31543 opened by haypo
#31544: gettext.Catalog title is not flagged as a class
https://bugs.python.org/issue31544 opened by linkid
#31545: Fixing documentation for timedelta.
https://bugs.python.org/issue31545 opened by musically_ut
#31546: PyOS_InputHook is not called when waiting for input() in Windo
https://bugs.python.org/issue31546 opened by yhlam
#31547: IDLE: Save definitions added to user keysets
https://bugs.python.org/issue31547 opened by terry.reedy
#31548: test_os fails on Windows if current directory contains spaces
https://bugs.python.org/issue31548 opened by serhiy.storchaka
#31549: test_strptime and test_time fail on non-English Windows
https://bugs.python.org/issue31549 opened by serhiy.storchaka
#31550: Inconsistent error message for TypeError with subscripting
https://bugs.python.org/issue31550 opened by Anthony Sottile
#31551: test_distutils fails if current directory contains spaces
https://bugs.python.org/issue31551 opened by serhiy.storchaka
#31552: IDLE: Convert browswers to use ttk.Treeview
https://bugs.python.org/issue31552 opened by terry.reedy
Most recent 15 issues with no replies (15)
==========================================
#31551: test_distutils fails if current directory contains spaces
https://bugs.python.org/issue31551
#31549: test_strptime and test_time fail on non-English Windows
https://bugs.python.org/issue31549
#31548: test_os fails on Windows if current directory contains spaces
https://bugs.python.org/issue31548
#31547: IDLE: Save definitions added to user keysets
https://bugs.python.org/issue31547
#31545: Fixing documentation for timedelta.
https://bugs.python.org/issue31545
#31542: pth files in site-packages of venvs are executed twice
https://bugs.python.org/issue31542
#31541: Mock called_with does not ensure self/cls argument is used
https://bugs.python.org/issue31541
#31540: Adding context in concurrent.futures.ProcessPoolExecutor
https://bugs.python.org/issue31540
#31537: Bug in readline module documentation example
https://bugs.python.org/issue31537
#31535: configparser unable to write comment with a upper cas letter
https://bugs.python.org/issue31535
#31534: python 3.6.2 installation failed 0x80070002 error
https://bugs.python.org/issue31534
#31531: crash and SystemError in case of a bad zipimport._zip_director
https://bugs.python.org/issue31531
#31528: Let ConfigParser parse systemd units
https://bugs.python.org/issue31528
#31526: Allow setting timestamp in gzip-compressed tarfiles
https://bugs.python.org/issue31526
#31520: ResourceWarning: unclosed <socket.socket [closed] fd=3, ...> w
https://bugs.python.org/issue31520
Most recent 15 issues waiting for review (15)
=============================================
#31550: Inconsistent error message for TypeError with subscripting
https://bugs.python.org/issue31550
#31545: Fixing documentation for timedelta.
https://bugs.python.org/issue31545
#31543: Optimize wrapper descriptors using FASTCALL
https://bugs.python.org/issue31543
#31536: `make regen-all` triggers wholesale rebuild
https://bugs.python.org/issue31536
#31530: Python 2.7 readahead feature of file objects is not thread saf
https://bugs.python.org/issue31530
#31529: IDLE: Add docstrings and tests for editor.py reload functions
https://bugs.python.org/issue31529
#31518: ftplib, urllib2, poplib, httplib, urllib2_localnet use ssl.PRO
https://bugs.python.org/issue31518
#31516: current_thread() becomes "dummy" thread during shutdown
https://bugs.python.org/issue31516
#31512: Add non-elevated symlink support for dev mode Windows 10
https://bugs.python.org/issue31512
#31508: Running test_ttk_guionly logs "test_widgets.py:1562: UserWarni
https://bugs.python.org/issue31508
#31507: email.utils.parseaddr has no docstring
https://bugs.python.org/issue31507
#31506: Improve the error message logic for object_new & object_init
https://bugs.python.org/issue31506
#31505: assertion failure in json, in case _json.make_encoder() receiv
https://bugs.python.org/issue31505
#31504: Documentation for return value for string.rindex is missing wh
https://bugs.python.org/issue31504
#31502: IDLE: Config dialog again deletes custom themes and keysets.
https://bugs.python.org/issue31502
Top 10 most discussed issues (10)
=================================
#31500: IDLE: Tiny font on HiDPI display
https://bugs.python.org/issue31500 19 msgs
#31443: Possibly out of date C extension documentation
https://bugs.python.org/issue31443 14 msgs
#31504: Documentation for return value for string.rindex is missing wh
https://bugs.python.org/issue31504 13 msgs
#31530: Python 2.7 readahead feature of file objects is not thread saf
https://bugs.python.org/issue31530 13 msgs
#31484: Cache single-character strings outside of the Latin1 range
https://bugs.python.org/issue31484 12 msgs
#31539: asyncio.sleep may sleep less time then it should
https://bugs.python.org/issue31539 12 msgs
#31506: Improve the error message logic for object_new & object_init
https://bugs.python.org/issue31506 11 msgs
#31536: `make regen-all` triggers wholesale rebuild
https://bugs.python.org/issue31536 8 msgs
#31517: MainThread association logic is fragile
https://bugs.python.org/issue31517 7 msgs
#31496: IDLE: test_configdialog failed
https://bugs.python.org/issue31496 6 msgs
Issues closed (38)
==================
#13224: Change str(x) to return only the qualname for some types
https://bugs.python.org/issue13224 closed by merwok
#15472: Itertools doc summary table misdocuments some arguments
https://bugs.python.org/issue15472 closed by merwok
#26510: [argparse] Add required argument to add_subparsers
https://bugs.python.org/issue26510 closed by merwok
#27541: Repr of collection's subclasses
https://bugs.python.org/issue27541 closed by serhiy.storchaka
#29916: No explicit documentation for PyGetSetDef and getter and sette
https://bugs.python.org/issue29916 closed by serhiy.storchaka
#29966: typing.get_type_hints doesn't really work for classes with For
https://bugs.python.org/issue29966 closed by levkivskyi
#30228: Open a file in text mode requires too many syscalls
https://bugs.python.org/issue30228 closed by haypo
#30381: test_smtpnet.test_connect_using_sslcontext_verified() randomly
https://bugs.python.org/issue30381 closed by haypo
#30648: test_logout() of test_imaplib.RemoteIMAP_STARTTLSTest failed r
https://bugs.python.org/issue30648 closed by haypo
#30658: Buildbot: don't sent email notification for custom builders
https://bugs.python.org/issue30658 closed by haypo
#30848: test_multiprocessing_forkserver hangs on AMD64 FreeBSD CURRENT
https://bugs.python.org/issue30848 closed by haypo
#30866: Add _testcapi.stack_pointer() to measure the C stack consumpti
https://bugs.python.org/issue30866 closed by haypo
#31008: FAIL: test_wait_for_handle (test.test_asyncio.test_windows_eve
https://bugs.python.org/issue31008 closed by haypo
#31016: [Regression] sphinx shows an EOF error when using python2.7 fr
https://bugs.python.org/issue31016 closed by benjamin.peterson
#31293: crashes in multiply_float_timedelta() and in truedivide_timede
https://bugs.python.org/issue31293 closed by serhiy.storchaka
#31315: assertion failure in imp.create_dynamic(), when spec.name is n
https://bugs.python.org/issue31315 closed by serhiy.storchaka
#31346: Prefer PROTOCOL_TLS_CLIENT/SERVER
https://bugs.python.org/issue31346 closed by christian.heimes
#31376: test_multiprocessing_spawn randomly hangs AMD64 FreeBSD 10.x S
https://bugs.python.org/issue31376 closed by haypo
#31381: Unable to read the project file "pythoncore.vcxproj".
https://bugs.python.org/issue31381 closed by denis-osipov
#31386: Make return types of wrap_bio and wrap_socket customizable
https://bugs.python.org/issue31386 closed by christian.heimes
#31404: undefined behavior and crashes in case of a bad sys.modules
https://bugs.python.org/issue31404 closed by eric.snow
#31410: int.__repr__() is slower than repr()
https://bugs.python.org/issue31410 closed by serhiy.storchaka
#31431: SSL: check_hostname should imply CERT_REQUIRED
https://bugs.python.org/issue31431 closed by christian.heimes
#31477: IDLE 'strip trailing whitespace' changes multiline strings
https://bugs.python.org/issue31477 closed by terry.reedy
#31479: Always reset the signal alarm in tests
https://bugs.python.org/issue31479 closed by haypo
#31482: random.seed() doesn't work with bytes and version=1
https://bugs.python.org/issue31482 closed by rhettinger
#31487: Improve f-strings documentation wrt format specifiers
https://bugs.python.org/issue31487 closed by Mariatta
#31497: Add _PyType_Name()
https://bugs.python.org/issue31497 closed by serhiy.storchaka
#31498: Default values for zero in time.strftime()
https://bugs.python.org/issue31498 closed by denis-osipov
#31499: ElementTree crash while cleaning up ParseError
https://bugs.python.org/issue31499 closed by haypo
#31501: Operator precedence description for arithmetic operators
https://bugs.python.org/issue31501 closed by rhettinger
#31513: Document structure of memo dictionary to enable more advanced
https://bugs.python.org/issue31513 closed by r.david.murray
#31514: There is a problem with the setdefault type conversion in the
https://bugs.python.org/issue31514 closed by steven.daprano
#31515: Doc for os.makedirs is inconsistent with actual behaviour
https://bugs.python.org/issue31515 closed by fpom
#31519: Negative number raised to even power is negative (-1 ** even =
https://bugs.python.org/issue31519 closed by r.david.murray
#31525: require sqlite3_prepare_v2
https://bugs.python.org/issue31525 closed by benjamin.peterson
#31532: Py_GetPath, Py_SetPath memory corruption due to mixed PyMem_Ne
https://bugs.python.org/issue31532 closed by benjamin.peterson
#31533: Dead link in SSLContext.set_ciphers documentation
https://bugs.python.org/issue31533 closed by Mariatta
More information about the Python-Dev
mailing list