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

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


ACTIVITY SUMMARY (2013-02-15 - 2013-02-22) 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 3866 (+21) closed 25186 (+45) total 29052 (+66)

Open issues with patches: 1667

Issues opened (46)

#17212: os.path.isfile() in Python 3.3 sometimes fails http://bugs.python.org/issue17212 opened by gpoore

#17213: ctypes loads wrong version of C runtime, leading to error mess http://bugs.python.org/issue17213 opened by dancol

#17214: http.client.HTTPConnection.putrequest encode error http://bugs.python.org/issue17214 opened by Mi.Zou

#17216: sparc linux build fails with "could not import runpy module" http://bugs.python.org/issue17216 opened by uservorname.usernachname

#17217: Fix test discovery for test_format.py on Windows http://bugs.python.org/issue17217 opened by zach.ware

#17218: support title and description in argparse add_mutually_exclusi http://bugs.python.org/issue17218 opened by chris.jerdonek

#17219: cross add Python's library directory when building python stan http://bugs.python.org/issue17219 opened by rpetrov

#17220: Little enhancements of _bootstrap.py http://bugs.python.org/issue17220 opened by serhiy.storchaka

#17221: Resort Misc/NEWS http://bugs.python.org/issue17221 opened by serhiy.storchaka

#17222: py_compile.compile() explicitly sets st_mode for written files http://bugs.python.org/issue17222 opened by Arfrever

#17223: Initializing array.array with unicode type code and buffer seg http://bugs.python.org/issue17223 opened by mjacob

#17224: can not open idle in python 2.7.3 http://bugs.python.org/issue17224 opened by hayeswu

#17226: libintl should also check for libiconv http://bugs.python.org/issue17226 opened by alanh

#17227: devguide: buggy heading numbers http://bugs.python.org/issue17227 opened by pitrou

#17229: unable to discover preferred HTTPConnection class http://bugs.python.org/issue17229 opened by samwyse

#17231: Mark del not being called in cycles as an impl detail http://bugs.python.org/issue17231 opened by fijall

#17232: Improve -O docs http://bugs.python.org/issue17232 opened by fijall

#17233: http.client header debug output format http://bugs.python.org/issue17233 opened by Kim.Gräsman

#17234: python-2.7.3-r3: crash in visit_decref() http://bugs.python.org/issue17234 opened by mmokrejs

#17237: m68k aligns on 16bit boundaries. http://bugs.python.org/issue17237 opened by alanh

#17238: Enhance import statement completion http://bugs.python.org/issue17238 opened by Ramchandra Apte

#17239: XML vulnerabilities in Python http://bugs.python.org/issue17239 opened by christian.heimes

#17240: argparse: subcommand name and arity http://bugs.python.org/issue17240 opened by Thibault.Kruse

#17243: The changes made for issue 4074 should be documented http://bugs.python.org/issue17243 opened by r.david.murray

#17244: py_compile.compile() fails to raise exceptions when writing of http://bugs.python.org/issue17244 opened by Arfrever

#17245: ctypes libffi needs to align the x86 stack to 16 bytes http://bugs.python.org/issue17245 opened by gregory.p.smith

#17246: cgitb fails when frame arguments are deleted (due to inspect b http://bugs.python.org/issue17246 opened by Andrew.Lutomirski

#17247: int and float should detect inconsistent format strings http://bugs.python.org/issue17247 opened by christian.heimes

#17249: reap threads in test_capi http://bugs.python.org/issue17249 opened by ezio.melotti

#17250: argparse: Issue 15906 patch; positional with nargs='*' and str http://bugs.python.org/issue17250 opened by paul.j3

#17251: LWPCookieJar load() set domain_specifed wrong http://bugs.python.org/issue17251 opened by B. Kyven

#17254: add thai encoding aliases to encodings.aliases http://bugs.python.org/issue17254 opened by fomcl at yahoo.com

#17258: multiprocessing.connection challenge implicitly uses MD5 http://bugs.python.org/issue17258 opened by dmalcolm

#17259: locale.format() rounding is not reliable for floats http://bugs.python.org/issue17259 opened by Francis.Nimick

#17261: multiprocessing.manager BaseManager cannot return proxies from http://bugs.python.org/issue17261 opened by Wilson.Harron

#17263: crash when tp_dealloc allows other threads http://bugs.python.org/issue17263 opened by Albert.Zeyer

#17264: Update Building C and C++ Extensions with distutils documentat http://bugs.python.org/issue17264 opened by berker.peksag

