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

Python tracker status at bugs.python.org
Fri Oct 12 18:07:21 CEST 2012


ACTIVITY SUMMARY (2012-10-05 - 2012-10-12) 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 3789 (+19) closed 24201 (+52) total 27990 (+71)

Open issues with patches: 1694

Issues opened (47)

#8489: Support UTF8SMTP as part of RFC 5336 in smptlib http://bugs.python.org/issue8489 reopened by r.david.murray

#14700: Integer overflow in classic string formatting http://bugs.python.org/issue14700 reopened by mark.dickinson

#16143: Building with configure option "--without-doc-strings" crashes http://bugs.python.org/issue16143 opened by Gregory.Andersen

#16144: misleading sentence in reference/import http://bugs.python.org/issue16144 opened by mpg

#16145: Abort in _csv module http://bugs.python.org/issue16145 opened by Arfrever

#16151: Deferred KeyboardInterrupt in interactive mode http://bugs.python.org/issue16151 opened by serhiy.storchaka

#16152: Trailing whitespace makes tokenize.generate_tokens pathologica http://bugs.python.org/issue16152 opened by nedbat

#16153: PyUnicode_FromFormatV() must fail if the format string is inva http://bugs.python.org/issue16153 opened by haypo

#16154: Some minor doc fixes in Doc/library http://bugs.python.org/issue16154 opened by Ravi.Sinha

#16155: Some minor doc fixes in Doc/faq http://bugs.python.org/issue16155 opened by Ravi.Sinha

#16157: Irrelevant references to Misc/News http://bugs.python.org/issue16157 opened by serhiy.storchaka

#16158: sporadic test_multiprocessing failure http://bugs.python.org/issue16158 opened by pitrou

#16160: subclassing types.SimpleNamespace does not work http://bugs.python.org/issue16160 opened by r.david.murray

#16163: Wrong name in Lib/pkgutil.py:iter_importers http://bugs.python.org/issue16163 opened by berker.peksag

#16165: sched.scheduler.run() blocks scheduler http://bugs.python.org/issue16165 opened by serhiy.storchaka

#16166: Add PY_BYTE_ORDER macro to get endianess of platform http://bugs.python.org/issue16166 opened by christian.heimes

#16175: Add I/O Completion Ports wrapper http://bugs.python.org/issue16175 opened by christian.heimes

#16177: IDLE Crash on Open Parens http://bugs.python.org/issue16177 opened by brianckeegan

#16178: atexit._run_exitfuncs should be a public API http://bugs.python.org/issue16178 opened by gregory.p.smith

#16180: cannot quit pdb when there is a syntax error in the debuggee ( http://bugs.python.org/issue16180 opened by xdegaye

#16181: cookielib.http2time raises ValueError for invalid date. http://bugs.python.org/issue16181 opened by Charles.Jones

#16182: readline: Wrong tab completion scope indices in Unicode termin http://bugs.python.org/issue16182 opened by kunkku

#16183: ZipExtFile object close without file handle closed http://bugs.python.org/issue16183 opened by V.E.O

#16185: include path in subprocess.Popen() file not found error messag http://bugs.python.org/issue16185 opened by chris.jerdonek

#16186: shlex bug? http://bugs.python.org/issue16186 opened by jwfang

#16188: Windows C Runtime Library Mismatch http://bugs.python.org/issue16188 opened by rlinscheer

#16189: ld_so_aix not found http://bugs.python.org/issue16189 opened by rjs

#16190: Misleading warning in random module docs http://bugs.python.org/issue16190 opened by christian.heimes

#16192: ctypes - documentation example http://bugs.python.org/issue16192 opened by Thorney

#16193: display full e-mail name in hg.python.org annotate pages http://bugs.python.org/issue16193 opened by chris.jerdonek

#16194: imp.load_dynamic imports wrong module when called several time http://bugs.python.org/issue16194 opened by eudoxos

#16195: Difficult or impossible to figure out how garbage collector an http://bugs.python.org/issue16195 opened by exarkun

#16197: Several small errors in winreg documentation http://bugs.python.org/issue16197 opened by zach.ware

#16198: IDLE - tabbing in a string always brings up file completion wi http://bugs.python.org/issue16198 opened by serwy

#16200: Setting .posix=True for shlex object causes infinite loop in _ http://bugs.python.org/issue16200 opened by serwy

#16201: socket.gethostbyname incorrectly parses ip http://bugs.python.org/issue16201 opened by maker

#16202: sys.path[0] security issues http://bugs.python.org/issue16202 opened by jdemeyer

#16203: Proposal: add re.fullmatch() method http://bugs.python.org/issue16203 opened by gvanrossum

#16204: PyBuffer_FillInfo returns 'B' buffer, whose behavior has chang http://bugs.python.org/issue16204 opened by piro

#16205: update :class:str references to link to the str type section http://bugs.python.org/issue16205 opened by chris.jerdonek

#16206: dict() docs should display multiple signatures http://bugs.python.org/issue16206 opened by chris.jerdonek

#16207: distinguish methods from non-methods in classes in the stdtype http://bugs.python.org/issue16207 opened by chris.jerdonek

