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

Python tracker status at bugs.python.org
Fri Feb 10 18:07:36 CET 2012


ACTIVITY SUMMARY (2012-02-03 - 2012-02-10) 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 3246 ( -2) closed 22523 (+57) total 25769 (+55)

Open issues with patches: 1394

Issues opened (36)

#13929: fnmatch to support escape characters http://bugs.python.org/issue13929 reopened by terry.reedy

#13934: sqlite3 test typo http://bugs.python.org/issue13934 opened by poq

#13938: 2to3 fails to convert types.StringTypes appropriately http://bugs.python.org/issue13938 opened by mhammond

#13940: imaplib: Mailbox names are not quoted http://bugs.python.org/issue13940 opened by joebauer

#13942: ssl.wrap_socket does not work on socket.socketpair()'s http://bugs.python.org/issue13942 opened by weary

#13943: distutils’ build_py fails when package string is unicode http://bugs.python.org/issue13943 opened by patrick.andrew

#13946: readline completer could return an iterable http://bugs.python.org/issue13946 opened by nicolas_49

#13948: rm needless use of set function http://bugs.python.org/issue13948 opened by tshepang

#13949: rm needless use of pass statement http://bugs.python.org/issue13949 opened by tshepang

#13950: rm commented-out code http://bugs.python.org/issue13950 opened by tshepang

#13951: Seg Fault in .so called by ctypes causes the interpreter to Se http://bugs.python.org/issue13951 opened by graemeglass

#13952: mimetypes doesn't recognize .csv http://bugs.python.org/issue13952 opened by iwd32900

#13953: Get rid of doctests in packaging.tests.test_version http://bugs.python.org/issue13953 opened by tshepang

#13954: Add regrtest option to record test results to a file http://bugs.python.org/issue13954 opened by brett.cannon

#13959: Re-implement parts of imp in pure Python http://bugs.python.org/issue13959 opened by brett.cannon

#13960: Handling of broken comments in HTMLParser http://bugs.python.org/issue13960 opened by ezio.melotti

#13961: Have importlib use os.replace() http://bugs.python.org/issue13961 opened by brett.cannon

#13962: multiple lib and include directories on Linux http://bugs.python.org/issue13962 opened by rpq

#13963: dev guide has no mention of mechanics of patch review http://bugs.python.org/issue13963 opened by dmalcolm

#13964: os.utimensat() and os.futimes() should accept Decimal, drop os http://bugs.python.org/issue13964 opened by haypo

#13966: Add disable_interspersed_args() to argparse.ArgumentParser http://bugs.python.org/issue13966 opened by Laszlo.Attila.Toth

#13967: also test for an empty pathname http://bugs.python.org/issue13967 opened by tshepang

#13968: Support recursive globs http://bugs.python.org/issue13968 opened by ubershmekel

#13969: path name must always be string (or None) http://bugs.python.org/issue13969 opened by tshepang

#13970: frameobject should not have f_yieldfrom attribute http://bugs.python.org/issue13970 opened by Mark.Shannon

#13972: set and frozenset constructors don't accept multiple iterables http://bugs.python.org/issue13972 opened by petri.lehtinen

#13973: urllib.parse is imported twice in xmlrpc.client http://bugs.python.org/issue13973 opened by tshepang

#13974: packaging: test for set_platform() http://bugs.python.org/issue13974 opened by tshepang

#13977: importlib simplification http://bugs.python.org/issue13977 opened by Jim.Jewett

#13978: OSError exception in multiprocessing module when using os.remo http://bugs.python.org/issue13978 opened by jjardon

#13979: Automatic *libc.so loading behaviour http://bugs.python.org/issue13979 opened by dgoulet

#13981: time.sleep() should use nanosleep() if available http://bugs.python.org/issue13981 opened by haypo

#13985: Menu.tk_popup : menu doesn't disapear when main window is ico http://bugs.python.org/issue13985 opened by marc.dechico

#13986: ValueError: cannot convert float NaN to integer http://bugs.python.org/issue13986 opened by shivam_python_issues

#13987: Handling of broken markup in HTMLParser on 2.7 http://bugs.python.org/issue13987 opened by ezio.melotti

#13988: Expose the C implementation of ElementTree by default when imp http://bugs.python.org/issue13988 opened by eli.bendersky

Most recent 15 issues with no replies (15)

#13987: Handling of broken markup in HTMLParser on 2.7 http://bugs.python.org/issue13987

#13985: Menu.tk_popup : menu doesn't disapear when main window is ico http://bugs.python.org/issue13985

#13981: time.sleep() should use nanosleep() if available http://bugs.python.org/issue13981

#13979: Automatic *libc.so loading behaviour http://bugs.python.org/issue13979

