Summary of Python tracker Issues

ACTIVITY SUMMARY (2015-04-17 - 2015-04-24) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open 4814 (+22) closed 31000 (+43) total 35814 (+65) Open issues with patches: 2249 Issues opened (46) ================== #15582: Enhance inspect.getdoc to follow inheritance chains http://bugs.python.org/issue15582 reopened by serhiy.storchaka #23991: ZipFile sanity checks http://bugs.python.org/issue23991 opened by Antony.Lee #23992: multiprocessing: MapResult shouldn't fail fast upon exception http://bugs.python.org/issue23992 opened by neologix #23993: Use surrogateescape error handler by default in open() if the http://bugs.python.org/issue23993 opened by haypo #23994: argparse fails to detect program name when there is a slash at http://bugs.python.org/issue23994 opened by boramalper #23995: msvcrt could not be imported http://bugs.python.org/issue23995 opened by petrikas #23996: _PyGen_FetchStopIterationValue() crashes on unnormalised excep http://bugs.python.org/issue23996 opened by scoder #23997: unicodedata_UCD_lookup() has theoretical buffer overflow http://bugs.python.org/issue23997 opened by christian.heimes #23999: Undefined behavior in dtoa.c (rshift 32 of 32bit data type) http://bugs.python.org/issue23999 opened by christian.heimes #24000: More fixes for the Clinic mapping of converters to format unit http://bugs.python.org/issue24000 opened by larry #24001: Clinic: use raw types in types= set http://bugs.python.org/issue24001 opened by larry #24004: avoid explicit generator type check in asyncio http://bugs.python.org/issue24004 opened by scoder #24009: Get rid of rare format units in PyArg_Parse* http://bugs.python.org/issue24009 opened by serhiy.storchaka #24010: Add error checks to PyInit__locale() http://bugs.python.org/issue24010 opened by christian.heimes #24011: Add error checks to PyInit_signal() http://bugs.python.org/issue24011 opened by christian.heimes #24012: Add error checks to PyInit_pyexpat() http://bugs.python.org/issue24012 opened by christian.heimes #24013: Improve os.scandir() and DirEntry documentation http://bugs.python.org/issue24013 opened by benhoyt #24015: timeit should start with 1 loop, not 10 http://bugs.python.org/issue24015 opened by nomeata #24016: Add a Sprints organization/preparation section to devguide http://bugs.python.org/issue24016 opened by willingc #24017: Implemenation of the PEP 492 - Coroutines with async and await http://bugs.python.org/issue24017 opened by haypo #24018: add a Generator ABC http://bugs.python.org/issue24018 opened by scoder #24021: document urllib.urlretrieve http://bugs.python.org/issue24021 opened by krichter #24022: Python heap corruption issue http://bugs.python.org/issue24022 opened by benjamin.peterson #24024: str.__doc__ needs an update http://bugs.python.org/issue24024 opened by lemburg #24026: Python hangs forever in wait() of threading.py http://bugs.python.org/issue24026 opened by appidman #24027: IMAP library lacks documentation about expected parameter type http://bugs.python.org/issue24027 opened by pmoleri #24028: Idle: add doc subsection on calltips http://bugs.python.org/issue24028 opened by terry.reedy #24030: IMAP library encoding enhancement http://bugs.python.org/issue24030 opened by pmoleri #24032: urlparse.urljoin does not add query part http://bugs.python.org/issue24032 opened by albertsmuktupavels #24033: Update _test_multiprocessing.py to use script helpers http://bugs.python.org/issue24033 opened by bobcatfish #24034: Make fails Objects/typeslots.inc http://bugs.python.org/issue24034 opened by masamoto #24035: When Caps Locked, <Shift> + alpha-character still displayed as http://bugs.python.org/issue24035 opened by principia1687 #24036: GB2312 codec is using a wrong covert table http://bugs.python.org/issue24036 opened by Ma Lin #24037: Argument Clinic: add the boolint converter http://bugs.python.org/issue24037 opened by serhiy.storchaka #24039: Minimize option doesn't work on Search Dialog box for idle http://bugs.python.org/issue24039 opened by prince09cs #24040: plistlib assumes dict_type is descendent of dict http://bugs.python.org/issue24040 opened by Behdad.Esfahbod #24041: Implement Mac East Asian encodings properly http://bugs.python.org/issue24041 opened by Behdad.Esfahbod #24042: Convert os._getfullpathname() and os._isdir() to Argument Clin http://bugs.python.org/issue24042 opened by serhiy.storchaka #24043: Implement mac_romanian and mac_croatian encodings http://bugs.python.org/issue24043 opened by Behdad.Esfahbod #24045: Behavior of large returncodes (sys.exit(nn)) http://bugs.python.org/issue24045 opened by ethan.furman #24046: Incomplete build on AIX http://bugs.python.org/issue24046 opened by aixtools@gmail.com #24048: remove_module() needs to save/restore exception state http://bugs.python.org/issue24048 opened by herring #24050: Segmentation fault (core dumped) http://bugs.python.org/issue24050 opened by nivin #24051: Argument Clinic no longer works with single optional argument http://bugs.python.org/issue24051 opened by serhiy.storchaka #24052: sys.exit(code) returns "success" to the OS for some values of http://bugs.python.org/issue24052 opened by belopolsky #24053: Define EXIT_SUCCESS and EXIT_FAILURE constants in sys http://bugs.python.org/issue24053 opened by belopolsky Most recent 15 issues with no replies (15) ========================================== #24053: Define EXIT_SUCCESS and EXIT_FAILURE constants in sys http://bugs.python.org/issue24053 #24052: sys.exit(code) returns "success" to the OS for some values of http://bugs.python.org/issue24052 #24051: Argument Clinic no longer works with single optional argument http://bugs.python.org/issue24051 #24048: remove_module() needs to save/restore exception state http://bugs.python.org/issue24048 #24045: Behavior of large returncodes (sys.exit(nn)) http://bugs.python.org/issue24045 #24039: Minimize option doesn't work on Search Dialog box for idle http://bugs.python.org/issue24039 #24032: urlparse.urljoin does not add query part http://bugs.python.org/issue24032 #24030: IMAP library encoding enhancement http://bugs.python.org/issue24030 #24028: Idle: add doc subsection on calltips http://bugs.python.org/issue24028 #24024: str.__doc__ needs an update http://bugs.python.org/issue24024 #24016: Add a Sprints organization/preparation section to devguide http://bugs.python.org/issue24016 #24013: Improve os.scandir() and DirEntry documentation http://bugs.python.org/issue24013 #24012: Add error checks to PyInit_pyexpat() http://bugs.python.org/issue24012 #24011: Add error checks to PyInit_signal() http://bugs.python.org/issue24011 #24010: Add error checks to PyInit__locale() http://bugs.python.org/issue24010 Most recent 15 issues waiting for review (15) ============================================= #24042: Convert os._getfullpathname() and os._isdir() to Argument Clin http://bugs.python.org/issue24042 #24037: Argument Clinic: add the boolint converter http://bugs.python.org/issue24037 #24036: GB2312 codec is using a wrong covert table http://bugs.python.org/issue24036 #24034: Make fails Objects/typeslots.inc http://bugs.python.org/issue24034 #24018: add a Generator ABC http://bugs.python.org/issue24018 #24017: Implemenation of the PEP 492 - Coroutines with async and await http://bugs.python.org/issue24017 #24013: Improve os.scandir() and DirEntry documentation http://bugs.python.org/issue24013 #24012: Add error checks to PyInit_pyexpat() http://bugs.python.org/issue24012 #24011: Add error checks to PyInit_signal() http://bugs.python.org/issue24011 #24010: Add error checks to PyInit__locale() http://bugs.python.org/issue24010 #24009: Get rid of rare format units in PyArg_Parse* http://bugs.python.org/issue24009 #24001: Clinic: use raw types in types= set http://bugs.python.org/issue24001 #24000: More fixes for the Clinic mapping of converters to format unit http://bugs.python.org/issue24000 #23997: unicodedata_UCD_lookup() has theoretical buffer overflow http://bugs.python.org/issue23997 #23996: _PyGen_FetchStopIterationValue() crashes on unnormalised excep http://bugs.python.org/issue23996 Top 10 most discussed issues (10) ================================= #24018: add a Generator ABC http://bugs.python.org/issue24018 17 msgs #23496: Steps for Android Native Build of Python 3.4.2 http://bugs.python.org/issue23496 16 msgs #14376: sys.exit documents argument as "integer" but actually requires http://bugs.python.org/issue14376 12 msgs #20182: Derby #13: Convert 50 sites to Argument Clinic across 5 files http://bugs.python.org/issue20182 9 msgs #23993: Use surrogateescape error handler by default in open() if the http://bugs.python.org/issue23993 9 msgs #24000: More fixes for the Clinic mapping of converters to format unit http://bugs.python.org/issue24000 9 msgs #24001: Clinic: use raw types in types= set http://bugs.python.org/issue24001 9 msgs #20180: Derby #11: Convert 50 sites to Argument Clinic across 9 files http://bugs.python.org/issue20180 8 msgs #23985: Crash when deleting slices from duplicated bytearray http://bugs.python.org/issue23985 7 msgs #9517: Make test.script_helper more comprehensive, and use it in the http://bugs.python.org/issue9517 6 msgs Issues closed (43) ================== #6824: help for a module should list supported platforms http://bugs.python.org/issue6824 closed by terry.reedy #11344: Add os.path.splitpath(path) function http://bugs.python.org/issue11344 closed by serhiy.storchaka #11587: METH_KEYWORDS alone gives "METH_OLDARGS is no longer supported http://bugs.python.org/issue11587 closed by berker.peksag #12712: weave build_tools library identification http://bugs.python.org/issue12712 closed by tim.golden #15183: it should be made clear that the statement in the --setup opti http://bugs.python.org/issue15183 closed by akuchling #15566: tarfile.TarInfo.frombuf documentation is out of date http://bugs.python.org/issue15566 closed by berker.peksag #16574: clarify policy on updates to final peps http://bugs.python.org/issue16574 closed by berker.peksag #17445: Handle bytes comparisons in difflib.Differ http://bugs.python.org/issue17445 closed by gward #17475: Better doc on using python-gdb.py http://bugs.python.org/issue17475 closed by willingc #17846: Building Python on Windows - Supplementary info http://bugs.python.org/issue17846 closed by willingc #21483: Skip os.utime() test on NFS? http://bugs.python.org/issue21483 closed by berker.peksag #22501: Optimise PyLong division by 1 or -1 http://bugs.python.org/issue22501 closed by akuchling #22785: range docstring is less useful than in python 2 http://bugs.python.org/issue22785 closed by python-dev #23008: pydoc enum.{,Int}Enum fails http://bugs.python.org/issue23008 closed by serhiy.storchaka #23536: Add explicit information on config file format not supporting http://bugs.python.org/issue23536 closed by python-dev #23713: intermittent failure of multiprocessing unit test test_imap_un http://bugs.python.org/issue23713 closed by serhiy.storchaka #23728: binascii.crc_hqx() can return negative integer http://bugs.python.org/issue23728 closed by serhiy.storchaka #23842: SystemError: ../Objects/longobject.c:998: bad argument to inte http://bugs.python.org/issue23842 closed by serhiy.storchaka #23887: HTTPError doesn't have a good "repr" representation http://bugs.python.org/issue23887 closed by facundobatista #23893: Forward-port future_builtins http://bugs.python.org/issue23893 closed by brett.cannon #23917: please fall back to sequential compilation when concurrent doe http://bugs.python.org/issue23917 closed by berker.peksag #23954: Idle autocomplete: enter or clicking does not select the optio http://bugs.python.org/issue23954 closed by terry.reedy #23982: Tkinter in Python 3.4 for Windows incorrectly renders certain http://bugs.python.org/issue23982 closed by serhiy.storchaka #23989: Add recommendation to use requests to the documentation, per s http://bugs.python.org/issue23989 closed by python-dev #23990: Callable builtin doesn't respect descriptors http://bugs.python.org/issue23990 closed by christian.heimes #23998: PyImport_ReInitLock() doesn't check for allocation error http://bugs.python.org/issue23998 closed by christian.heimes #24002: Add un-parse function to ast http://bugs.python.org/issue24002 closed by larry #24003: variable naming http://bugs.python.org/issue24003 closed by steven.daprano #24005: Documentation Error: Extra line Break http://bugs.python.org/issue24005 closed by willingc #24006: Multiprocessing fails when using functions defined in interact http://bugs.python.org/issue24006 closed by r.david.murray #24007: Write PyArg_Parse* format in a line with a function http://bugs.python.org/issue24007 closed by serhiy.storchaka #24008: inspect.getsource is failing for sys.excepthook http://bugs.python.org/issue24008 closed by Claudiu.Popa #24014: Second pass of PyCode_Optimize http://bugs.python.org/issue24014 closed by llllllllll #24019: str/unicode encoding kwarg causes exceptions http://bugs.python.org/issue24019 closed by benjamin.peterson #24020: threading.local() must be run at module level (doc improvement http://bugs.python.org/issue24020 closed by eric.snow #24023: Django tutorial 2 not able to create a superuser on Windows 7 http://bugs.python.org/issue24023 closed by r.david.murray #24025: str(bytes_obj) should raise an error http://bugs.python.org/issue24025 closed by pitrou #24029: Surprising name binding behavior of submodule imports needs do http://bugs.python.org/issue24029 closed by barry #24031: Add git support to make patchcheck http://bugs.python.org/issue24031 closed by christian.heimes #24038: Missing cleanup in list.sort() with key function http://bugs.python.org/issue24038 closed by benjamin.peterson #24044: NULL pointer dereference in listsort() with key function http://bugs.python.org/issue24044 closed by python-dev #24047: str.startswith and str.endswith should accept multiple argumen http://bugs.python.org/issue24047 closed by serhiy.storchaka #24049: Remove unused code in symtable.c and fix docs for import * che http://bugs.python.org/issue24049 closed by python-dev
participants (1)
-
Python tracker