[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Feb 14 18:07:10 CET 2014
ACTIVITY SUMMARY (2014-02-07 - 2014-02-14)
Python tracker at http://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 4524 (+23)
closed 27875 (+62)
total 32399 (+85)
Open issues with patches: 2052
Issues opened (66)
==================
#16314: Support xz compression in distutils
http://bugs.python.org/issue16314 reopened by Arfrever
#20320: select.select(timeout) and select.kqueue.control(timeout) must
http://bugs.python.org/issue20320 reopened by haypo
#20543: ** operator does not overflow to inf
http://bugs.python.org/issue20543 opened by Keith.Randall
#20544: Use specific asserts in operator tests
http://bugs.python.org/issue20544 opened by serhiy.storchaka
#20545: Use specific asserts in unicode tests
http://bugs.python.org/issue20545 opened by serhiy.storchaka
#20547: Use specific asserts in bigmem tests
http://bugs.python.org/issue20547 opened by serhiy.storchaka
#20548: Use specific asserts in warnings and exceptions tests
http://bugs.python.org/issue20548 opened by serhiy.storchaka
#20550: Use specific asserts in collections tests
http://bugs.python.org/issue20550 opened by serhiy.storchaka
#20551: Use specific asserts in decimal tests
http://bugs.python.org/issue20551 opened by serhiy.storchaka
#20552: Use specific asserts in bytes tests
http://bugs.python.org/issue20552 opened by serhiy.storchaka
#20554: Use specific asserts in argparse and optparse tests
http://bugs.python.org/issue20554 opened by serhiy.storchaka
#20556: Use specific asserts in threading tests
http://bugs.python.org/issue20556 opened by serhiy.storchaka
#20557: Use specific asserts in io tests
http://bugs.python.org/issue20557 opened by serhiy.storchaka
#20558: ECONNRESET value in logging.config is valid with Linux [distro
http://bugs.python.org/issue20558 opened by yaneurabeya
#20559: urllib/http fail to sanitize a non-ascii url
http://bugs.python.org/issue20559 opened by Dubslow
#20560: tkFileFilter.c: ostypeCount not initialized?
http://bugs.python.org/issue20560 opened by terry.reedy
#20562: sqlite3 returns result set with doubled first entry
http://bugs.python.org/issue20562 opened by jwezel
#20564: test_threadsignals.py "failed" on OpenBSD because too slow (>
http://bugs.python.org/issue20564 opened by rpointel
#20565: Update Tcl/Tk version for buildbots
http://bugs.python.org/issue20565 opened by serhiy.storchaka
#20567: test_idle causes test_ttk_guionly 'can't invoke "event" comman
http://bugs.python.org/issue20567 opened by ned.deily
#20568: Pass --default-install to ensurepip in the Windows installers
http://bugs.python.org/issue20568 opened by ncoghlan
#20569: IDLE : Add clipboard history feature
http://bugs.python.org/issue20569 opened by sahutd
#20570: Bundle pip 1.5.3 in Python 3.4rc2
http://bugs.python.org/issue20570 opened by ncoghlan
#20572: subprocess.Popen.wait() undocumented "endtime" parameter
http://bugs.python.org/issue20572 opened by giampaolo.rodola
#20573: "built-in repr()" function link on the repr module documentati
http://bugs.python.org/issue20573 opened by rutsky
#20574: Implement incremental decoder for cp65001
http://bugs.python.org/issue20574 opened by haypo
#20575: Type handling policy for the statistics module
http://bugs.python.org/issue20575 opened by oscarbenjamin
#20577: IDLE: Remove FormatParagraph's width setting from config dialo
http://bugs.python.org/issue20577 opened by taleinat
#20578: BufferedIOBase.readinto1 is missing
http://bugs.python.org/issue20578 opened by nikratio
#20579: OS X IDLE <option-> keyboard accelerators fail or misbehave wi
http://bugs.python.org/issue20579 opened by ned.deily
#20580: IDLE should support platform-specific default config defaults
http://bugs.python.org/issue20580 opened by ned.deily
#20581: Incorrect behaviour of super() in a metaclass-created subclass
http://bugs.python.org/issue20581 opened by jdetrey
#20582: socket.getnameinfo() does not document flags
http://bugs.python.org/issue20582 opened by roysmith
#20584: On FreeBSD, signal.NSIG is smaller than biggest signal value
http://bugs.python.org/issue20584 opened by jgehrcke
#20585: urllib2 unrelease KQUEUE on Mac OSX 10.9+
http://bugs.python.org/issue20585 opened by Andrew.Gross
#20586: Argument Clinic: functions with valid sig but no docstring hav
http://bugs.python.org/issue20586 opened by zach.ware
#20587: sqlite3 converter not being called
http://bugs.python.org/issue20587 opened by kmk
#20589: pathlib.owner() and pathlib.group() raise ImportError on Windo
http://bugs.python.org/issue20589 opened by spiralx
#20596: Support for alternate wcstok syntax for Windows compilers
http://bugs.python.org/issue20596 opened by Jeffrey.Armstrong
#20597: PATH_MAX already defined on some Windows compilers
http://bugs.python.org/issue20597 opened by Jeffrey.Armstrong
#20598: argparse docs: '7'.split() is confusing magic
http://bugs.python.org/issue20598 opened by guettli
#20600: test_create_server_ssl_verify_failed() failure on "PPC64 AIX 3
http://bugs.python.org/issue20600 opened by haypo
#20601: tracing and tests that raise an exception in a SIGALRM handler
http://bugs.python.org/issue20601 opened by xdegaye
#20602: sys.flags and sys.float_info disappear at shutdown
http://bugs.python.org/issue20602 opened by pitrou
#20603: sys.path disappears at shutdown
http://bugs.python.org/issue20603 opened by pitrou
#20604: Missing invalid mode in error message of socket.makefile.
http://bugs.python.org/issue20604 opened by kushou
#20606: Operator Documentation Example doesn't work
http://bugs.python.org/issue20606 opened by silent.bat
#20607: multiprocessing cx_Freeze windows GUI bug (& easy fixes)
http://bugs.python.org/issue20607 opened by mark
#20608: 'SyntaxError: invalid token' is unfriendly
http://bugs.python.org/issue20608 opened by mgedmin
#20609: Always running kill_python breaks building x64 on 32-bit Windo
http://bugs.python.org/issue20609 opened by sdeibel
#20610: Documentation with two slashes in URL links to v2.6.5c2
http://bugs.python.org/issue20610 opened by Daniel.Ellis
#20611: socket.create_connection() doesn't handle EINTR properly
http://bugs.python.org/issue20611 opened by flox
#20612: cElementTree has problems with StringIO object containing unic
http://bugs.python.org/issue20612 opened by amcone
#20613: Wrong line information in bytecode generated by compiler modul
http://bugs.python.org/issue20613 opened by arnau
#20614: test.script_helper should copy SYSTEMROOT environment variable
http://bugs.python.org/issue20614 opened by haypo
#20615: Replace PyDict_GetItem() with PyDict_GetItemWithError()
http://bugs.python.org/issue20615 opened by haypo
#20616: Add tracemalloc.Traceback.format() method
http://bugs.python.org/issue20616 opened by haypo
#20617: test_ssl does not use mock
http://bugs.python.org/issue20617 opened by xdegaye
#20620: Update the min()/max() docs for the new default argument
http://bugs.python.org/issue20620 opened by rhettinger
#20621: Issue with zipimport in 3.3.4 and 3.4.0rc1
http://bugs.python.org/issue20621 opened by pmoore
#20622: Python3.3 venv pip fails to run if path contains spaces
http://bugs.python.org/issue20622 opened by FeralBytes
#20623: Run test_htmlparser with unbuffered source
http://bugs.python.org/issue20623 opened by ezio.melotti
#20624: Clarify recommendation to inherit from Exception
http://bugs.python.org/issue20624 opened by mark.dickinson
#20625: Argument names in __annotations__ are not mangled for function
http://bugs.python.org/issue20625 opened by jonasw
#20626: Manager documentation unclear about lists and thread safeness
http://bugs.python.org/issue20626 opened by Irvin.Probst
#20627: Add context manager support to xmlrpc.client.ServerProxy
http://bugs.python.org/issue20627 opened by brett.cannon
Most recent 15 issues with no replies (15)
==========================================
#20627: Add context manager support to xmlrpc.client.ServerProxy
http://bugs.python.org/issue20627
#20626: Manager documentation unclear about lists and thread safeness
http://bugs.python.org/issue20626
#20625: Argument names in __annotations__ are not mangled for function
http://bugs.python.org/issue20625
#20624: Clarify recommendation to inherit from Exception
http://bugs.python.org/issue20624
#20623: Run test_htmlparser with unbuffered source
http://bugs.python.org/issue20623
#20622: Python3.3 venv pip fails to run if path contains spaces
http://bugs.python.org/issue20622
#20620: Update the min()/max() docs for the new default argument
http://bugs.python.org/issue20620
#20617: test_ssl does not use mock
http://bugs.python.org/issue20617
#20613: Wrong line information in bytecode generated by compiler modul
http://bugs.python.org/issue20613
#20610: Documentation with two slashes in URL links to v2.6.5c2
http://bugs.python.org/issue20610
#20604: Missing invalid mode in error message of socket.makefile.
http://bugs.python.org/issue20604
#20603: sys.path disappears at shutdown
http://bugs.python.org/issue20603
#20602: sys.flags and sys.float_info disappear at shutdown
http://bugs.python.org/issue20602
#20580: IDLE should support platform-specific default config defaults
http://bugs.python.org/issue20580
#20579: OS X IDLE <option-> keyboard accelerators fail or misbehave wi
http://bugs.python.org/issue20579
Most recent 15 issues waiting for review (15)
=============================================
#20616: Add tracemalloc.Traceback.format() method
http://bugs.python.org/issue20616
#20614: test.script_helper should copy SYSTEMROOT environment variable
http://bugs.python.org/issue20614
#20609: Always running kill_python breaks building x64 on 32-bit Windo
http://bugs.python.org/issue20609
#20607: multiprocessing cx_Freeze windows GUI bug (& easy fixes)
http://bugs.python.org/issue20607
#20606: Operator Documentation Example doesn't work
http://bugs.python.org/issue20606
#20604: Missing invalid mode in error message of socket.makefile.
http://bugs.python.org/issue20604
#20601: tracing and tests that raise an exception in a SIGALRM handler
http://bugs.python.org/issue20601
#20597: PATH_MAX already defined on some Windows compilers
http://bugs.python.org/issue20597
#20596: Support for alternate wcstok syntax for Windows compilers
http://bugs.python.org/issue20596
#20589: pathlib.owner() and pathlib.group() raise ImportError on Windo
http://bugs.python.org/issue20589
#20586: Argument Clinic: functions with valid sig but no docstring hav
http://bugs.python.org/issue20586
#20577: IDLE: Remove FormatParagraph's width setting from config dialo
http://bugs.python.org/issue20577
#20574: Implement incremental decoder for cp65001
http://bugs.python.org/issue20574
#20569: IDLE : Add clipboard history feature
http://bugs.python.org/issue20569
#20568: Pass --default-install to ensurepip in the Windows installers
http://bugs.python.org/issue20568
Top 10 most discussed issues (10)
=================================
#19255: Don't "wipe" builtins at shutdown
http://bugs.python.org/issue19255 14 msgs
#20572: subprocess.Popen.wait() undocumented "endtime" parameter
http://bugs.python.org/issue20572 13 msgs
#20414: Python 3.4 has two Overlapped types
http://bugs.python.org/issue20414 12 msgs
#20564: test_threadsignals.py "failed" on OpenBSD because too slow (>
http://bugs.python.org/issue20564 10 msgs
#20053: venv and ensurepip are affected by default pip config file
http://bugs.python.org/issue20053 9 msgs
#20539: math.factorial may throw OverflowError
http://bugs.python.org/issue20539 9 msgs
#20596: Support for alternate wcstok syntax for Windows compilers
http://bugs.python.org/issue20596 9 msgs
#17159: Remove explicit type check from inspect.Signature.from_functio
http://bugs.python.org/issue17159 8 msgs
#19494: urllib2.HTTPBasicAuthHandler (or urllib.request.HTTPBasicAuthH
http://bugs.python.org/issue19494 8 msgs
#20320: select.select(timeout) and select.kqueue.control(timeout) must
http://bugs.python.org/issue20320 8 msgs
Issues closed (59)
==================
#4708: os.pipe should return inheritable descriptors (Windows)
http://bugs.python.org/issue4708 closed by haypo
#6501: Fatal error on startup with invalid PYTHONIOENCODING
http://bugs.python.org/issue6501 closed by haypo
#12296: Minor clarification in devguide
http://bugs.python.org/issue12296 closed by ezio.melotti
#13414: test_strftime failed on OpenBSD
http://bugs.python.org/issue13414 closed by rpointel
#14983: email.generator should always add newlines after closing bound
http://bugs.python.org/issue14983 closed by r.david.murray
#16983: header parsing could apply postel's law to encoded words insid
http://bugs.python.org/issue16983 closed by r.david.murray
#17671: io.BufferedRWPair can use uninitialized members
http://bugs.python.org/issue17671 closed by serhiy.storchaka
#18805: ipaddress netmask/hostmask parsing bugs
http://bugs.python.org/issue18805 closed by ncoghlan
#19465: selectors: provide a helper to choose a selector using constra
http://bugs.python.org/issue19465 closed by gvanrossum
#19680: Help missing for exec and print
http://bugs.python.org/issue19680 closed by ezio.melotti
#19751: test_sys: sys.hash_info.algorithm failure on SPARC Solaris bui
http://bugs.python.org/issue19751 closed by haypo
#19772: str serialization of Message object may mutate the payload and
http://bugs.python.org/issue19772 closed by r.david.murray
#19856: shutil.move() can't move a directory in non-empty directory on
http://bugs.python.org/issue19856 closed by serhiy.storchaka
#19906: Typo in urllib documentation
http://bugs.python.org/issue19906 closed by ezio.melotti
#20013: imaplib behaviour when deleting selected folder
http://bugs.python.org/issue20013 closed by r.david.murray
#20065: Python-3.3.3/Modules/socketmodule.c:1660:14: error: 'CAN_RAW'
http://bugs.python.org/issue20065 closed by neologix
#20089: email.message_from_string no longer working in Python 3.4
http://bugs.python.org/issue20089 closed by r.david.murray
#20139: Python installer does not install a "pip" command (just "pip3"
http://bugs.python.org/issue20139 closed by ncoghlan
#20213: Change the install location of _sysconfigdata.py
http://bugs.python.org/issue20213 closed by thomas-petazzoni
#20288: HTMLParse handing of non-numeric charrefs broken
http://bugs.python.org/issue20288 closed by ezio.melotti
#20406: Use application icon for IDLE
http://bugs.python.org/issue20406 closed by terry.reedy
#20437: Use Py_CLEAR to safe clear attributes
http://bugs.python.org/issue20437 closed by serhiy.storchaka
#20462: Python IDLE auto closed when creating a new file or open exist
http://bugs.python.org/issue20462 closed by terry.reedy
#20478: Avoid inadvertently special casing Counter in statistics modul
http://bugs.python.org/issue20478 closed by ncoghlan
#20481: Clarify type coercion rules in statistics module
http://bugs.python.org/issue20481 closed by python-dev
#20495: test_read_pty_output() hangs on FreeBSD 7.2 buildbot
http://bugs.python.org/issue20495 closed by haypo
#20500: assertion failed when passing an exception object to sys.exit
http://bugs.python.org/issue20500 closed by python-dev
#20505: Remove resolution from selectors and granularity from asyncio
http://bugs.python.org/issue20505 closed by haypo
#20515: Null pointer dereference in tkinter module
http://bugs.python.org/issue20515 closed by serhiy.storchaka
#20517: Support errors with two filenames for errno exceptions
http://bugs.python.org/issue20517 closed by larry
#20526: python: Modules/gcmodule.c:379: visit_decref: Assertion `((gc)
http://bugs.python.org/issue20526 closed by haypo
#20529: Unittest displays ResourceWarning warnings when running tests,
http://bugs.python.org/issue20529 closed by serhiy.storchaka
#20530: Change the text signature format (again) to be more robust
http://bugs.python.org/issue20530 closed by larry
#20531: TypeError in e-mail.parser when non-ASCII is present
http://bugs.python.org/issue20531 closed by r.david.murray
#20532: Mark all tests which use _testcapi as CPython only
http://bugs.python.org/issue20532 closed by serhiy.storchaka
#20536: statistics._decimal_to_ratio() produces non-integer ratio
http://bugs.python.org/issue20536 closed by python-dev
#20538: Segfault in UTF-7 incremental decoder
http://bugs.python.org/issue20538 closed by serhiy.storchaka
#20540: Python 3.3/3.4 regression in multiprocessing manager ?
http://bugs.python.org/issue20540 closed by pitrou
#20546: Use specific asserts in int tests
http://bugs.python.org/issue20546 closed by serhiy.storchaka
#20549: Use specific asserts in mailbox, smtplib and poplib tests
http://bugs.python.org/issue20549 closed by serhiy.storchaka
#20553: Use specific asserts in ipaddress tests
http://bugs.python.org/issue20553 closed by serhiy.storchaka
#20555: Use specific asserts in urllib related tests
http://bugs.python.org/issue20555 closed by serhiy.storchaka
#20561: Decimal handling error in statistics module
http://bugs.python.org/issue20561 closed by ncoghlan
#20563: Mark ipaddress as stable?
http://bugs.python.org/issue20563 closed by python-dev
#20566: asyncio as_completed() thrashes adding and removing callbacks
http://bugs.python.org/issue20566 closed by gvanrossum
#20571: test_codecs currently failing on several Windows buildbots
http://bugs.python.org/issue20571 closed by haypo
#20576: Default signatures for slots should be positional-only
http://bugs.python.org/issue20576 closed by larry
#20583: Hide underscored parameters
http://bugs.python.org/issue20583 closed by serhiy.storchaka
#20588: Code generated by asdl_c.py not C89-compliant
http://bugs.python.org/issue20588 closed by python-dev
#20590: spam
http://bugs.python.org/issue20590 closed by benjamin.peterson
#20591: Let "braces" be a constant
http://bugs.python.org/issue20591 closed by SilentGhost
#20592: test_frozen fails on 3.4.0rc1, windows
http://bugs.python.org/issue20592 closed by terry.reedy
#20593: test_importhooks fails on 3.4
http://bugs.python.org/issue20593 closed by brett.cannon
#20594: [PATCH] fail to compile posixmodule due to name clash with pos
http://bugs.python.org/issue20594 closed by python-dev
#20595: C89 compliance issue in Python/getargs.c
http://bugs.python.org/issue20595 closed by python-dev
#20599: test_cleanup() of test_builtin failed
http://bugs.python.org/issue20599 closed by haypo
#20605: test_socket (testGetaddrinfo) failing on OS X 10.6.8 (32-bit)
http://bugs.python.org/issue20605 closed by ned.deily
#20618: Unable to pip install pyjasperclient
http://bugs.python.org/issue20618 closed by r.david.murray
#20619: tracemalloc changes col_offset attribute for _ast.arg objects
http://bugs.python.org/issue20619 closed by python-dev
More information about the Python-Dev
mailing list