#17267: datetime.time support for '+' and 'now' http://bugs.python.org/issue17267 opened by ronaldoussoren

#17268: Context managers written as C types no longer work in Python 2 http://bugs.python.org/issue17268 opened by lemburg

#17269: getaddrinfo segfaults on OS X when provided with invalid argum http://bugs.python.org/issue17269 opened by tibbe

#17272: request.full_url: unexpected results on assignment http://bugs.python.org/issue17272 opened by dbrecht

#17273: multiprocessing.pool.Pool task/worker handlers are not fork sa http://bugs.python.org/issue17273 opened by abn

#17274: distutils silently omits relative symlinks http://bugs.python.org/issue17274 opened by fberger

#17275: io.BufferedWriter shows wrong type in argument error message http://bugs.python.org/issue17275 opened by mjacob

#17276: HMAC: deprecate default hash http://bugs.python.org/issue17276 opened by christian.heimes

#17277: incorrect line numbers in backtrace after removing a trace fun http://bugs.python.org/issue17277 opened by xdegaye

Most recent 15 issues with no replies (15)

#17277: incorrect line numbers in backtrace after removing a trace fun http://bugs.python.org/issue17277

#17274: distutils silently omits relative symlinks http://bugs.python.org/issue17274

#17261: multiprocessing.manager BaseManager cannot return proxies from http://bugs.python.org/issue17261

#17251: LWPCookieJar load() set domain_specifed wrong http://bugs.python.org/issue17251

#17250: argparse: Issue 15906 patch; positional with nargs='*' and str http://bugs.python.org/issue17250

#17246: cgitb fails when frame arguments are deleted (due to inspect b http://bugs.python.org/issue17246

#17245: ctypes libffi needs to align the x86 stack to 16 bytes http://bugs.python.org/issue17245

#17243: The changes made for issue 4074 should be documented http://bugs.python.org/issue17243

#17239: XML vulnerabilities in Python http://bugs.python.org/issue17239

#17238: Enhance import statement completion http://bugs.python.org/issue17238

#17233: http.client header debug output format http://bugs.python.org/issue17233

#17229: unable to discover preferred HTTPConnection class http://bugs.python.org/issue17229

#17224: can not open idle in python 2.7.3 http://bugs.python.org/issue17224

#17219: cross add Python's library directory when building python stan http://bugs.python.org/issue17219

#17218: support title and description in argparse add_mutually_exclusi http://bugs.python.org/issue17218

Most recent 15 issues waiting for review (15)

#17275: io.BufferedWriter shows wrong type in argument error message http://bugs.python.org/issue17275

#17272: request.full_url: unexpected results on assignment http://bugs.python.org/issue17272

#17269: getaddrinfo segfaults on OS X when provided with invalid argum http://bugs.python.org/issue17269

#17264: Update Building C and C++ Extensions with distutils documentat http://bugs.python.org/issue17264

#17258: multiprocessing.connection challenge implicitly uses MD5 http://bugs.python.org/issue17258

#17249: reap threads in test_capi http://bugs.python.org/issue17249

#17245: ctypes libffi needs to align the x86 stack to 16 bytes http://bugs.python.org/issue17245

#17239: XML vulnerabilities in Python http://bugs.python.org/issue17239

#17227: devguide: buggy heading numbers http://bugs.python.org/issue17227

#17223: Initializing array.array with unicode type code and buffer seg http://bugs.python.org/issue17223

#17221: Resort Misc/NEWS http://bugs.python.org/issue17221

#17220: Little enhancements of _bootstrap.py http://bugs.python.org/issue17220

#17219: cross add Python's library directory when building python stan http://bugs.python.org/issue17219

#17217: Fix test discovery for test_format.py on Windows http://bugs.python.org/issue17217

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

Top 10 most discussed issues (10)

#17237: m68k aligns on 16bit boundaries. http://bugs.python.org/issue17237 25 msgs

#15767: add ImportNotFoundError http://bugs.python.org/issue15767 18 msgs

#14468: Update cloning guidelines in devguide http://bugs.python.org/issue14468 11 msgs

#17222: py_compile.compile() explicitly sets st_mode for written files http://bugs.python.org/issue17222 11 msgs

#17221: Resort Misc/NEWS http://bugs.python.org/issue17221 9 msgs

#17227: devguide: buggy heading numbers http://bugs.python.org/issue17227 7 msgs

#14905: zipimport.c needs to support namespace packages when no 'direc http://bugs.python.org/issue14905 5 msgs

#15004: add weakref support to types.SimpleNamespace http://bugs.python.org/issue15004 5 msgs

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

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

