Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Dev

Summary of Python tracker Issues

 

 

First page Previous page 1 2 3 4 5 6 7 8 9 Next page Last page  View All Python dev RSS feed   Index | Next | Previous | View Threaded


status at bugs

Jul 19, 2013, 9:07 AM

Post #201 of 204 (68 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2013-07-12 - 2013-07-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 4092 (+25)
closed 26185 (+45)
total 30277 (+70)

Open issues with patches: 1846


Issues opened (46)
==================

#18436: Add mapping of symbol to function to operator module
http://bugs.python.org/issue18436 opened by zach.ware

#18438: Obsolete url in comment inside decimal module
http://bugs.python.org/issue18438 opened by vajrasky

#18439: Patchcheck for ACKS, NEWS does not work on Windows.
http://bugs.python.org/issue18439 opened by terry.reedy

#18441: Idle: Make test.support.requires('gui') skip when it should.
http://bugs.python.org/issue18441 opened by terry.reedy

#18443: Misc/Readme still documents TextMate
http://bugs.python.org/issue18443 opened by iwontbecreative

#18444: IDLE: Mac OS X pressing ctrl-A in Python shell moved cursor be
http://bugs.python.org/issue18444 opened by Todd.Rovito

#18445: Tools/Script/Readme is outdated
http://bugs.python.org/issue18445 opened by iwontbecreative

#18451: Omit test files in devinabox coverage run
http://bugs.python.org/issue18451 opened by brett.cannon

#18453: There are unused variables inside DateTimeTestCase class in te
http://bugs.python.org/issue18453 opened by vajrasky

#18454: distutils crashes when uploading to PyPI having only the usern
http://bugs.python.org/issue18454 opened by jgehrcke

#18456: Documentation for PyDict_Update is incorrect
http://bugs.python.org/issue18456 opened by ncoghlan

#18458: libedit history offset workaround
http://bugs.python.org/issue18458 opened by ronaldoussoren

#18459: readline: libedit support on non-apple platforms
http://bugs.python.org/issue18459 opened by ronaldoussoren

#18460: .chm documentation files advertised in download.html but not t
http://bugs.python.org/issue18460 opened by iwontbecreative

#18461: X Error in tkinter
http://bugs.python.org/issue18461 opened by serhiy.storchaka

#18465: There are unused variables and unused import in Lib/test/test_
http://bugs.python.org/issue18465 opened by vajrasky

#18466: Spelling mistakes in various code comments.
http://bugs.python.org/issue18466 opened by iwontbecreative

#18467: argparse - problematic 'default' behavior
http://bugs.python.org/issue18467 opened by matej.tyc

#18468: re.group() should never return a bytearray
http://bugs.python.org/issue18468 opened by gvanrossum

#18472: PEP 8 updates - internal interfaces and import *
http://bugs.python.org/issue18472 opened by ncoghlan

#18473: some objects pickled by Python 3.x are not unpicklable in Pyth
http://bugs.python.org/issue18473 opened by kmike

#18476: No way to pass custom arguments for loggers and formatters.
http://bugs.python.org/issue18476 opened by piotr.dobrogost

#18477: fix_import (2to3 fixer) is not case-sensitive
http://bugs.python.org/issue18477 opened by Valentin.Lorentz

#18478: Class bodies: when does a name become local?
http://bugs.python.org/issue18478 opened by terry.reedy

#18481: lcov report
http://bugs.python.org/issue18481 opened by christian.heimes

#18483: Add hour-24 type of time to test_http2time_formats in test_htt
http://bugs.python.org/issue18483 opened by vajrasky

#18484: No unit test for iso2time function from http.cookiejar module
http://bugs.python.org/issue18484 opened by vajrasky

#18485: mingw: configure for shared build
http://bugs.python.org/issue18485 opened by rpetrov

#18486: mingw: dynamic loading support
http://bugs.python.org/issue18486 opened by rpetrov

#18487: mingw implement exec prefix
http://bugs.python.org/issue18487 opened by rpetrov

#18488: sqlite: finalize() method of user function may be called with
http://bugs.python.org/issue18488 opened by haypo

#18489: IDLE Unit test for SearchEngine.py
http://bugs.python.org/issue18489 opened by philwebster

#18491: Add "exe wrapper" functionality to Windows launcher
http://bugs.python.org/issue18491 opened by pmoore

#18492: Add test.support.regrtest_run flag, simplify support.requires
http://bugs.python.org/issue18492 opened by zach.ware

#18493: make profile-opt fails with pre-existing python2.7 in path
http://bugs.python.org/issue18493 opened by Claudio.Freire

#18494: PyType_GenericSet/GetDict functions misnamed in docs?
http://bugs.python.org/issue18494 opened by Wolf.Ihlenfeldt

#18495: mingw: ignore main program for frozen scripts
http://bugs.python.org/issue18495 opened by rpetrov

#18496: mingw: setup exclude termios module
http://bugs.python.org/issue18496 opened by rpetrov

#18497: mingw: setup _multiprocessing module
http://bugs.python.org/issue18497 opened by rpetrov

#18498: mingw: setup select module
http://bugs.python.org/issue18498 opened by rpetrov

#18499: mingw: setup _ctypes module with system libffi
http://bugs.python.org/issue18499 opened by rpetrov

#18500: mingw: defect winsock2 and setup _socket module
http://bugs.python.org/issue18500 opened by rpetrov

#18501: _elementtree.c calls Python callbacks while a Python exception
http://bugs.python.org/issue18501 opened by haypo

#18502: CDLL does not use same paths as util.find_library
http://bugs.python.org/issue18502 opened by shjohnson.pi

#18503: No assertion in test_del_param_on_nonexistent_header function
http://bugs.python.org/issue18503 opened by vajrasky

#18504: IDLE:Improvements- Improving Mock_Text
http://bugs.python.org/issue18504 opened by JayKrish



Most recent 15 issues with no replies (15)
==========================================

#18504: IDLE:Improvements- Improving Mock_Text
http://bugs.python.org/issue18504

#18502: CDLL does not use same paths as util.find_library
http://bugs.python.org/issue18502

#18500: mingw: defect winsock2 and setup _socket module
http://bugs.python.org/issue18500

#18499: mingw: setup _ctypes module with system libffi
http://bugs.python.org/issue18499

#18498: mingw: setup select module
http://bugs.python.org/issue18498

#18497: mingw: setup _multiprocessing module
http://bugs.python.org/issue18497

#18496: mingw: setup exclude termios module
http://bugs.python.org/issue18496

#18495: mingw: ignore main program for frozen scripts
http://bugs.python.org/issue18495

#18494: PyType_GenericSet/GetDict functions misnamed in docs?
http://bugs.python.org/issue18494

#18493: make profile-opt fails with pre-existing python2.7 in path
http://bugs.python.org/issue18493

#18489: IDLE Unit test for SearchEngine.py
http://bugs.python.org/issue18489

#18487: mingw implement exec prefix
http://bugs.python.org/issue18487

#18486: mingw: dynamic loading support
http://bugs.python.org/issue18486

#18485: mingw: configure for shared build
http://bugs.python.org/issue18485

#18484: No unit test for iso2time function from http.cookiejar module
http://bugs.python.org/issue18484



Most recent 15 issues waiting for review (15)
=============================================

#18500: mingw: defect winsock2 and setup _socket module
http://bugs.python.org/issue18500

#18499: mingw: setup _ctypes module with system libffi
http://bugs.python.org/issue18499

#18498: mingw: setup select module
http://bugs.python.org/issue18498

