ACTIVITY SUMMARY (2013-08-23 - 2013-08-30)
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    4182 (+14)
  closed 26476 (+50)
  total  30658 (+64)

Open issues with patches: 1910 


Issues opened (48)
==================

#17400: ipaddress should make it easy to identify rfc6598 addresses
http://bugs.python.org/issue17400  reopened by ncoghlan

#18822: poor proxyval() coverage in test_gdb
http://bugs.python.org/issue18822  opened by pitrou

#18823: Idle: use pipes instead of sockets to talk with user subproces
http://bugs.python.org/issue18823  opened by terry.reedy

#18824: Adding LogRecord attribute "traceback"
http://bugs.python.org/issue18824  opened by Sworddragon

#18825: Making msg optional on logging.exception() and similar variant
http://bugs.python.org/issue18825  opened by Sworddragon

#18826: reversed() requires a sequence - Could work on any iterator?
http://bugs.python.org/issue18826  opened by dstufft

#18828: urljoin behaves differently with custom and standard schemas
http://bugs.python.org/issue18828  opened by mher.movsisyan

#18829: csv produces confusing error message when passed a non-string 
http://bugs.python.org/issue18829  opened by Thibault.Kruse

#18830: Remove duplicates from a result of getclasstree()
http://bugs.python.org/issue18830  opened by serhiy.storchaka

#18831: importlib.import_module() bypasses builtins.__import__
http://bugs.python.org/issue18831  opened by brett.cannon

#18834: Add Clang to distutils to build C/C++ extensions
http://bugs.python.org/issue18834  opened by Ryan.Gonzalez

#18835: Add aligned memroy variants to the suite of PyMem functions/ma
http://bugs.python.org/issue18835  opened by rhettinger

#18837: multiprocessing.reduction is undocumented
http://bugs.python.org/issue18837  opened by tpievila

#18838: The order of interactive prompt and traceback on Windows
http://bugs.python.org/issue18838  opened by Drekin

#18840: Tutorial recommends pickle module without any warning of insec
http://bugs.python.org/issue18840  opened by dstufft

#18841: math.isfinite fails with Decimal sNAN
http://bugs.python.org/issue18841  opened by stevenjd

#18842: Add float.is_finite is_nan is_infinite to match Decimal method
http://bugs.python.org/issue18842  opened by stevenjd

#18843: Py_FatalError (msg=0x7f0e3b373232 "bad leading pad byte") at P
http://bugs.python.org/issue18843  opened by mmokrejs

#18844: allow weights in random.choice
http://bugs.python.org/issue18844  opened by aisaac

#18845: 2.7.5-r2: Fatal Python error: Segmentation fault
http://bugs.python.org/issue18845  opened by mmokrejs

#18848: In unittest.TestResult .startTestRun() and .stopTestRun() meth
http://bugs.python.org/issue18848  opened by py.user

#18849: Failure to try another name for tempfile when directory with c
http://bugs.python.org/issue18849  opened by vlad

#18850: xml.etree.ElementTree accepts control chars.
http://bugs.python.org/issue18850  opened by maker

#18851: subprocess's Popen closes stdout/stderr filedescriptors used i
http://bugs.python.org/issue18851  opened by janwijbrand

#18852: site.py does not handle readline.__doc__ being None
http://bugs.python.org/issue18852  opened by theller

#18853: Got ResourceWarning unclosed file when running Lib/shlex.py de
http://bugs.python.org/issue18853  opened by vajrasky

#18854: is_multipart and walk should document their treatment of 'mess
http://bugs.python.org/issue18854  opened by r.david.murray

#18855: Inconsistent README filenames
http://bugs.python.org/issue18855  opened by madison.may

#18856: Added test coverage for calendar print functions
http://bugs.python.org/issue18856  opened by madison.may

#18857: urlencode of a None value uses the string 'None'
http://bugs.python.org/issue18857  opened by Joshua.Johnston

#18858: dummy_threading lacks threading.get_ident() equivalent
http://bugs.python.org/issue18858  opened by zuo

#18859: README.valgrind should mention --with-valgrind
http://bugs.python.org/issue18859  opened by tim.peters

#18860: Add content manager API to email package
http://bugs.python.org/issue18860  opened by r.david.murray

#18861: Problems with recursive automatic exception chaining
http://bugs.python.org/issue18861  opened by Nikratio

#18862: Implement __subclasshook__() for Finders and Loaders in import
http://bugs.python.org/issue18862  opened by eric.snow

#18864: Implementation for PEP 451 (importlib.machinery.ModuleSpec)
http://bugs.python.org/issue18864  opened by eric.snow

#18870: eval() uses latin-1 to decode str
http://bugs.python.org/issue18870  opened by valhallasw

#18872: platform.linux_distribution() doesn't recognize Amazon Linux
http://bugs.python.org/issue18872  opened by Lorin.Hochstein

#18873: "Encoding" detected in non-comment lines
http://bugs.python.org/issue18873  opened by Paul.Bonser

#18874: Add a new tracemalloc module to trace memory allocations
http://bugs.python.org/issue18874  opened by haypo

