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

Python tracker status at bugs.python.org
Fri Feb 15 18:07:24 CET 2013


ACTIVITY SUMMARY (2013-02-08 - 2013-02-15) 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 3845 ( -2) closed 25141 (+53) total 28986 (+51)

Open issues with patches: 1664

Issues opened (38)

#6083: Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupl http://bugs.python.org/issue6083 reopened by serhiy.storchaka

#17162: Py_LIMITED_API needs a PyType_GenericDealloc http://bugs.python.org/issue17162 opened by bfroehle

#17163: Fix test discovery for test_file.py http://bugs.python.org/issue17163 opened by zach.ware

#17164: MozillaCookieJar does not handle session cookies http://bugs.python.org/issue17164 opened by piotr.dobrogost

#17167: python man page contains DateDateDate in page footer http://bugs.python.org/issue17167 opened by ned.deily

#17170: string method lookup is too slow http://bugs.python.org/issue17170 opened by gvanrossum

#17172: Add turtledemo to IDLE menu http://bugs.python.org/issue17172 opened by rhettinger

#17174: Posix os.path.join should raise TypeError when passed unusable http://bugs.python.org/issue17174 opened by thomas.scrace

#17175: update PEP 430 http://bugs.python.org/issue17175 opened by tshepang

#17176: Document imp.NullImporter is NOT used anymore by import http://bugs.python.org/issue17176 opened by brett.cannon

#17177: Document/deprecate imp http://bugs.python.org/issue17177 opened by brett.cannon

#17178: In all.doc and any.doc need to clarify the behaviour w http://bugs.python.org/issue17178 opened by py.user

#17179: Incorrect use of type function in types.new_class http://bugs.python.org/issue17179 opened by cjw296

#17180: shutil copy* unsafe on POSIX - they preserve setuid/setgit bit http://bugs.python.org/issue17180 opened by milko.krachounov

#17181: SSLContext.set_servername_callback should be able to set argum http://bugs.python.org/issue17181 opened by grooverdan

#17182: signal.default_int_handler should set signal number on the rai http://bugs.python.org/issue17182 opened by pitrou

#17183: Small enhancements to Lib/_markupbase.py http://bugs.python.org/issue17183 opened by guido.reina

#17184: re.VERBOSE doesn't respect whitespace in '( ?P...)' http://bugs.python.org/issue17184 opened by roysmith

#17185: create_autospec http://bugs.python.org/issue17185 opened by cjw296

#17186: no way to introspect registered atexit handlers http://bugs.python.org/issue17186 opened by cjw296

#17187: Python segfaults from improperly formed and called function http://bugs.python.org/issue17187 opened by larry

#17188: Document 'from None' in raise statement doc. http://bugs.python.org/issue17188 opened by terry.reedy

#17189: Add zip64 support to shutil http://bugs.python.org/issue17189 opened by william.mallard

#17191: pdb list shows unexpected code when stack frame includes a try http://bugs.python.org/issue17191 opened by AbramClark

#17192: libffi-3.0.12 import http://bugs.python.org/issue17192 opened by doko

#17193: Use binary prefixes http://bugs.python.org/issue17193 opened by serhiy.storchaka

#17197: c/profile refactoring http://bugs.python.org/issue17197 opened by giampaolo.rodola

#17198: dbm.whichdb references unitialized 'ndbm' variable http://bugs.python.org/issue17198 opened by pjenvey

#17200: telnetlib.read_until() timeout uses the wrong units http://bugs.python.org/issue17200 opened by Reuben.D'Netto

#17201: Use allowZip64=True by default http://bugs.python.org/issue17201 opened by serhiy.storchaka

#17202: Add .bat line to .hgeol http://bugs.python.org/issue17202 opened by zach.ware

#17203: add long option names to unittest discovery docs http://bugs.python.org/issue17203 opened by chris.jerdonek

#17204: argparser's subparsers.add_parser() should accept an ArgumentP http://bugs.python.org/issue17204 opened by chris.jerdonek

#17206: Py_XDECREF() expands its argument multiple times http://bugs.python.org/issue17206 opened by dmalcolm

#17208: add note/warning about daemon threads http://bugs.python.org/issue17208 opened by pitrou

#17209: get_wch() doesn't handle KeyboardInterrupt http://bugs.python.org/issue17209 opened by raymontag

#17210: documentation of PyUnicode_Format() states wrong argument type http://bugs.python.org/issue17210 opened by scoder

#17211: pkgutil.iter_modules and walk_packages should return a namedtu http://bugs.python.org/issue17211 opened by Ramchandra.Apte

Most recent 15 issues with no replies (15)

#17211: pkgutil.iter_modules and walk_packages should return a namedtu http://bugs.python.org/issue17211

#17210: documentation of PyUnicode_Format() states wrong argument type http://bugs.python.org/issue17210