#18497: mingw: setup _multiprocessing module
http://bugs.python.org/issue18497

#18496: mingw: setup exclude termios module
http://bugs.python.org/issue18496

#18495: mingw: ignore main program for frozen scripts
http://bugs.python.org/issue18495

#18492: Add test.support.regrtest_run flag, simplify support.requires
http://bugs.python.org/issue18492

#18491: Add "exe wrapper" functionality to Windows launcher
http://bugs.python.org/issue18491

#18489: IDLE Unit test for SearchEngine.py
http://bugs.python.org/issue18489

#18487: mingw implement exec prefix
http://bugs.python.org/issue18487

#18486: mingw: dynamic loading support
http://bugs.python.org/issue18486

#18485: mingw: configure for shared build
http://bugs.python.org/issue18485

#18481: lcov report
http://bugs.python.org/issue18481

#18477: fix_import (2to3 fixer) is not case-sensitive
http://bugs.python.org/issue18477

#18472: PEP 8 updates - internal interfaces and import *
http://bugs.python.org/issue18472



Top 10 most discussed issues (10)
=================================

#18408: Fixes crashes found by pyfailmalloc
http://bugs.python.org/issue18408 34 msgs

#18373: implement sys.get/setbyteswarningflag()
http://bugs.python.org/issue18373 9 msgs

#18491: Add "exe wrapper" functionality to Windows launcher
http://bugs.python.org/issue18491 9 msgs

#11874: argparse assertion failure with brackets in metavars
http://bugs.python.org/issue11874 8 msgs

#17214: http.client.HTTPConnection.putrequest encode error
http://bugs.python.org/issue17214 7 msgs

#17933: test_ftp failure / ftplib error formatting issue
http://bugs.python.org/issue17933 7 msgs

#18258: Fix test discovery for test_codecmaps*.py
http://bugs.python.org/issue18258 7 msgs

#18444: IDLE: Mac OS X pressing ctrl-A in Python shell moved cursor be
http://bugs.python.org/issue18444 7 msgs

#18305: [patch] Fast sum() for non-numbers
http://bugs.python.org/issue18305 6 msgs

#18387: Add 'symbols' link to pydoc's html menu bar.
http://bugs.python.org/issue18387 6 msgs



Issues closed (42)
==================

#17482: functools.update_wrapper mishandles __wrapped__
http://bugs.python.org/issue17482 closed by python-dev

#17767: Fix test discovery for test_locale.py
http://bugs.python.org/issue17767 closed by serhiy.storchaka

#17778: Fix test discovery for test_multiprocessing.py
http://bugs.python.org/issue17778 closed by sbt

#18021: Update broken link to Apple Publication Style Guide
http://bugs.python.org/issue18021 closed by ezio.melotti

#18042: Provide enum.unique class decorator
http://bugs.python.org/issue18042 closed by python-dev

#18266: Fix test discovery for test_largefile.py
http://bugs.python.org/issue18266 closed by serhiy.storchaka

#18279: IDLE Unit test for RstripExtension.py
http://bugs.python.org/issue18279 closed by terry.reedy

#18336: codecs: Link to readline module (history) instead of fd.readli
http://bugs.python.org/issue18336 closed by serhiy.storchaka

#18344: _bufferedreader_read_all() may leak reference to data
http://bugs.python.org/issue18344 closed by sbt

#18365: Idle: mock Text class and test thereof
http://bugs.python.org/issue18365 closed by terry.reedy

#18366: Look into using setuptools 0.8 with devinabox
http://bugs.python.org/issue18366 closed by brett.cannon

#18393: Gestalt() is deprecated on OSX 10.8, remove support?
http://bugs.python.org/issue18393 closed by ronaldoussoren

#18428: IDLE startup error
http://bugs.python.org/issue18428 closed by ned.deily

#18429: IDLE: Format Paragraph doesn't function with comment blocks
http://bugs.python.org/issue18429 closed by Todd.Rovito

#18431: Encoded words in structured headers are not decoded by the new
http://bugs.python.org/issue18431 closed by r.david.murray

#18432: sched modules queue property should return a list, not an iter
http://bugs.python.org/issue18432 closed by rhettinger

#18433: Clarify venv docs about which methods check for pre-existing p
http://bugs.python.org/issue18433 closed by python-dev

#18434: Update venv example to use setuptools
http://bugs.python.org/issue18434 closed by python-dev

#18435: Move venv from a custom Context class to types.SimpleNamespace
http://bugs.python.org/issue18435 closed by python-dev

#18437: Typo in comment inside class Charset about output_charset
http://bugs.python.org/issue18437 closed by r.david.murray

#18440: hash() and __hash__() do not document their size constraints
http://bugs.python.org/issue18440 closed by barry

#18442: Typo in developers.rst line 27
http://bugs.python.org/issue18442 closed by ned.deily

#18446: Dead link in documenting.rst
http://bugs.python.org/issue18446 closed by ezio.melotti

#18447: Pydoc crashes on large contents
http://bugs.python.org/issue18447 closed by ned.deily

#18448: Tools/demo/eiffel.py fails to run tests.
http://bugs.python.org/issue18448 closed by serhiy.storchaka

#18450: Typos in developers.rst
http://bugs.python.org/issue18450 closed by python-dev

#18452: Typo in Doc/howto/argparse.rst
http://bugs.python.org/issue18452 closed by python-dev

#18455: Multiprocessing connection SocketClient retries connection on
http://bugs.python.org/issue18455 closed by sbt

#18457: Fix and cleanup the ss1.py demo
http://bugs.python.org/issue18457 closed by serhiy.storchaka

#18462: Download > Other documentation page contains a link to a frenc
http://bugs.python.org/issue18462 closed by ned.deily

#18464: Typo in the name of function in test__encoded_words.py
http://bugs.python.org/issue18464 closed by python-dev

#18469: PyStructSequence does not handle exceptions correctly
http://bugs.python.org/issue18469 closed by python-dev

#18470: tokenizer.c does not handle new_string() failure
http://bugs.python.org/issue18470 closed by python-dev

#18471: Typo in heapq documentation
http://bugs.python.org/issue18471 closed by python-dev

#18474: Lambda assigned to object does not automatically get self
http://bugs.python.org/issue18474 closed by amaury.forgeotdarc

#18475: No unittest.main in Lib/test/test_email/test_inversion.py
http://bugs.python.org/issue18475 closed by python-dev

#18479: Improvements to Powershell activate script for venv
http://bugs.python.org/issue18479 closed by python-dev

#18480: _elementtree: missing PyType_Ready call
http://bugs.python.org/issue18480 closed by ronaldoussoren

#18482: dis.dis fails on one letter strings.
http://bugs.python.org/issue18482 closed by r.david.murray

#18490: Error embedding datetime in C++
http://bugs.python.org/issue18490 closed by christian.heimes

#18449: Demo 'ss1.py' crash in python3
http://bugs.python.org/issue18449 closed by serhiy.storchaka

#18463: Download > Other documentation page outdated/dead links
http://bugs.python.org/issue18463 closed by ned.deily
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


status at bugs

Jul 26, 2013, 9:07 AM

Post #202 of 204 (46 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2013-07-19 - 2013-07-26)
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 4114 (+22)
closed 26220 (+35)
total 30334 (+57)

Open issues with patches: 1856


Issues opened (37)
==================

#18505: Duplicate function names in test_email.py
http://bugs.python.org/issue18505 opened by vajrasky