#16208: getaddrinfo returns wrong results if IPv6 is disabled http://bugs.python.org/issue16208 opened by schmir

#16209: add a "class str" entry to the docs http://bugs.python.org/issue16209 opened by chris.jerdonek

#16210: combine the two type() definitions in built-in function docs http://bugs.python.org/issue16210 opened by chris.jerdonek

#16212: mmap() dumps core upon resizing the underlying file http://bugs.python.org/issue16212 opened by Vladimir.Ushakov

#16213: Expose private functions in marshal used by importlib http://bugs.python.org/issue16213 opened by brett.cannon

Most recent 15 issues with no replies (15)

#16210: combine the two type() definitions in built-in function docs http://bugs.python.org/issue16210

#16209: add a "class str" entry to the docs http://bugs.python.org/issue16209

#16208: getaddrinfo returns wrong results if IPv6 is disabled http://bugs.python.org/issue16208

#16206: dict() docs should display multiple signatures http://bugs.python.org/issue16206

#16204: PyBuffer_FillInfo returns 'B' buffer, whose behavior has chang http://bugs.python.org/issue16204

#16188: Windows C Runtime Library Mismatch http://bugs.python.org/issue16188

#16185: include path in subprocess.Popen() file not found error messag http://bugs.python.org/issue16185

#16183: ZipExtFile object close without file handle closed http://bugs.python.org/issue16183

#16182: readline: Wrong tab completion scope indices in Unicode termin http://bugs.python.org/issue16182

#16181: cookielib.http2time raises ValueError for invalid date. http://bugs.python.org/issue16181

#16180: cannot quit pdb when there is a syntax error in the debuggee ( http://bugs.python.org/issue16180

#16178: atexit._run_exitfuncs should be a public API http://bugs.python.org/issue16178

#16158: sporadic test_multiprocessing failure http://bugs.python.org/issue16158

#16151: Deferred KeyboardInterrupt in interactive mode http://bugs.python.org/issue16151

#16144: misleading sentence in reference/import http://bugs.python.org/issue16144

Most recent 15 issues waiting for review (15)

#16202: sys.path[0] security issues http://bugs.python.org/issue16202

#16201: socket.gethostbyname incorrectly parses ip http://bugs.python.org/issue16201

#16200: Setting .posix=True for shlex object causes infinite loop in _ http://bugs.python.org/issue16200

#16198: IDLE - tabbing in a string always brings up file completion wi http://bugs.python.org/issue16198

#16197: Several small errors in winreg documentation http://bugs.python.org/issue16197

#16192: ctypes - documentation example http://bugs.python.org/issue16192

#16182: readline: Wrong tab completion scope indices in Unicode termin http://bugs.python.org/issue16182

#16175: Add I/O Completion Ports wrapper http://bugs.python.org/issue16175

#16166: Add PY_BYTE_ORDER macro to get endianess of platform http://bugs.python.org/issue16166

#16165: sched.scheduler.run() blocks scheduler http://bugs.python.org/issue16165

#16163: Wrong name in Lib/pkgutil.py:iter_importers http://bugs.python.org/issue16163

#16160: subclassing types.SimpleNamespace does not work http://bugs.python.org/issue16160

#16155: Some minor doc fixes in Doc/faq http://bugs.python.org/issue16155

#16154: Some minor doc fixes in Doc/library http://bugs.python.org/issue16154

#16153: PyUnicode_FromFormatV() must fail if the format string is inva http://bugs.python.org/issue16153

Top 10 most discussed issues (10)

#16145: Abort in _csv module http://bugs.python.org/issue16145 17 msgs

#16166: Add PY_BYTE_ORDER macro to get endianess of platform http://bugs.python.org/issue16166 17 msgs

#16175: Add I/O Completion Ports wrapper http://bugs.python.org/issue16175 14 msgs

#16114: incorrect path in subprocess.Popen() FileNotFoundError message http://bugs.python.org/issue16114 12 msgs

#15278: UnicodeDecodeError when readline in codecs.py http://bugs.python.org/issue15278 11 msgs

#16096: Get rid of dangerous integer overflow tricks http://bugs.python.org/issue16096 11 msgs

#14900: cProfile does not take its result headers as sort arguments http://bugs.python.org/issue14900 10 msgs

#15348: IDLE - shell becomes unresponsive if debugger windows is close http://bugs.python.org/issue15348 10 msgs

#16113: Add SHA-3 (Keccak) support http://bugs.python.org/issue16113 10 msgs

#16194: imp.load_dynamic imports wrong module when called several time http://bugs.python.org/issue16194 10 msgs

Issues closed (49)

#7735: python creates IPv6 DNS requests even when built with --disabl http://bugs.python.org/issue7735 closed by loewis

#8416: python 2.6.5 documentation can't search http://bugs.python.org/issue8416 closed by georg.brandl

#9957: SpooledTemporayFile.truncate should take size parameter http://bugs.python.org/issue9957 closed by r.david.murray

#10968: threading.Timer should be a class so that it can be derived http://bugs.python.org/issue10968 closed by r.david.murray

