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

Python tracker status at bugs.python.org
Fri Dec 14 18:07:28 CET 2012


ACTIVITY SUMMARY (2012-12-07 - 2012-12-14) 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 3826 (+10) closed 24631 (+34) total 28457 (+44)

Open issues with patches: 1683

Issues opened (37)

#16421: importlib.machinery.ExtensionFileLoader cannot load several mo http://bugs.python.org/issue16421 reopened by haypo

#16637: py-bt, py-locals, etc. GDB commands fail with output-radix 16 http://bugs.python.org/issue16637 opened by mshroyer

#16638: support multi-line docstring signatures in IDLE calltips http://bugs.python.org/issue16638 opened by chris.jerdonek

#16640: Less code under lock in sched.scheduler http://bugs.python.org/issue16640 opened by serhiy.storchaka

#16641: sched.scheduler.enter arguments should not be modifiable http://bugs.python.org/issue16641 opened by serhiy.storchaka

#16642: Mention new "kwargs" named tuple parameter in sched module http://bugs.python.org/issue16642 opened by serhiy.storchaka

#16643: Wrong documented default value for timefunc parameter in sched http://bugs.python.org/issue16643 opened by serhiy.storchaka

#16644: Wrong code in ContextManagerTests.test_invalid_args() in test_ http://bugs.python.org/issue16644 opened by serhiy.storchaka

#16645: Wrong test_extract_hardlink() in test_tarfile.py http://bugs.python.org/issue16645 opened by serhiy.storchaka

#16646: FTP.makeport() loses socket error details http://bugs.python.org/issue16646 opened by serhiy.storchaka

#16647: LMTP.connect() loses socket error details http://bugs.python.org/issue16647 opened by serhiy.storchaka

#16648: stdib should use new exception types from PEP 3151 http://bugs.python.org/issue16648 opened by asvetlov

#16649: Add a PyCF_DISPLAY_EXPRESSION_RESULTS flag http://bugs.python.org/issue16649 opened by ncoghlan

#16650: Popen._internal_poll() references errno.ECHILD outside of the http://bugs.python.org/issue16650 opened by serhiy.storchaka

#16651: Find out what stdlib modules lack a pure Python implementation http://bugs.python.org/issue16651 opened by brett.cannon

#16652: socket.getfqdn docs are not explicit enough about the algorith http://bugs.python.org/issue16652 opened by r.david.murray

#16653: reference kept in f_locals prevents the tracing/profiling of a http://bugs.python.org/issue16653 opened by xdegaye

#16655: IDLE list.append calltips test failures http://bugs.python.org/issue16655 opened by chris.jerdonek

#16656: os.walk ignores international dirs on Windows http://bugs.python.org/issue16656 opened by techtonik

#16657: traceback.format_tb incorrect docsting http://bugs.python.org/issue16657 opened by mgedmin

#16658: Missing "return" in HTTPConnection.send() http://bugs.python.org/issue16658 opened by amaury.forgeotdarc

#16659: Pure Python implementation of random http://bugs.python.org/issue16659 opened by serhiy.storchaka

#16661: test_posix.test_getgrouplist fails on some systems - incorrect http://bugs.python.org/issue16661 opened by gregory.p.smith

#16662: load_tests not invoked in package/init.py http://bugs.python.org/issue16662 opened by rbcollins

#16663: Poor documentation for METH_KEYWORDS http://bugs.python.org/issue16663 opened by r3m0t

#16664: [PATCH] Test Glob: files starting with . http://bugs.python.org/issue16664 opened by Sebastian.Kreft

#16665: doc for builtin hex() is poor http://bugs.python.org/issue16665 opened by rurpy2

#16666: docs wrongly imply socket.getaddrinfo takes keyword arguments http://bugs.python.org/issue16666 opened by Mikel.Ward

#16667: timezone docs need "versionadded: 3.2" http://bugs.python.org/issue16667 opened by ncoghlan

#16669: Docstrings for namedtuple http://bugs.python.org/issue16669 opened by serhiy.storchaka

#16670: Point class may be not be a good example for namedtuple http://bugs.python.org/issue16670 opened by julien.tayon