#18875: Automatic insertion of the closing parentheses, brackets, and 
http://bugs.python.org/issue18875  opened by irdb

#18876: Problems with files opened in append mode with io module
http://bugs.python.org/issue18876  opened by erik.bray

#18877: tkinter askopenfilenames does not work in Windows library fold
http://bugs.python.org/issue18877  opened by tegavu

#18878: Add support of the 'with' statement to sunau.open.
http://bugs.python.org/issue18878  opened by serhiy.storchaka

#18879: tempfile.NamedTemporaryFile can close the file too early, if n
http://bugs.python.org/issue18879  opened by jort.bloem

#18880: ssl.SSLSocket shutdown doesn't behave like socket.shutdown
http://bugs.python.org/issue18880  opened by zielmicha

#18882: Add threading.main_thread() function
http://bugs.python.org/issue18882  opened by asvetlov

#18885: handle EINTR in the stdlib
http://bugs.python.org/issue18885  opened by neologix



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

#18885: handle EINTR in the stdlib
http://bugs.python.org/issue18885

#18880: ssl.SSLSocket shutdown doesn't behave like socket.shutdown
http://bugs.python.org/issue18880

#18878: Add support of the 'with' statement to sunau.open.
http://bugs.python.org/issue18878

#18877: tkinter askopenfilenames does not work in Windows library fold
http://bugs.python.org/issue18877

#18875: Automatic insertion of the closing parentheses, brackets, and 
http://bugs.python.org/issue18875

#18873: "Encoding" detected in non-comment lines
http://bugs.python.org/issue18873

#18864: Implementation for PEP 451 (importlib.machinery.ModuleSpec)
http://bugs.python.org/issue18864

#18862: Implement __subclasshook__() for Finders and Loaders in import
http://bugs.python.org/issue18862

#18860: Add content manager API to email package
http://bugs.python.org/issue18860

#18854: is_multipart and walk should document their treatment of 'mess
http://bugs.python.org/issue18854

#18853: Got ResourceWarning unclosed file when running Lib/shlex.py de
http://bugs.python.org/issue18853

#18849: Failure to try another name for tempfile when directory with c
http://bugs.python.org/issue18849

#18842: Add float.is_finite is_nan is_infinite to match Decimal method
http://bugs.python.org/issue18842

#18841: math.isfinite fails with Decimal sNAN
http://bugs.python.org/issue18841

#18837: multiprocessing.reduction is undocumented
http://bugs.python.org/issue18837



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

#18882: Add threading.main_thread() function
http://bugs.python.org/issue18882

#18880: ssl.SSLSocket shutdown doesn't behave like socket.shutdown
http://bugs.python.org/issue18880

#18878: Add support of the 'with' statement to sunau.open.
http://bugs.python.org/issue18878

#18876: Problems with files opened in append mode with io module
http://bugs.python.org/issue18876

#18874: Add a new tracemalloc module to trace memory allocations
http://bugs.python.org/issue18874

#18872: platform.linux_distribution() doesn't recognize Amazon Linux
http://bugs.python.org/issue18872

#18870: eval() uses latin-1 to decode str
http://bugs.python.org/issue18870

#18860: Add content manager API to email package
http://bugs.python.org/issue18860

#18856: Added test coverage for calendar print functions
http://bugs.python.org/issue18856

#18853: Got ResourceWarning unclosed file when running Lib/shlex.py de
http://bugs.python.org/issue18853

#18851: subprocess's Popen closes stdout/stderr filedescriptors used i
http://bugs.python.org/issue18851

#18849: Failure to try another name for tempfile when directory with c
http://bugs.python.org/issue18849

#18844: allow weights in random.choice
http://bugs.python.org/issue18844

#18834: Add Clang to distutils to build C/C++ extensions
http://bugs.python.org/issue18834

#18830: Remove duplicates from a result of getclasstree()
http://bugs.python.org/issue18830



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

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

#18843: Py_FatalError (msg=0x7f0e3b373232 "bad leading pad byte") at P
http://bugs.python.org/issue18843  33 msgs

#18850: xml.etree.ElementTree accepts control chars.
http://bugs.python.org/issue18850  26 msgs

#18643: implement socketpair() on Windows
http://bugs.python.org/issue18643  14 msgs

#18851: subprocess's Popen closes stdout/stderr filedescriptors used i
http://bugs.python.org/issue18851  11 msgs

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

#18870: eval() uses latin-1 to decode str
http://bugs.python.org/issue18870   8 msgs

#5720: ctime: I don't think that word means what you think it means.
http://bugs.python.org/issue5720   7 msgs

#18756: os.urandom() fails under high load
http://bugs.python.org/issue18756   7 msgs

#18808: Thread.join returns before PyThreadState is destroyed
http://bugs.python.org/issue18808   7 msgs



Issues closed (48)
==================

#5876: __repr__ returning unicode doesn't work when called implicitly
http://bugs.python.org/issue5876  closed by haypo

#8713: multiprocessing needs option to eschew fork() under Linux
http://bugs.python.org/issue8713  closed by sbt