#11710: Landing pages in docs for standard library packages http://bugs.python.org/issue11710 closed by python-dev

#12322: ElementPath 1.3 expressions documentation http://bugs.python.org/issue12322 closed by eli.bendersky

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

#13896: Make shelf instances work with 'with' as context managers http://bugs.python.org/issue13896 closed by asvetlov

#14668: Document the path option in the Windows installer http://bugs.python.org/issue14668 closed by brian.curtin

#14783: Make int() and str() docstrings correct http://bugs.python.org/issue14783 closed by chris.jerdonek

#14955: hmac.secure_compare() is not time-independent for unicode stri http://bugs.python.org/issue14955 closed by christian.heimes

#15776: Allow pyvenv to work in existing directory http://bugs.python.org/issue15776 closed by python-dev

#15888: ipaddress doctest examples have some errors http://bugs.python.org/issue15888 closed by eli.bendersky

#15922: make howto/urllib2.rst doctests pass http://bugs.python.org/issue15922 closed by orsenthil

#15991: BaseHTTPServer with ThreadingMixIn serving wrong data sometime http://bugs.python.org/issue15991 closed by pitrou

#16025: Minor corrections to the zipfile documentation http://bugs.python.org/issue16025 closed by serhiy.storchaka

#16059: Serialize MD5 computation-state and resume later http://bugs.python.org/issue16059 closed by gregory.p.smith

#16082: xml.etree.ElementTree.tostringlist does not conform to its doc http://bugs.python.org/issue16082 closed by python-dev

#16088: http.server's send_error could set the content-length of the e http://bugs.python.org/issue16088 closed by orsenthil

#16115: test the executable arg to Popen() and improve related docs http://bugs.python.org/issue16115 closed by asvetlov

#16119: Python 2.7 _socket DLL import error on Windows Vista http://bugs.python.org/issue16119 closed by sk7

#16120: Use |yield from| in stdlib http://bugs.python.org/issue16120 closed by asvetlov

#16139: Python 3.3 fails when starting from read-only FS http://bugs.python.org/issue16139 closed by neologix

#16146: MIMEApplication cannot access http://bugs.python.org/issue16146 closed by r.david.murray

#16147: Rewrite PyUnicode_FromFormatV() to use the _PyUnicodeWriter AP http://bugs.python.org/issue16147 closed by haypo

#16148: Implement PEP 424 http://bugs.python.org/issue16148 closed by aronacher

#16149: "Decimal(2) != float(2)" documentation bug http://bugs.python.org/issue16149 closed by python-dev

#16150: Implement generator interface in itertools.chain. http://bugs.python.org/issue16150 closed by ncoghlan

#16156: Crash every time I copy or paste any code in IDLE http://bugs.python.org/issue16156 closed by christian.heimes

#16159: Closing Debugger freezes IDLE shell http://bugs.python.org/issue16159 closed by serwy

#16161: broken link to Visual Studio 2008 in devguide http://bugs.python.org/issue16161 closed by chris.jerdonek

#16162: Py_FileSystemDefaultEncoding should be updated on locale.setlo http://bugs.python.org/issue16162 closed by r.david.murray

#16164: there is no easy way to force unittest.main to use stdout rath http://bugs.python.org/issue16164 closed by michael.foord

#16167: Allow printing of str-derived classes http://bugs.python.org/issue16167 closed by benjamin.peterson

#16168: SysLogHandler constructor ignores socktype arg when address re http://bugs.python.org/issue16168 closed by python-dev

#16169: ctypes.WinError() confuses errno with winerror http://bugs.python.org/issue16169 closed by sbt

#16170: remove Linux skip from test_subprocess's test_executable() tes http://bugs.python.org/issue16170 closed by chris.jerdonek

#16171: "do nothing" load_tests could be improved http://bugs.python.org/issue16171 closed by michael.foord

#16172: Fix is/== misuse http://bugs.python.org/issue16172 closed by benjamin.peterson

#16173: Wrong offset on SyntaxError when identifier contains non-ascii http://bugs.python.org/issue16173 closed by ezio.melotti

#16174: Fix suggested usage of dummy_threading module http://bugs.python.org/issue16174 closed by asvetlov

#16176: platform.platform() identifies Windows 8 as post2008Server http://bugs.python.org/issue16176 closed by brian.curtin

#16179: hashlib.md5 / json inconsistency http://bugs.python.org/issue16179 closed by r.david.murray

#16184: Attack against the pseudorandom number generator http://bugs.python.org/issue16184 closed by christian.heimes

#16187: incoming.irker hook raised an exception: [Errno 111] Connectio http://bugs.python.org/issue16187 closed by georg.brandl

#16191: ceval cleanup http://bugs.python.org/issue16191 closed by python-dev

#16196: Typo in devguide stdlibchanges.html http://bugs.python.org/issue16196 closed by ezio.melotti

#16199: 2to3 very minor doc change http://bugs.python.org/issue16199 closed by chris.jerdonek

#16211: MacInstalls break PyDev http://bugs.python.org/issue16211 closed by ned.deily



More information about the Python-Dev mailing list