#18507: import_init() should not use Py_FatalError() but return an err
http://bugs.python.org/issue18507 opened by haypo

#18509: CJK decoders should return MBERR_EXCEPTION on PyUnicodeWriter
http://bugs.python.org/issue18509 opened by haypo

#18512: sys.stdout.write does not allow bytes in Python 3.x
http://bugs.python.org/issue18512 opened by ntrrgc

#18515: zipfile._ZipDecryptor generates wasteful crc32 table on import
http://bugs.python.org/issue18515 opened by dholth

#18516: Typos in Lib/email/generator.py and Lib/email/architecture.rst
http://bugs.python.org/issue18516 opened by vajrasky

#18517: "xxlimited" extension declared incorrectly in setup.py
http://bugs.python.org/issue18517 opened by ned.deily

#18518: return-ing within code timed with timeit.timeit causes wrong r
http://bugs.python.org/issue18518 opened by icedream91

#18519: test_sqlite crashes on OS X tiger 3.x buildbot
http://bugs.python.org/issue18519 opened by ned.deily

#18521: [cppcheck] Full report
http://bugs.python.org/issue18521 opened by serval2412

#18526: Add resource management/guarding to unittest
http://bugs.python.org/issue18526 opened by zach.ware

#18527: Upgrade Modules/zlib to 1.2.8
http://bugs.python.org/issue18527 opened by christian.heimes

#18528: Possible fd leak in socketmodule
http://bugs.python.org/issue18528 opened by christian.heimes

#18529: Use long dash
http://bugs.python.org/issue18529 opened by serhiy.storchaka

#18530: posixpath.ismount performs extra lstat calls
http://bugs.python.org/issue18530 opened by alex

#18531: Undocumented different between METH_KEYWORDS and **kws
http://bugs.python.org/issue18531 opened by barry

#18532: hashlib.HASH objects should officially expose the hash name
http://bugs.python.org/issue18532 opened by jason.coombs

#18533: Avoid error from repr() of recursive dictview
http://bugs.python.org/issue18533 opened by bennorth

#18534: State clearly that open() 'file' param is "name" attr of the r
http://bugs.python.org/issue18534 opened by ncoghlan

#18535: termios.tcgetattr should return namedtuple
http://bugs.python.org/issue18535 opened by techtonik

#18538: `python -m dis ` relying on argparse
http://bugs.python.org/issue18538 opened by maker

#18539: Arguments tooltip wrong if def contains fractional default val
http://bugs.python.org/issue18539 opened by ariel_bruner

#18540: imaplib.IMAP4() ends with "Name or service not known" on Fedor
http://bugs.python.org/issue18540 opened by sYnfo

#18543: urllib.parse.urlopen shouldn't ignore installed opener when ca
http://bugs.python.org/issue18543 opened by moritzs

#18544: subprocess.Popen support for redirection of arbitrary file des
http://bugs.python.org/issue18544 opened by ropoctorix

#18546: ssl.get_server_certificate like addition for cert chain
http://bugs.python.org/issue18546 opened by underrun

#18548: In unittest doc change WidgetTestCase to SimpleWidgetTestCase
http://bugs.python.org/issue18548 opened by py.user

#18550: internal_setblocking() doesn't check return value of fcntl()
http://bugs.python.org/issue18550 opened by christian.heimes

#18551: child_exec() doesn't check return value of fcntl()
http://bugs.python.org/issue18551 opened by christian.heimes

#18552: obj2ast_object() doesn't check return value of PyArena_AddPyOb
http://bugs.python.org/issue18552 opened by christian.heimes

#18553: os.isatty() is not Unix only
http://bugs.python.org/issue18553 opened by techtonik

#18554: os.__all__ is incomplete
http://bugs.python.org/issue18554 opened by ronaldoussoren

#18555: type_set_bases() doesn't check return value of PyArg_UnpackTu
http://bugs.python.org/issue18555 opened by christian.heimes

#18558: Iterable glossary entry needs clarification
http://bugs.python.org/issue18558 opened by Zero

#18559: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails
http://bugs.python.org/issue18559 opened by christian.heimes

#18560: builtin_sum() doesn't check return value of PyLong_FromLong()
http://bugs.python.org/issue18560 opened by christian.heimes

#18561: ctypes _build_callargs() doesn't check name for NULL
http://bugs.python.org/issue18561 opened by christian.heimes



Most recent 15 issues with no replies (15)
==========================================

#18561: ctypes _build_callargs() doesn't check name for NULL
http://bugs.python.org/issue18561

#18560: builtin_sum() doesn't check return value of PyLong_FromLong()
http://bugs.python.org/issue18560

#18559: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails
http://bugs.python.org/issue18559

#18554: os.__all__ is incomplete
http://bugs.python.org/issue18554

#18553: os.isatty() is not Unix only
http://bugs.python.org/issue18553

#18552: obj2ast_object() doesn't check return value of PyArena_AddPyOb
http://bugs.python.org/issue18552

#18551: child_exec() doesn't check return value of fcntl()
http://bugs.python.org/issue18551

#18550: internal_setblocking() doesn't check return value of fcntl()
http://bugs.python.org/issue18550

#18548: In unittest doc change WidgetTestCase to SimpleWidgetTestCase
http://bugs.python.org/issue18548

#18544: subprocess.Popen support for redirection of arbitrary file des
http://bugs.python.org/issue18544

#18543: urllib.parse.urlopen shouldn't ignore installed opener when ca
http://bugs.python.org/issue18543

#18539: Arguments tooltip wrong if def contains fractional default val
http://bugs.python.org/issue18539

#18527: Upgrade Modules/zlib to 1.2.8
http://bugs.python.org/issue18527

#18509: CJK decoders should return MBERR_EXCEPTION on PyUnicodeWriter
http://bugs.python.org/issue18509

#18507: import_init() should not use Py_FatalError() but return an err
http://bugs.python.org/issue18507



Most recent 15 issues waiting for review (15)
=============================================

#18560: builtin_sum() doesn't check return value of PyLong_FromLong()
http://bugs.python.org/issue18560

#18559: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails
http://bugs.python.org/issue18559

#18554: os.__all__ is incomplete
http://bugs.python.org/issue18554

#18552: obj2ast_object() doesn't check return value of PyArena_AddPyOb
http://bugs.python.org/issue18552

#18548: In unittest doc change WidgetTestCase to SimpleWidgetTestCase
http://bugs.python.org/issue18548

#18540: imaplib.IMAP4() ends with "Name or service not known" on Fedor
http://bugs.python.org/issue18540

#18538: `python -m dis ` relying on argparse
http://bugs.python.org/issue18538

#18533: Avoid error from repr() of recursive dictview
http://bugs.python.org/issue18533

#18530: posixpath.ismount performs extra lstat calls
http://bugs.python.org/issue18530

#18529: Use long dash
http://bugs.python.org/issue18529

#18528: Possible fd leak in socketmodule
http://bugs.python.org/issue18528

#18526: Add resource management/guarding to unittest
http://bugs.python.org/issue18526

#18519: test_sqlite crashes on OS X tiger 3.x buildbot
http://bugs.python.org/issue18519

#18517: "xxlimited" extension declared incorrectly in setup.py
http://bugs.python.org/issue18517

#18515: zipfile._ZipDecryptor generates wasteful crc32 table on import
http://bugs.python.org/issue18515



Top 10 most discussed issues (10)
=================================

#15805: Add stdout redirection tool to contextlib
http://bugs.python.org/issue15805 24 msgs