#16672: improve tracing performances when f_trace is NULL http://bugs.python.org/issue16672 opened by xdegaye

#16674: Faster getrandbits() for small integers http://bugs.python.org/issue16674 opened by serhiy.storchaka

#16676: Segfault under Python 3.3 after PyType_GenericNew http://bugs.python.org/issue16676 opened by tseaver

#16677: Hard to find operator precedence in Lang Ref. http://bugs.python.org/issue16677 opened by rurpy2

#16678: optparse: parse only known options http://bugs.python.org/issue16678 opened by techtonik

#16679: Wrong URL path decoding http://bugs.python.org/issue16679 opened by claudep

Most recent 15 issues with no replies (15)

#16677: Hard to find operator precedence in Lang Ref. http://bugs.python.org/issue16677

#16676: Segfault under Python 3.3 after PyType_GenericNew http://bugs.python.org/issue16676

#16674: Faster getrandbits() for small integers http://bugs.python.org/issue16674

#16663: Poor documentation for METH_KEYWORDS http://bugs.python.org/issue16663

#16658: Missing "return" in HTTPConnection.send() http://bugs.python.org/issue16658

#16657: traceback.format_tb incorrect docsting http://bugs.python.org/issue16657

#16655: IDLE list.append calltips test failures http://bugs.python.org/issue16655

#16652: socket.getfqdn docs are not explicit enough about the algorith http://bugs.python.org/issue16652

#16646: FTP.makeport() loses socket error details http://bugs.python.org/issue16646

#16645: Wrong test_extract_hardlink() in test_tarfile.py http://bugs.python.org/issue16645

#16643: Wrong documented default value for timefunc parameter in sched http://bugs.python.org/issue16643

#16642: Mention new "kwargs" named tuple parameter in sched module http://bugs.python.org/issue16642

#16640: Less code under lock in sched.scheduler http://bugs.python.org/issue16640

#16626: Infinite recursion in glob.glob('*:') on Windows http://bugs.python.org/issue16626

#16623: argparse help formatter does not honor non-breaking space http://bugs.python.org/issue16623

Most recent 15 issues waiting for review (15)

#16679: Wrong URL path decoding http://bugs.python.org/issue16679

#16674: Faster getrandbits() for small integers http://bugs.python.org/issue16674

#16672: improve tracing performances when f_trace is NULL http://bugs.python.org/issue16672

#16669: Docstrings for namedtuple http://bugs.python.org/issue16669

#16667: timezone docs need "versionadded: 3.2" http://bugs.python.org/issue16667

#16664: [PATCH] Test Glob: files starting with . http://bugs.python.org/issue16664

#16659: Pure Python implementation of random http://bugs.python.org/issue16659

#16657: traceback.format_tb incorrect docsting http://bugs.python.org/issue16657

#16653: reference kept in f_locals prevents the tracing/profiling of a http://bugs.python.org/issue16653

#16650: Popen._internal_poll() references errno.ECHILD outside of the http://bugs.python.org/issue16650

#16647: LMTP.connect() loses socket error details http://bugs.python.org/issue16647

#16646: FTP.makeport() loses socket error details http://bugs.python.org/issue16646

#16645: Wrong test_extract_hardlink() in test_tarfile.py http://bugs.python.org/issue16645

#16644: Wrong code in ContextManagerTests.test_invalid_args() in test_ http://bugs.python.org/issue16644

#16642: Mention new "kwargs" named tuple parameter in sched module http://bugs.python.org/issue16642

Top 10 most discussed issues (10)

#16612: Integrate "Argument Clinic" specialized preprocessor into CPyt http://bugs.python.org/issue16612 21 msgs

#16656: os.walk ignores international dirs on Windows http://bugs.python.org/issue16656 21 msgs

#16651: Find out what stdlib modules lack a pure Python implementation http://bugs.python.org/issue16651 17 msgs

#15207: mimetypes.read_windows_registry() uses the wrong regkey, creat http://bugs.python.org/issue15207 9 msgs

#14894: distutils.LooseVersion fails to compare number and a word http://bugs.python.org/issue14894 7 msgs

#16659: Pure Python implementation of random http://bugs.python.org/issue16659 7 msgs

