ACTIVITY SUMMARY (2015-06-12 - 2015-06-19) 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 4892 ( +8) closed 31342 (+25) total 36234 (+33) Open issues with patches: 2244 Issues opened (21) ================== #24444: In argparse empty choices cannot be printed in the help http://bugs.python.org/issue24444 opened by py.user #24447: tab indentation breaks in tokenize.untokenize http://bugs.python.org/issue24447 opened by gumblex #24448: Syntax highlighting marks multiline comments as strings http://bugs.python.org/issue24448 opened by irdb #24450: Add gi_yieldfrom calculated property to generator object http://bugs.python.org/issue24450 opened by bennoleslie #24451: Add metrics to future objects (concurrent or asyncio?) http://bugs.python.org/issue24451 opened by Joshua.Harlow #24452: Make webbrowser support Chrome on Mac OS X http://bugs.python.org/issue24452 opened by nedbat #24454: Improve the usability of the match object named group API http://bugs.python.org/issue24454 opened by rhettinger #24455: IDLE debugger causes crash if not quitted properly before next http://bugs.python.org/issue24455 opened by irdb #24456: audioop.adpcm2lin Buffer Over-read http://bugs.python.org/issue24456 opened by JohnLeitch #24457: audioop.lin2adpcm Buffer Over-read http://bugs.python.org/issue24457 opened by JohnLeitch #24458: Documentation for PEP 489 http://bugs.python.org/issue24458 opened by encukou #24459: Mention PYTHONFAULTHANDLER in the man page http://bugs.python.org/issue24459 opened by Antony.Lee #24460: urlencode() of dictionary not as expected http://bugs.python.org/issue24460 opened by drue...@assyst.com #24462: bytearray.find Buffer Over-read http://bugs.python.org/issue24462 opened by JohnLeitch #24464: Got warning when compiling sqlite3 module on Mac OSX http://bugs.python.org/issue24464 opened by vajrasky #24465: Make tarfile have deterministic sorting http://bugs.python.org/issue24465 opened by samthursfield #24466: extend_path explanation in documentation is ambiguous http://bugs.python.org/issue24466 opened by alanf #24467: bytearray pop and remove Buffer Over-read http://bugs.python.org/issue24467 opened by JohnLeitch #24468: Expose compiler flag constants as code object attributes http://bugs.python.org/issue24468 opened by ncoghlan #24469: Py2.x int free list can grow without bounds http://bugs.python.org/issue24469 opened by scoder #24470: ctypes incorrect handling of long int on 64bits Linux http://bugs.python.org/issue24470 opened by Marco Clemencic Most recent 15 issues with no replies (15) ========================================== #24467: bytearray pop and remove Buffer Over-read http://bugs.python.org/issue24467 #24466: extend_path explanation in documentation is ambiguous http://bugs.python.org/issue24466 #24464: Got warning when compiling sqlite3 module on Mac OSX http://bugs.python.org/issue24464 #24458: Documentation for PEP 489 http://bugs.python.org/issue24458 #24457: audioop.lin2adpcm Buffer Over-read http://bugs.python.org/issue24457 #24456: audioop.adpcm2lin Buffer Over-read http://bugs.python.org/issue24456 #24455: IDLE debugger causes crash if not quitted properly before next http://bugs.python.org/issue24455 #24447: tab indentation breaks in tokenize.untokenize http://bugs.python.org/issue24447 #24424: xml.dom.minidom: performance issue with Node.insertBefore() http://bugs.python.org/issue24424 #24417: Type-specific documentation for __format__ methods http://bugs.python.org/issue24417 #24415: SIGINT always reset to SIG_DFL by Py_Finalize() http://bugs.python.org/issue24415 #24414: MACOSX_DEPLOYMENT_TARGET set incorrectly by configure http://bugs.python.org/issue24414 #24407: Use after free in PyDict_merge http://bugs.python.org/issue24407 #24381: Got warning when compiling ffi.c on Mac http://bugs.python.org/issue24381 #24370: OrderedDict behavior is unclear with misbehaving keys. http://bugs.python.org/issue24370 Most recent 15 issues waiting for review (15) ============================================= #24465: Make tarfile have deterministic sorting http://bugs.python.org/issue24465 #24464: Got warning when compiling sqlite3 module on Mac OSX http://bugs.python.org/issue24464 #24458: Documentation for PEP 489 http://bugs.python.org/issue24458 #24452: Make webbrowser support Chrome on Mac OS X http://bugs.python.org/issue24452 #24451: Add metrics to future objects (concurrent or asyncio?) http://bugs.python.org/issue24451 #24450: Add gi_yieldfrom calculated property to generator object http://bugs.python.org/issue24450 #24440: Move the buildslave setup information from the wiki to the dev http://bugs.python.org/issue24440 #24439: Feedback for awaitable coroutine documentation http://bugs.python.org/issue24439 #24436: _PyTraceback_Add has no const qualifier for its char * argumen http://bugs.python.org/issue24436 #24434: ItemsView.__contains__ does not mimic dict_items http://bugs.python.org/issue24434 #24426: re.split performance degraded significantly by capturing group http://bugs.python.org/issue24426 #24424: xml.dom.minidom: performance issue with Node.insertBefore() http://bugs.python.org/issue24424 #24421: Race condition compiling Modules/_math.c http://bugs.python.org/issue24421 #24420: Documentation regressions from adding subprocess.run() http://bugs.python.org/issue24420 #24416: Return a namedtuple from date.isocalendar() http://bugs.python.org/issue24416 Top 10 most discussed issues (10) ================================= #24429: msvcrt error when embedded http://bugs.python.org/issue24429 11 msgs #24400: Awaitable ABC incompatible with functools.singledispatch http://bugs.python.org/issue24400 7 msgs #24419: In argparse action append_const doesn't work for positional ar http://bugs.python.org/issue24419 7 msgs #24450: Add gi_yieldfrom calculated property to generator object http://bugs.python.org/issue24450 7 msgs #24465: Make tarfile have deterministic sorting http://bugs.python.org/issue24465 7 msgs #24412: setUpClass equivalent for addCleanup http://bugs.python.org/issue24412 6 msgs #24454: Improve the usability of the match object named group API http://bugs.python.org/issue24454 6 msgs #13501: Make libedit support more generic; port readline / libedit to http://bugs.python.org/issue13501 4 msgs #19235: Add a dedicated subclass for recursion errors http://bugs.python.org/issue19235 4 msgs #23255: SimpleHTTPRequestHandler refactor for more extensible usage. http://bugs.python.org/issue23255 4 msgs Issues closed (24) ================== #5209: nntplib needs updating to RFC 3977 http://bugs.python.org/issue5209 closed by vadmium #8232: webbrowser.open incomplete on Windows http://bugs.python.org/issue8232 closed by steve.dower #14780: urllib.request could use the default CA store http://bugs.python.org/issue14780 closed by vadmium #15745: Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and Ne http://bugs.python.org/issue15745 closed by haypo #22086: Tab indent no longer works in interpreter http://bugs.python.org/issue22086 closed by r.david.murray #24175: Consistent test_utime() failures on FreeBSD http://bugs.python.org/issue24175 closed by zach.ware #24405: Missing code markup in "Expressions" documentation http://bugs.python.org/issue24405 closed by berker.peksag #24406: "Built-in Types" doc doesn't explain dict comparison. http://bugs.python.org/issue24406 closed by terry.reedy #24431: StreamWriter.drain is not callable concurrently http://bugs.python.org/issue24431 closed by gvanrossum #24435: Grammar/Grammar points to outdated guide http://bugs.python.org/issue24435 closed by berker.peksag #24437: Add information about the buildbot console view and irc notice http://bugs.python.org/issue24437 closed by r.david.murray #24438: Strange behaviour when multiplying imaginary inf by 1 http://bugs.python.org/issue24438 closed by mark.dickinson #24441: In argparse add_argument() allows the empty choices argument http://bugs.python.org/issue24441 closed by r.david.murray #24442: Readline Bindings Don't Report Any Error On Completer Function http://bugs.python.org/issue24442 closed by Perry Randall #24443: Link for clear and wait missing in EventObjects http://bugs.python.org/issue24443 closed by berker.peksag #24445: rstrip strips what it doesn't have to http://bugs.python.org/issue24445 closed by o1da #24446: imap and map inconsistent behaviour http://bugs.python.org/issue24446 closed by ned.deily #24449: Please add async write method to asyncio.StreamWriter http://bugs.python.org/issue24449 closed by gvanrossum #24453: A typo of doubled "the" words in the doc (easy fix) http://bugs.python.org/issue24453 closed by rhettinger #24461: os.environ.get treats Environt variant with double quotation m http://bugs.python.org/issue24461 closed by r.david.murray #24463: Python 3.4 bugs http://bugs.python.org/issue24463 closed by skip.montanaro #24471: Spam http://bugs.python.org/issue24471 closed by haypo #24472: Spam http://bugs.python.org/issue24472 closed by skrah #24473: Spam http://bugs.python.org/issue24473 closed by skrah _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com