#17899: os.listdir() leaks FDs if invoked on FD pointing to a non-dire
http://bugs.python.org/issue17899 13 msgs

#18535: termios.tcgetattr should return namedtuple
http://bugs.python.org/issue18535 8 msgs

#18519: test_sqlite crashes on OS X tiger 3.x buildbot
http://bugs.python.org/issue18519 7 msgs

#18530: posixpath.ismount performs extra lstat calls
http://bugs.python.org/issue18530 7 msgs

#18441: Idle: Make test.support.requires('gui') skip when it should.
http://bugs.python.org/issue18441 6 msgs

#18533: Avoid error from repr() of recursive dictview
http://bugs.python.org/issue18533 6 msgs

#18078: threading.Condition to allow notify on a specific waiter
http://bugs.python.org/issue18078 5 msgs

#18324: set_payload does not handle binary payloads correctly
http://bugs.python.org/issue18324 5 msgs

#18408: Fixes crashes found by pyfailmalloc
http://bugs.python.org/issue18408 5 msgs



Issues closed (34)
==================

#8079: make install fails with -j8 with python2.6/config on FreeBSD
http://bugs.python.org/issue8079 closed by christian.heimes

#9177: ssl.read/write on closed socket raises AttributeError
http://bugs.python.org/issue9177 closed by pitrou

#14853: test_file.py depends on sys.stdin being unseekable
http://bugs.python.org/issue14853 closed by ezio.melotti

#15130: remove redundant paragraph in socket howto
http://bugs.python.org/issue15130 closed by r.david.murray

#15905: Copy to fixed size buffer w/o check in sys_update_path
http://bugs.python.org/issue15905 closed by christian.heimes

#16937: -u (unbuffered I/O) command line option documentation mismatch
http://bugs.python.org/issue16937 closed by ezio.melotti

#17818: aifc.Aifc_read/Aifc_write.getparams can return a namedtuple
http://bugs.python.org/issue17818 closed by r.david.murray

#17944: Refactor test_zipfile
http://bugs.python.org/issue17944 closed by serhiy.storchaka

#18327: swapped arguments in compatible_for_assignment()?
http://bugs.python.org/issue18327 closed by christian.heimes

#18439: Patchcheck for ACKS, NEWS does not work on Windows.
http://bugs.python.org/issue18439 closed by terry.reedy

#18460: .chm documentation files advertised in download.html but not t
http://bugs.python.org/issue18460 closed by loewis

#18488: sqlite: finalize() method of user function may be called with
http://bugs.python.org/issue18488 closed by haypo

#18491: Add "exe wrapper" functionality to Windows launcher
http://bugs.python.org/issue18491 closed by python-dev

#18503: No assertion in test_del_param_on_nonexistent_header function
http://bugs.python.org/issue18503 closed by r.david.murray

#18506: DISABLEd Tkinter.Listbox still fires <<ListboxSelect>> for mou
http://bugs.python.org/issue18506 closed by ned.deily

#18508: enum.Enum population of _value2member_map does not match fallb
http://bugs.python.org/issue18508 closed by python-dev

#18510: dict.__contains__ and dict.keys().__contains__ raises exceptio
http://bugs.python.org/issue18510 closed by ronaldoussoren

#18511: random.shuffle could be faster
http://bugs.python.org/issue18511 closed by rhettinger

#18513: test.cmath fails on OS/X with gcc-4.8 in non-debug build
http://bugs.python.org/issue18513 closed by mark.dickinson

#18514: Unreachable Py_DECREF() in ctypes's PyCData_FromBaseObj()
http://bugs.python.org/issue18514 closed by christian.heimes

#18520: Fixes bugs found by pyfailmalloc during Python initialization
http://bugs.python.org/issue18520 closed by haypo

#18522: Error creating a raw string of r'\\?\'
http://bugs.python.org/issue18522 closed by pitrou

#18523: test_signal failure under Windows
http://bugs.python.org/issue18523 closed by haypo

#18524: BufferedReader.read1() documentation/implementation difference
http://bugs.python.org/issue18524 closed by pitrou

#18525: Shutil cannot import WindowsError on windows
http://bugs.python.org/issue18525 closed by ronaldoussoren

#18536: 李浩在 Google+ 上分享了一条信息
http://bugs.python.org/issue18536 closed by pitrou

#18537: bool.toggle()
http://bugs.python.org/issue18537 closed by eric.smith

#18541: LoggerAdapter example is counter-productive
http://bugs.python.org/issue18541 closed by python-dev

#18542: httpd memory consuption increasing continously due to mod_pyth
http://bugs.python.org/issue18542 closed by ronaldoussoren

#18545: enum always runs member_type when use_args is True
http://bugs.python.org/issue18545 closed by python-dev

#18547: os.path.dirname() does not behave as expected for path without
http://bugs.python.org/issue18547 closed by r.david.murray

#18549: Dead code in socket_ntohl()
http://bugs.python.org/issue18549 closed by christian.heimes

#18556: ctypes' U_set() doesn't check return value of PyUnicode_AsWide
http://bugs.python.org/issue18556 closed by brett.cannon

#18557: email address parser desired
http://bugs.python.org/issue18557 closed by r.david.murray


status at bugs

Aug 2, 2013, 9:07 AM

Post #203 of 204 (28 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2013-07-26 - 2013-08-02)
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 4128 (+14)
closed 26274 (+54)
total 30402 (+68)

Open issues with patches: 1856


Issues opened (53)
==================

#10241: gc fixes for module m_copy attribute
http://bugs.python.org/issue10241 reopened by pitrou

#18562: Regex howto: revision pass
http://bugs.python.org/issue18562 opened by akuchling

#18563: No unit test for yiq to rgb and rgb to yiq converting functio
http://bugs.python.org/issue18563 opened by vajrasky

#18564: Integer overflow in socketmodule
http://bugs.python.org/issue18564 opened by maker

#18566: In unittest.TestCase docs for setUp() and tearDown() don't men
http://bugs.python.org/issue18566 opened by py.user

#18567: Python 2.7.5 CENTOS6 Error building dbm using bdb
http://bugs.python.org/issue18567 opened by Denise.Mauldin

#18570: OverflowError in division: wrong message
http://bugs.python.org/issue18570 opened by marco.buttu

#18571: Implementation of the PEP 446: non-inheriable file descriptors
http://bugs.python.org/issue18571 opened by haypo

#18572: Remove redundant note about surrogates in string escape doc
http://bugs.python.org/issue18572 opened by stevenjd

#18574: BaseHTTPRequestHandler.handle_expect_100() sends invalid respo
http://bugs.python.org/issue18574 opened by Nikratio

#18575: Fixing tarfile._mode when using gzip via ":gz"
http://bugs.python.org/issue18575 opened by edulix

#18576: Rename and document test.script_helper as test.support.script_
http://bugs.python.org/issue18576 opened by ncoghlan

#18577: lru_cache enhancement: lru_timestamp helper function
http://bugs.python.org/issue18577 opened by peter [at] psantoro

#18578: Rename and document test.bytecode_helper as test.support.bytec
http://bugs.python.org/issue18578 opened by ncoghlan

#18579: Dereference after NULL check in listobject.c merge_hi()
http://bugs.python.org/issue18579 opened by christian.heimes

#18581: Duplicate test and missing class test in test_abc.py
http://bugs.python.org/issue18581 opened by vajrasky

#18582: PBKDF2 support
http://bugs.python.org/issue18582 opened by christian.heimes

#18583: Idle: enhance FormatParagraph
http://bugs.python.org/issue18583 opened by terry.reedy

