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

Python tracker status at bugs.python.org
Fri Mar 9 18:07:37 CET 2012


ACTIVITY SUMMARY (2012-03-02 - 2012-03-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 3318 (+19) closed 22704 (+44) total 26022 (+63)

Open issues with patches: 1409

Issues opened (45)

#14179: Test coverage for lib/re.py http://bugs.python.org/issue14179 opened by flomm

#14180: Factorize code to convert int/float to time_t, timeval or time http://bugs.python.org/issue14180 opened by haypo

#14182: collections.Counter equality test thrown-off by zero counts http://bugs.python.org/issue14182 opened by rhettinger

#14183: Test coverage for packaging.install and packaging.pypi.wrapper http://bugs.python.org/issue14183 opened by francismb

#14184: test_recursion_limit fails on OS X when compiled with clang http://bugs.python.org/issue14184 opened by dk

#14185: Failure to build _dbm with ndbm on Arch Linux http://bugs.python.org/issue14185 opened by anikom15

#14186: Link to PEP 3107 in "def" part of Language Reference http://bugs.python.org/issue14186 opened by cvrebert

#14187: add "annotation" entry to Glossary http://bugs.python.org/issue14187 opened by cvrebert

#14189: Documentation for some C APIs is missing clear specification o http://bugs.python.org/issue14189 opened by baruch.sterin

#14190: Minor C API documentation bugs http://bugs.python.org/issue14190 opened by baruch.sterin

#14191: argparse: nargs='*' doesn't get out-of-order positional parame http://bugs.python.org/issue14191 opened by v+python

#14196: Unhandled exceptions in pdb return value display http://bugs.python.org/issue14196 opened by Simon.Chopin

#14197: OS X framework builds do not create ABI-suffixed libpython3.x http://bugs.python.org/issue14197 opened by shibingli

#14198: Backport parts of the new memoryview documentation http://bugs.python.org/issue14198 opened by skrah

#14200: Idle shell crash on printing non-BMP unicode character http://bugs.python.org/issue14200 opened by vbr

#14201: Documented caching for shared library's getattr and __geti http://bugs.python.org/issue14201 opened by erijo

#14202: The docs of xml.dom.pulldom are almost nonexistent http://bugs.python.org/issue14202 opened by eli.bendersky

#14203: bytearray_getbuffer: unnecessary code http://bugs.python.org/issue14203 opened by skrah

#14204: Support for the NPN extension to TLS/SSL http://bugs.python.org/issue14204 opened by colinmarc

#14206: multiprocessing.Queue documentation is lacking important detai http://bugs.python.org/issue14206 opened by Garrett.Moore

#14207: ElementTree.ParseError - needs documentation and consistent C& http://bugs.python.org/issue14207 opened by eli.bendersky

#14208: No way to recover original argv with python -m http://bugs.python.org/issue14208 opened by Ben.Darnell

#14209: pkgutil.iter_zipimport_modules ignores the prefix parameter fo http://bugs.python.org/issue14209 opened by James.Pickering

#14210: add filename completion to pdb http://bugs.python.org/issue14210 opened by tshepang

#14214: test_concurrent_futures hangs http://bugs.python.org/issue14214 opened by tebeka

#14215: http://www.python.org/dev/peps/ title is python.org http://bugs.python.org/issue14215 opened by ramchandra.apte

#14216: ImportError: No module named binascii http://bugs.python.org/issue14216 opened by liuqianhn

#14219: start the Class tutorial in a more gentle manner http://bugs.python.org/issue14219 opened by tshepang

#14222: Using time.time() in Queue.get breaks when system time is chan http://bugs.python.org/issue14222 opened by tasslehoff

#14224: packaging: path description of resources is mixed up http://bugs.python.org/issue14224 opened by jokoala

#14225: _cursesmodule compile error in OS X 32-bit-only installer buil http://bugs.python.org/issue14225 opened by ned.deily

#14226: Expose dict_proxy type from descrobject.c http://bugs.python.org/issue14226 opened by ndparker

#14227: console w/ cp65001 displays extra characters for non-ascii str http://bugs.python.org/issue14227 opened by metolone

#14228: It is impossible to catch sigint on startup in python code http://bugs.python.org/issue14228 opened by telmich

#14229: On KeyboardInterrupt, the exit code should mirror the signal n http://bugs.python.org/issue14229 opened by pitrou

#14230: Delegating generator is not always visible to debugging tools http://bugs.python.org/issue14230 opened by Mark.Shannon

#14232: obmalloc: mmap() returns MAP_FAILED on error, not 0 http://bugs.python.org/issue14232 opened by haypo

#14234: CVE-2012-0876 (hash table collisions CPU usage DoS) for embedd http://bugs.python.org/issue14234 opened by dmalcolm

#14235: test_cmd.py does not correctly call reload() http://bugs.python.org/issue14235 opened by Josh.Watson

#14236: In help(re) are insufficient details http://bugs.python.org/issue14236 opened by py.user

#14237: Special sequences \A and \Z don't work in character set [] http://bugs.python.org/issue14237 opened by py.user

#14238: python shouldn't need username in passwd database http://bugs.python.org/issue14238 opened by arekm

#14239: Uninitialised variable in _PyObject_GenericSetAttrWithDict http://bugs.python.org/issue14239 opened by Mark.Shannon

#14241: io.UnsupportedOperation.new(io.UnsupportedOperation) fails http://bugs.python.org/issue14241 opened by Mark.Shannon

#14218: include rendered output in addition to markup http://bugs.python.org/issue14218 opened by tshepang

Most recent 15 issues with no replies (15)

#14241: io.UnsupportedOperation.new(io.UnsupportedOperation) fails http://bugs.python.org/issue14241

#14239: Uninitialised variable in _PyObject_GenericSetAttrWithDict http://bugs.python.org/issue14239

#14236: In help(re) are insufficient details http://bugs.python.org/issue14236

#14230: Delegating generator is not always visible to debugging tools http://bugs.python.org/issue14230

#14226: Expose dict_proxy type from descrobject.c http://bugs.python.org/issue14226

#14225: _cursesmodule compile error in OS X 32-bit-only installer buil http://bugs.python.org/issue14225

#14215: http://www.python.org/dev/peps/ title is python.org http://bugs.python.org/issue14215

#14207: ElementTree.ParseError - needs documentation and consistent C& http://bugs.python.org/issue14207

#14198: Backport parts of the new memoryview documentation http://bugs.python.org/issue14198

#14196: Unhandled exceptions in pdb return value display http://bugs.python.org/issue14196

#14189: Documentation for some C APIs is missing clear specification o http://bugs.python.org/issue14189

#14186: Link to PEP 3107 in "def" part of Language Reference http://bugs.python.org/issue14186

#14185: Failure to build _dbm with ndbm on Arch Linux http://bugs.python.org/issue14185

#14184: test_recursion_limit fails on OS X when compiled with clang http://bugs.python.org/issue14184

#14182: collections.Counter equality test thrown-off by zero counts http://bugs.python.org/issue14182

Most recent 15 issues waiting for review (15)

#14241: io.UnsupportedOperation.new(io.UnsupportedOperation) fails http://bugs.python.org/issue14241

#14239: Uninitialised variable in _PyObject_GenericSetAttrWithDict http://bugs.python.org/issue14239

#14235: test_cmd.py does not correctly call reload() http://bugs.python.org/issue14235

#14234: CVE-2012-0876 (hash table collisions CPU usage DoS) for embedd http://bugs.python.org/issue14234

#14232: obmalloc: mmap() returns MAP_FAILED on error, not 0 http://bugs.python.org/issue14232

#14230: Delegating generator is not always visible to debugging tools http://bugs.python.org/issue14230

#14224: packaging: path description of resources is mixed up http://bugs.python.org/issue14224

#14210: add filename completion to pdb http://bugs.python.org/issue14210

#14204: Support for the NPN extension to TLS/SSL http://bugs.python.org/issue14204

#14203: bytearray_getbuffer: unnecessary code http://bugs.python.org/issue14203

#14200: Idle shell crash on printing non-BMP unicode character http://bugs.python.org/issue14200

#14191: argparse: nargs='*' doesn't get out-of-order positional parame http://bugs.python.org/issue14191

#14183: Test coverage for packaging.install and packaging.pypi.wrapper http://bugs.python.org/issue14183

#14180: Factorize code to convert int/float to time_t, timeval or time http://bugs.python.org/issue14180

#14179: Test coverage for lib/re.py http://bugs.python.org/issue14179

Top 10 most discussed issues (10)

#7652: Merge C version of decimal into py3k. http://bugs.python.org/issue7652 23 msgs

#14218: include rendered output in addition to markup http://bugs.python.org/issue14218 14 msgs

#14127: os.stat and os.utime: allow preserving exact metadata http://bugs.python.org/issue14127 12 msgs

#13719: bdist_msi upload fails http://bugs.python.org/issue13719 11 msgs

#14191: argparse: nargs='*' doesn't get out-of-order positional parame http://bugs.python.org/issue14191 11 msgs

#14228: It is impossible to catch sigint on startup in python code http://bugs.python.org/issue14228 10 msgs

#14216: ImportError: No module named binascii http://bugs.python.org/issue14216 8 msgs

#11379: Remove "lightweight" from minidom description http://bugs.python.org/issue11379 7 msgs

#13964: os.utimensat() and os.futimes() should accept (sec, nsec), dro http://bugs.python.org/issue13964 7 msgs

#14200: Idle shell crash on printing non-BMP unicode character http://bugs.python.org/issue14200 7 msgs

Issues closed (43)

#5689: Support xz compression in tarfile module http://bugs.python.org/issue5689 closed by nadeem.vawda

#6715: xz compressor support http://bugs.python.org/issue6715 closed by nadeem.vawda

#10369: tarfile requires an actual file on disc; a file-like object is http://bugs.python.org/issue10369 closed by lars.gustaebel

#12328: multiprocessing's overlapped PipeConnection on Windows http://bugs.python.org/issue12328 closed by pitrou

#12568: Add functions to get the width in columns of a character http://bugs.python.org/issue12568 closed by loewis

#13550: Rewrite logging hack of the threading module http://bugs.python.org/issue13550 closed by python-dev

#13704: Random number generator in Python core http://bugs.python.org/issue13704 closed by christian.heimes

#13860: PyBuffer_FillInfo() return value http://bugs.python.org/issue13860 closed by skrah

#13882: PEP 410: Use decimal.Decimal type for timestamps http://bugs.python.org/issue13882 closed by haypo

#13970: frameobject should not have f_yieldfrom attribute http://bugs.python.org/issue13970 closed by python-dev

#13981: time.sleep() should use nanosleep() if available http://bugs.python.org/issue13981 closed by haypo

#14071: allow more than one hash seed per process (move _Py_HashSecret http://bugs.python.org/issue14071 closed by haypo

#14085: PyUnicode_WRITE: "comparison is always true" warnings http://bugs.python.org/issue14085 closed by python-dev

#14100: Add a missing info to PEP 393 + link from whatsnew 3.3 http://bugs.python.org/issue14100 closed by loewis

#14114: 2.7.3rc1 chm gives JS error http://bugs.python.org/issue14114 closed by loewis

#14122: operator: div() instead of truediv() in documention since 3.1. http://bugs.python.org/issue14122 closed by ezio.melotti

#14144: urllib2 HTTPRedirectHandler not forwarding POST data in redire http://bugs.python.org/issue14144 closed by orsenthil

#14166: private dispatch table for picklers http://bugs.python.org/issue14166 closed by pitrou

#14168: Bug in minidom 3.3 after optimization patch http://bugs.python.org/issue14168 closed by loewis

#14171: warnings from valgrind about openssl as used by CPython http://bugs.python.org/issue14171 closed by loewis

#14172: ref-counting leak in buffer usage in Python/marshal.c http://bugs.python.org/issue14172 closed by pitrou

#14176: Fix unicode literals http://bugs.python.org/issue14176 closed by terry.reedy

#14177: marshal.loads accepts unicode strings http://bugs.python.org/issue14177 closed by pitrou

#14178: _elementtree problem deleting slices with steps != +1 http://bugs.python.org/issue14178 closed by eli.bendersky

#14181: Support getbuffer redirection scheme in memoryview http://bugs.python.org/issue14181 closed by skrah

#14188: Sharing site-packages between Apple and python.org builds brea http://bugs.python.org/issue14188 closed by ned.deily

#14192: stdout.encoding not set when redirecting windows command line http://bugs.python.org/issue14192 closed by loewis

#14193: broken link on PEP 385 http://bugs.python.org/issue14193 closed by georg.brandl

#14194: typo in pep414 http://bugs.python.org/issue14194 closed by georg.brandl

#14195: WeakSet has ordering relations wrong http://bugs.python.org/issue14195 closed by meador.inge

#14199: Keep a refence to mro in _PyType_Lookup() and super_getattro() http://bugs.python.org/issue14199 closed by python-dev

#14205: Raise an error if a dict is modified during a lookup http://bugs.python.org/issue14205 closed by python-dev

#14211: Don't rely on borrowed PyType_Lookup() reference in PyObject http://bugs.python.org/issue14211 closed by haypo

#14212: Segfault when using re.finditer over mmap http://bugs.python.org/issue14212 closed by python-dev

#14213: python33.dll not removed on uninstallation http://bugs.python.org/issue14213 closed by vinay.sajip

#14217: text output pretends to be code http://bugs.python.org/issue14217 closed by orsenthil

#14220: "yield from" kills generator on re-entry http://bugs.python.org/issue14220 closed by python-dev

#14221: re.sub backreferences to numbered groups produce garbage http://bugs.python.org/issue14221 closed by ezio.melotti

#14223: curses addch broken on Python3.3a1 http://bugs.python.org/issue14223 closed by python-dev

#14231: Fix or drop Lib/test/crashers/borrowed_ref_1.py http://bugs.python.org/issue14231 closed by haypo

#14233: argparse: "append" action fails to override default values http://bugs.python.org/issue14233 closed by r.david.murray

#14240: lstrip problem http://bugs.python.org/issue14240 closed by amaury.forgeotdarc

#1469629: dict = self in subclass of dict causes a memory leak http://bugs.python.org/issue1469629 closed by python-dev



More information about the Python-Dev mailing list