Issues closed (43)

#6138: './configure; make install' fails in setup.py step if .pydistu http://bugs.python.org/issue6138 closed by ned.deily

#6541: SpooledTemporaryFile breakages http://bugs.python.org/issue6541 closed by r.david.murray

#7469: Design and History FAQ entry on Floating Point does not mentio http://bugs.python.org/issue7469 closed by r.david.murray

#7842: py_compile.compile SyntaxError output http://bugs.python.org/issue7842 closed by r.david.murray

#7963: Misleading error message from object(arg) http://bugs.python.org/issue7963 closed by r.david.murray

#7981: False failure with doctest NORMALIZE_WHITESPACE in 3.1.1 http://bugs.python.org/issue7981 closed by r.david.murray

#8745: zipimport is a bit slow http://bugs.python.org/issue8745 closed by serhiy.storchaka

#8930: messed up formatting after reindenting http://bugs.python.org/issue8930 closed by r.david.murray

#9669: regexp: zero-width matches in MIN_UNTIL http://bugs.python.org/issue9669 closed by serhiy.storchaka

#13153: IDLE crashes when pasting non-BMP unicode char on Py3 http://bugs.python.org/issue13153 closed by serhiy.storchaka

#13169: Regular expressions with 0 to 65536 repetitions raises Overflo http://bugs.python.org/issue13169 closed by serhiy.storchaka

#13700: imaplib.IMAP4.authenticate authobject does not work correctly http://bugs.python.org/issue13700 closed by r.david.murray

#15003: make PyNamespace_New() public http://bugs.python.org/issue15003 closed by eric.snow

#15022: types.SimpleNamespace needs to be picklable http://bugs.python.org/issue15022 closed by eric.snow

#17035: Use new style classes in {class, static}method examples http://bugs.python.org/issue17035 closed by ezio.melotti

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

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

#17175: update PEP 430 http://bugs.python.org/issue17175 closed by ezio.melotti

#17178: Clarify empty iterable result in any/all.doc, as in manual http://bugs.python.org/issue17178 closed by ezio.melotti

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

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

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

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

#17215: documentation misprints http://bugs.python.org/issue17215 closed by asvetlov

#17225: JSON decoder reports wrong column number on first line http://bugs.python.org/issue17225 closed by serhiy.storchaka

#17228: Building without PYMALLOC fails http://bugs.python.org/issue17228 closed by python-dev

#17230: when forking, buffered output is not flushed first. http://bugs.python.org/issue17230 closed by gregory.p.smith

#17235: "make sharedinstall" ignores ./configure settings http://bugs.python.org/issue17235 closed by ned.deily

#17236: format_spec for sequence joining http://bugs.python.org/issue17236 closed by r.david.murray

#17241: Python-2.3.5.exe file possibly corrupt http://bugs.python.org/issue17241 closed by skrah

#17242: Fix code highlight in devguide/docquality.rst http://bugs.python.org/issue17242 closed by ezio.melotti

#17248: test_posix chown -1, 0 tests fail if user has group root http://bugs.python.org/issue17248 closed by serhiy.storchaka

#17252: Latin Capital Letter I with Dot Above http://bugs.python.org/issue17252 closed by pitrou

#17253: stdin.readline behaviour different between IDLE and the consol http://bugs.python.org/issue17253 closed by serhiy.storchaka

#17255: test_any and test_all should validate short-circuiting behavio http://bugs.python.org/issue17255 closed by ezio.melotti

#17256: code example in C API docsshould be highlighted http://bugs.python.org/issue17256 closed by ezio.melotti

#17257: re module shows unexpected non-greedy behavior when using grou http://bugs.python.org/issue17257 closed by Hendrik.Lemelson

#17260: Seg fault when calling unicode() on old style object in virtua http://bugs.python.org/issue17260 closed by ned.deily

#17262: OrderedDict not ordering properly when int and float keys are http://bugs.python.org/issue17262 closed by benjamin.peterson

#17265: Fix code highlight in the string.Template example http://bugs.python.org/issue17265 closed by ezio.melotti

#17266: Idle + tcl 8.6.0 Can't convert '_tkinter.Tcl_Obj' object to st http://bugs.python.org/issue17266 closed by serhiy.storchaka

#17270: make the section header doc convention more clearly optional http://bugs.python.org/issue17270 closed by chris.jerdonek

#17271: NamedTemporaryFile expects bytes, not string in documentation http://bugs.python.org/issue17271 closed by ezio.melotti



More information about the Python-Dev mailing list