#18585: Add a text truncation function
http://bugs.python.org/issue18585 opened by pitrou

#18586: Allow running benchmarks for Python 3 from same directory
http://bugs.python.org/issue18586 opened by brett.cannon

#18588: timeit examples should be consistent
http://bugs.python.org/issue18588 opened by claymation

#18590: 'Search' and 'Replace' dialogs don't work on quoted text in Wi
http://bugs.python.org/issue18590 opened by Sarah

#18591: threading.Thread.run returning a result
http://bugs.python.org/issue18591 opened by James.Lu

#18592: IDLE: Unit test for SearchDialogBase.py
http://bugs.python.org/issue18592 opened by philwebster

#18594: C accelerator for collections.Counter is slow
http://bugs.python.org/issue18594 opened by scoder

#18595: zipfile: symlinks etc.
http://bugs.python.org/issue18595 opened by ronaldoussoren

#18596: enable usage of AddressSanitizer in CPython [PATCH]
http://bugs.python.org/issue18596 opened by halfie

#18597: On Windows sys.stdin.readline() doesn't handle Ctrl-C properly
http://bugs.python.org/issue18597 opened by Drekin

#18598: Importlib, more verbosity please
http://bugs.python.org/issue18598 opened by Lukáš.Němec

#18600: email.policy doc example passes 'policy' to as_string, but tha
http://bugs.python.org/issue18600 opened by r.david.murray

#18602: "_io" module names itself "io"
http://bugs.python.org/issue18602 opened by pitrou

#18603: PyOS_mystricmp unused and no longer available
http://bugs.python.org/issue18603 opened by christian.heimes

#18604: Consolidate gui available checks in test.support
http://bugs.python.org/issue18604 opened by terry.reedy

#18605: 2.7: test_threading hangs on Solaris 9
http://bugs.python.org/issue18605 opened by automatthias

#18606: Add statistics module to standard library
http://bugs.python.org/issue18606 opened by stevenjd

#18609: test_ctypes failure on AIX in PyEval_CallObjectWithKeywords
http://bugs.python.org/issue18609 opened by David.Edelsohn

#18610: wsgiref.validate expects wsgi.input read to give exactly one a
http://bugs.python.org/issue18610 opened by Robin.Schoonover

#18611: Mac: Some Python Launcher issues
http://bugs.python.org/issue18611 opened by ronaldoussoren

#18612: More elaborate documentation on how list comprehensions and ge
http://bugs.python.org/issue18612 opened by uglemat

#18614: Enhanced \N{} escapes for Unicode strings
http://bugs.python.org/issue18614 opened by stevenjd

#18615: sndhdr.whathdr could return a namedtuple
http://bugs.python.org/issue18615 opened by Claudiu.Popa

#18616: enable more ssl socket options with get_server_certificate
http://bugs.python.org/issue18616 opened by underrun

#18617: TLS and Intermediate Certificates
http://bugs.python.org/issue18617 opened by dstufft

#18620: multiprocessing page leaves out important part of Pool example
http://bugs.python.org/issue18620 opened by Chris.Curvey

#18621: site.py keeps too much stuff alive when it patches builtins
http://bugs.python.org/issue18621 opened by pitrou

#18622: reset_mock on mock created by mock_open causes infinite recurs
http://bugs.python.org/issue18622 opened by michael.foord

#18623: Factor out the _SuppressCoreFiles context manager
http://bugs.python.org/issue18623 opened by pitrou

#18624: Add alias for iso-8859-8-i which is the same as iso-8859-8
http://bugs.python.org/issue18624 opened by r.david.murray

#18625: ks_c-5601-1987 is used by microsoft when it really means cp949
http://bugs.python.org/issue18625 opened by r.david.murray

#18626: Make "python -m inspect <name>" dump the source of a module
http://bugs.python.org/issue18626 opened by ncoghlan

#18628: Better index entry for encoding declarations
http://bugs.python.org/issue18628 opened by terry.reedy

#18629: future division breaks timedelta division by integer
http://bugs.python.org/issue18629 opened by exarkun

#18618: Need an atexit.register equivalent that also works in subinter
http://bugs.python.org/issue18618 opened by pitrou



Most recent 15 issues with no replies (15)
==========================================

#18629: future division breaks timedelta division by integer
http://bugs.python.org/issue18629

#18621: site.py keeps too much stuff alive when it patches builtins
http://bugs.python.org/issue18621

#18620: multiprocessing page leaves out important part of Pool example
http://bugs.python.org/issue18620

#18616: enable more ssl socket options with get_server_certificate
http://bugs.python.org/issue18616

#18615: sndhdr.whathdr could return a namedtuple
http://bugs.python.org/issue18615

#18611: Mac: Some Python Launcher issues
http://bugs.python.org/issue18611

#18610: wsgiref.validate expects wsgi.input read to give exactly one a
http://bugs.python.org/issue18610

#18603: PyOS_mystricmp unused and no longer available
http://bugs.python.org/issue18603

#18602: "_io" module names itself "io"
http://bugs.python.org/issue18602

#18600: email.policy doc example passes 'policy' to as_string, but tha
http://bugs.python.org/issue18600

#18595: zipfile: symlinks etc.
http://bugs.python.org/issue18595

#18592: IDLE: Unit test for SearchDialogBase.py
http://bugs.python.org/issue18592

#18588: timeit examples should be consistent
http://bugs.python.org/issue18588

#18586: Allow running benchmarks for Python 3 from same directory
http://bugs.python.org/issue18586

#18583: Idle: enhance FormatParagraph
http://bugs.python.org/issue18583



Most recent 15 issues waiting for review (15)
=============================================

#18621: site.py keeps too much stuff alive when it patches builtins
http://bugs.python.org/issue18621

#18616: enable more ssl socket options with get_server_certificate
http://bugs.python.org/issue18616

#18615: sndhdr.whathdr could return a namedtuple
http://bugs.python.org/issue18615

#18614: Enhanced \N{} escapes for Unicode strings
http://bugs.python.org/issue18614

#18610: wsgiref.validate expects wsgi.input read to give exactly one a
http://bugs.python.org/issue18610

#18596: enable usage of AddressSanitizer in CPython [PATCH]
http://bugs.python.org/issue18596

#18592: IDLE: Unit test for SearchDialogBase.py
http://bugs.python.org/issue18592

#18590: 'Search' and 'Replace' dialogs don't work on quoted text in Wi
http://bugs.python.org/issue18590

#18588: timeit examples should be consistent
http://bugs.python.org/issue18588

#18585: Add a text truncation function
http://bugs.python.org/issue18585

#18582: PBKDF2 support
http://bugs.python.org/issue18582

#18575: Fixing tarfile._mode when using gzip via ":gz"
http://bugs.python.org/issue18575

#18574: BaseHTTPRequestHandler.handle_expect_100() sends invalid respo
http://bugs.python.org/issue18574

#18571: Implementation of the PEP 446: non-inheriable file descriptors
http://bugs.python.org/issue18571

#18564: Integer overflow in socketmodule
http://bugs.python.org/issue18564



Top 10 most discussed issues (10)
=================================

#18585: Add a text truncation function
http://bugs.python.org/issue18585 9 msgs

#17449: dev guide appears not to cover the benchmarking suite
http://bugs.python.org/issue17449 8 msgs

#10241: gc fixes for module m_copy attribute
http://bugs.python.org/issue10241 6 msgs

#18257: Two copies of python-config
http://bugs.python.org/issue18257 6 msgs

