[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri May 6 18:07:23 CEST 2011


ACTIVITY SUMMARY (2011-04-29 - 2011-05-06) 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 2783 (+23) closed 21017 (+41) total 23800 (+64)

Open issues with patches: 1201

Issues opened (47)

#11955: 3.3 : test_argparse.py fails 'make test' http://bugs.python.org/issue11955 opened by Jason.Vas.Dias

#11956: 3.3 : test_import.py causes 'make test' to fail http://bugs.python.org/issue11956 opened by Jason.Vas.Dias

#11957: re.sub confusion between count and flags args http://bugs.python.org/issue11957 opened by mindauga

#11959: smtpd cannot be used without affecting global state http://bugs.python.org/issue11959 opened by vinay.sajip

#11962: Buildbot reliability http://bugs.python.org/issue11962 opened by skrah

#11963: Use real assert* for test_trigger_memory_error (test_parser) http://bugs.python.org/issue11963 opened by eric.araujo

#11964: Undocumented change to indent param of json.dump in 3.2 http://bugs.python.org/issue11964 opened by eric.araujo

#11965: Simplify context manager in os.popen http://bugs.python.org/issue11965 opened by eric.araujo

#11968: wsgiref's wsgi application sample code does not work http://bugs.python.org/issue11968 opened by shimizukawa

#11969: Can't launch Process on built-in static method http://bugs.python.org/issue11969 opened by cool-RR

#11972: input does not strip a trailing newline correctly on Windows http://bugs.python.org/issue11972 opened by Michal.Molhanec

#11973: kevent does not accept KQ_NOTE_EXIT (and other (f)flags) http://bugs.python.org/issue11973 opened by DragonSA

#11974: Class definition gotcha.. should this be documented somewhere? http://bugs.python.org/issue11974 opened by sleepycal

#11975: Fix referencing of built-in types (list, int, ...) http://bugs.python.org/issue11975 opened by jonash

#11978: Report correct coverage.py data for tests that invoke subproce http://bugs.python.org/issue11978 opened by ncoghlan

#11979: Minor improvements to the Sockets readme: typos, wording and s http://bugs.python.org/issue11979 opened by xmorel

#11980: zipfile.ZipFile.write should accept fp as argument http://bugs.python.org/issue11980 opened by proppy

#11981: dupe self.fp.tell() in zipfile.ZipFile.writestr http://bugs.python.org/issue11981 opened by proppy

#11983: Inconsistent hash and comparison for code objects http://bugs.python.org/issue11983 opened by eltoder

#11984: Wrong "See also" in symbol and token module docs http://bugs.python.org/issue11984 opened by davipo

#11989: deprecate shutil.copy2 http://bugs.python.org/issue11989 opened by datamuc

#11990: redirected output - stdout writes newline as \n in windows http://bugs.python.org/issue11990 opened by Jimbofbx

#11992: sys.settrace doesn't disable tracing if a local trace function http://bugs.python.org/issue11992 opened by nedbat

#11993: Use sub-second resolution to determine if a file is newer http://bugs.python.org/issue11993 opened by jsjgruber

#11994: [2.7/gcc-4.4.3] Segfault under valgrind in string.split() http://bugs.python.org/issue11994 opened by skrah

#11995: test_pydoc loads all Python modules http://bugs.python.org/issue11995 opened by haypo

#11996: libpython.py: nicer py-bt output http://bugs.python.org/issue11996 opened by haypo

#11998: test_signal cannot test blocked signals if _tkinter is loaded; http://bugs.python.org/issue11998 opened by haypo

#11999: sporadic failure in test_mailbox on FreeBSD http://bugs.python.org/issue11999 opened by haypo

#12001: Extend json.dumps to handle N-triples strings http://bugs.python.org/issue12001 opened by Glenn.Ammons

#12002: ftplib.FTP.abort fails with TypeError on Python 3.x http://bugs.python.org/issue12002 opened by nneonneo

#12003: documentation: alternate version of xrange seems to fail. http://bugs.python.org/issue12003 opened by tenuki

#12004: PyZipFile.writepy gives internal error on syntax errors http://bugs.python.org/issue12004 opened by Ben.Morgan

#12005: modulo result of Decimal differs from float/int http://bugs.python.org/issue12005 opened by Kotan

#12006: strptime should implement %V or %u directive from libc http://bugs.python.org/issue12006 opened by Erik.Cederstrand

#12007: Console commands won't work http://bugs.python.org/issue12007 opened by jake_mcaga

#12008: HtmlParser non-strict goes wrong with unquoted attributes http://bugs.python.org/issue12008 opened by svilend

#12009: netrc module crashes if netrc file has comment lines http://bugs.python.org/issue12009 opened by rmstoi

#12010: Compile fails when sizeof(wchar_t) == 1 http://bugs.python.org/issue12010 opened by dcoles

#12011: The signal module should raise OSError for OS-related exceptio http://bugs.python.org/issue12011 opened by pitrou

#12012: _ssl module doesn't compile with OpenSSL 1.0.0d: SSLv2_method http://bugs.python.org/issue12012 opened by haypo

#12013: file /usr/local/lib/python3.1/lib-dynload/_socket.so: symbol i http://bugs.python.org/issue12013 opened by alex_lai

#12014: str.format parses replacement field incorrectly http://bugs.python.org/issue12014 opened by Ben.Wolfson

#12015: possible characters in temporary file name is too few http://bugs.python.org/issue12015 opened by planet36

#12016: Wrong behavior for '\xff\n'.decode('gb2312', 'ignore') http://bugs.python.org/issue12016 opened by cdqzzy

#12017: Decoding a highly-nested object with json (_speedups enabled) http://bugs.python.org/issue12017 opened by ivank

#12018: No tests for ntpath.samefile, ntpath.sameopenfile http://bugs.python.org/issue12018 opened by ronaldoussoren

Most recent 15 issues with no replies (15)

#12018: No tests for ntpath.samefile, ntpath.sameopenfile http://bugs.python.org/issue12018

#12016: Wrong behavior for '\xff\n'.decode('gb2312', 'ignore') http://bugs.python.org/issue12016

#12013: file /usr/local/lib/python3.1/lib-dynload/_socket.so: symbol i http://bugs.python.org/issue12013

#12009: netrc module crashes if netrc file has comment lines http://bugs.python.org/issue12009

#12003: documentation: alternate version of xrange seems to fail. http://bugs.python.org/issue12003

#12002: ftplib.FTP.abort fails with TypeError on Python 3.x http://bugs.python.org/issue12002

#12001: Extend json.dumps to handle N-triples strings http://bugs.python.org/issue12001

#11992: sys.settrace doesn't disable tracing if a local trace function http://bugs.python.org/issue11992

#11989: deprecate shutil.copy2 http://bugs.python.org/issue11989

#11984: Wrong "See also" in symbol and token module docs http://bugs.python.org/issue11984

#11983: Inconsistent hash and comparison for code objects http://bugs.python.org/issue11983

#11979: Minor improvements to the Sockets readme: typos, wording and s http://bugs.python.org/issue11979

#11973: kevent does not accept KQ_NOTE_EXIT (and other (f)flags) http://bugs.python.org/issue11973

#11969: Can't launch Process on built-in static method http://bugs.python.org/issue11969

#11968: wsgiref's wsgi application sample code does not work http://bugs.python.org/issue11968

Most recent 15 issues waiting for review (15)

#12015: possible characters in temporary file name is too few http://bugs.python.org/issue12015

#12012: _ssl module doesn't compile with OpenSSL 1.0.0d: SSLv2_method http://bugs.python.org/issue12012

#12008: HtmlParser non-strict goes wrong with unquoted attributes http://bugs.python.org/issue12008

#12004: PyZipFile.writepy gives internal error on syntax errors http://bugs.python.org/issue12004

#11999: sporadic failure in test_mailbox on FreeBSD http://bugs.python.org/issue11999

#11998: test_signal cannot test blocked signals if _tkinter is loaded; http://bugs.python.org/issue11998

#11996: libpython.py: nicer py-bt output http://bugs.python.org/issue11996

#11989: deprecate shutil.copy2 http://bugs.python.org/issue11989

#11981: dupe self.fp.tell() in zipfile.ZipFile.writestr http://bugs.python.org/issue11981

#11980: zipfile.ZipFile.write should accept fp as argument http://bugs.python.org/issue11980

#11973: kevent does not accept KQ_NOTE_EXIT (and other (f)flags) http://bugs.python.org/issue11973

#11963: Use real assert* for test_trigger_memory_error (test_parser) http://bugs.python.org/issue11963

#11956: 3.3 : test_import.py causes 'make test' to fail http://bugs.python.org/issue11956

#11949: Make float('nan') unorderable http://bugs.python.org/issue11949

#11948: Tutorial/Modules - small fix to better clarify the modules sea http://bugs.python.org/issue11948

Top 10 most discussed issues (10)

#11277: Crash with mmap and sparse files on Mac OS X http://bugs.python.org/issue11277 19 msgs

#8407: expose signalfd(2) and pthread_sigmask in the signal module http://bugs.python.org/issue8407 18 msgs

#11935: MMDF/MBOX mailbox need utime http://bugs.python.org/issue11935 17 msgs

#11999: sporadic failure in test_mailbox on FreeBSD http://bugs.python.org/issue11999 11 msgs

#6721: Locks in python standard library should be sanitized on fork http://bugs.python.org/issue6721 10 msgs

#9971: Optimize BufferedReader.readinto http://bugs.python.org/issue9971 9 msgs

#3526: Customized malloc implementation on SunOS and AIX http://bugs.python.org/issue3526 8 msgs

#11962: Buildbot reliability http://bugs.python.org/issue11962 8 msgs

#11949: Make float('nan') unorderable http://bugs.python.org/issue11949 7 msgs

#11954: 3.3 - 'make test' fails http://bugs.python.org/issue11954 7 msgs

Issues closed (37)

#1856: shutdown (exit) can hang or segfault with daemon threads runni http://bugs.python.org/issue1856 closed by pitrou

#7517: freeze.py not ported to python3 http://bugs.python.org/issue7517 closed by eric.araujo

#8158: Docstring of optparse.OptionParser incomplete http://bugs.python.org/issue8158 closed by r.david.murray

#9756: Crash with custom getattribute http://bugs.python.org/issue9756 closed by haypo

#10684: Folders get deleted when trying to change case with shutil.mov http://bugs.python.org/issue10684 closed by ronaldoussoren

#10775: assertRaises as a context manager should accept a 'msg' keywor http://bugs.python.org/issue10775 closed by ezio.melotti

#10922: Unexpected exception when calling function_proxy.class.__c http://bugs.python.org/issue10922 closed by haypo

#11034: Build problem on Windows with MSVC++ Express 2008 http://bugs.python.org/issue11034 closed by loewis

#11206: test_readline unconditionally calls clear_history() http://bugs.python.org/issue11206 closed by ned.deily

#11247: Error sending packets to multicast IPV4 address http://bugs.python.org/issue11247 closed by neologix

#11335: Memory leak after key function failure in sort http://bugs.python.org/issue11335 closed by stutzbach

#11834: wrong module installation dir on Windows http://bugs.python.org/issue11834 closed by brian.curtin

#11849: glibc allocator doesn't release all free()ed memory http://bugs.python.org/issue11849 closed by pitrou

#11873: test_regexp() of test_compileall fails occassionally http://bugs.python.org/issue11873 closed by r.david.murray

#11883: Call connect() before sending an email with smtplib http://bugs.python.org/issue11883 closed by r.david.murray

#11887: unittest fails on comparing str with bytes if python has the - http://bugs.python.org/issue11887 closed by michael.foord

#11898: Sending binary data with a POST request in httplib can cause U http://bugs.python.org/issue11898 closed by orsenthil

#11912: PaX triggers a segfault in dlopen http://bugs.python.org/issue11912 closed by neologix

#11930: Remove time.accept2dyear http://bugs.python.org/issue11930 closed by belopolsky

#11950: logger use dict for loggers instead of WeakValueDictionary http://bugs.python.org/issue11950 closed by vinay.sajip

#11958: test.test_ftplib.TestIPv6Environment failure http://bugs.python.org/issue11958 closed by python-dev

#11960: Python crashes when running numpy test http://bugs.python.org/issue11960 closed by amaury.forgeotdarc

#11961: Document STARTUPINFO and creationflags options for Windows http://bugs.python.org/issue11961 closed by brian.curtin

#11966: Typo in PyModule_AddIntMacro's documentation http://bugs.python.org/issue11966 closed by python-dev

#11967: Left shift and Right shift for floats http://bugs.python.org/issue11967 closed by loewis

#11970: distutils command 'upload' crashes when --show-response is sel http://bugs.python.org/issue11970 closed by offby1

#11971: Wrong parameter -O0 instead of -OO in manpage http://bugs.python.org/issue11971 closed by r.david.murray

#11976: Provide proper documentation for list data type http://bugs.python.org/issue11976 closed by georg.brandl

#11977: Document int.conjugate, .denominator, ... http://bugs.python.org/issue11977 closed by python-dev

#11982: json.loads() returns str instead of unicode for empty strings http://bugs.python.org/issue11982 closed by ezio.melotti

#11985: Document that platform.python_implementation supports PyPy http://bugs.python.org/issue11985 closed by ezio.melotti

#11986: Min/max not symmetric in presence of NaN http://bugs.python.org/issue11986 closed by rhettinger

#11987: queue.Queue.put should acquire mutex for unfinished_tasks http://bugs.python.org/issue11987 closed by rhettinger

#11988: special method lookup docs don't address some important detail http://bugs.python.org/issue11988 closed by r.david.murray

#11991: test_distutils fails because of bad filename match http://bugs.python.org/issue11991 closed by eric.araujo

#11997: One typo in Doc/c-api/init.rst http://bugs.python.org/issue11997 closed by ezio.melotti

#12000: SSL certificate verification failed if no dNSName entry in sub http://bugs.python.org/issue12000 closed by pitrou



More information about the Python-Dev mailing list