ACTIVITY SUMMARY (2012-06-01 - 2012-06-08) 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 3460 (+10) closed 23354 (+46) total 26814 (+56) Open issues with patches: 1460 Issues opened (44) ================== #12988: Tkinter File Dialog crashes on Win7 when saving to Documents L http://bugs.python.org/issue12988 reopened by serwy #14502: Document better what happens on releasing an unacquired lock http://bugs.python.org/issue14502 reopened by petri.lehtinen #14982: pkgutil.walk_packages seems to not work properly on Python 3.3 http://bugs.python.org/issue14982 opened by Marc.Abramowitz #14983: email.generator should always add newlines after closing bound http://bugs.python.org/issue14983 opened by mitya57 #14984: netrc module allows read of non-secured .netrc file http://bugs.python.org/issue14984 opened by bruno.Piguet #14988: _elementtree: Raise ImportError when importing of pyexpat fail http://bugs.python.org/issue14988 opened by Arfrever #14990: detect_encoding should fail with SyntaxError on invalid encodi http://bugs.python.org/issue14990 opened by flox #14991: Option for regex groupdict() to show only matching names http://bugs.python.org/issue14991 opened by rhettinger #14995: PyLong_FromString documentation should state that the string m http://bugs.python.org/issue14995 opened by rfk #14997: IDLE tries to run shell window if line is completed with F5 ra http://bugs.python.org/issue14997 opened by cuulblu #14998: pprint._safe_key is not always safe enough http://bugs.python.org/issue14998 opened by Shawn.Brown #14999: ctypes ArgumentError lists arguments from 1, not 0 http://bugs.python.org/issue14999 opened by perey #15001: segmentation fault with del sys.module['__main__'] http://bugs.python.org/issue15001 opened by amaury.forgeotdarc #15002: urllib2 does not download 4 MB file completely using ftp http://bugs.python.org/issue15002 opened by sspapilin #15003: make PyNamespace_New() public http://bugs.python.org/issue15003 opened by eric.snow #15004: add weakref support to types.SimpleNamespace http://bugs.python.org/issue15004 opened by eric.snow #15005: trace corrupts return result on chained execution http://bugs.python.org/issue15005 opened by techtonik #15006: Allow equality comparison between naive and aware datetime obj http://bugs.python.org/issue15006 opened by belopolsky #15007: Unittest CLI does not support test packages very well http://bugs.python.org/issue15007 opened by r.david.murray #15008: PEP 362 "Signature Objects" reference implementation http://bugs.python.org/issue15008 opened by Yury.Selivanov #15009: urlsplit can't round-trip relative-host urls. http://bugs.python.org/issue15009 opened by Buck.Golemon #15010: unittest: _top_level_dir is incorrectly persisted between call http://bugs.python.org/issue15010 opened by r.david.murray #15011: Change Scripts to bin on Windows http://bugs.python.org/issue15011 opened by brian.curtin #15013: smtplib: add low-level APIs to doc? http://bugs.python.org/issue15013 opened by sandro.tosi #15014: smtplib: add support for arbitrary auth methods http://bugs.python.org/issue15014 opened by sandro.tosi #15015: Access to non-existing "future" attribute in error path of fut http://bugs.python.org/issue15015 opened by pieleric #15016: Add special case for latin messages in email.mime.text http://bugs.python.org/issue15016 opened by mitya57 #15018: Incomplete Python LDFLAGS and CPPFLAGS used for extension modu http://bugs.python.org/issue15018 opened by marcusva #15019: Sting termination on Linux http://bugs.python.org/issue15019 opened by jjanis #15020: Poor default value for progname http://bugs.python.org/issue15020 opened by Joshua.Cogliati #15021: xmlrpc server hangs http://bugs.python.org/issue15021 opened by Abhishek.Singh #15022: types.SimpleNamespace needs to be picklable http://bugs.python.org/issue15022 opened by eric.snow #15025: httplib and http.client are missing response messages for defi http://bugs.python.org/issue15025 opened by craigloftus #15026: Faster UTF-16 encoding http://bugs.python.org/issue15026 opened by storchaka #15027: Faster UTF-32 encoding http://bugs.python.org/issue15027 opened by storchaka #15028: PySys_SetArgv escapes quotes in argv[] http://bugs.python.org/issue15028 opened by RMBianchi #15029: Update Defining New Types chapter according to PEP 253 http://bugs.python.org/issue15029 opened by mloskot #15030: PyPycLoader can't read cached .pyc files http://bugs.python.org/issue15030 opened by Ronan.Lamy #15031: Split .pyc parsing from module loading http://bugs.python.org/issue15031 opened by Ronan.Lamy #15032: Provide a select.select implemented using select.poll http://bugs.python.org/issue15032 opened by gregory.p.smith #15033: Different exit status when using -m http://bugs.python.org/issue15033 opened by kisielk #15034: tutorial should use best practices in user defined execeptions http://bugs.python.org/issue15034 opened by r.david.murray #15035: array.array of UCS2 values http://bugs.python.org/issue15035 opened by ronaldoussoren #15036: mailbox.mbox fails to pop two items in a row, flushing in betw http://bugs.python.org/issue15036 opened by petri.lehtinen Most recent 15 issues with no replies (15) ========================================== #15034: tutorial should use best practices in user defined execeptions http://bugs.python.org/issue15034 #15033: Different exit status when using -m http://bugs.python.org/issue15033 #15032: Provide a select.select implemented using select.poll http://bugs.python.org/issue15032 #15027: Faster UTF-32 encoding http://bugs.python.org/issue15027 #15026: Faster UTF-16 encoding http://bugs.python.org/issue15026 #15025: httplib and http.client are missing response messages for defi http://bugs.python.org/issue15025 #15018: Incomplete Python LDFLAGS and CPPFLAGS used for extension modu http://bugs.python.org/issue15018 #15015: Access to non-existing "future" attribute in error path of fut http://bugs.python.org/issue15015 #15010: unittest: _top_level_dir is incorrectly persisted between call http://bugs.python.org/issue15010 #14999: ctypes ArgumentError lists arguments from 1, not 0 http://bugs.python.org/issue14999 #14995: PyLong_FromString documentation should state that the string m http://bugs.python.org/issue14995 #14991: Option for regex groupdict() to show only matching names http://bugs.python.org/issue14991 #14988: _elementtree: Raise ImportError when importing of pyexpat fail http://bugs.python.org/issue14988 #14978: distutils Extension fails to be created with unicode package n http://bugs.python.org/issue14978 #14966: Fully document subprocess.CalledProcessError http://bugs.python.org/issue14966 Most recent 15 issues waiting for review (15) ============================================= #15031: Split .pyc parsing from module loading http://bugs.python.org/issue15031 #15030: PyPycLoader can't read cached .pyc files http://bugs.python.org/issue15030 #15027: Faster UTF-32 encoding http://bugs.python.org/issue15027 #15026: Faster UTF-16 encoding http://bugs.python.org/issue15026 #15022: types.SimpleNamespace needs to be picklable http://bugs.python.org/issue15022 #15016: Add special case for latin messages in email.mime.text http://bugs.python.org/issue15016 #15015: Access to non-existing "future" attribute in error path of fut http://bugs.python.org/issue15015 #15011: Change Scripts to bin on Windows http://bugs.python.org/issue15011 #15008: PEP 362 "Signature Objects" reference implementation http://bugs.python.org/issue15008 #15006: Allow equality comparison between naive and aware datetime obj http://bugs.python.org/issue15006 #15004: add weakref support to types.SimpleNamespace http://bugs.python.org/issue15004 #15003: make PyNamespace_New() public http://bugs.python.org/issue15003 #15001: segmentation fault with del sys.module['__main__'] http://bugs.python.org/issue15001 #14998: pprint._safe_key is not always safe enough http://bugs.python.org/issue14998 #14997: IDLE tries to run shell window if line is completed with F5 ra http://bugs.python.org/issue14997 Top 10 most discussed issues (10) ================================= #14814: Implement PEP 3144 (the ipaddress module) http://bugs.python.org/issue14814 14 msgs #14908: datetime.datetime should have a timestamp() method http://bugs.python.org/issue14908 13 msgs #12510: IDLE: calltips mishandle raw strings and other examples http://bugs.python.org/issue12510 12 msgs #14982: pkgutil.walk_packages seems to not work properly on Python 3.3 http://bugs.python.org/issue14982 11 msgs #7559: TestLoader.loadTestsFromName swallows import errors http://bugs.python.org/issue7559 9 msgs #15005: trace corrupts return result on chained execution http://bugs.python.org/issue15005 8 msgs #6721: Locks in python standard library should be sanitized on fork http://bugs.python.org/issue6721 7 msgs #14983: email.generator should always add newlines after closing bound http://bugs.python.org/issue14983 7 msgs #15003: make PyNamespace_New() public http://bugs.python.org/issue15003 7 msgs #14997: IDLE tries to run shell window if line is completed with F5 ra http://bugs.python.org/issue14997 6 msgs Issues closed (41) ================== #1079: decode_header does not follow RFC 2047 http://bugs.python.org/issue1079 closed by r.david.murray #2658: decode_header() fails on multiline headers http://bugs.python.org/issue2658 closed by r.david.murray #6203: locale documentation doesn't mention that LC_CTYPE is changed http://bugs.python.org/issue6203 closed by python-dev #6745: (curses) addstr() takes str in Python 3 http://bugs.python.org/issue6745 closed by haypo #8652: Minor improvements to the "Handling Exceptions" part of the tu http://bugs.python.org/issue8652 closed by r.david.murray #8902: add datetime.time.now() for consistency http://bugs.python.org/issue8902 closed by belopolsky #9967: encoded_word regular expression in email.header.decode_header( http://bugs.python.org/issue9967 closed by r.david.murray #10365: IDLE Crashes on File Open Dialog when code window closed befor http://bugs.python.org/issue10365 closed by terry.reedy #10574: email.header.decode_header fails if the string contains multip http://bugs.python.org/issue10574 closed by r.david.murray #11022: locale.getpreferredencoding() must not set temporary LC_CTYPE http://bugs.python.org/issue11022 closed by python-dev #11823: disassembly needs argument counts on calls with keyword args http://bugs.python.org/issue11823 closed by belopolsky #12157: join method of multiprocessing Pool object hangs if iterable a http://bugs.python.org/issue12157 closed by sbt #13854: multiprocessing: SystemExit from child with non-int, non-str a http://bugs.python.org/issue13854 closed by sbt #14006: Improve the documentation of xml.etree.ElementTree http://bugs.python.org/issue14006 closed by eli.bendersky #14078: Add 'sourceline' property to xml.etree Elements http://bugs.python.org/issue14078 closed by eli.bendersky #14424: document PyType_GenericAlloc http://bugs.python.org/issue14424 closed by eli.bendersky #14627: Fatal Python Error when Python startup is interrupted by CTRL+ http://bugs.python.org/issue14627 closed by haypo #14673: add sys.implementation http://bugs.python.org/issue14673 closed by loewis #14711: Remove os.stat_float_times http://bugs.python.org/issue14711 closed by haypo #14712: Integrate PEP 405 http://bugs.python.org/issue14712 closed by vinay.sajip #14852: json and ElementTree parsers misbehave on streams containing m http://bugs.python.org/issue14852 closed by eli.bendersky #14907: SSL module cannot handle unicode filenames http://bugs.python.org/issue14907 closed by loewis #14918: Incorrect TypeError message for wrong function arguments http://bugs.python.org/issue14918 closed by r.david.murray #14926: random.seed docstring needs edit of "*a *is" http://bugs.python.org/issue14926 closed by sandro.tosi #14937: IDLE's deficiency in the completion of file names (Python 32, http://bugs.python.org/issue14937 closed by loewis #14957: Improve docs for str.splitlines http://bugs.python.org/issue14957 closed by r.david.murray #14981: 3.3.0a4 compilation fails von MacOS Lion /10.7.4 http://bugs.python.org/issue14981 closed by hynek #14985: os.path.isfile and os.path.isdir inconsistent on OSX Lion http://bugs.python.org/issue14985 closed by hynek #14986: print() fails on latin1 characters on OSX http://bugs.python.org/issue14986 closed by hynek #14987: inspect missing warnings import http://bugs.python.org/issue14987 closed by brett.cannon #14989: http.server option to run CGIHTTPRequestHandler http://bugs.python.org/issue14989 closed by r.david.murray #14992: os.makedirs expect_ok=True test_os failure when directory has http://bugs.python.org/issue14992 closed by gregory.p.smith #14993: GCC error when using unicodeobject.h http://bugs.python.org/issue14993 closed by haypo #14994: GCC error when using pyerrors.h http://bugs.python.org/issue14994 closed by python-dev #14996: IDLE 3.2.3 crashes saving a .py file to certain folders on Win http://bugs.python.org/issue14996 closed by terry.reedy #15000: _posixsubprocess module broken on x32 http://bugs.python.org/issue15000 closed by gregory.p.smith #15012: test issue http://bugs.python.org/issue15012 closed by brian.curtin #15017: threading.Lock documentation conflict http://bugs.python.org/issue15017 closed by r.david.murray #15023: listextend (and therefore list.extend and list.__init__) peek http://bugs.python.org/issue15023 closed by r.david.murray #15024: Split enhanced assertion support out as a unittest.TestCase ba http://bugs.python.org/issue15024 closed by ncoghlan #1467619: Header.decode_header eats up spaces http://bugs.python.org/issue1467619 closed by r.david.murray _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com