[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Jul 25 18:07:56 CEST 2014
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Memory BIO for _ssl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2014-07-18 - 2014-07-25) 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 4591 ( +2) closed 29248 (+60) total 33839 (+62)
Open issues with patches: 2160
Issues opened (42)
#19884: Importing readline produces erroneous output http://bugs.python.org/issue19884 reopened by haypo
#22010: Idle: better management of Shell window output http://bugs.python.org/issue22010 opened by terry.reedy
#22011: test_os extended attribute setxattr tests can fail with ENOSPC http://bugs.python.org/issue22011 opened by Hibou57
#22012: struct.unpack('?', '\x02') returns (False,) on Mac OSX http://bugs.python.org/issue22012 opened by wayedt
#22013: Add at least minimal support for thread groups http://bugs.python.org/issue22013 opened by rhettinger
#22014: Add summary table for OS exception <-> errno mapping http://bugs.python.org/issue22014 opened by ncoghlan
#22016: Add a new 'surrogatereplace' output only error handler http://bugs.python.org/issue22016 opened by ncoghlan
#22018: Add a new signal.set_wakeup_socket() function http://bugs.python.org/issue22018 opened by haypo
#22021: shutil.make_archive() root_dir do not work http://bugs.python.org/issue22021 opened by DemoHT
#22023: PyUnicode_FromFormat is broken on python 2 http://bugs.python.org/issue22023 opened by alex
#22024: Add to shutil the ability to wait until files are definitely d http://bugs.python.org/issue22024 opened by zach.ware
#22025: webbrowser.get(command_line) does not support Windows-style pa http://bugs.python.org/issue22025 opened by dan.oreilly
#22027: RFC 6531 (SMTPUTF8) support in smtplib http://bugs.python.org/issue22027 opened by zvyn
#22028: Python 3.4.1 Installer ended prematurely (Windows msi) http://bugs.python.org/issue22028 opened by DieInSente
#22029: argparse - CSS white-space: like control for individual text b http://bugs.python.org/issue22029 opened by paul.j3
#22033: Subclass friendly reprs http://bugs.python.org/issue22033 opened by serhiy.storchaka
#22034: posixpath.join() and bytearray http://bugs.python.org/issue22034 opened by serhiy.storchaka
#22035: Fatal error in dbm.gdbm http://bugs.python.org/issue22035 opened by serhiy.storchaka
#22038: Implement atomic operations on non-x86 platforms http://bugs.python.org/issue22038 opened by Vitor.de.Lima
#22039: PyObject_SetAttr doesn't mention value = NULL http://bugs.python.org/issue22039 opened by pitrou
#22041: http POST request with python 3.3 through web proxy http://bugs.python.org/issue22041 opened by AlexMJ
#22042: signal.set_wakeup_fd(fd): set the fd to non-blocking mode http://bugs.python.org/issue22042 opened by haypo
#22043: Use a monotonic clock to compute timeouts http://bugs.python.org/issue22043 opened by haypo
#22044: Premature Py_DECREF while generating a TypeError in call_tzinf http://bugs.python.org/issue22044 opened by Knio
#22045: Python make issue http://bugs.python.org/issue22045 opened by skerr
#22046: ZipFile.read() should mention that it might throw NotImplement http://bugs.python.org/issue22046 opened by detly
#22047: argparse improperly prints mutually exclusive options when the http://bugs.python.org/issue22047 opened by Sam.Kerr
#22049: argparse: type= doesn't honor nargs > 1 http://bugs.python.org/issue22049 opened by Chris.Bruner
#22051: Turtledemo: stop reloading demos http://bugs.python.org/issue22051 opened by terry.reedy
#22052: Comparison operators called in reverse order for subclasses wi http://bugs.python.org/issue22052 opened by mark.dickinson
#22054: Add os.get_blocking() and os.set_blocking() functions http://bugs.python.org/issue22054 opened by haypo
#22057: The doc say all globals are copied on eval(), but only __built http://bugs.python.org/issue22057 opened by amishne
#22058: datetime.datetime() should accept a datetime.date as init para http://bugs.python.org/issue22058 opened by facundobatista
#22059: incorrect type conversion from str to bytes in asynchat module http://bugs.python.org/issue22059 opened by hoxily
#22060: Clean up ctypes.test, use unittest test discovery http://bugs.python.org/issue22060 opened by zach.ware
#22062: Fix pathlib.Path.(r)glob doc glitches. http://bugs.python.org/issue22062 opened by terry.reedy
#22063: asyncio: sock_xxx() methods of event loops should make the soc http://bugs.python.org/issue22063 opened by haypo
#22064: Misleading message from 2to3 when skipping optional fixers http://bugs.python.org/issue22064 opened by ncoghlan
#22065: Update turtledemo menu creation http://bugs.python.org/issue22065 opened by terry.reedy
#22066: subprocess.communicate() does not receive full output from the http://bugs.python.org/issue22066 opened by juj
#22067: time_test fails after strptime() http://bugs.python.org/issue22067 opened by serhiy.storchaka
#22068: test_gc fails after test_idle http://bugs.python.org/issue22068 opened by serhiy.storchaka
Most recent 15 issues with no replies (15)
#22067: time_test fails after strptime() http://bugs.python.org/issue22067
#22066: subprocess.communicate() does not receive full output from the http://bugs.python.org/issue22066
#22064: Misleading message from 2to3 when skipping optional fixers http://bugs.python.org/issue22064
#22060: Clean up ctypes.test, use unittest test discovery http://bugs.python.org/issue22060
#22057: The doc say all globals are copied on eval(), but only __built http://bugs.python.org/issue22057
#22051: Turtledemo: stop reloading demos http://bugs.python.org/issue22051
#22046: ZipFile.read() should mention that it might throw NotImplement http://bugs.python.org/issue22046
#22045: Python make issue http://bugs.python.org/issue22045
#22039: PyObject_SetAttr doesn't mention value = NULL http://bugs.python.org/issue22039
#22035: Fatal error in dbm.gdbm http://bugs.python.org/issue22035
#22034: posixpath.join() and bytearray http://bugs.python.org/issue22034
#22033: Subclass friendly reprs http://bugs.python.org/issue22033
#22027: RFC 6531 (SMTPUTF8) support in smtplib http://bugs.python.org/issue22027
#22024: Add to shutil the ability to wait until files are definitely d http://bugs.python.org/issue22024
#22016: Add a new 'surrogatereplace' output only error handler http://bugs.python.org/issue22016
Most recent 15 issues waiting for review (15)
#22068: test_gc fails after test_idle http://bugs.python.org/issue22068
#22065: Update turtledemo menu creation http://bugs.python.org/issue22065
#22060: Clean up ctypes.test, use unittest test discovery http://bugs.python.org/issue22060
#22054: Add os.get_blocking() and os.set_blocking() functions http://bugs.python.org/issue22054
#22051: Turtledemo: stop reloading demos http://bugs.python.org/issue22051
#22044: Premature Py_DECREF while generating a TypeError in call_tzinf http://bugs.python.org/issue22044
#22043: Use a monotonic clock to compute timeouts http://bugs.python.org/issue22043
#22042: signal.set_wakeup_fd(fd): set the fd to non-blocking mode http://bugs.python.org/issue22042
#22041: http POST request with python 3.3 through web proxy http://bugs.python.org/issue22041
#22038: Implement atomic operations on non-x86 platforms http://bugs.python.org/issue22038
#22035: Fatal error in dbm.gdbm http://bugs.python.org/issue22035
#22034: posixpath.join() and bytearray http://bugs.python.org/issue22034
#22033: Subclass friendly reprs http://bugs.python.org/issue22033
#22029: argparse - CSS white-space: like control for individual text b http://bugs.python.org/issue22029
#22027: RFC 6531 (SMTPUTF8) support in smtplib http://bugs.python.org/issue22027
Top 10 most discussed issues (10)
#22018: Add a new signal.set_wakeup_socket() function http://bugs.python.org/issue22018 35 msgs
#22003: BytesIO copy-on-write http://bugs.python.org/issue22003 18 msgs
#21933: Allow the user to change font sizes with the text pane of turt http://bugs.python.org/issue21933 16 msgs
#22012: struct.unpack('?', '\x02') returns (False,) on Mac OSX http://bugs.python.org/issue22012 10 msgs
#1602: windows console doesn't print or input Unicode http://bugs.python.org/issue1602 9 msgs
#22041: http POST request with python 3.3 through web proxy http://bugs.python.org/issue22041 8 msgs
#22058: datetime.datetime() should accept a datetime.date as init para http://bugs.python.org/issue22058 8 msgs
#18643: add a fallback socketpair() implementation in test.support http://bugs.python.org/issue18643 7 msgs
#19884: Importing readline produces erroneous output http://bugs.python.org/issue19884 7 msgs
#22013: Add at least minimal support for thread groups http://bugs.python.org/issue22013 7 msgs
Issues closed (60)
#1049450: Solaris: EINTR exception in select/socket calls in telnetlib http://bugs.python.org/issue1049450 closed by haypo
#4350: Remove dead code from Tkinter.py http://bugs.python.org/issue4350 closed by serhiy.storchaka
#5718: Problem compiling ffi part of build on AIX 5.3. http://bugs.python.org/issue5718 closed by skrah
#6167: Tkinter.Scrollbar: the activate method needs to return a value http://bugs.python.org/issue6167 closed by serhiy.storchaka
#11266: asyncore does not handle EINTR in recv, send, connect, accept, http://bugs.python.org/issue11266 closed by haypo
#11945: Adopt and document consistent semantics for handling NaN value http://bugs.python.org/issue11945 closed by rhettinger
#12184: socketserver.ForkingMixin collect_children routine needs to co http://bugs.python.org/issue12184 closed by neologix
#12801: C realpath not used by os.path.realpath http://bugs.python.org/issue12801 closed by haypo
#15275: isinstance is called a more times that needed in ntpath http://bugs.python.org/issue15275 closed by serhiy.storchaka
#15759: "make suspicious" doesn't display instructions in case of fail http://bugs.python.org/issue15759 closed by serhiy.storchaka
#15982: asyncore.dispatcher does not handle windows socket error code http://bugs.python.org/issue15982 closed by haypo
#16133: asyncore.dispatcher.recv doesn't handle EAGAIN / EWOULDBLOCK http://bugs.python.org/issue16133 closed by haypo
#16494: Add a method on importlib.SourceLoader for creating bytecode f http://bugs.python.org/issue16494 closed by brett.cannon
#16547: IDLE raises an exception in tkinter after fresh file's text ha http://bugs.python.org/issue16547 closed by serhiy.storchaka
#17210: documentation of PyUnicode_Format() states wrong argument type http://bugs.python.org/issue17210 closed by python-dev
#17391: _cursesmodule Fails to Build on GCC 2.95 (static) http://bugs.python.org/issue17391 closed by neologix
#17709: http://docs.python.org/2.7/objects.inv doesn't support :func:` http://bugs.python.org/issue17709 closed by asvetlov
#18093: Move main functions to a separate Programs directory http://bugs.python.org/issue18093 closed by ncoghlan
#18132: buttons in turtledemo disappear on small screens http://bugs.python.org/issue18132 closed by terry.reedy
#18168: plistlib output self-sorted dictionary http://bugs.python.org/issue18168 closed by serhiy.storchaka
#18392: Doc: PyObject_Malloc() is not documented http://bugs.python.org/issue18392 closed by zach.ware
#18436: Add mapping of symbol to function to operator module http://bugs.python.org/issue18436 closed by zach.ware
#19629: support.rmtree fails on symlinks under Windows http://bugs.python.org/issue19629 closed by berker.peksag
#21035: Python's HTTP server implementations hangs after 16.343 reques http://bugs.python.org/issue21035 closed by neologix
#21500: Make use of the "load_tests" protocol in test_importlib packag http://bugs.python.org/issue21500 closed by zach.ware
#21566: make use of the new default socket.listen() backlog argument http://bugs.python.org/issue21566 closed by neologix
#21597: Allow turtledemo code pane to get wider. http://bugs.python.org/issue21597 closed by terry.reedy
#21645: asyncio: Race condition in signal handling on FreeBSD http://bugs.python.org/issue21645 closed by haypo
#21665: 2.7.7 ttk widgets not themed http://bugs.python.org/issue21665 closed by python-dev
#21772: platform.uname() not EINTR safe http://bugs.python.org/issue21772 closed by neologix
#21813: Enhance doc of os.stat_result http://bugs.python.org/issue21813 closed by haypo
#21868: Tbuffer in turtle allows negative size http://bugs.python.org/issue21868 closed by rhettinger
#21882: turtledemo modules imported by test___all__ cause side effects http://bugs.python.org/issue21882 closed by terry.reedy
#21888: plistlib.FMT_BINARY behavior doesn't send required dict parame http://bugs.python.org/issue21888 closed by serhiy.storchaka
#21901: test_selectors.PollSelectorTestCase.test_above_fd_setsize repo http://bugs.python.org/issue21901 closed by neologix
#21947: Dis
module doesn't know how to disassemble generators
http://bugs.python.org/issue21947 closed by ncoghlan
#21976: Fix test_ssl.py to handle LibreSSL versioning appropriately http://bugs.python.org/issue21976 closed by pitrou
#21989: Missing (optional) argument start
and end
in documentation
http://bugs.python.org/issue21989 closed by r.david.murray
#22002: Make full use of test discovery in test subpackages http://bugs.python.org/issue22002 closed by python-dev
#22006: thread module documentation erroneously(?) states not all buil http://bugs.python.org/issue22006 closed by mark.dickinson
#22007: sys.stdout.write on Python 2.7 is not EINTR safe http://bugs.python.org/issue22007 closed by neologix
#22008: Symtable's syntax warning should contain the word "because" http://bugs.python.org/issue22008 closed by python-dev
#22009: pdb.set_trace() crashes with UnicodeDecodeError when binary da http://bugs.python.org/issue22009 closed by ned.deily
#22015: C signal handler doesn't save/restore errno http://bugs.python.org/issue22015 closed by haypo
#22017: Bad reference counting in the _warnings module http://bugs.python.org/issue22017 closed by python-dev
#22019: ntpath.join() error with Chinese character Path http://bugs.python.org/issue22019 closed by ezio.melotti
#22020: tutorial 9.10. Generators statement error http://bugs.python.org/issue22020 closed by ezio.melotti
#22022: test_pathlib: shutil.rmtree() sporadic failures on Windows http://bugs.python.org/issue22022 closed by zach.ware
#22026: 2.7.8 ttk Button text display problem http://bugs.python.org/issue22026 closed by zach.ware
#22030: Use calloc in set resizing http://bugs.python.org/issue22030 closed by rhettinger
#22031: Hexadecimal id in reprs http://bugs.python.org/issue22031 closed by serhiy.storchaka
#22032: Use qualname together with module http://bugs.python.org/issue22032 closed by serhiy.storchaka
#22036: Obsolete reference to stringobject in comment http://bugs.python.org/issue22036 closed by python-dev
#22037: Poor grammar in asyncio TCP echo client example http://bugs.python.org/issue22037 closed by asvetlov
#22040: Add a "force" parameter to shutil.rmtree http://bugs.python.org/issue22040 closed by r.david.murray
#22048: Add weighted random choice to random package http://bugs.python.org/issue22048 closed by mark.dickinson
#22050: argparse: read nargs > 1 options from file doesn't work http://bugs.python.org/issue22050 closed by r.david.murray
#22053: turtledemo: clean up start and stop, fix warning http://bugs.python.org/issue22053 closed by terry.reedy
#22055: Incomplete sentence in asyncio BaseEventLoop doc http://bugs.python.org/issue22055 closed by asvetlov
#22061: Restore deleted tkinter functions with deprecaton dummies. http://bugs.python.org/issue22061 closed by serhiy.storchaka
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Memory BIO for _ssl
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]