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

Python tracker status at bugs.python.org
Fri Jan 21 18:07:04 CET 2011


ACTIVITY SUMMARY (2011-01-14 - 2011-01-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 2527 (+29) closed 20228 (+36) total 22755 (+65)

Open issues with patches: 1062

Issues opened (44)

#10896: trace module compares directories as strings (--ignore-dir) http://bugs.python.org/issue10896 reopened by SilentGhost

#10909: thread hang, possibly related to print http://bugs.python.org/issue10909 opened by PythonInTheGrass

#10910: pyport.h FreeBSD/Mac OS X "fix" causes errors in C++ compilati http://bugs.python.org/issue10910 opened by X-Istence

#10911: cgi: add more tests http://bugs.python.org/issue10911 opened by haypo

#10914: Python sub-interpreter test http://bugs.python.org/issue10914 opened by pitrou

#10915: Make the PyGILState API compatible with multiple interpreters http://bugs.python.org/issue10915 opened by pitrou

#10919: Environment variables are not expanded in _winreg when using R http://bugs.python.org/issue10919 opened by rjnienaber

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

#10924: Adding salt and Modular Crypt Format to crypt library. http://bugs.python.org/issue10924 opened by jafo

#10925: Document pure Python version of integer-to-float correctly-rou http://bugs.python.org/issue10925 opened by mark.dickinson

#10932: distutils.core.setup - data_files misbehaviour ? http://bugs.python.org/issue10932 opened by Thorsten.Simons

#10933: Tracing disabled when a recursion error is triggered (even if http://bugs.python.org/issue10933 opened by fabioz

#10936: Simple CSS fix for left margin at docs.python.org http://bugs.python.org/issue10936 opened by cdunn2001

#10937: WinPE 64 bit execution results with errors http://bugs.python.org/issue10937 opened by gettingback2basics

#10938: Provide links to system specific strftime/ptime docs http://bugs.python.org/issue10938 opened by hdiogenes

#10939: imaplib: Internaldate2tuple raises KeyError parsing month and http://bugs.python.org/issue10939 opened by lavajoe

#10940: IDLE 3.2 hangs with Cmd-M hotkey on OS X 10.6 with 64-bit inst http://bugs.python.org/issue10940 opened by rhettinger

#10941: imaplib: Internaldate2tuple produces wrong result if date is n http://bugs.python.org/issue10941 opened by lavajoe

#10942: xml.etree.ElementTree.tostring returns type bytes, expected ty http://bugs.python.org/issue10942 opened by JTMoon79

#10945: bdist_wininst depends on MBCS codec, unavailable on non-Window http://bugs.python.org/issue10945 opened by eric.araujo

#10948: Trouble with dir_util created dir cache http://bugs.python.org/issue10948 opened by diegoqueiroz

#10949: logging.RotatingFileHandler not robust enough http://bugs.python.org/issue10949 opened by kalt

#10951: gcc 4.6 warnings http://bugs.python.org/issue10951 opened by haypo

#10952: Don't normalize module names to NFKC? http://bugs.python.org/issue10952 opened by haypo

#10954: No warning for csv.writer API change http://bugs.python.org/issue10954 opened by lregebro

#10955: Possible regression with stdlib in zipfile http://bugs.python.org/issue10955 opened by ronaldoussoren

#10956: file.write and file.read don't handle EINTR http://bugs.python.org/issue10956 opened by eggy

#10957: Python FAQ grammar error http://bugs.python.org/issue10957 opened by jerry.seutter

#10960: os.stat() does not mention that it follow symlinks by default http://bugs.python.org/issue10960 opened by mmarkk

#10961: Pydoc touchups in new browser for 3.2 http://bugs.python.org/issue10961 opened by ron_adam

#10963: "subprocess" can raise OSError (EPIPE) when communicating with http://bugs.python.org/issue10963 opened by dmalcolm

#10964: Mac installer need not add things to /usr/local http://bugs.python.org/issue10964 opened by reowen

#10965: dev task of documenting undocumented APIs http://bugs.python.org/issue10965 opened by brett.cannon

#10966: eliminate use of ImportError implicitly representing TestSkipp http://bugs.python.org/issue10966 opened by brett.cannon

#10967: move regrtest over to using more unittest infrastructure http://bugs.python.org/issue10967 opened by brett.cannon

#10968: threading.Timer should be a class so that it can be derived http://bugs.python.org/issue10968 opened by Kain94

#10969: Make Tcl recommendation more prominent http://bugs.python.org/issue10969 opened by rhettinger

#10970: "string".encode('base64') is not the same as base64.b64encode( http://bugs.python.org/issue10970 opened by mahmoudimus

#10971: python Lib/test/regrtest.py -R 3:3: test_zipimport_support fai http://bugs.python.org/issue10971 opened by haypo

#10972: zipfile: add "unicode" option to the force the filename encodi http://bugs.python.org/issue10972 opened by haypo

#10973: 'ñ' not working with IDLE 3.2rc1 - OSX 10.6.6 http://bugs.python.org/issue10973 opened by naguilera

#10943: abitype: Need better support to port C extension modules to th http://bugs.python.org/issue10943 opened by fhaxbox66 at googlemail.com

#10947: imaplib: Internaldate2tuple and ParseFlags require (and latter http://bugs.python.org/issue10947 opened by lavajoe

#10946: bdist doesn’t pass --skip-build on to subcommands http://bugs.python.org/issue10946 opened by eric.araujo

Most recent 15 issues with no replies (15)

#10971: python Lib/test/regrtest.py -R 3:3: test_zipimport_support fai http://bugs.python.org/issue10971

#10970: "string".encode('base64') is not the same as base64.b64encode( http://bugs.python.org/issue10970

#10967: move regrtest over to using more unittest infrastructure http://bugs.python.org/issue10967

#10965: dev task of documenting undocumented APIs http://bugs.python.org/issue10965

#10960: os.stat() does not mention that it follow symlinks by default http://bugs.python.org/issue10960

#10957: Python FAQ grammar error http://bugs.python.org/issue10957

#10949: logging.RotatingFileHandler not robust enough http://bugs.python.org/issue10949

#10943: abitype: Need better support to port C extension modules to th http://bugs.python.org/issue10943

#10933: Tracing disabled when a recursion error is triggered (even if http://bugs.python.org/issue10933

#10925: Document pure Python version of integer-to-float correctly-rou http://bugs.python.org/issue10925

#10910: pyport.h FreeBSD/Mac OS X "fix" causes errors in C++ compilati http://bugs.python.org/issue10910

#10909: thread hang, possibly related to print http://bugs.python.org/issue10909

#10891: Tweak sorting howto to eliminate redundancy http://bugs.python.org/issue10891

#10886: Unhelpful backtrace for multiprocessing.Queue http://bugs.python.org/issue10886

#10885: multiprocessing docs http://bugs.python.org/issue10885

Most recent 15 issues waiting for review (15)

#10972: zipfile: add "unicode" option to the force the filename encodi http://bugs.python.org/issue10972

#10963: "subprocess" can raise OSError (EPIPE) when communicating with http://bugs.python.org/issue10963

#10961: Pydoc touchups in new browser for 3.2 http://bugs.python.org/issue10961

#10956: file.write and file.read don't handle EINTR http://bugs.python.org/issue10956

#10955: Possible regression with stdlib in zipfile http://bugs.python.org/issue10955

#10949: logging.RotatingFileHandler not robust enough http://bugs.python.org/issue10949

#10947: imaplib: Internaldate2tuple and ParseFlags require (and latter http://bugs.python.org/issue10947

#10941: imaplib: Internaldate2tuple produces wrong result if date is n http://bugs.python.org/issue10941

#10939: imaplib: Internaldate2tuple raises KeyError parsing month and http://bugs.python.org/issue10939

#10925: Document pure Python version of integer-to-float correctly-rou http://bugs.python.org/issue10925

#10924: Adding salt and Modular Crypt Format to crypt library. http://bugs.python.org/issue10924

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

#10915: Make the PyGILState API compatible with multiple interpreters http://bugs.python.org/issue10915

#10914: Python sub-interpreter test http://bugs.python.org/issue10914

#10908: Improvements to trace._Ignore http://bugs.python.org/issue10908

Top 10 most discussed issues (10)

#10955: Possible regression with stdlib in zipfile http://bugs.python.org/issue10955 20 msgs

#3080: Full unicode import system http://bugs.python.org/issue3080 18 msgs

#10952: Don't normalize module names to NFKC? http://bugs.python.org/issue10952 15 msgs

#10915: Make the PyGILState API compatible with multiple interpreters http://bugs.python.org/issue10915 14 msgs

#10924: Adding salt and Modular Crypt Format to crypt library. http://bugs.python.org/issue10924 13 msgs

#4819: Misc/cheatsheet needs updating http://bugs.python.org/issue4819 10 msgs

#10936: Simple CSS fix for left margin at docs.python.org http://bugs.python.org/issue10936 8 msgs

#10948: Trouble with dir_util created dir cache http://bugs.python.org/issue10948 8 msgs

#10968: threading.Timer should be a class so that it can be derived http://bugs.python.org/issue10968 8 msgs

#8957: strptime(.., '%c') fails to parse output of strftime('%c', ..) http://bugs.python.org/issue8957 7 msgs

Issues closed (36)

#2644: errors from msync ignored in mmap_object_dealloc http://bugs.python.org/issue2644 closed by brian.curtin

#6075: Patch for IDLE/OS X to work with Tk-Cocoa http://bugs.python.org/issue6075 closed by ned.deily

#8846: cgi.py bug report + fix: tailing carriage return and newline c http://bugs.python.org/issue8846 closed by wobsta

#9532: pipe.read hang, when calling commands.getstatusoutput in multi http://bugs.python.org/issue9532 closed by r.david.murray

#10238: ctypes not building under OS X 10.6 with LLVM/Clang 2.8 http://bugs.python.org/issue10238 closed by brett.cannon

#10451: memoryview can be used to write into readonly buffer http://bugs.python.org/issue10451 closed by pitrou

#10843: OS X installer: install the Tools source directory http://bugs.python.org/issue10843 closed by ned.deily

#10874: test_urllib2 shouldn't use is operator for comparing strings http://bugs.python.org/issue10874 closed by pitrou

#10887: Add link to development ML http://bugs.python.org/issue10887 closed by eric.araujo

#10898: posixmodule.c redefines FSTAT http://bugs.python.org/issue10898 closed by pitrou

#10903: ZipExtFile:_update_crc fails for CRC >= 0x80000000 http://bugs.python.org/issue10903 closed by arindam

#10904: PYTHONIOENCODING is not in manpage http://bugs.python.org/issue10904 closed by pebbe

#10906: wsgiref should mention that CGI scripts usually expect HTTPS v http://bugs.python.org/issue10906 closed by georg.brandl

#10912: PyObject_RichCompare differs in behaviour from PyObject_RichCo http://bugs.python.org/issue10912 closed by eli.bendersky

#10913: Deprecate PyEval_AcquireLock() and PyEval_ReleaseLock() http://bugs.python.org/issue10913 closed by pitrou

#10916: mmap segfault http://bugs.python.org/issue10916 closed by pitrou

#10917: PEP 333 link to CGI specification is broken http://bugs.python.org/issue10917 closed by georg.brandl

#10918: **kwargs unnecessarily restricted in concurrent.futures 'submi http://bugs.python.org/issue10918 closed by bquinlan

#10920: cp65001, PowerShell, Python crash. http://bugs.python.org/issue10920 closed by haypo

#10921: imaplib: Internaldate2tuple() string/bytes issues, does not ha http://bugs.python.org/issue10921 closed by lavajoe

#10923: Deadlock because of the import lock when loading the utf8 code http://bugs.python.org/issue10923 closed by haypo

#10926: Some Invalid Relative Imports succeed in Py 3.0 & 3.1 [& corre http://bugs.python.org/issue10926 closed by r.david.murray

#10927: Allow universal line endings in filecmp module http://bugs.python.org/issue10927 closed by r.david.murray

#10928: Strange input processing http://bugs.python.org/issue10928 closed by r.david.murray

#10929: telnetlib does not send FIN when self.close() issued http://bugs.python.org/issue10929 closed by r.david.murray

#10930: dict.setdefault: Bug: default argument is ALWAYS evaluated, i. http://bugs.python.org/issue10930 closed by amaury.forgeotdarc

#10931: print() from pipe enclosed between {b'} and {'}-pair on python http://bugs.python.org/issue10931 closed by amaury.forgeotdarc

#10934: imaplib: Internaldate2tuple() is documented to return UTC, but http://bugs.python.org/issue10934 closed by belopolsky

#10935: wsgiref.handlers.BaseHandler and subclasses of str http://bugs.python.org/issue10935 closed by eric.araujo

#10944: ctypes documentation does not mention c_bool in table of stand http://bugs.python.org/issue10944 closed by georg.brandl

#10950: ServerProxy returns bad XML http://bugs.python.org/issue10950 closed by georg.brandl

#10953: safely eval serialized dict/list data from arbitrary string ov http://bugs.python.org/issue10953 closed by georg.brandl

#10958: stat.S_ISLNK() does not wok! http://bugs.python.org/issue10958 closed by amaury.forgeotdarc

#10959: mmap crash http://bugs.python.org/issue10959 closed by pitrou

#10962: gdb support broken http://bugs.python.org/issue10962 closed by pitrou

#1535504: CGIHTTPServer doesn't handle path names with embeded space http://bugs.python.org/issue1535504 closed by georg.brandl



More information about the Python-Dev mailing list