#16248: Security bug in tkinter allows for untrusted, arbitrary code e
http://bugs.python.org/issue16248 5 msgs

#18558: Iterable glossary entry needs clarification
http://bugs.python.org/issue18558 5 msgs

#18570: OverflowError in division: wrong message
http://bugs.python.org/issue18570 5 msgs

#1666318: shutil.copytree doesn't give control over directory permission
http://bugs.python.org/issue1666318 5 msgs

#5845: rlcompleter should be enabled automatically
http://bugs.python.org/issue5845 4 msgs

#15893: Py_FrozenMain() resource leak and missing malloc checks
http://bugs.python.org/issue15893 4 msgs



Issues closed (47)
==================

#3099: On windows, "import nul" always succeed
http://bugs.python.org/issue3099 closed by tim.golden

#5302: Allow package_data specs/globs to match directories
http://bugs.python.org/issue5302 closed by larry

#7443: test.support.unlink issue on Windows platform
http://bugs.python.org/issue7443 closed by tim.golden

#9035: os.path.ismount on windows doesn't support windows mount point
http://bugs.python.org/issue9035 closed by tim.golden

#11571: Turtle window pops under the terminal on OSX
http://bugs.python.org/issue11571 closed by belopolsky

#13266: Add inspect.unwrap(f) to easily unravel "__wrapped__" chains
http://bugs.python.org/issue13266 closed by python-dev

#13463: Fix parsing of package_data
http://bugs.python.org/issue13463 closed by larry

#15415: Add temp_dir() and change_cwd() to test.support
http://bugs.python.org/issue15415 closed by python-dev

#15699: PEP 3121, 384 Refactoring applied to readline module
http://bugs.python.org/issue15699 closed by pitrou

#15892: _PyImport_GetDynLoadFunc() doesn't check return value of fstat
http://bugs.python.org/issue15892 closed by christian.heimes

#16635: Interpreter not closing stdout/stderr on exit
http://bugs.python.org/issue16635 closed by neologix

#17350: Use STAF call python script will case 1124861 issue in 2.7.2 v
http://bugs.python.org/issue17350 closed by terry.reedy

#17557: test_getgroups of test_posix can fail on OS X 10.8 if more tha
http://bugs.python.org/issue17557 closed by ned.deily

#17616: wave.Wave_read and wave.Wave_write can be context managers
http://bugs.python.org/issue17616 closed by r.david.murray

#17899: os.listdir() leaks FDs if invoked on FD pointing to a non-dire
http://bugs.python.org/issue17899 closed by larry

#18023: msi product code for 2.7.5150 not in Tools/msi/uuids.py
http://bugs.python.org/issue18023 closed by loewis

#18071: Extension module builds fail on OS X with TypeError if Xcode c
http://bugs.python.org/issue18071 closed by ned.deily

#18112: PEP 442 implementation
http://bugs.python.org/issue18112 closed by pitrou

#18214: Stop purging modules which are garbage collected before shutdo
http://bugs.python.org/issue18214 closed by pitrou

#18325: test_kqueue fails in OpenBSD
http://bugs.python.org/issue18325 closed by neologix

#18441: Idle: Make test.support.requires('gui') skip when it should.
http://bugs.python.org/issue18441 closed by terry.reedy

#18472: Update PEP 8 to encourage modern conventions
http://bugs.python.org/issue18472 closed by ncoghlan

#18481: lcov report
http://bugs.python.org/issue18481 closed by christian.heimes

#18517: "xxlimited" extension declared incorrectly in setup.py
http://bugs.python.org/issue18517 closed by ned.deily

#18539: Idle 2.7: Calltip wrong if def contains float default value
http://bugs.python.org/issue18539 closed by terry.reedy

#18552: obj2ast_object() doesn't check return value of PyArena_AddPyOb
http://bugs.python.org/issue18552 closed by christian.heimes

#18555: type_set_bases() doesn't check return value of PyArg_UnpackTu
http://bugs.python.org/issue18555 closed by christian.heimes

#18559: _pickle: NULL ptr dereference when PyLong_FromSsize_t() fails
http://bugs.python.org/issue18559 closed by christian.heimes

#18560: builtin_sum() doesn't check return value of PyLong_FromLong()
http://bugs.python.org/issue18560 closed by christian.heimes

#18561: ctypes _build_callargs() doesn't check name for NULL
http://bugs.python.org/issue18561 closed by christian.heimes

#18565: Test for closing delegating generator with cleared frame (Issu
http://bugs.python.org/issue18565 closed by python-dev

#18568: Support \e escape code in strings
http://bugs.python.org/issue18568 closed by stevenjd

#18569: Set PATHEXT in the Windows installer
http://bugs.python.org/issue18569 closed by loewis

#18573: In unittest.TestCase.assertWarns doc there is some text about
http://bugs.python.org/issue18573 closed by terry.reedy

#18580: distutils compilers are unicode strings on OS X since Python 2
http://bugs.python.org/issue18580 closed by ned.deily

#18584: examples in email.policy doc are fu'd
http://bugs.python.org/issue18584 closed by r.david.murray

#18587: urllib raises exception with string in 'errno' attribute
http://bugs.python.org/issue18587 closed by r.david.murray

#18589: cross-referencing doesn't work between the extending guide and
http://bugs.python.org/issue18589 closed by pitrou

#18593: Typo in Lib/multiprocessing/heap.py
http://bugs.python.org/issue18593 closed by eli.bendersky

#18599: _sha1module report "SHA" as its name
http://bugs.python.org/issue18599 closed by christian.heimes

#18601: Example "command-line interface to difflib" has typographical
http://bugs.python.org/issue18601 closed by r.david.murray

#18607: struct.unpack
http://bugs.python.org/issue18607 closed by Andres.Adjimann

#18608: Avoid keeping a strong reference to locale in the _io module
http://bugs.python.org/issue18608 closed by pitrou

#18613: wrong float plus/minus op result
http://bugs.python.org/issue18613 closed by brett.cannon

#18619: atexit leaks callbacks in subinterpreters
http://bugs.python.org/issue18619 closed by pitrou

#18627: Typo in Modules/hashlib.h
http://bugs.python.org/issue18627 closed by python-dev

#812369: module shutdown procedure based on GC
http://bugs.python.org/issue812369 closed by pitrou


status at bugs

Aug 9, 2013, 9:07 AM

Post #204 of 204 (13 views)
Permalink
Summary of Python tracker Issues [In reply to]

ACTIVITY SUMMARY (2013-08-02 - 2013-08-09)
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 4148 (+20)
closed 26321 (+47)
total 30469 (+67)

Open issues with patches: 1874


Issues opened (56)
==================

#4322: function with modified __name__ uses original name when there'
http://bugs.python.org/issue4322 reopened by benjamin.peterson

#17741: event-driven XML parser
http://bugs.python.org/issue17741 reopened by pitrou

#18630: mingw: exclude unix only modules
http://bugs.python.org/issue18630 opened by rpetrov

#18631: mingw: setup msvcrt and _winapi modules
http://bugs.python.org/issue18631 opened by rpetrov

#18632: mingw: build extensions with GCC
http://bugs.python.org/issue18632 opened by rpetrov

#18633: mingw: use Mingw32CCompiler as default compiler for mingw* bu
http://bugs.python.org/issue18633 opened by rpetrov

#18634: mingw find import library
http://bugs.python.org/issue18634 opened by rpetrov

#18636: mingw: setup _ssl module
http://bugs.python.org/issue18636 opened by rpetrov