#13978: OSError exception in multiprocessing module when using os.remo http://bugs.python.org/issue13978

#13977: importlib simplification http://bugs.python.org/issue13977

#13973: urllib.parse is imported twice in xmlrpc.client http://bugs.python.org/issue13973

#13972: set and frozenset constructors don't accept multiple iterables http://bugs.python.org/issue13972

#13963: dev guide has no mention of mechanics of patch review http://bugs.python.org/issue13963

#13961: Have importlib use os.replace() http://bugs.python.org/issue13961

#13959: Re-implement parts of imp in pure Python http://bugs.python.org/issue13959

#13954: Add regrtest option to record test results to a file http://bugs.python.org/issue13954

#13946: readline completer could return an iterable http://bugs.python.org/issue13946

#13940: imaplib: Mailbox names are not quoted http://bugs.python.org/issue13940

#13938: 2to3 fails to convert types.StringTypes appropriately http://bugs.python.org/issue13938

Most recent 15 issues waiting for review (15)

#13987: Handling of broken markup in HTMLParser on 2.7 http://bugs.python.org/issue13987

#13974: packaging: test for set_platform() http://bugs.python.org/issue13974

#13973: urllib.parse is imported twice in xmlrpc.client http://bugs.python.org/issue13973

#13970: frameobject should not have f_yieldfrom attribute http://bugs.python.org/issue13970

#13969: path name must always be string (or None) http://bugs.python.org/issue13969

#13968: Support recursive globs http://bugs.python.org/issue13968

#13967: also test for an empty pathname http://bugs.python.org/issue13967

#13966: Add disable_interspersed_args() to argparse.ArgumentParser http://bugs.python.org/issue13966

#13961: Have importlib use os.replace() http://bugs.python.org/issue13961

#13960: Handling of broken comments in HTMLParser http://bugs.python.org/issue13960

#13953: Get rid of doctests in packaging.tests.test_version http://bugs.python.org/issue13953

#13950: rm commented-out code http://bugs.python.org/issue13950

#13949: rm needless use of pass statement http://bugs.python.org/issue13949

#13948: rm needless use of set function http://bugs.python.org/issue13948

#13938: 2to3 fails to convert types.StringTypes appropriately http://bugs.python.org/issue13938

Top 10 most discussed issues (10)

#13968: Support recursive globs http://bugs.python.org/issue13968 53 msgs

#13703: Hash collision security issue http://bugs.python.org/issue13703 27 msgs

#13988: Expose the C implementation of ElementTree by default when imp http://bugs.python.org/issue13988 11 msgs

#1559549: ImportError needs attributes for module and file name http://bugs.python.org/issue1559549 11 msgs

#13882: PEP 410: Use decimal.Decimal type for timestamps http://bugs.python.org/issue13882 10 msgs

#13370: test_ctypes fails when building python with clang http://bugs.python.org/issue13370 9 msgs

#13964: os.utimensat() and os.futimes() should accept Decimal, drop os http://bugs.python.org/issue13964 9 msgs

#13590: extension module builds fail with python.org OS X installers o http://bugs.python.org/issue13590 8 msgs

#2377: Replace import w/ importlib.import http://bugs.python.org/issue2377 5 msgs

#4709: Mingw-w64 and python on windows x64 http://bugs.python.org/issue4709 5 msgs

Issues closed (54)

#1975: signals not always delivered to main thread, since other threa http://bugs.python.org/issue1975 closed by neologix

#5218: Check for tp_iter in ceval:ext_do_call before overriding excep http://bugs.python.org/issue5218 closed by terry.reedy

#6005: Bug in socket example http://bugs.python.org/issue6005 closed by orsenthil

#6617: During compiling python 3.1 getting error Undefined symbol lib http://bugs.python.org/issue6617 closed by skrah

#7433: MemoryView memory_getbuf causes segfaults, double call to tp_r http://bugs.python.org/issue7433 closed by skrah

#7827: recv_into() argument 1 must be pinned buffer, not bytearray http://bugs.python.org/issue7827 closed by dalke

#8305: memoview[0] creates an invalid view if ndim != 1 http://bugs.python.org/issue8305 closed by skrah

#9021: no copy.copy problem description http://bugs.python.org/issue9021 closed by orsenthil

#9990: PyMemoryView_FromObject alters the Py_buffer after calling PyO http://bugs.python.org/issue9990 closed by skrah

#11805: package_data only allows one glob per-package http://bugs.python.org/issue11805 closed by eric.araujo

#11944: Function call with * and generator hide exception raised by ge http://bugs.python.org/issue11944 closed by terry.reedy

#12410: Create a new helper function that enable to test that an opera http://bugs.python.org/issue12410 closed by neologix

