[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Aug 5 12:08:48 EDT 2016
- Previous message (by thread): [Python-Dev] Status of the Argument Clinic DSL
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2016-07-29 - 2016-08-05) 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 5589 ( +1) closed 33862 (+44) total 39451 (+45)
Open issues with patches: 2445
Issues opened (26)
#27650: Implement __repr__
methods for logging.Logger and others
http://bugs.python.org/issue27650 opened by cool-RR
#27653: [Patch] Also disable the use of <netinet/tcp.h> on CloudABI http://bugs.python.org/issue27653 opened by EdSchouten
#27654: [Patch] Use arc4random_buf() on CloudABI http://bugs.python.org/issue27654 opened by EdSchouten
#27655: [Patch] Don't require presence of POLLPRI http://bugs.python.org/issue27655 opened by EdSchouten
#27657: urlparse fails if the path is numeric http://bugs.python.org/issue27657 opened by Björn.Lindqvist
#27658: python 3.5.2 built from source fails to install completely on http://bugs.python.org/issue27658 opened by Mario Grgic
#27659: Check for the existence of crypt() http://bugs.python.org/issue27659 opened by Chi Hsuan Yen
#27660: Replace size_t with Py_ssize_t as the type of local variable i http://bugs.python.org/issue27660 opened by xiang.zhang
#27662: Check against PY_SSIZE_T_MAX instead of PY_SIZE_MAX in List_Ne http://bugs.python.org/issue27662 opened by xiang.zhang
#27664: Allow specifying prefix for thread name in concurrent.futures. http://bugs.python.org/issue27664 opened by durin42
#27665: Make create_server able to listen on several ports http://bugs.python.org/issue27665 opened by bayandin
#27666: "stack smashing detected" in PyCursesWindow_Box http://bugs.python.org/issue27666 opened by Steve Fink
#27671: FAQ: len() is still function for good reason. http://bugs.python.org/issue27671 opened by methane
#27674: Quote mark breaks cookie processing http://bugs.python.org/issue27674 opened by Artur Smęt
#27675: IDLE file completion has 2 bugs depending on open quote used http://bugs.python.org/issue27675 opened by egerosa
#27679: set_bitfields() unused in _ctypes_test http://bugs.python.org/issue27679 opened by martin.panter
#27680: Reduce Github pull request rate http://bugs.python.org/issue27680 opened by holdenweb
#27681: readline: consecutive rl_kill_word do not append http://bugs.python.org/issue27681 opened by qsantos
#27682: Windows Error 10053, ConnectionAbortedError: [WinError 10053] http://bugs.python.org/issue27682 opened by SG
#27683: ipaddress subnet slicing iterator malfunction http://bugs.python.org/issue27683 opened by tklausmann
#27687: Linux shutil.move between mountpoints as root does not retain http://bugs.python.org/issue27687 opened by jort.bloem
#27688: Expand documentation about Any in the typing module http://bugs.python.org/issue27688 opened by michael0x2a
#27689: Add documentation for typing.Generator http://bugs.python.org/issue27689 opened by michael0x2a
#27691: X509 cert with GEN_RID subject alt name causes SytemError http://bugs.python.org/issue27691 opened by christian.heimes
#27692: Clean serveral unnecessary NULL checks in exceptions.c http://bugs.python.org/issue27692 opened by xiang.zhang
#27693: curses.textpad.Textbox(win).edit() won't edit last character http://bugs.python.org/issue27693 opened by Dietmar Schindler
Most recent 15 issues with no replies (15)
#27693: curses.textpad.Textbox(win).edit() won't edit last character http://bugs.python.org/issue27693
#27691: X509 cert with GEN_RID subject alt name causes SytemError http://bugs.python.org/issue27691
#27689: Add documentation for typing.Generator http://bugs.python.org/issue27689
#27688: Expand documentation about Any in the typing module http://bugs.python.org/issue27688
#27687: Linux shutil.move between mountpoints as root does not retain http://bugs.python.org/issue27687
#27679: set_bitfields() unused in _ctypes_test http://bugs.python.org/issue27679
#27671: FAQ: len() is still function for good reason. http://bugs.python.org/issue27671
#27666: "stack smashing detected" in PyCursesWindow_Box http://bugs.python.org/issue27666
#27664: Allow specifying prefix for thread name in concurrent.futures. http://bugs.python.org/issue27664
#27654: [Patch] Use arc4random_buf() on CloudABI http://bugs.python.org/issue27654
#27653: [Patch] Also disable the use of <netinet/tcp.h> on CloudABI http://bugs.python.org/issue27653
#27646: yield from expression can be any iterable http://bugs.python.org/issue27646
#27636: Refactor IDLE htest http://bugs.python.org/issue27636
#27635: pickle documentation says that unpickling may not call new http://bugs.python.org/issue27635
#27599: Buffer overrun in binascii http://bugs.python.org/issue27599
Most recent 15 issues waiting for review (15)
#27692: Clean serveral unnecessary NULL checks in exceptions.c http://bugs.python.org/issue27692
#27691: X509 cert with GEN_RID subject alt name causes SytemError http://bugs.python.org/issue27691
#27689: Add documentation for typing.Generator http://bugs.python.org/issue27689
#27688: Expand documentation about Any in the typing module http://bugs.python.org/issue27688
#27683: ipaddress subnet slicing iterator malfunction http://bugs.python.org/issue27683
#27680: Reduce Github pull request rate http://bugs.python.org/issue27680
#27665: Make create_server able to listen on several ports http://bugs.python.org/issue27665
#27664: Allow specifying prefix for thread name in concurrent.futures. http://bugs.python.org/issue27664
#27662: Check against PY_SSIZE_T_MAX instead of PY_SIZE_MAX in List_Ne http://bugs.python.org/issue27662
#27660: Replace size_t with Py_ssize_t as the type of local variable i http://bugs.python.org/issue27660
#27659: Check for the existence of crypt() http://bugs.python.org/issue27659
#27655: [Patch] Don't require presence of POLLPRI http://bugs.python.org/issue27655
#27650: Implement __repr__
methods for logging.Logger and others
http://bugs.python.org/issue27650
#27646: yield from expression can be any iterable http://bugs.python.org/issue27646
#27645: Supporting native backup facility of SQLite http://bugs.python.org/issue27645
Top 10 most discussed issues (10)
#20767: Some python extensions can't be compiled with clang 3.4 http://bugs.python.org/issue20767 11 msgs
#27604: More details about -O
flag
http://bugs.python.org/issue27604 10 msgs
#27621: Finish IDLE Query dialog appearance and behavior. http://bugs.python.org/issue27621 10 msgs
#27660: Replace size_t with Py_ssize_t as the type of local variable i http://bugs.python.org/issue27660 10 msgs
#1621: Do not assume signed integer overflow behavior http://bugs.python.org/issue1621 8 msgs
#20160: broken ctypes calling convention on MSVC / 64-bit Windows (lar http://bugs.python.org/issue20160 8 msgs
#27683: ipaddress subnet slicing iterator malfunction http://bugs.python.org/issue27683 8 msgs
#19660: decorator syntax: allow testlist instead of just dotted_name http://bugs.python.org/issue19660 7 msgs
#27682: Windows Error 10053, ConnectionAbortedError: [WinError 10053] http://bugs.python.org/issue27682 7 msgs
#27657: urlparse fails if the path is numeric http://bugs.python.org/issue27657 6 msgs
Issues closed (41)
#6926: socket module missing IPPROTO_IPV6, IPPROTO_IPV4 http://bugs.python.org/issue6926 closed by berker.peksag
#8418: Crash 0xc0000417 STATUS_INVALID_CRUNTIME_PARAMETER on program http://bugs.python.org/issue8418 closed by berker.peksag
#13651: Improve redirection in urllib http://bugs.python.org/issue13651 closed by martin.panter
#17310: Ctypes callbacks shows problem on Windows Python (64bit) http://bugs.python.org/issue17310 closed by vinay.sajip
#17599: mingw: detect REPARSE_DATA_BUFFER http://bugs.python.org/issue17599 closed by martin.panter
#23710: C API doc for PyObject_HEAD is outdated http://bugs.python.org/issue23710 closed by berker.peksag
#24082: Obsolete note in argument parsing (c-api/arg.rst) http://bugs.python.org/issue24082 closed by martin.panter
#24278: Docs on Parsing arguments should say something about mem mgmt http://bugs.python.org/issue24278 closed by martin.panter
#24672: shutil.rmtree fails on non ascii filenames http://bugs.python.org/issue24672 closed by r.david.murray
#26109: _Py_DumpTraceback should be PyAPI_FUNC http://bugs.python.org/issue26109 closed by berker.peksag
#26462: Patch to enhance literal block language declaration http://bugs.python.org/issue26462 closed by martin.panter
#26576: Tweak wording of decorator docos http://bugs.python.org/issue26576 closed by berker.peksag
#27241: Catch exceptions raised in pstats add (repl) http://bugs.python.org/issue27241 closed by skrah
#27366: PEP487: Simpler customization of class creation http://bugs.python.org/issue27366 closed by ncoghlan
#27389: When a TypeError is raised due to invalid arguments to a metho http://bugs.python.org/issue27389 closed by Steven.Barker
#27424: Failures in test.test_logging http://bugs.python.org/issue27424 closed by vinay.sajip
#27453: CPPinvocationinconfiguremustuseCPP invocation in configure must use CPPinvocationinconfiguremustuseCPPFLAGS http://bugs.python.org/issue27453 closed by xdegaye
#27568: "HTTPoxy", use of HTTP_PROXY flag supplied by attacker in CGI http://bugs.python.org/issue27568 closed by orsenthil
#27638: int.to_bytes() and int.from_bytes() should support 'net' and ' http://bugs.python.org/issue27638 closed by rhettinger
#27641: Do not build Programs/_freeze_importlib when cross-compiling http://bugs.python.org/issue27641 closed by martin.panter
#27644: Expand documentation about type aliases and NewType in the typ http://bugs.python.org/issue27644 closed by gvanrossum
#27651: bytearray changes when function mutates it http://bugs.python.org/issue27651 closed by SilentGhost
#27652: Make use of non-standard error number ESHUTDOWN optional http://bugs.python.org/issue27652 closed by berker.peksag
#27656: [Patch] Make presence of SCHED_* optional http://bugs.python.org/issue27656 closed by python-dev
#27661: Add tzinfo= argument to datetime.combine http://bugs.python.org/issue27661 closed by python-dev
#27663: Inconsistent CSV Writer Behaviour http://bugs.python.org/issue27663 closed by SilentGhost
#27667: subprocess32 unable to be installed via pip and python install http://bugs.python.org/issue27667 closed by berker.peksag
#27668: list illogical affectation http://bugs.python.org/issue27668 closed by SilentGhost
#27669: Bug in re.fullmatch() specific to Windows XP http://bugs.python.org/issue27669 closed by zach.ware
#27670: Use https instead of http in the PYTHON_VERSION constant http://bugs.python.org/issue27670 closed by python-dev
#27672: x fromat of % operator broken in Python 3.5.2 http://bugs.python.org/issue27672 closed by SilentGhost
#27673: lambda function in loop http://bugs.python.org/issue27673 closed by ebarry
#27676: comports() failing due to internal 4G module http://bugs.python.org/issue27676 closed by zach.ware
#27677: Reopening issue 20930 http://bugs.python.org/issue27677 closed by SilentGhost
#27678: itertools.permutations/.combinations should have len http://bugs.python.org/issue27678 closed by r.david.murray
#27684: Incorrect exception message of ImportError constructor http://bugs.python.org/issue27684 closed by berker.peksag
#27685: altinstall with --enable-shared showing incorrect behaviour http://bugs.python.org/issue27685 closed by ubehera
#27686: Spam http://bugs.python.org/issue27686 closed by zach.ware
#27690: os.path.normcase broken. http://bugs.python.org/issue27690 closed by serhiy.storchaka
#27694: Socket incorrectly states IP address that start with a zero af http://bugs.python.org/issue27694 closed by martin.panter
#1521950: shlex.split() does not tokenize like the shell http://bugs.python.org/issue1521950 closed by python-dev
- Previous message (by thread): [Python-Dev] Status of the Argument Clinic DSL
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]