#10115: Support accept4() for atomic setting of flags at socket creati
http://bugs.python.org/issue10115  closed by haypo

#11798: Test cases not garbage collected after run
http://bugs.python.org/issue11798  closed by asvetlov

#12107: TCP listening sockets created without FD_CLOEXEC flag
http://bugs.python.org/issue12107  closed by haypo

#14914: pysetup installed distribute despite dry run option being spec
http://bugs.python.org/issue14914  closed by eric.araujo

#14974: rename packaging.pypi to packaging.index
http://bugs.python.org/issue14974  closed by eric.araujo

#15507: test_subprocess assumes SIGINT is not being ignored.
http://bugs.python.org/issue15507  closed by gregory.p.smith

#16611: Cookie.py does not parse httponly or secure cookie flags
http://bugs.python.org/issue16611  closed by r.david.murray

#16799: start using argparse.Namespace in regrtest
http://bugs.python.org/issue16799  closed by serhiy.storchaka

#16946: subprocess: _close_open_fd_range_safe() does not set close-on-
http://bugs.python.org/issue16946  closed by haypo

#17036: Implementation of the PEP 433: Easier suppression of file desc
http://bugs.python.org/issue17036  closed by haypo

#17070: PEP 433: Use the new cloexec to improve security and avoid bug
http://bugs.python.org/issue17070  closed by haypo

#17588: runpy cannot run Unicode path on Windows
http://bugs.python.org/issue17588  closed by haypo

#17974: Migrate unittest to argparse
http://bugs.python.org/issue17974  closed by serhiy.storchaka

#18394: cgi.FieldStorage triggers ResourceWarning sometimes
http://bugs.python.org/issue18394  closed by brett.cannon

#18538: `python -m dis ` should use argparse
http://bugs.python.org/issue18538  closed by python-dev

#18571: Implementation of the PEP 446: non-inheritable file descriptor
http://bugs.python.org/issue18571  closed by haypo

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

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

#18743: References to non-existant "StringIO" module
http://bugs.python.org/issue18743  closed by serhiy.storchaka

#18757: Fix internal references for concurrent modules
http://bugs.python.org/issue18757  closed by serhiy.storchaka

#18760: Fix internal doc references for the xml package
http://bugs.python.org/issue18760  closed by serhiy.storchaka

#18763: subprocess: file descriptors should be closed after preexec_fn
http://bugs.python.org/issue18763  closed by neologix

#18783: No more refer to Python "long"
http://bugs.python.org/issue18783  closed by serhiy.storchaka

#18796: Wrong documentation of show_code function from dis module
http://bugs.python.org/issue18796  closed by ezio.melotti

#18798: Typo and unused variables in test fcntl
http://bugs.python.org/issue18798  closed by ezio.melotti

#18803: Fix more typos in .py files
http://bugs.python.org/issue18803  closed by ezio.melotti

#18806: socketmodule: fix/improve setipaddr() numeric addresses handli
http://bugs.python.org/issue18806  closed by neologix

#18807: Allow venv to create copies, even when symlinks are supported
http://bugs.python.org/issue18807  closed by python-dev

#18817: Got resource warning when running Lib/aifc.py
http://bugs.python.org/issue18817  closed by serhiy.storchaka

#18827: mistake in the timedelta.total_seconds docstring
http://bugs.python.org/issue18827  closed by allo

#18832: New regex module degrades re performance
http://bugs.python.org/issue18832  closed by ned.deily

#18833: Increased test coverage for telnetlib
http://bugs.python.org/issue18833  closed by ezio.melotti

#18836: Potential race condition in exceptions
http://bugs.python.org/issue18836  closed by r.david.murray

#18839: Wrong sentence in sys.exit.__doc__
http://bugs.python.org/issue18839  closed by ezio.melotti

#18846: python.exe stdout stderr issues again
http://bugs.python.org/issue18846  closed by benjamin.peterson

#18847: spam
http://bugs.python.org/issue18847  closed by ezio.melotti

#18863: Encoding a unicode with unicode() and ignoring errors
http://bugs.python.org/issue18863  closed by ned.deily

#18865: multiprocessing: remove util.pipe()?
http://bugs.python.org/issue18865  closed by sbt

#18866: spam
http://bugs.python.org/issue18866  closed by ezio.melotti

#18867: spam
http://bugs.python.org/issue18867  closed by ezio.melotti

#18868: Python3 unbuffered stdin
http://bugs.python.org/issue18868  closed by pitrou

#18869: test suite: faulthandler signal handler is lost
http://bugs.python.org/issue18869  closed by neologix

#18871: Be more stringent about the test suite
http://bugs.python.org/issue18871  closed by pitrou

#18881: Can someone try to duplicate corruption on Gentoo?
http://bugs.python.org/issue18881  closed by tim.peters

#18883: python-3.3.2-r2: Modules/xxlimited.c:17:error: #error Py_LIMIT
http://bugs.python.org/issue18883  closed by skrah

#18884: python-2.7.5-r3: 40 bytes in 1 blocks are definitely lost
http://bugs.python.org/issue18884  closed by haypo
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to