#12993: prepared statements in sqlite3 module http://bugs.python.org/issue12993 closed by georg.brandl

#13286: PEP 3151 breaks backward compatibility: it should be documente http://bugs.python.org/issue13286 closed by haypo

#13588: Change name of internal closure functions in importlib http://bugs.python.org/issue13588 closed by brett.cannon

#13609: Add "os.get_terminal_size()" function http://bugs.python.org/issue13609 closed by pitrou

#13712: pysetup create should not convert package_data to extra_files http://bugs.python.org/issue13712 closed by eric.araujo

#13734: Add a generic directory walker method to avoid symlink attacks http://bugs.python.org/issue13734 closed by neologix

#13845: Use GetSystemTimeAsFileTime() to get a resolution of 100 ns on http://bugs.python.org/issue13845 closed by haypo

#13846: Add time.monotonic() function http://bugs.python.org/issue13846 closed by haypo

#13861: test_pydoc failure http://bugs.python.org/issue13861 closed by ned.deily

#13865: distutils documentation says Extension has "optional" argument http://bugs.python.org/issue13865 closed by eric.araujo

#13879: Argparse does not support subparser aliases in 2.7 http://bugs.python.org/issue13879 closed by eric.araujo

#13880: pydoc -k throws "AssertionError: distutils has already been pa http://bugs.python.org/issue13880 closed by ned.deily

#13893: Make CGIHTTPServer capable of redirects (and status other than http://bugs.python.org/issue13893 closed by eric.araujo

#13904: Generator as *args: TypeError replaced http://bugs.python.org/issue13904 closed by terry.reedy

#13910: test_packaging is dependent on dict ordering. http://bugs.python.org/issue13910 closed by eric.araujo

#13911: test_trace depends on dict repr() ordering http://bugs.python.org/issue13911 closed by Mark.Shannon

#13921: sqlite3: OptimizedUnicode obsolete in Py3k http://bugs.python.org/issue13921 closed by python-dev

#13926: pydoc - stall when requesting a list of available modules in t http://bugs.python.org/issue13926 closed by ned.deily

#13928: bug in asyncore.dispatcher_with_send http://bugs.python.org/issue13928 closed by adamhj

#13932: If some test module fails to import another module unittest re http://bugs.python.org/issue13932 closed by michael.foord

#13933: IDLE:not able to complete the hashlib module http://bugs.python.org/issue13933 closed by ned.deily

#13935: Tarfile - Fixed GNU tar header base-256 handling http://bugs.python.org/issue13935 closed by lars.gustaebel

#13936: datetime.time(0,0,0) evaluates to False despite being a valid http://bugs.python.org/issue13936 closed by tim_one

#13937: multiprocessing.ThreadPool.join() blocks indefinitely. http://bugs.python.org/issue13937 closed by neologix

#13939: excessive cpu usage http://bugs.python.org/issue13939 closed by sandro.tosi

#13941: Your Python may not be configured for Tk http://bugs.python.org/issue13941 closed by amaury.forgeotdarc

#13944: HMAC object called hmac http://bugs.python.org/issue13944 closed by python-dev

#13945: Mistake in the text for PEP-383 http://bugs.python.org/issue13945 closed by georg.brandl

#13947: gdbm reorganize() leaves hanging file descriptor http://bugs.python.org/issue13947 closed by jcea

#13955: email: RFC 2822 has been obsoleted by RFC 5322 http://bugs.python.org/issue13955 closed by r.david.murray

#13956: add a note regarding building on recent versions of Debian and http://bugs.python.org/issue13956 closed by eric.araujo

#13957: parsedate_tz doesn't distinguish -0000 from +0000 http://bugs.python.org/issue13957 closed by r.david.murray

#13958: Comment _PyUnicode_FromId http://bugs.python.org/issue13958 closed by Jim.Jewett

#13965: Windows 64-bit installer actually installing a 32-bit version http://bugs.python.org/issue13965 closed by loewis

#13971: format() doesn't parse str. http://bugs.python.org/issue13971 closed by eric.smith

#13975: packaging: change_root() test for os2 http://bugs.python.org/issue13975 closed by eric.araujo

#13976: threading.local doesn't support super() http://bugs.python.org/issue13976 closed by Dima.Tisnek

#13980: getcwd problem does not return cwd http://bugs.python.org/issue13980 closed by r.david.murray

#13982: python returning errorneous value for sqrt http://bugs.python.org/issue13982 closed by loewis

#13983: make test giving bus error http://bugs.python.org/issue13983 closed by loewis

#13984: Python2.6 compilation breaking on mips64 bit machine http://bugs.python.org/issue13984 closed by loewis

#964437: idle help is modal http://bugs.python.org/issue964437 closed by terry.reedy



More information about the Python-Dev mailing list