#18637: mingw: export _PyNode_SizeOf as PyAPI for parser module
http://bugs.python.org/issue18637 opened by rpetrov

#18638: mingw: generalization of posix build in sysconfig.py
http://bugs.python.org/issue18638 opened by rpetrov

#18639: mingw: avoid circular dependency from time module during nativ
http://bugs.python.org/issue18639 opened by rpetrov

#18640: mingw: generalization of posix build in distutils/sysconfig.py
http://bugs.python.org/issue18640 opened by rpetrov

#18641: mingw: customize site
http://bugs.python.org/issue18641 opened by rpetrov

#18643: implement socketpair() on Windows
http://bugs.python.org/issue18643 opened by neologix

#18644: Got ResourceWarning: unclosed file when using test function fr
http://bugs.python.org/issue18644 opened by vajrasky

#18645: Add a configure option for performance guided optimization
http://bugs.python.org/issue18645 opened by rhettinger

#18646: Improve tutorial entry on 'Lambda Forms'.
http://bugs.python.org/issue18646 opened by terry.reedy

#18647: re.error: nothing to repeat
http://bugs.python.org/issue18647 opened by serhiy.storchaka

#18648: FP Howto and the PEP 8 lambda guildline
http://bugs.python.org/issue18648 opened by terry.reedy

#18650: intermittent test_pydoc failure on 3.4.0a1
http://bugs.python.org/issue18650 opened by ned.deily

#18651: test failures on KFreeBSD
http://bugs.python.org/issue18651 opened by doko

#18652: Add itertools.first_true (return first true item in iterable)
http://bugs.python.org/issue18652 opened by hynek

#18653: mingw-meta: build core modules
http://bugs.python.org/issue18653 opened by rpetrov

#18654: modernize mingw&cygwin compiler classes
http://bugs.python.org/issue18654 opened by rpetrov

#18655: GUI apps take long to launch on Windows
http://bugs.python.org/issue18655 opened by netrick

#18659: test_precision in test_format.py is not executed and has unuse
http://bugs.python.org/issue18659 opened by vajrasky

#18660: os.read behavior on Linux
http://bugs.python.org/issue18660 opened by dugres

#18663: In unittest.TestCase.assertAlmostEqual doc specify the delta d
http://bugs.python.org/issue18663 opened by py.user

#18664: occasional test_threading failure
http://bugs.python.org/issue18664 opened by pitrou

#18667: missing HAVE_FCHOWNAT
http://bugs.python.org/issue18667 opened by salinger

#18669: curses.chgat() moves cursor, documentation says it shouldn't
http://bugs.python.org/issue18669 opened by productivememberofsociety666

#18670: Using read_mime_types function from mimetypes module gives res
http://bugs.python.org/issue18670 opened by vajrasky

#18672: Fix format specifiers for debug output in _sre.c
http://bugs.python.org/issue18672 opened by serhiy.storchaka

#18673: Add and use O_TMPFILE for Linux 3.11
http://bugs.python.org/issue18673 opened by christian.heimes

#18674: Store weak references in modules_by_index
http://bugs.python.org/issue18674 opened by pitrou

#18675: Daemon Threads can seg fault
http://bugs.python.org/issue18675 opened by guettli

#18676: Queue: document that zero is accepted as timeout value
http://bugs.python.org/issue18676 opened by zyluo

#18677: Enhanced context managers with ContextManagerExit and None
http://bugs.python.org/issue18677 opened by kristjan.jonsson

#18678: Wrong struct members name for spwd module
http://bugs.python.org/issue18678 opened by vajrasky

#18679: include a codec to handle escaping only control characters but
http://bugs.python.org/issue18679 opened by underrun

#18680: JSONDecoder should document that it raises a ValueError for ma
http://bugs.python.org/issue18680 opened by corey

#18681: typo in imp.reload
http://bugs.python.org/issue18681 opened by felloak

#18682: [PATCH] remove bogus codepath from pprint._safe_repr
http://bugs.python.org/issue18682 opened by mvyskocil

#18683: Core dumps on CentOS
http://bugs.python.org/issue18683 opened by schlamar

#18684: Pointers point out of array bound in _sre.c
http://bugs.python.org/issue18684 opened by serhiy.storchaka

#18685: Restore re performance to pre-PEP393 level
http://bugs.python.org/issue18685 opened by serhiy.storchaka

#18686: Tkinter focus_get on menu results in KeyError
http://bugs.python.org/issue18686 opened by jgoeders

#18687: Lib/test/leakers/test_ctypes.py still mentions the need to upd
http://bugs.python.org/issue18687 opened by iwontbecreative

#18688: Document undocumented Unicode object API
http://bugs.python.org/issue18688 opened by serhiy.storchaka

#18689: add argument for formatter to logging.Handler and subclasses i
http://bugs.python.org/issue18689 opened by underrun

#18690: memoryview not considered a sequence
http://bugs.python.org/issue18690 opened by sfeltman

#18691: sqlite3.Cursor.execute expects sequence as second argument.
http://bugs.python.org/issue18691 opened by Andrew.Myers

#18693: help() not helpful with enum
http://bugs.python.org/issue18693 opened by ethan.furman

#18694: getxattr on Linux ZFS native filesystem happily returns partia
http://bugs.python.org/issue18694 opened by larry

#18695: os.statvfs() not working well with unicode paths
http://bugs.python.org/issue18695 opened by giampaolo.rodola

#18696: In unittest.TestCase.longMessage doc remove a redundant senten
http://bugs.python.org/issue18696 opened by py.user



Most recent 15 issues with no replies (15)
==========================================

#18696: In unittest.TestCase.longMessage doc remove a redundant senten
http://bugs.python.org/issue18696

#18695: os.statvfs() not working well with unicode paths
http://bugs.python.org/issue18695

#18694: getxattr on Linux ZFS native filesystem happily returns partia
http://bugs.python.org/issue18694

#18691: sqlite3.Cursor.execute expects sequence as second argument.
http://bugs.python.org/issue18691

#18690: memoryview not considered a sequence
http://bugs.python.org/issue18690

#18689: add argument for formatter to logging.Handler and subclasses i
http://bugs.python.org/issue18689

#18688: Document undocumented Unicode object API
http://bugs.python.org/issue18688

#18687: Lib/test/leakers/test_ctypes.py still mentions the need to upd
http://bugs.python.org/issue18687

#18684: Pointers point out of array bound in _sre.c
http://bugs.python.org/issue18684

#18681: typo in imp.reload
http://bugs.python.org/issue18681

#18675: Daemon Threads can seg fault
http://bugs.python.org/issue18675

#18672: Fix format specifiers for debug output in _sre.c
http://bugs.python.org/issue18672

#18670: Using read_mime_types function from mimetypes module gives res
http://bugs.python.org/issue18670

#18669: curses.chgat() moves cursor, documentation says it shouldn't
http://bugs.python.org/issue18669

#18663: In unittest.TestCase.assertAlmostEqual doc specify the delta d
http://bugs.python.org/issue18663



Most recent 15 issues waiting for review (15)
=============================================

#18696: In unittest.TestCase.longMessage doc remove a redundant senten
http://bugs.python.org/issue18696

#18695: os.statvfs() not working well with unicode paths
http://bugs.python.org/issue18695

#18694: getxattr on Linux ZFS native filesystem happily returns partia
http://bugs.python.org/issue18694

#18687: Lib/test/leakers/test_ctypes.py still mentions the need to upd
http://bugs.python.org/issue18687

