[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Jan 24 18:07:51 CET 2014
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2014-01-17 - 2014-01-24) 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 4475 (+38) closed 27678 (+54) total 32153 (+92)
Open issues with patches: 2039
Issues opened (70)
#17390: display python version on idle title bar http://bugs.python.org/issue17390 reopened by ezio.melotti
#18147: SSL: diagnostic functions to list loaded CA certs http://bugs.python.org/issue18147 reopened by r.david.murray
#19081: zipimport behaves badly when the zip file changes while the pr http://bugs.python.org/issue19081 reopened by gregory.p.smith
#20290: inspect module bug for modules with same filename http://bugs.python.org/issue20290 opened by cqxz
#20291: Argument Clinic should understand *args and **kwargs parameter http://bugs.python.org/issue20291 opened by larry
#20293: pydoc fails with the "unspecified" default value http://bugs.python.org/issue20293 opened by serhiy.storchaka
#20295: imghdr add openexr support http://bugs.python.org/issue20295 opened by mvignali
#20296: PyArg_ParseTuple 2.X docs mention int for "t#", but "Py_ssize_ http://bugs.python.org/issue20296 opened by rlb
#20297: concurrent.futures.as_completed() installs waiters for already http://bugs.python.org/issue20297 opened by glangford
#20303: Argument Clinic: optional groups http://bugs.python.org/issue20303 opened by serhiy.storchaka
#20304: Argument Clinic: char convertor should use default values of t http://bugs.python.org/issue20304 opened by taleinat
#20305: Android's incomplete locale.h implementation prevents cross-co http://bugs.python.org/issue20305 opened by shiz
#20306: Lack of pw_gecos field in Android's struct passwd causes cross http://bugs.python.org/issue20306 opened by shiz
#20307: Android's failure to expose SYS_* system call constants causes http://bugs.python.org/issue20307 opened by shiz
#20308: inspect.Signature doesn't support user classes without _init http://bugs.python.org/issue20308 opened by larry
#20309: Not all method descriptors are callable http://bugs.python.org/issue20309 opened by larry
#20311: epoll.poll(timeout) and PollSelector.select(timeout) must roun http://bugs.python.org/issue20311 opened by haypo
#20314: Potentially confusing formulation in 6.1.4. Template strings http://bugs.python.org/issue20314 opened by Gerrit.Holl
#20317: ExitStack hang if enough nested exceptions http://bugs.python.org/issue20317 opened by jcflack
#20318: subprocess.Popen can hang in threaded applications http://bugs.python.org/issue20318 opened by Andrew.Lutomirski
#20319: concurrent.futures.wait() can block forever even if Futures ha http://bugs.python.org/issue20319 opened by glangford
#20320: select.select(timeout) and select.kqueue.control(timeout) must http://bugs.python.org/issue20320 opened by haypo
#20322: Upgrade ensurepip's pip and setuptools http://bugs.python.org/issue20322 opened by dstufft
#20323: Argument Clinic: docstring_prototype output causes build failu http://bugs.python.org/issue20323 opened by zach.ware
#20325: Argument Clinic: self converters are not preserved when clonin http://bugs.python.org/issue20325 opened by taleinat
#20326: Argument Clinic should use a non-error-prone syntax to mark te http://bugs.python.org/issue20326 opened by larry
#20328: mailbox: http://bugs.python.org/issue20328 opened by jmtd
#20329: zipfile.extractall fails in Posix shell with utf-8 filename http://bugs.python.org/issue20329 opened by Laurent.Mazuel
#20330: PEP 342 is outdated http://bugs.python.org/issue20330 opened by msmhrt
#20331: Fix various fd leaks http://bugs.python.org/issue20331 opened by serhiy.storchaka
#20333: argparse subparser usage message hides main parser usage http://bugs.python.org/issue20333 opened by Martin.d'Anjou
#20334: make inspect Signature hashable http://bugs.python.org/issue20334 opened by yselivanov
#20335: bytes constructor accepts more than one argument even if the f http://bugs.python.org/issue20335 opened by rndblnch
#20336: test_asyncio: relax timings even more http://bugs.python.org/issue20336 opened by skrah
#20337: bdist_rpm should support %config(noreplace) http://bugs.python.org/issue20337 opened by kv
#20338: Idle: increase max calltip width http://bugs.python.org/issue20338 opened by terry.reedy
#20339: Make bytes() use tp_as_buffer for cmp http://bugs.python.org/issue20339 opened by nascheme
#20341: Argument Clinic: add "nullable ints" http://bugs.python.org/issue20341 opened by larry
#20342: Endianness not detected correctly due to AC_RUN_IFELSE macros http://bugs.python.org/issue20342 opened by zaytsev
#20344: subprocess.check_output() docs misrepresent what shell=True do http://bugs.python.org/issue20344 opened by klausman
#20345: Better logging defaults http://bugs.python.org/issue20345 opened by ArneBab
#20346: Argument Clinic: missing entry in table mapping legacy convert http://bugs.python.org/issue20346 opened by taleinat
#20348: Argument Clinic HOWTO listed multiple times in HOWTO index http://bugs.python.org/issue20348 opened by brett.cannon
#20349: Argument Clinic: error on new or init with no argument http://bugs.python.org/issue20349 opened by taleinat
#20350: Replace tkapp.split() to tkapp.splitlist() http://bugs.python.org/issue20350 opened by serhiy.storchaka
#20351: Add doc examples for DictReader and DictWriter http://bugs.python.org/issue20351 opened by charlax
#20352: Add support for AUTH command to poplib http://bugs.python.org/issue20352 opened by dveeden
#20353: Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10. http://bugs.python.org/issue20353 opened by Craig.Silverstein
#20354: tracemalloc causes segfault in "make profile-opt" http://bugs.python.org/issue20354 opened by matejcik
#20355: -W command line options should have higher priority than PYTHO http://bugs.python.org/issue20355 opened by Arfrever
#20356: fix formatting of positional-only parameters in inspect.Signat http://bugs.python.org/issue20356 opened by yselivanov
#20357: Mention buildbots in the core dev section of the devguide http://bugs.python.org/issue20357 opened by ncoghlan
#20358: test_curses is failing http://bugs.python.org/issue20358 opened by larry
#20360: inspect.Signature could provide readable expressions for defau http://bugs.python.org/issue20360 opened by larry
#20361: -W command line options and PYTHONWARNINGS environmental varia http://bugs.python.org/issue20361 opened by Arfrever
#20362: longMessage attribute is ignored in unittest.TestCase.assertRe http://bugs.python.org/issue20362 opened by Dhara
#20363: BytesWarnings triggerred by test suite http://bugs.python.org/issue20363 opened by Arfrever
#20364: Rename & explain sqlite3.Cursor.execute 'parameters' param http://bugs.python.org/issue20364 opened by terry.reedy
#20366: SQLite FTS (full text search) http://bugs.python.org/issue20366 opened by mark
#20367: concurrent.futures.as_completed() fails when given duplicate F http://bugs.python.org/issue20367 opened by glangford
#20368: Tkinter: handle the null character http://bugs.python.org/issue20368 opened by serhiy.storchaka
#20369: concurrent.futures.wait() blocks forever when given duplicate http://bugs.python.org/issue20369 opened by glangford
#20371: datetime.datetime.replace bypasses a subclass's new http://bugs.python.org/issue20371 opened by Andrew.Lutomirski
#20372: inspect.getfile should raise a TypeError if C object does not http://bugs.python.org/issue20372 opened by yselivanov
#20373: Use test.script_helper.assert_python_ok() instead of subproces http://bugs.python.org/issue20373 opened by Arfrever
#20375: ElementTree: Document handling processing instructions http://bugs.python.org/issue20375 opened by nikolaus.rath
#20376: Argument Clinic: backslashes in docstrings are not escaped http://bugs.python.org/issue20376 opened by serhiy.storchaka
#20378: Implement Signature.__repr__
http://bugs.python.org/issue20378 opened by cool-RR
#20379: help(bound_builtin_class) does not display self http://bugs.python.org/issue20379 opened by larry
#20381: Argument Clinic: expression default arguments broken http://bugs.python.org/issue20381 opened by zach.ware
Most recent 15 issues with no replies (15)
#20381: Argument Clinic: expression default arguments broken http://bugs.python.org/issue20381
#20379: help(bound_builtin_class) does not display self http://bugs.python.org/issue20379
#20378: Implement Signature.__repr__
http://bugs.python.org/issue20378
#20375: ElementTree: Document handling processing instructions http://bugs.python.org/issue20375
#20373: Use test.script_helper.assert_python_ok() instead of subproces http://bugs.python.org/issue20373
#20372: inspect.getfile should raise a TypeError if C object does not http://bugs.python.org/issue20372
#20368: Tkinter: handle the null character http://bugs.python.org/issue20368
#20366: SQLite FTS (full text search) http://bugs.python.org/issue20366
#20362: longMessage attribute is ignored in unittest.TestCase.assertRe http://bugs.python.org/issue20362
#20357: Mention buildbots in the core dev section of the devguide http://bugs.python.org/issue20357
#20351: Add doc examples for DictReader and DictWriter http://bugs.python.org/issue20351
#20350: Replace tkapp.split() to tkapp.splitlist() http://bugs.python.org/issue20350
#20349: Argument Clinic: error on new or init with no argument http://bugs.python.org/issue20349
#20346: Argument Clinic: missing entry in table mapping legacy convert http://bugs.python.org/issue20346
#20339: Make bytes() use tp_as_buffer for cmp http://bugs.python.org/issue20339
Most recent 15 issues waiting for review (15)
#20375: ElementTree: Document handling processing instructions http://bugs.python.org/issue20375
#20373: Use test.script_helper.assert_python_ok() instead of subproces http://bugs.python.org/issue20373
#20372: inspect.getfile should raise a TypeError if C object does not http://bugs.python.org/issue20372
#20369: concurrent.futures.wait() blocks forever when given duplicate http://bugs.python.org/issue20369
#20368: Tkinter: handle the null character http://bugs.python.org/issue20368
#20367: concurrent.futures.as_completed() fails when given duplicate F http://bugs.python.org/issue20367
#20364: Rename & explain sqlite3.Cursor.execute 'parameters' param http://bugs.python.org/issue20364
#20363: BytesWarnings triggerred by test suite http://bugs.python.org/issue20363
#20361: -W command line options and PYTHONWARNINGS environmental varia http://bugs.python.org/issue20361
#20356: fix formatting of positional-only parameters in inspect.Signat http://bugs.python.org/issue20356
#20355: -W command line options should have higher priority than PYTHO http://bugs.python.org/issue20355
#20354: tracemalloc causes segfault in "make profile-opt" http://bugs.python.org/issue20354
#20352: Add support for AUTH command to poplib http://bugs.python.org/issue20352
#20351: Add doc examples for DictReader and DictWriter http://bugs.python.org/issue20351
#20350: Replace tkapp.split() to tkapp.splitlist() http://bugs.python.org/issue20350
Top 10 most discussed issues (10)
#20341: Argument Clinic: add "nullable ints" http://bugs.python.org/issue20341 30 msgs
#20218: Add pathlib.Path.write
and pathlib.Path.read
http://bugs.python.org/issue20218 26 msgs
#20311: epoll.poll(timeout) and PollSelector.select(timeout) must roun http://bugs.python.org/issue20311 26 msgs
#17481: inspect.getfullargspec should use signature http://bugs.python.org/issue17481 23 msgs
#20180: Derby #11: Convert 50 sites to Argument Clinic across 9 files http://bugs.python.org/issue20180 14 msgs
#20293: pydoc fails with the "unspecified" default value http://bugs.python.org/issue20293 12 msgs
#20338: Idle: increase max calltip width http://bugs.python.org/issue20338 12 msgs
#20308: inspect.Signature doesn't support user classes without _init http://bugs.python.org/issue20308 10 msgs
#20177: Derby #8: Convert 28 sites to Argument Clinic across 2 files http://bugs.python.org/issue20177 9 msgs
#20185: Derby #17: Convert 49 sites to Argument Clinic across 13 files http://bugs.python.org/issue20185 9 msgs
Issues closed (55)
#7883: CallTips.py _find_constructor does not work http://bugs.python.org/issue7883 closed by terry.reedy
#16630: IDLE: Calltip fails if getattr raises exception http://bugs.python.org/issue16630 closed by terry.reedy
#16638: support multi-line docstring signatures in IDLE calltips http://bugs.python.org/issue16638 closed by terry.reedy
#16655: IDLE list.append calltips test failures http://bugs.python.org/issue16655 closed by terry.reedy
#17811: Improve os.readv() and os.writev() documentation and docstring http://bugs.python.org/issue17811 closed by python-dev
#17814: Popen.stdin/stdout/stderr documentation should mention object http://bugs.python.org/issue17814 closed by python-dev
#18574: BaseHTTPRequestHandler.handle_expect_100() sends invalid respo http://bugs.python.org/issue18574 closed by python-dev
#19020: Regression: Windows-tkinter-idle, unicode, and 0xxx filename http://bugs.python.org/issue19020 closed by terry.reedy
#19036: setlocale fails due to locale.h being wrapped up in LANGINFO c http://bugs.python.org/issue19036 closed by skrah
#19291: Add docs for asyncio package (Tulip, PEP 3156) http://bugs.python.org/issue19291 closed by haypo
#19584: IDLE fails - Python V2.7.6 - 64b on Win7 64b http://bugs.python.org/issue19584 closed by terry.reedy
#19936: Executable permissions of Python source files http://bugs.python.org/issue19936 closed by serhiy.storchaka
#20024: Py_BuildValue() can call Python code with an exception set http://bugs.python.org/issue20024 closed by haypo
#20122: Move CallTips tests to idle_tests http://bugs.python.org/issue20122 closed by terry.reedy
#20165: unittest TestResult wasSuccessful returns True when there are http://bugs.python.org/issue20165 closed by gregory.p.smith
#20189: inspect.Signature doesn't recognize all builtin types http://bugs.python.org/issue20189 closed by larry
#20194: Add :deprecated: marker to formatter module docs http://bugs.python.org/issue20194 closed by brett.cannon
#20195: Add :deprecated: marker to imp docs http://bugs.python.org/issue20195 closed by brett.cannon
#20222: unittest.mock-examples doc uses builtin file which is removed http://bugs.python.org/issue20222 closed by terry.reedy
#20238: Incomplete gzip output with tarfile.open(fileobj=..., mode="w: http://bugs.python.org/issue20238 closed by serhiy.storchaka
#20243: ReadError when open a tarfile for writing http://bugs.python.org/issue20243 closed by serhiy.storchaka
#20244: Possible resources leak in tarfile.open() http://bugs.python.org/issue20244 closed by serhiy.storchaka
#20245: Check empty mode in TarFile.*open() http://bugs.python.org/issue20245 closed by serhiy.storchaka
#20252: Argument Clinic howto: small typo in y# translation http://bugs.python.org/issue20252 closed by rmsr
#20262: Convert some debugging prints in zipfile to warnings http://bugs.python.org/issue20262 closed by serhiy.storchaka
#20270: urllib.parse doesn't work with empty port http://bugs.python.org/issue20270 closed by serhiy.storchaka
#20275: asyncio: remove debug code from BaseEventLoop http://bugs.python.org/issue20275 closed by python-dev
#20280: add "predicate" to the glossary http://bugs.python.org/issue20280 closed by flox
#20282: Argument Clinic: int with boolean default http://bugs.python.org/issue20282 closed by larry
#20287: Argument Clinic: support diverting output to buffer, external http://bugs.python.org/issue20287 closed by larry
#20292: clinic.py str_converter with encoding throws exception http://bugs.python.org/issue20292 closed by larry
#20294: Argument Clinic: add support for init http://bugs.python.org/issue20294 closed by larry
#20298: json library needs a non-strict option to decode single-quoted http://bugs.python.org/issue20298 closed by rhettinger
#20299: Argument Clinic CConverter.init() overrides c_default and http://bugs.python.org/issue20299 closed by larry
#20300: Argument Clinic raises exception for custom converter with def http://bugs.python.org/issue20300 closed by larry
#20301: Correct docs for default access argument for DeleteKeyEx http://bugs.python.org/issue20301 closed by zach.ware
#20302: Argument Clinic: meaningful names for group flags http://bugs.python.org/issue20302 closed by larry
#20310: Recommend using pprint for deterministic doctest http://bugs.python.org/issue20310 closed by r.david.murray
#20312: A missing link to Python-3.4.0b2.tar.bz2 in the download page. http://bugs.python.org/issue20312 closed by georg.brandl
#20313: inspect.signature should raise ValueError for builtins with no http://bugs.python.org/issue20313 closed by larry
#20315: Remove old compatibility code http://bugs.python.org/issue20315 closed by serhiy.storchaka
#20316: Byte-compiled files should be absent in tarballs http://bugs.python.org/issue20316 closed by benjamin.peterson
#20321: ImportError when a module is created after a catched ImportErr http://bugs.python.org/issue20321 closed by brett.cannon
#20324: gcc-4.2.4 support on python-3.3 (libmpdec) http://bugs.python.org/issue20324 closed by georg.brandl
#20327: Argument Clinic: setting internal variable names for parsed ar http://bugs.python.org/issue20327 closed by zach.ware
#20332: Argument Clinic docs do not list support for the 'l' format http://bugs.python.org/issue20332 closed by larry
#20340: -bb option does not have different behavior than -b option http://bugs.python.org/issue20340 closed by Arfrever
#20343: zipfile truncates extracted files http://bugs.python.org/issue20343 closed by serhiy.storchaka
#20347: dir(future) gives segfault on OS X in 3.2 and 3.3 http://bugs.python.org/issue20347 closed by r.david.murray
#20359: Having escape sequences (like color codes) in the sys.ps1 mess http://bugs.python.org/issue20359 closed by georg.brandl
#20365: test_asyncio.test_read_pty_output() fails on "AMD64 Snow Leop http://bugs.python.org/issue20365 closed by python-dev
#20370: Docs error in Library reference-17.1.3 threading.Lock.acquire( http://bugs.python.org/issue20370 closed by yonoho
#20374: Failure to compile with readline-6.3-rc1 http://bugs.python.org/issue20374 closed by python-dev
#20377: Argument Clinic: get rid of the "_impl" suffix http://bugs.python.org/issue20377 closed by larry
#20380: defaults changed by *args http://bugs.python.org/issue20380 closed by larry
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]