[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jul 18 18:07:59 CEST 2014


ACTIVITY SUMMARY (2014-07-11 - 2014-07-18)
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    4589 ( +1)
  closed 29188 (+47)
  total  33777 (+48)

Open issues with patches: 2154 


Issues opened (36)
==================

#21044: tarfile does not handle file .name being an int
http://bugs.python.org/issue21044  reopened by zach.ware

#21946: 'python -u' yields trailing carriage return '\r'  (Python2 for
http://bugs.python.org/issue21946  reopened by haypo

#21950: import sqlite3 not running after configure --prefix=/alt/path;
http://bugs.python.org/issue21950  reopened by r.david.murray

#21958: Allow python 2.7 to compile with Visual Studio 2013
http://bugs.python.org/issue21958  opened by Zachary.Turner

#21960: Better path handling in Idle find in files
http://bugs.python.org/issue21960  opened by terry.reedy

#21961: Add What's New for Idle.
http://bugs.python.org/issue21961  opened by terry.reedy

#21962: No timeout for asyncio.Event.wait() or asyncio.Condition.wait(
http://bugs.python.org/issue21962  opened by ajaborsk

#21963: 2.7.8 backport of Issue1856 (avoid daemon thread problems at s
http://bugs.python.org/issue21963  opened by ned.deily

#21964: inconsistency in list-generator comprehension with yield(-from
http://bugs.python.org/issue21964  opened by hakril

#21965: Add support for Memory BIO to _ssl
http://bugs.python.org/issue21965  opened by geertj

#21967: Interpreter crash upon accessing frame.f_restricted of a frame
http://bugs.python.org/issue21967  opened by anselm.kruis

#21969: WindowsPath constructor does not check for invalid characters
http://bugs.python.org/issue21969  opened by Antony.Lee

#21970: Broken code for handling file://host in urllib.request.FileHan
http://bugs.python.org/issue21970  opened by vadmium

#21971: Index and update turtledemo doc.
http://bugs.python.org/issue21971  opened by terry.reedy

#21972: Bugs in the lexer and parser documentation
http://bugs.python.org/issue21972  opened by François-René.Rideau

#21973: Idle should not quit on corrupted user config files
http://bugs.python.org/issue21973  opened by Tomk

#21975: Using pickled/unpickled sqlite3.Row results in segfault rather
http://bugs.python.org/issue21975  opened by Elizacat

#21976: Fix test_ssl.py to handle LibreSSL versioning appropriately
http://bugs.python.org/issue21976  opened by worr

#21980: Implement `logging.LogRecord.__repr__`
http://bugs.python.org/issue21980  opened by cool-RR

#21983: segfault in ctypes.cast
http://bugs.python.org/issue21983  opened by Anthony.LaTorre

#21986: Pickleability of code objects is inconsistent
http://bugs.python.org/issue21986  opened by ppperry

#21987: TarFile.getmember on directory requires trailing slash iff ove
http://bugs.python.org/issue21987  opened by moloney

#21989: Missing (optional) argument `start` and `end` in documentation
http://bugs.python.org/issue21989  opened by SylvainDe

#21990: saxutils defines an inner class where a normal one would do
http://bugs.python.org/issue21990  opened by alex

#21991: The new email API should use MappingProxyType instead of retur
http://bugs.python.org/issue21991  opened by r.david.murray

#21992: New AST node Else() should be introduced
http://bugs.python.org/issue21992  opened by Igor.Bronshteyn

#21995: Idle: pseudofiles have no buffer attribute.
http://bugs.python.org/issue21995  opened by terry.reedy

#21996: gettarinfo method does not handle files without text string na
http://bugs.python.org/issue21996  opened by vadmium

#21997: Pdb.set_trace debugging does not end correctly in IDLE
http://bugs.python.org/issue21997  opened by ppperry

#21998: asyncio: a new self-pipe should be created in the child proces
http://bugs.python.org/issue21998  opened by haypo

#21999: shlex: bug in posix more handling of empty strings
http://bugs.python.org/issue21999  opened by isoschiz

#22000: cross type comparisons clarification
http://bugs.python.org/issue22000  opened by Jim.Jewett

#22001: containers "same" does not always mean "__eq__".
http://bugs.python.org/issue22001  opened by Jim.Jewett

#22002: Make full use of test discovery in test subpackages
http://bugs.python.org/issue22002  opened by zach.ware

#22003: BytesIO copy-on-write
http://bugs.python.org/issue22003  opened by dw

#22005: datetime.__setstate__ fails decoding python2 pickle
http://bugs.python.org/issue22005  opened by eddygeek



Most recent 15 issues with no replies (15)
==========================================

#22005: datetime.__setstate__ fails decoding python2 pickle
http://bugs.python.org/issue22005

#22000: cross type comparisons clarification
http://bugs.python.org/issue22000

#21999: shlex: bug in posix more handling of empty strings
http://bugs.python.org/issue21999

#21998: asyncio: a new self-pipe should be created in the child proces
http://bugs.python.org/issue21998

#21997: Pdb.set_trace debugging does not end correctly in IDLE
http://bugs.python.org/issue21997

#21996: gettarinfo method does not handle files without text string na
http://bugs.python.org/issue21996

#21995: Idle: pseudofiles have no buffer attribute.
http://bugs.python.org/issue21995

#21992: New AST node Else() should be introduced
http://bugs.python.org/issue21992

#21991: The new email API should use MappingProxyType instead of retur
http://bugs.python.org/issue21991

#21990: saxutils defines an inner class where a normal one would do
http://bugs.python.org/issue21990

#21989: Missing (optional) argument `start` and `end` in documentation
http://bugs.python.org/issue21989

#21971: Index and update turtledemo doc.
http://bugs.python.org/issue21971

#21967: Interpreter crash upon accessing frame.f_restricted of a frame
http://bugs.python.org/issue21967

#21965: Add support for Memory BIO to _ssl
http://bugs.python.org/issue21965

#21960: Better path handling in Idle find in files
http://bugs.python.org/issue21960



Most recent 15 issues waiting for review (15)
=============================================

#22003: BytesIO copy-on-write
http://bugs.python.org/issue22003

#22002: Make full use of test discovery in test subpackages
http://bugs.python.org/issue22002

#21999: shlex: bug in posix more handling of empty strings
http://bugs.python.org/issue21999

#21990: saxutils defines an inner class where a normal one would do
http://bugs.python.org/issue21990

#21989: Missing (optional) argument `start` and `end` in documentation
http://bugs.python.org/issue21989

#21986: Pickleability of code objects is inconsistent
http://bugs.python.org/issue21986

#21976: Fix test_ssl.py to handle LibreSSL versioning appropriately
http://bugs.python.org/issue21976

#21975: Using pickled/unpickled sqlite3.Row results in segfault rather
http://bugs.python.org/issue21975

#21965: Add support for Memory BIO to _ssl
http://bugs.python.org/issue21965

#21958: Allow python 2.7 to compile with Visual Studio 2013
http://bugs.python.org/issue21958

#21955: ceval.c: implement fast path for integers with a single digit
http://bugs.python.org/issue21955

#21951: tcl test change crashes AIX
http://bugs.python.org/issue21951

#21947: `Dis` module doesn't know how to disassemble generators
http://bugs.python.org/issue21947

#21944: Allow copying of CodecInfo objects
http://bugs.python.org/issue21944

#21941: Clean up turtle TPen class
http://bugs.python.org/issue21941



Top 10 most discussed issues (10)
=================================

#21645: asyncio: Race condition in signal handling on FreeBSD
http://bugs.python.org/issue21645  16 msgs

#15443: datetime module has no support for nanoseconds
http://bugs.python.org/issue15443  14 msgs

#21815: imaplib truncates some untagged responses
http://bugs.python.org/issue21815  14 msgs

#21935: Implement AUTH command in smtpd.
http://bugs.python.org/issue21935  11 msgs

#21955: ceval.c: implement fast path for integers with a single digit
http://bugs.python.org/issue21955  10 msgs

#21975: Using pickled/unpickled sqlite3.Row results in segfault rather
http://bugs.python.org/issue21975   9 msgs

#21986: Pickleability of code objects is inconsistent
http://bugs.python.org/issue21986   9 msgs

#21927: BOM appears in stdin when using Powershell
http://bugs.python.org/issue21927   8 msgs

#1598: unexpected response in imaplib
http://bugs.python.org/issue1598   7 msgs

#18320: python installation is broken if prefix is overridden on an in
http://bugs.python.org/issue18320   7 msgs



Issues closed (43)
==================

#8849: python.exe problem with cvxopt
http://bugs.python.org/issue8849  closed by r.david.murray

#9390: Error in sys.excepthook on windows when redirecting output of 
http://bugs.python.org/issue9390  closed by zach.ware

#14714: PEP 414 tokenizing hook does not preserve tabs
http://bugs.python.org/issue14714  closed by aronacher

#15962: Windows STDIN/STDOUT Redirection is actually FIXED
http://bugs.python.org/issue15962  closed by terry.reedy

#16178: atexit._run_exitfuncs should be a public API
http://bugs.python.org/issue16178  closed by rhettinger

#16237: bdist_rpm SPEC files created with distutils may be distro spec
http://bugs.python.org/issue16237  closed by ncoghlan

#16382: Better warnings exception for bad category
http://bugs.python.org/issue16382  closed by berker.peksag

#16859: tarfile.TarInfo.fromtarfile does not check read() return value
http://bugs.python.org/issue16859  closed by lars.gustaebel

#16895: Batch file to mimic 'make' on Windows
http://bugs.python.org/issue16895  closed by zach.ware

#17308: Dialog.py crashes when putty Window resized
http://bugs.python.org/issue17308  closed by berker.peksag

#18144: FD leak in urllib2
http://bugs.python.org/issue18144  closed by serhiy.storchaka

#18974: Use argparse in the diff script
http://bugs.python.org/issue18974  closed by serhiy.storchaka

#19076: Pdb.do_break calls error with obsolete file kwarg
http://bugs.python.org/issue19076  closed by berker.peksag

#19355: Initial modernization of OpenWatcom support
http://bugs.python.org/issue19355  closed by Jeffrey.Armstrong

#20451: os.exec* mangles argv on windows (splits on spaces, etc)
http://bugs.python.org/issue20451  closed by rhettinger

#21059: idle_test.test_warning failure
http://bugs.python.org/issue21059  closed by zach.ware

#21163: asyncio doesn't warn if a task is destroyed during its executi
http://bugs.python.org/issue21163  closed by haypo

#21247: test_asyncio: test_subprocess_send_signal hangs on Fedora buil
http://bugs.python.org/issue21247  closed by haypo

#21323: CGI HTTP server not running scripts from subdirectories
http://bugs.python.org/issue21323  closed by ned.deily

#21599: Argument transport in attach and detach method in Server class
http://bugs.python.org/issue21599  closed by haypo

#21655: Write Unit Test for Vec2 and TNavigator class in the Turtle Mo
http://bugs.python.org/issue21655  closed by Lita.Cho

#21765: Idle: make 3.x HyperParser work with non-ascii identifiers.
http://bugs.python.org/issue21765  closed by terry.reedy

#21899: Futures are not marked as completed
http://bugs.python.org/issue21899  closed by Sebastian.Kreft.Deezer

#21906: Tools\Scripts\md5sum.py doesn't work in Python 3.x
http://bugs.python.org/issue21906  closed by berker.peksag

#21913: threading.Condition.wait() is not interruptible in Python 2.7
http://bugs.python.org/issue21913  closed by neologix

#21918: Convert test_tools to directory
http://bugs.python.org/issue21918  closed by zach.ware

#21953: pythonrun.c does not check std streams the same as fileio.c
http://bugs.python.org/issue21953  closed by steve.dower

#21957: ASCII Formfeed (FF) & ASCII Vertical Tab (VT) Have Hexadecimal
http://bugs.python.org/issue21957  closed by ned.deily

#21959: msi product code for 2.7.8150 not in Tools/msi/uuids.py
http://bugs.python.org/issue21959  closed by r.david.murray

#21966: InteractiveConsole does not support -q option
http://bugs.python.org/issue21966  closed by belopolsky

#21968: 'abort' object is not callable
http://bugs.python.org/issue21968  closed by Apple Grew

#21974: Typo in "Set" in PEP 289
http://bugs.python.org/issue21974  closed by rhettinger

#21977: In the re's token example OP and SKIP regexes can be improved
http://bugs.python.org/issue21977  closed by rhettinger

#21978: Support index access on OrderedDict views (e.g. o.keys()[7])
http://bugs.python.org/issue21978  closed by rhettinger

#21979: SyntaxError not raised on "0xaor 1"
http://bugs.python.org/issue21979  closed by mark.dickinson

#21981: Idle problem
http://bugs.python.org/issue21981  closed by eric.smith

#21982: Idle configDialog: fix regression and add minimal unittest
http://bugs.python.org/issue21982  closed by terry.reedy

#21984: list(itertools.repeat(1)) causes the system to hang
http://bugs.python.org/issue21984  closed by rhettinger

#21985: test_asyncio prints some junk
http://bugs.python.org/issue21985  closed by haypo

#21988: Decrease iterating overhead in timeit
http://bugs.python.org/issue21988  closed by gvanrossum

#21993: counterintuitive behavior of list.index with boolean values
http://bugs.python.org/issue21993  closed by ezio.melotti

#21994: Syntax error in the ssl module documentation
http://bugs.python.org/issue21994  closed by berker.peksag

#22004: io documentation refers to newline as newlines
http://bugs.python.org/issue22004  closed by python-dev


More information about the Python-Dev mailing list