#17209: get_wch() doesn't handle KeyboardInterrupt http://bugs.python.org/issue17209

#17204: argparser's subparsers.add_parser() should accept an ArgumentP http://bugs.python.org/issue17204

#17203: add long option names to unittest discovery docs http://bugs.python.org/issue17203

#17202: Add .bat line to .hgeol http://bugs.python.org/issue17202

#17191: pdb list shows unexpected code when stack frame includes a try http://bugs.python.org/issue17191

#17188: Document 'from None' in raise statement doc. http://bugs.python.org/issue17188

#17186: no way to introspect registered atexit handlers http://bugs.python.org/issue17186

#17185: create_autospec http://bugs.python.org/issue17185

#17182: signal.default_int_handler should set signal number on the rai http://bugs.python.org/issue17182

#17178: In all.doc and any.doc need to clarify the behaviour w http://bugs.python.org/issue17178

#17177: Document/deprecate imp http://bugs.python.org/issue17177

#17176: Document imp.NullImporter is NOT used anymore by import http://bugs.python.org/issue17176

#17175: update PEP 430 http://bugs.python.org/issue17175

Most recent 15 issues waiting for review (15)

#17202: Add .bat line to .hgeol http://bugs.python.org/issue17202

#17201: Use allowZip64=True by default http://bugs.python.org/issue17201

#17200: telnetlib.read_until() timeout uses the wrong units http://bugs.python.org/issue17200

#17193: Use binary prefixes http://bugs.python.org/issue17193

#17189: Add zip64 support to shutil http://bugs.python.org/issue17189

#17187: Python segfaults from improperly formed and called function http://bugs.python.org/issue17187

#17180: shutil copy* unsafe on POSIX - they preserve setuid/setgit bit http://bugs.python.org/issue17180

#17175: update PEP 430 http://bugs.python.org/issue17175

#17172: Add turtledemo to IDLE menu http://bugs.python.org/issue17172

#17170: string method lookup is too slow http://bugs.python.org/issue17170

#17163: Fix test discovery for test_file.py http://bugs.python.org/issue17163

#17159: Remove explicit type check from inspect.Signature.from_functio http://bugs.python.org/issue17159

#17148: mingw: nt thread model detection http://bugs.python.org/issue17148

#17145: memoryview(array.array) http://bugs.python.org/issue17145

#17143: trace.py uses _warn without importing it http://bugs.python.org/issue17143

Top 10 most discussed issues (10)

#16997: subtests http://bugs.python.org/issue16997 20 msgs

#17170: string method lookup is too slow http://bugs.python.org/issue17170 18 msgs

#16278: os.rename documentation slightly inaccurate http://bugs.python.org/issue16278 11 msgs

#17130: Add runcall() function to profile.py and cProfile.py http://bugs.python.org/issue17130 9 msgs

#17180: shutil copy* unsafe on POSIX - they preserve setuid/setgit bit http://bugs.python.org/issue17180 9 msgs

#16612: Integrate "Argument Clinic" specialized preprocessor into CPyt http://bugs.python.org/issue16612 8 msgs

#17159: Remove explicit type check from inspect.Signature.from_functio http://bugs.python.org/issue17159 8 msgs

#17193: Use binary prefixes http://bugs.python.org/issue17193 8 msgs

#17189: Add zip64 support to shutil http://bugs.python.org/issue17189 7 msgs

#17200: telnetlib.read_until() timeout uses the wrong units http://bugs.python.org/issue17200 7 msgs

Issues closed (52)

#4591: 32-bits unsigned user/group identifier http://bugs.python.org/issue4591 closed by serhiy.storchaka

#5308: cannot marshal objects with more than 2**31 elements http://bugs.python.org/issue5308 closed by serhiy.storchaka

#6426: imaplib.IMAP4 "command illegal in this state" is unhelpful err http://bugs.python.org/issue6426 closed by r.david.murray

#6975: symlinks incorrectly resolved on POSIX platforms http://bugs.python.org/issue6975 closed by serhiy.storchaka

#7145: UTF-16 BOM is not written by socket.makefile (but is expected http://bugs.python.org/issue7145 closed by serhiy.storchaka

#7358: cStringIO not 64-bit safe http://bugs.python.org/issue7358 closed by serhiy.storchaka

#7365: grp and pwd should treat uid and gid as unsigned http://bugs.python.org/issue7365 closed by serhiy.storchaka

#9067: Use macros from pyctype.h http://bugs.python.org/issue9067 closed by skrah

#9874: Message.attach() loses empty attachments http://bugs.python.org/issue9874 closed by r.david.murray

#10355: SpooledTemporaryFile's name property is broken http://bugs.python.org/issue10355 closed by serhiy.storchaka

#11311: StringIO.readline(0) returns incorrect results http://bugs.python.org/issue11311 closed by serhiy.storchaka