#16661: test_posix.test_getgrouplist fails on some systems - incorrect http://bugs.python.org/issue16661 6 msgs

#16666: docs wrongly imply socket.getaddrinfo takes keyword arguments http://bugs.python.org/issue16666 6 msgs

#7741: Allow multiple statements in code.InteractiveConsole.push http://bugs.python.org/issue7741 5 msgs

#16665: doc for builtin hex() is poor http://bugs.python.org/issue16665 5 msgs

Issues closed (32)

#7719: distutils: ignore .nfsXXXX files http://bugs.python.org/issue7719 closed by eric.araujo

#11797: 2to3 does not correct "reload" http://bugs.python.org/issue11797 closed by python-dev

#12446: StreamReader Readlines behavior odd http://bugs.python.org/issue12446 closed by serhiy.storchaka

#13091: ctypes: memory leak http://bugs.python.org/issue13091 closed by pitrou

#13390: Hunt memory allocations in addition to reference leaks http://bugs.python.org/issue13390 closed by pitrou

#13512: ~/.pypirc created insecurely http://bugs.python.org/issue13512 closed by eric.araujo

#13614: setup.py register fails if long_description contains ReST http://bugs.python.org/issue13614 closed by eric.araujo

#14475: codecs.StreamReader.read behaves differently from regular file http://bugs.python.org/issue14475 closed by serhiy.storchaka

#15209: Re-raising exceptions from an expression http://bugs.python.org/issue15209 closed by ncoghlan

#15526: test_startfile crash on Windows 7 AMD64 http://bugs.python.org/issue15526 closed by sbt

#15872: shutil.rmtree(..., ignore_errors=True) doesn't ignore all erro http://bugs.python.org/issue15872 closed by hynek

#16049: Create abstract base classes by inheritance rather than a dire http://bugs.python.org/issue16049 closed by asvetlov

#16267: order of decorators @abstractmethod and @classmethod is signif http://bugs.python.org/issue16267 closed by ncoghlan

#16495: bytes_decode() unnecessarily examines encoding http://bugs.python.org/issue16495 closed by chris.jerdonek

#16582: Tkinter calls SystemExit with string http://bugs.python.org/issue16582 closed by asvetlov

#16598: Docs: double newlines printed in some file iteration examples http://bugs.python.org/issue16598 closed by asvetlov

#16602: weakref can return an object with 0 refcount http://bugs.python.org/issue16602 closed by pitrou

#16614: argparse should have an option to require un-abbreviated optio http://bugs.python.org/issue16614 closed by terry.reedy

#16616: test_poll.PollTests.poll_unit_tests() is dead code http://bugs.python.org/issue16616 closed by sbt

#16628: leak in ctypes.resize() http://bugs.python.org/issue16628 closed by pitrou

#16629: IDLE: Calltips test fails due to int docstring change http://bugs.python.org/issue16629 closed by chris.jerdonek

#16634: urllib.error.HTTPError.reason is not documented http://bugs.python.org/issue16634 closed by orsenthil

#16636: codecs: readline() followed by readlines() returns trunkated r http://bugs.python.org/issue16636 closed by serhiy.storchaka

#16639: not your all issuse send http://bugs.python.org/issue16639 closed by rosslagerwall

#16654: IDLE problems with Mac OS 10.6.8 ("print syntax") http://bugs.python.org/issue16654 closed by r.david.murray

#16660: Segmentation fault when importing hashlib http://bugs.python.org/issue16660 closed by gregory.p.smith

#16668: Remove python3dll.vcxproj from pcbuild.sln http://bugs.python.org/issue16668 closed by loewis

#16671: logging.handlers.QueueListener sentinel should not be None http://bugs.python.org/issue16671 closed by vinay.sajip

#16673: Corrections in the library OS (PEP8) http://bugs.python.org/issue16673 closed by ezio.melotti

#16675: Ship Python with a package manager http://bugs.python.org/issue16675 closed by r.david.murray

#16680: Line buffering in socket._fileobject is broken http://bugs.python.org/issue16680 closed by neologix

#1748064: inspect.getargspec fails on built-in or slot wrapper methods http://bugs.python.org/issue1748064 closed by asvetlov



More information about the Python-Dev mailing list