[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Sep 21 18:07:08 CEST 2012


ACTIVITY SUMMARY (2012-09-14 - 2012-09-21)
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    3731 (+30)
  closed 24045 (+25)
  total  27776 (+55)

Open issues with patches: 1650 


Issues opened (44)
==================

#15945: memoryview + bytes fails
http://bugs.python.org/issue15945  opened by exarkun

#15947: Assigning new values to instance of pointer types does not che
http://bugs.python.org/issue15947  opened by facundobatista

#15948: Unchecked return value of I/O functions
http://bugs.python.org/issue15948  opened by christian.heimes

#15949: docs.python.org not getting updated
http://bugs.python.org/issue15949  opened by cjerdonek

#15951: string.Formatter returns str for empty unicode template
http://bugs.python.org/issue15951  opened by Aleksey.Sivokon

#15952: format(value) and value.__format__() behave differently with u
http://bugs.python.org/issue15952  opened by cjerdonek

#15953: Incorrect some fields declaration in the PyTypeObject document
http://bugs.python.org/issue15953  opened by storchaka

#15954: No error checking after using of the wcsxfrm()
http://bugs.python.org/issue15954  opened by storchaka

#15955: gzip, bz2, lzma: add method to get decompressed size
http://bugs.python.org/issue15955  opened by christian.heimes

#15956: backreference to named group does not work
http://bugs.python.org/issue15956  opened by steve.newcomb

#15957: README.txt points to broken "contributing" url in python wiki
http://bugs.python.org/issue15957  opened by jcd

#15958: bytes.join() should allow arbitrary buffer objects
http://bugs.python.org/issue15958  opened by pitrou

#15961: Missing return value in ``system_message``
http://bugs.python.org/issue15961  opened by malthe

#15962: Windows STDIN/STDOUT Redirection is actually FIXED
http://bugs.python.org/issue15962  opened by Nacsa.Kristóf

#15963: Improve ./configure's support for 32/64-bit debug|release|prof
http://bugs.python.org/issue15963  opened by trent

#15964: SyntaxError in asdl when building 2.7 with system Python 3
http://bugs.python.org/issue15964  opened by cjerdonek

#15966: concurrent.futures: Executor.submit keyword arguments may not 
http://bugs.python.org/issue15966  opened by mark.dickinson

#15967: Slaves don't seem to clean up their /tmp mess if a step fails.
http://bugs.python.org/issue15967  opened by trent

#15968: Incorporate Tcl/Tk/Tix into the Windows build process
http://bugs.python.org/issue15968  opened by jkloth

#15969: faulthandler: drop S from dump_tracebacks_later() function nam
http://bugs.python.org/issue15969  opened by haypo

#15971: Sporadic failure in test_dump_tracebacks_later_file (test_faul
http://bugs.python.org/issue15971  opened by ezio.melotti

#15972: wrong error message for os.path.getsize
http://bugs.python.org/issue15972  opened by jftuga

#15973: Segmentation fault on timezone comparison
http://bugs.python.org/issue15973  opened by lanhel

#15974: Optional compact and colored output for regrest
http://bugs.python.org/issue15974  opened by brett.cannon

#15976: Inconsistent behavior of search_for_exec_prefix() results in s
http://bugs.python.org/issue15976  opened by foutrelis

#15977: Memory leak in _ssl.c
http://bugs.python.org/issue15977  opened by Daniel.Sommermann

#15978: asyncore: included batteries don't fit
http://bugs.python.org/issue15978  opened by chrysn

#15979: Improve timeit documentation
http://bugs.python.org/issue15979  opened by ezio.melotti

#15982: asyncore.dispatcher does not handle windows socket error code 
http://bugs.python.org/issue15982  opened by McNetic

#15983: multiprocessing JoinableQueue's join function with timeout
http://bugs.python.org/issue15983  opened by legordian

#15984: Wrong documentation for PyUnicode_FromObject()
http://bugs.python.org/issue15984  opened by storchaka

#15986: memoryview: expose 'buf' attribute
http://bugs.python.org/issue15986  opened by skrah

#15987: Provide a way to compare AST nodes for equality recursively
http://bugs.python.org/issue15987  opened by Julian

#15988: Inconsistency in overflow error messages of integer argument
http://bugs.python.org/issue15988  opened by storchaka

#15989: Possible integer overflow of PyLong_AsLong() results
http://bugs.python.org/issue15989  opened by storchaka

#15990: solidify argument/parameter terminology
http://bugs.python.org/issue15990  opened by cjerdonek

#15991: BaseHTTPServer with ThreadingMixIn serving wrong data sometime
http://bugs.python.org/issue15991  opened by theamk

#15992: Strict aliasing violations in Objects/unicodeobject.c
http://bugs.python.org/issue15992  opened by mark.dickinson

#15993: Windows: 3.3.0-rc2.msi: test_buffer fails
http://bugs.python.org/issue15993  opened by skrah

#15994: memoryview to freed memory can cause segfault
http://bugs.python.org/issue15994  opened by sbt

#15996: pow() for complex numbers is rough around the edges
http://bugs.python.org/issue15996  opened by mattip

#15997: NotImplemented needs to be documented
http://bugs.python.org/issue15997  opened by max

#15998: Python GUI idle not working
http://bugs.python.org/issue15998  opened by sreeni

#15999: Using new 'bool' format character
http://bugs.python.org/issue15999  opened by storchaka



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

#15994: memoryview to freed memory can cause segfault
http://bugs.python.org/issue15994

#15992: Strict aliasing violations in Objects/unicodeobject.c
http://bugs.python.org/issue15992

#15991: BaseHTTPServer with ThreadingMixIn serving wrong data sometime
http://bugs.python.org/issue15991

#15988: Inconsistency in overflow error messages of integer argument
http://bugs.python.org/issue15988

#15987: Provide a way to compare AST nodes for equality recursively
http://bugs.python.org/issue15987

#15986: memoryview: expose 'buf' attribute
http://bugs.python.org/issue15986

#15984: Wrong documentation for PyUnicode_FromObject()
http://bugs.python.org/issue15984

#15982: asyncore.dispatcher does not handle windows socket error code 
http://bugs.python.org/issue15982

#15976: Inconsistent behavior of search_for_exec_prefix() results in s
http://bugs.python.org/issue15976

#15969: faulthandler: drop S from dump_tracebacks_later() function nam
http://bugs.python.org/issue15969

#15968: Incorporate Tcl/Tk/Tix into the Windows build process
http://bugs.python.org/issue15968

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

#15958: bytes.join() should allow arbitrary buffer objects
http://bugs.python.org/issue15958

#15955: gzip, bz2, lzma: add method to get decompressed size
http://bugs.python.org/issue15955

#15953: Incorrect some fields declaration in the PyTypeObject document
http://bugs.python.org/issue15953



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

#15999: Using new 'bool' format character
http://bugs.python.org/issue15999

#15983: multiprocessing JoinableQueue's join function with timeout
http://bugs.python.org/issue15983

#15977: Memory leak in _ssl.c
http://bugs.python.org/issue15977

#15973: Segmentation fault on timezone comparison
http://bugs.python.org/issue15973

#15972: wrong error message for os.path.getsize
http://bugs.python.org/issue15972

#15969: faulthandler: drop S from dump_tracebacks_later() function nam
http://bugs.python.org/issue15969

#15966: concurrent.futures: Executor.submit keyword arguments may not 
http://bugs.python.org/issue15966

#15961: Missing return value in ``system_message``
http://bugs.python.org/issue15961

#15957: README.txt points to broken "contributing" url in python wiki
http://bugs.python.org/issue15957

#15956: backreference to named group does not work
http://bugs.python.org/issue15956

#15954: No error checking after using of the wcsxfrm()
http://bugs.python.org/issue15954

#15953: Incorrect some fields declaration in the PyTypeObject document
http://bugs.python.org/issue15953

#15952: format(value) and value.__format__() behave differently with u
http://bugs.python.org/issue15952

#15951: string.Formatter returns str for empty unicode template
http://bugs.python.org/issue15951

#15939: make *.rst files in Doc/ parseable by doctest
http://bugs.python.org/issue15939



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

#11454: email.message import time
http://bugs.python.org/issue11454  18 msgs

#15903: Make rawiobase_read() read directly to bytes object
http://bugs.python.org/issue15903  16 msgs

#15973: Segmentation fault on timezone comparison
http://bugs.python.org/issue15973  16 msgs

#14262: Allow using decimals as arguments to `timedelta`
http://bugs.python.org/issue14262  12 msgs

#15944: memoryviews and ctypes
http://bugs.python.org/issue15944  12 msgs

#11664: Add patch method to unittest.TestCase
http://bugs.python.org/issue11664  11 msgs

#15972: wrong error message for os.path.getsize
http://bugs.python.org/issue15972  10 msgs

#15276: unicode format does not really work in Python 2.x
http://bugs.python.org/issue15276   9 msgs

#15629: Add to regrtest the ability to run Lib and Doc doctests
http://bugs.python.org/issue15629   8 msgs

#15951: string.Formatter returns str for empty unicode template
http://bugs.python.org/issue15951   8 msgs



Issues closed (22)
==================

#14873: Windows devguide: clarification for build errors due to missin
http://bugs.python.org/issue14873  closed by ezio.melotti

#15039: module/ found before module.py when both are in the CWD
http://bugs.python.org/issue15039  closed by eric.smith

#15144: Possible integer overflow in operations with addresses and siz
http://bugs.python.org/issue15144  closed by pitrou

#15304: Wrong path in test.support.temp_cwd() error message
http://bugs.python.org/issue15304  closed by ezio.melotti

#15421: Calendar.itermonthdates OverflowError
http://bugs.python.org/issue15421  closed by ezio.melotti

#15548: Mention all new os functions in What's New in Python 3.3
http://bugs.python.org/issue15548  closed by haypo

#15789: mention shell-like parts of the std lib in the subprocess docs
http://bugs.python.org/issue15789  closed by ezio.melotti

#15796: Fix readline() docstrings
http://bugs.python.org/issue15796  closed by ezio.melotti

#15896: Sporadic EINVAL in nonblocking pipe os.read when forked child 
http://bugs.python.org/issue15896  closed by vitaly

#15920: make howto/regex.rst doctests pass
http://bugs.python.org/issue15920  closed by ezio.melotti

#15932: files in the csv documentation's examples are not closed
http://bugs.python.org/issue15932  closed by ezio.melotti

#15946: Windows 8 x64 - IO-Error
http://bugs.python.org/issue15946  closed by brian.curtin

#15950: open() should not accept bool argument
http://bugs.python.org/issue15950  closed by r.david.murray

#15959: Declaration mismatch of quick integer allocation counters
http://bugs.python.org/issue15959  closed by mark.dickinson

#15960: logging.shutdown should cope with IO errors from handler.relea
http://bugs.python.org/issue15960  closed by vinay.sajip

#15965: AT_FDCWD is 0xffd19553 on Solaris 10, resulting in compiler wa
http://bugs.python.org/issue15965  closed by trent

#15970: ElementTree HTML serialization incorrect for <meta>, <param>
http://bugs.python.org/issue15970  closed by ezio.melotti

#15975: Allow multiplying timedelta by Decimal
http://bugs.python.org/issue15975  closed by mark.dickinson

#15980: Non-escaped '\n' in docstrings
http://bugs.python.org/issue15980  closed by ezio.melotti

#15981: improve documentation of __hash__
http://bugs.python.org/issue15981  closed by r.david.murray

#15995: Windows: 3.3.0-rc2.msi: test_lzma fails
http://bugs.python.org/issue15995  closed by skrah

#15985: round() has wrong argument names
http://bugs.python.org/issue15985  closed by mark.dickinson


More information about the Python-Dev mailing list