#11397: os.path.realpath() may produce incorrect results http://bugs.python.org/issue11397 closed by serhiy.storchaka

#11649: startElementNS in xml.sax.saxutils.XMLGenerator ignored encodi http://bugs.python.org/issue11649 closed by serhiy.storchaka

#11837: smtplib._quote_periods triggers spurious type error in re.sub http://bugs.python.org/issue11837 closed by serhiy.storchaka

#12983: byte string literals with invalid hex escape codes raise Value http://bugs.python.org/issue12983 closed by serhiy.storchaka

#13555: cPickle MemoryError when loading large file (while pickle work http://bugs.python.org/issue13555 closed by serhiy.storchaka

#13773: Support sqlite3 uri filenames http://bugs.python.org/issue13773 closed by pitrou

#15220: Reduce parsing overhead in email.feedparser.BufferedSubFile http://bugs.python.org/issue15220 closed by r.david.murray

#16564: email.generator.BytesGenerator fails with bytes payload http://bugs.python.org/issue16564 closed by r.david.murray

#16686: audioop overflow issues http://bugs.python.org/issue16686 closed by serhiy.storchaka

#16743: mmap on Windows can mishandle files larger than sys.maxsize http://bugs.python.org/issue16743 closed by sbt

#16800: tempfile._get_default_tempdir() leaves files behind when HD is http://bugs.python.org/issue16800 closed by serhiy.storchaka

#16967: Keyword only argument default values are evaluated before othe http://bugs.python.org/issue16967 closed by python-dev

#16996: Reuse shutil.which() in webbrowser module http://bugs.python.org/issue16996 closed by serhiy.storchaka

#17043: Invalid read in test_codecs http://bugs.python.org/issue17043 closed by serhiy.storchaka

#17052: unittest discovery should use self.testLoader http://bugs.python.org/issue17052 closed by python-dev

#17064: Fix sporadic buildbot failures for test_mailbox http://bugs.python.org/issue17064 closed by r.david.murray

#17089: Expat parser parses strings only when XML encoding is UTF-8 http://bugs.python.org/issue17089 closed by serhiy.storchaka

#17111: test_surrogates of test_fileio fails sometimes on OS X 10.4 http://bugs.python.org/issue17111 closed by ned.deily

#17141: random.vonmisesvariate() hangs for large kappa http://bugs.python.org/issue17141 closed by serhiy.storchaka

#17147: BytesIO should be mentioned in SpooledTemporaryFile documentat http://bugs.python.org/issue17147 closed by serhiy.storchaka

#17149: random.vonmisesvariate() results range is inconsistent for sma http://bugs.python.org/issue17149 closed by mark.dickinson

#17152: Array module should support "boolean" natively http://bugs.python.org/issue17152 closed by jcea

#17155: logging can raise UnicodeEncodeError http://bugs.python.org/issue17155 closed by vinay.sajip

#17156: Tools/i18n/pygettext.py doesn't parse unicode string. http://bugs.python.org/issue17156 closed by serhiy.storchaka

#17158: help() module searcher text improvement http://bugs.python.org/issue17158 closed by python-dev

#17160: test_urllib2net fails http://bugs.python.org/issue17160 closed by r.david.murray

#17161: make install misses the man and the static library http://bugs.python.org/issue17161 closed by ned.deily

#17165: Use "except ImportError" instead of bare except in _strptime.p http://bugs.python.org/issue17165 closed by pitrou

#17166: Fix the suggested usage of _dummy_thread module http://bugs.python.org/issue17166 closed by r.david.murray

#17168: test.support 3.x docs mentions stringio.stringio http://bugs.python.org/issue17168 closed by python-dev

#17169: Restore errno in tempfile exceptions http://bugs.python.org/issue17169 closed by serhiy.storchaka

#17171: email.encoders.encode7or8bit does not work with binary data http://bugs.python.org/issue17171 closed by r.david.murray

#17173: uses of locale-dependent ctype functions http://bugs.python.org/issue17173 closed by pitrou

#17190: _FAST opcodes do no range checking http://bugs.python.org/issue17190 closed by rhettinger

#17194: operator.attrgetter is slower than a lambda http://bugs.python.org/issue17194 closed by flox

#17195: Reading source code from file on exception http://bugs.python.org/issue17195 closed by flox

#17196: crash http://bugs.python.org/issue17196 closed by michael.foord

#17199: Slightly wrong behavior of logging.StrFormatStyle.usesTime http://bugs.python.org/issue17199 closed by vinay.sajip

#17205: In the help() function the order of methods changes http://bugs.python.org/issue17205 closed by r.david.murray

#17207: string format precision misbehaving http://bugs.python.org/issue17207 closed by r.david.murray

#1470548: Bugfix for #1470540 (XMLGenerator cannot output UTF-16) http://bugs.python.org/issue1470548 closed by serhiy.storchaka



More information about the Python-Dev mailing list