#18685: Restore re performance to pre-PEP393 level
http://bugs.python.org/issue18685

#18684: Pointers point out of array bound in _sre.c
http://bugs.python.org/issue18684

#18682: [PATCH] remove bogus codepath from pprint._safe_repr
http://bugs.python.org/issue18682

#18678: Wrong struct members name for spwd module
http://bugs.python.org/issue18678

#18677: Enhanced context managers with ContextManagerExit and None
http://bugs.python.org/issue18677

#18676: Queue: document that zero is accepted as timeout value
http://bugs.python.org/issue18676

#18674: Store weak references in modules_by_index
http://bugs.python.org/issue18674

#18672: Fix format specifiers for debug output in _sre.c
http://bugs.python.org/issue18672

#18670: Using read_mime_types function from mimetypes module gives res
http://bugs.python.org/issue18670

#18663: In unittest.TestCase.assertAlmostEqual doc specify the delta d
http://bugs.python.org/issue18663

#18659: test_precision in test_format.py is not executed and has unuse
http://bugs.python.org/issue18659



Top 10 most discussed issues (10)
=================================

#18652: Add itertools.first_true (return first true item in iterable)
http://bugs.python.org/issue18652 27 msgs

#17741: event-driven XML parser
http://bugs.python.org/issue17741 23 msgs

#18264: enum.IntEnum is not compatible with JSON serialisation
http://bugs.python.org/issue18264 22 msgs

#18647: re.error: nothing to repeat
http://bugs.python.org/issue18647 18 msgs

#18606: Add statistics module to standard library
http://bugs.python.org/issue18606 17 msgs

#18629: future division breaks timedelta division by integer
http://bugs.python.org/issue18629 16 msgs

#18659: test_precision in test_format.py is not executed and has unuse
http://bugs.python.org/issue18659 15 msgs

#15651: PEP 3121, 384 refactoring applied to elementtree module
http://bugs.python.org/issue15651 12 msgs

#18677: Enhanced context managers with ContextManagerExit and None
http://bugs.python.org/issue18677 11 msgs

#16853: add a Selector to the select module
http://bugs.python.org/issue16853 9 msgs



Issues closed (45)
==================

#3591: elementtree tests do not include bytes handling
http://bugs.python.org/issue3591 closed by eli.bendersky

#4885: mmap enhancement request
http://bugs.python.org/issue4885 closed by pitrou

#8860: Rounding in timedelta constructor is inconsistent with that in
http://bugs.python.org/issue8860 closed by belopolsky

#8998: add crypto routines to stdlib
http://bugs.python.org/issue8998 closed by gregory.p.smith

#10427: 24:00 Hour in DateTime
http://bugs.python.org/issue10427 closed by belopolsky

#10897: UNIX mmap unnecessarily dup() file descriptor
http://bugs.python.org/issue10897 closed by neologix

#13083: _sre: getstring() releases the buffer before using it
http://bugs.python.org/issue13083 closed by serhiy.storchaka

#13612: xml.etree.ElementTree says unknown encoding of a regular encod
http://bugs.python.org/issue13612 closed by eli.bendersky

#14323: Normalize math precision in RGB/YIQ conversion
http://bugs.python.org/issue14323 closed by serhiy.storchaka

#15301: os.chown: OverflowError: Python int too large to convert to C
http://bugs.python.org/issue15301 closed by larry

#15866: encode(..., 'xmlcharrefreplace') produces entities for surroga
http://bugs.python.org/issue15866 closed by serhiy.storchaka

#15966: concurrent.futures: Executor.submit keyword arguments may not
http://bugs.python.org/issue15966 closed by mark.dickinson

#16067: UAC prompt for installation shows temporary file name
http://bugs.python.org/issue16067 closed by loewis

#16741: `int()`, `float()`, etc think python strings are null-terminat
http://bugs.python.org/issue16741 closed by serhiy.storchaka

#17011: ElementPath ignores different namespace mappings for the same
http://bugs.python.org/issue17011 closed by eli.bendersky

#17046: test_subprocess test_executable_without_cwd fails when run wit
http://bugs.python.org/issue17046 closed by ned.deily

#17216: sparc linux build fails with "could not import runpy module"
http://bugs.python.org/issue17216 closed by ned.deily

#17372: provide pretty printer for xml.etree.ElementTree
http://bugs.python.org/issue17372 closed by eli.bendersky

#17478: Tkinter's split() inconsistent for bytes and unicode strings
http://bugs.python.org/issue17478 closed by serhiy.storchaka

#17902: Document that _elementtree C API cannot use custom TreeBuilder
http://bugs.python.org/issue17902 closed by eli.bendersky

#17934: Add a frame method to clear expensive details
http://bugs.python.org/issue17934 closed by pitrou

#18151: Idlelib: update to "with open ... except OSError" (in 2.7, le
http://bugs.python.org/issue18151 closed by terry.reedy

#18201: distutils write into symlinks instead of replacing them
http://bugs.python.org/issue18201 closed by mgorny

#18273: Simplify calling and discovery of json test package
http://bugs.python.org/issue18273 closed by ezio.melotti

#18357: add tests for dictview set difference operations
http://bugs.python.org/issue18357 closed by ezio.melotti

#18396: test_signal.test_issue9324() fails on buildbot AMD64 Windows7
http://bugs.python.org/issue18396 closed by python-dev

#18443: Misc/Readme still documents TextMate
http://bugs.python.org/issue18443 closed by ezio.melotti

#18532: hashlib.HASH objects should officially expose the hash name
http://bugs.python.org/issue18532 closed by christian.heimes

#18563: No unit test for yiq to rgb and rgb to yiq converting functio
http://bugs.python.org/issue18563 closed by serhiy.storchaka

#18570: OverflowError in division: wrong message
http://bugs.python.org/issue18570 closed by mark.dickinson

#18581: Duplicate test and missing class test in test_abc.py
http://bugs.python.org/issue18581 closed by ezio.melotti

#18621: site.py keeps too much stuff alive when it patches builtins
http://bugs.python.org/issue18621 closed by pitrou

#18635: Enum sets _member_type_ to instantiated values but not the cla
http://bugs.python.org/issue18635 closed by python-dev

#18642: enhancement for operator 'assert'
http://bugs.python.org/issue18642 closed by mark.dickinson

#18649: list2cmdline function in subprocess module handles \" sequence
http://bugs.python.org/issue18649 closed by sbt

#18656: setting function.__name__ doesn't affect repr()
http://bugs.python.org/issue18656 closed by benjamin.peterson

#18657: Remove duplicate ACKS entries
http://bugs.python.org/issue18657 closed by r.david.murray

#18658: Mercurial CPython log ticket link is broken
http://bugs.python.org/issue18658 closed by ned.deily

#18661: Typo in grpmodule.c
http://bugs.python.org/issue18661 closed by mark.dickinson

#18662: re.escape should not escape the hyphen
http://bugs.python.org/issue18662 closed by jjl

#18665: Typos in frame object related code
http://bugs.python.org/issue18665 closed by pitrou

#18666: Unused variable in test_frame.py
http://bugs.python.org/issue18666 closed by pitrou

#18668: Properly document setting m_size in PyModuleDef
http://bugs.python.org/issue18668 closed by python-dev

#18671: enhance formatting in logging package
http://bugs.python.org/issue18671 closed by vinay.sajip

#18692: Connection change in compiled code
http://bugs.python.org/issue18692 closed by r.david.murray
_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com

First page Previous page 1 2 3 4 5 6 7 8 9 Next page Last page  View All Python dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.