[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Sep 16 18:07:28 CEST 2011


ACTIVITY SUMMARY (2011-09-09 - 2011-09-16)
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    3019 (+19)
  closed 21757 (+30)
  total  24776 (+49)

Open issues with patches: 1295 


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

#12946: PyModule_GetDict() claims it can never fail, but it can
http://bugs.python.org/issue12946  opened by scoder

#12949: Documentation of PyCode_New() lacks kwonlyargcount argument
http://bugs.python.org/issue12949  opened by scoder

#12953: Function calls missing from profiler output
http://bugs.python.org/issue12953  opened by hagen

#12954: Multiprocessing logging under Windows
http://bugs.python.org/issue12954  opened by paul.j3

#12955: urllib2.build_opener().open() is not friendly to "with ... as:
http://bugs.python.org/issue12955  opened by Valery.Khamenya

#12956: builds fail when installing to --prefix with space in path nam
http://bugs.python.org/issue12956  opened by rzn8tr

#12957: mmap.resize changes memory address of mmap'd region
http://bugs.python.org/issue12957  opened by schmichael

#12958: test_socket failures on Mac OS X
http://bugs.python.org/issue12958  opened by ncoghlan

#12960: threading.Condition is not a class
http://bugs.python.org/issue12960  opened by Nikratio

#12961: unlabelled balls in boxes
http://bugs.python.org/issue12961  opened by Phillip.M.Feldman

#12962: TitledHelpFormatter and IndentedHelpFormatter are not document
http://bugs.python.org/issue12962  opened by techtonik

#12964: Two improvements for the locale aliasing engine
http://bugs.python.org/issue12964  opened by ssegvic

#12965: longobject: documentation improvements
http://bugs.python.org/issue12965  opened by skrah

#12966: cookielib.LWPCookieJar breaks on cookie values with a newline
http://bugs.python.org/issue12966  opened by paulie4

#12967: AttributeError distutils\log.py
http://bugs.python.org/issue12967  opened by Ben.thelen

#12970: os.walk() consider some symlinks as dirs instead of non-dirs
http://bugs.python.org/issue12970  opened by mmarkk

#12971: os.isdir() should contain skiplinks=False in arguments
http://bugs.python.org/issue12971  opened by mmarkk

#12972: Color prompt + readline
http://bugs.python.org/issue12972  opened by atagar1

#12973: int_pow() implementation is incorrect
http://bugs.python.org/issue12973  opened by adam at NetBSD.org

#12974: array module: deprecate '__int__' conversion support for array
http://bugs.python.org/issue12974  opened by meadori

#12976: select module: only use EVFILT_TIMER if available (kqueue back
http://bugs.python.org/issue12976  opened by bsiegert

#12977: socket.socket.setblocking does not raise exception if no data 
http://bugs.python.org/issue12977  opened by Florian.Ludwig

#12978: Figure out extended attributes on BSDs
http://bugs.python.org/issue12978  opened by benjamin.peterson

#12979: tkinter.font.Font object not usable as font option
http://bugs.python.org/issue12979  opened by ilikepython

#12981: rewrite multiprocessing (senfd|recvfd) in Python
http://bugs.python.org/issue12981  opened by neologix

#12982: .pyo file cannot be imported
http://bugs.python.org/issue12982  opened by lebigot

#12983: byte string literals with invalid hex escape codes raise Value
http://bugs.python.org/issue12983  opened by ned.deily

#12984: XML NamedNodeMap ( attribName in NamedNodeMap fails )
http://bugs.python.org/issue12984  opened by spolematt

#12985: Check signed arithmetic overflow in ./configure
http://bugs.python.org/issue12985  opened by skrah

#12986: Using getrandbits() in uuid.uuid4() is faster and more readabl
http://bugs.python.org/issue12986  opened by mattchaput

#12987: Demo/scripts/newslist.py has non-commercial license clause
http://bugs.python.org/issue12987  opened by matejcik

#12988: IDLE on Win7 crashes when saving to Documents Library
http://bugs.python.org/issue12988  opened by Brian.Gernhardt

#12989: Consistently handle path separator in Py_GetPath on Windows
http://bugs.python.org/issue12989  opened by Nam.Nguyen

#12990: launcher can't work on path including tradition chinese char
http://bugs.python.org/issue12990  opened by Ricky.Teng

#12993: prepared statements in sqlite3 module
http://bugs.python.org/issue12993  opened by Mayur.&.Angela.Patel-Lam

#12994: cx_Oracle failed to load in newly build python 2.7.1
http://bugs.python.org/issue12994  opened by wah meng



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

#12994: cx_Oracle failed to load in newly build python 2.7.1
http://bugs.python.org/issue12994

#12993: prepared statements in sqlite3 module
http://bugs.python.org/issue12993

#12990: launcher can't work on path including tradition chinese char
http://bugs.python.org/issue12990

#12989: Consistently handle path separator in Py_GetPath on Windows
http://bugs.python.org/issue12989

#12988: IDLE on Win7 crashes when saving to Documents Library
http://bugs.python.org/issue12988

#12987: Demo/scripts/newslist.py has non-commercial license clause
http://bugs.python.org/issue12987

#12986: Using getrandbits() in uuid.uuid4() is faster and more readabl
http://bugs.python.org/issue12986

#12984: XML NamedNodeMap ( attribName in NamedNodeMap fails )
http://bugs.python.org/issue12984

#12983: byte string literals with invalid hex escape codes raise Value
http://bugs.python.org/issue12983

#12979: tkinter.font.Font object not usable as font option
http://bugs.python.org/issue12979

#12977: socket.socket.setblocking does not raise exception if no data 
http://bugs.python.org/issue12977

#12972: Color prompt + readline
http://bugs.python.org/issue12972

#12971: os.isdir() should contain skiplinks=False in arguments
http://bugs.python.org/issue12971

#12966: cookielib.LWPCookieJar breaks on cookie values with a newline
http://bugs.python.org/issue12966

#12965: longobject: documentation improvements
http://bugs.python.org/issue12965



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

#12989: Consistently handle path separator in Py_GetPath on Windows
http://bugs.python.org/issue12989

#12986: Using getrandbits() in uuid.uuid4() is faster and more readabl
http://bugs.python.org/issue12986

#12985: Check signed arithmetic overflow in ./configure
http://bugs.python.org/issue12985

#12981: rewrite multiprocessing (senfd|recvfd) in Python
http://bugs.python.org/issue12981

#12973: int_pow() implementation is incorrect
http://bugs.python.org/issue12973

#12970: os.walk() consider some symlinks as dirs instead of non-dirs
http://bugs.python.org/issue12970

#12965: longobject: documentation improvements
http://bugs.python.org/issue12965

#12943: tokenize: add python -m tokenize support back
http://bugs.python.org/issue12943

#12936: armv5tejl segfaults: sched_setaffinity() vs. pthread_setaffini
http://bugs.python.org/issue12936

#12931: xmlrpclib confuses unicode and string
http://bugs.python.org/issue12931

#12930: reindent.py inserts spaces in multiline literals
http://bugs.python.org/issue12930

#12919: Control what module is imported first
http://bugs.python.org/issue12919

#12911: Expose a private accumulator C API
http://bugs.python.org/issue12911

#12903: test_io.test_interrupte[r]d* blocks on OpenBSD
http://bugs.python.org/issue12903

#12901: Nest class/methods directives in documentation
http://bugs.python.org/issue12901



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

#12936: armv5tejl segfaults: sched_setaffinity() vs. pthread_setaffini
http://bugs.python.org/issue12936  26 msgs

#11457: Expose nanosecond precision from system calls
http://bugs.python.org/issue11457  17 msgs

#12973: int_pow() implementation is incorrect
http://bugs.python.org/issue12973  16 msgs

#1172711: long long support for array module
http://bugs.python.org/issue1172711  11 msgs

#8822: datetime naive and aware types should have a well-defined defi
http://bugs.python.org/issue8822  10 msgs

#12301: Use :role:`sys.thing` instead of ``sys.thing`` throughout
http://bugs.python.org/issue12301   7 msgs

#12945: ctypes works incorrectly with _swappedbytes_ = 1
http://bugs.python.org/issue12945   7 msgs

#6715: xz compressor support
http://bugs.python.org/issue6715   6 msgs

#12913: Add a debugging howto
http://bugs.python.org/issue12913   6 msgs

#12981: rewrite multiprocessing (senfd|recvfd) in Python
http://bugs.python.org/issue12981   6 msgs



Issues closed (27)
==================

#7201: double Endian problem and more on arm
http://bugs.python.org/issue7201  closed by mark.dickinson

#9871: IDLE 3 crashes processing byte strings with invalid hex escape
http://bugs.python.org/issue9871  closed by ned.deily

#11149: [PATCH] Configure should enable -fwrapv for clang
http://bugs.python.org/issue11149  closed by skrah

#12299: Stop documenting functions added by site as builtins
http://bugs.python.org/issue12299  closed by eric.araujo

#12306: zlib: Expose zlibVersion to query runtime version of zlib
http://bugs.python.org/issue12306  closed by nadeem.vawda

#12483: CThunkObject_dealloc should call PyObject_GC_UnTrack?
http://bugs.python.org/issue12483  closed by meadori

#12896: Recommended location of the interpreter for Python 3
http://bugs.python.org/issue12896  closed by eric.araujo

#12914: Add cram function to textwrap
http://bugs.python.org/issue12914  closed by rhettinger

#12917: Make visiblename and allmethods functions public
http://bugs.python.org/issue12917  closed by rhettinger

#12918: New module for terminal utilities
http://bugs.python.org/issue12918  closed by eric.araujo

#12924: Missing call to quote_plus() in test_urllib.test_default_quoti
http://bugs.python.org/issue12924  closed by python-dev

#12935: Typo in findertools.py
http://bugs.python.org/issue12935  closed by ned.deily

#12940: Cmd example using turtle left vs. right doc-bug
http://bugs.python.org/issue12940  closed by ezio.melotti

#12941: add random.pop()
http://bugs.python.org/issue12941  closed by terry.reedy

#12947: Examples in library/doctest.html lack the flags
http://bugs.python.org/issue12947  closed by eric.araujo

#12948: multiprocessing test failures can hang the buildbots
http://bugs.python.org/issue12948  closed by jcea

#12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
http://bugs.python.org/issue12950  closed by python-dev

#12951: List behavior is different
http://bugs.python.org/issue12951  closed by ezio.melotti

#12952: Solaris/Illumos (OpenIndiana) Scheduling policies
http://bugs.python.org/issue12952  closed by python-dev

#12959: Add 'ChainMap' to collections.__all__
http://bugs.python.org/issue12959  closed by python-dev

#12963: PyLong_AsSize_t returns (unsigned long)-1
http://bugs.python.org/issue12963  closed by skrah

#12968: vvccc留查!!!
http://bugs.python.org/issue12968  closed by benjamin.peterson

#12969: Command 'open(0,"wb").close()' cause crash of Python interpret
http://bugs.python.org/issue12969  closed by jcea

#12975: spam
http://bugs.python.org/issue12975  closed by neologix

#12980: segfault in test_json on AMD64 FreeBSD 8.2 2.7
http://bugs.python.org/issue12980  closed by skrah

#12991: Python 64-bit build on HP Itanium - Executable built successfu
http://bugs.python.org/issue12991  closed by skrah

#12992: Python build finished, but the necessary bits to build these m
http://bugs.python.org/issue12992  closed by ezio.melotti


More information about the Python-Dev mailing list