[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Dec 21 18:07:23 CET 2012
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2012-12-14 - 2012-12-21) 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 3844 (+18) closed 24677 (+46) total 28521 (+64)
Open issues with patches: 1686
Issues opened (38)
#16682: Document that audioop works with bytes, not strings http://bugs.python.org/issue16682 opened by serhiy.storchaka
#16684: Unicode property value abbreviated names and long names http://bugs.python.org/issue16684 opened by PanderMusubi
#16685: Deprecate accepting strings as arguments in audioop functions http://bugs.python.org/issue16685 opened by serhiy.storchaka
#16686: audioop overflow issues http://bugs.python.org/issue16686 opened by serhiy.storchaka
#16688: Backreferences make case-insensitive regex fail on non-ASCII s http://bugs.python.org/issue16688 opened by pyos
#16689: stdout stderr redirection mess http://bugs.python.org/issue16689 opened by techtonik
#16690: Reference leak with custom tp_dealloc in PyType_FromSpec http://bugs.python.org/issue16690 opened by bfroehle
#16692: Support TLS 1.1 and TLS 1.2 http://bugs.python.org/issue16692 opened by pitrou
#16694: Add pure Python operator module http://bugs.python.org/issue16694 opened by zach.ware
#16695: Clarify fnmatch & glob docs about the handling of leading "."s http://bugs.python.org/issue16695 opened by hynek
#16698: test_posix.test_getgroups fails on some systems http://bugs.python.org/issue16698 opened by rosslagerwall
#16699: Mountain Lion buildbot lacks disk space http://bugs.python.org/issue16699 opened by pitrou
#16700: Document that bytes OS API can returns unusable results on Win http://bugs.python.org/issue16700 opened by serhiy.storchaka
#16701: Docs missing the behavior of += (in-place add) for lists. http://bugs.python.org/issue16701 opened by montysinngh
#16702: Force urllib2_localnet test not to use http proxies http://bugs.python.org/issue16702 opened by jeffknupp
#16705: Use concrete classes inherited from OSError instead of errno c http://bugs.python.org/issue16705 opened by asvetlov
#16709: unittest discover order is filesystem specific - hard to repro http://bugs.python.org/issue16709 opened by rbcollins
#16712: collections.abc.Sequence should not provide reversed http://bugs.python.org/issue16712 opened by naoki
#16713: "tel" URIs should support params http://bugs.python.org/issue16713 opened by pitrou
#16715: Get rid of IOError. Use OSError instead http://bugs.python.org/issue16715 opened by asvetlov
#16716: Deprecate OSError aliases in the doc http://bugs.python.org/issue16716 opened by asvetlov
#16718: Mysterious atexit fail http://bugs.python.org/issue16718 opened by techtonik
#16720: Get rid of os.error. Use OSError instead http://bugs.python.org/issue16720 opened by serhiy.storchaka
#16721: configure incorrectly adds -OPT:Olimit=0 for clang http://bugs.python.org/issue16721 opened by Vladimir.Timofeev
#16723: io.TextIOWrapper on urllib.request.urlopen terminates prematur http://bugs.python.org/issue16723 opened by mdehoon
#16726: expat ParseFile expects bytes, not string http://bugs.python.org/issue16726 opened by mdehoon
#16728: Missing cross-reference in sequence glossary entry http://bugs.python.org/issue16728 opened by naoki
#16729: Document how to provide defaults for setup.py commands options http://bugs.python.org/issue16729 opened by techtonik
#16730: _fill_cache in _bootstrap.py crashes without directory execute http://bugs.python.org/issue16730 opened by David.Pritchard
#16731: xxlimited/xxmodule docstrings ambiguous http://bugs.python.org/issue16731 opened by danielsh
#16732: setup.py support for xxmodule without tkinker http://bugs.python.org/issue16732 opened by danielsh
#16733: Solaris ctypes_test failures http://bugs.python.org/issue16733 opened by yippi
#16737: Different behaviours in script run directly and via runpy.run_ http://bugs.python.org/issue16737 opened by vinay.sajip
#16739: texttestresult should decorate the stream with _WritelnDecorat http://bugs.python.org/issue16739 opened by elopio
#16741: int()
, float()
, etc think python strings are null-terminat
http://bugs.python.org/issue16741 opened by gangesmaster
#16742: PyOS_Readline drops GIL and calls PyOS_StdioReadline, which is http://bugs.python.org/issue16742 opened by trent
#16743: mmap accepts files > 1 GB, but processes only 1 GB http://bugs.python.org/issue16743 opened by schlamar
#16744: sys.path.append causes wrong behaviour http://bugs.python.org/issue16744 opened by rappy
Most recent 15 issues with no replies (15)
#16744: sys.path.append causes wrong behaviour http://bugs.python.org/issue16744
#16743: mmap accepts files > 1 GB, but processes only 1 GB http://bugs.python.org/issue16743
#16742: PyOS_Readline drops GIL and calls PyOS_StdioReadline, which is http://bugs.python.org/issue16742
#16741: int()
, float()
, etc think python strings are null-terminat
http://bugs.python.org/issue16741
#16733: Solaris ctypes_test failures http://bugs.python.org/issue16733
#16732: setup.py support for xxmodule without tkinker http://bugs.python.org/issue16732
#16729: Document how to provide defaults for setup.py commands options http://bugs.python.org/issue16729
#16726: expat ParseFile expects bytes, not string http://bugs.python.org/issue16726
#16720: Get rid of os.error. Use OSError instead http://bugs.python.org/issue16720
#16715: Get rid of IOError. Use OSError instead http://bugs.python.org/issue16715
#16712: collections.abc.Sequence should not provide reversed http://bugs.python.org/issue16712
#16702: Force urllib2_localnet test not to use http proxies http://bugs.python.org/issue16702
#16699: Mountain Lion buildbot lacks disk space http://bugs.python.org/issue16699
#16695: Clarify fnmatch & glob docs about the handling of leading "."s http://bugs.python.org/issue16695
#16692: Support TLS 1.1 and TLS 1.2 http://bugs.python.org/issue16692
Most recent 15 issues waiting for review (15)
#16739: texttestresult should decorate the stream with _WritelnDecorat http://bugs.python.org/issue16739
#16732: setup.py support for xxmodule without tkinker http://bugs.python.org/issue16732
#16731: xxlimited/xxmodule docstrings ambiguous http://bugs.python.org/issue16731
#16730: _fill_cache in _bootstrap.py crashes without directory execute http://bugs.python.org/issue16730
#16720: Get rid of os.error. Use OSError instead http://bugs.python.org/issue16720
#16702: Force urllib2_localnet test not to use http proxies http://bugs.python.org/issue16702
#16694: Add pure Python operator module http://bugs.python.org/issue16694
#16688: Backreferences make case-insensitive regex fail on non-ASCII s http://bugs.python.org/issue16688
#16686: audioop overflow issues http://bugs.python.org/issue16686
#16682: Document that audioop works with bytes, not strings http://bugs.python.org/issue16682
#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
Top 10 most discussed issues (10)
#16688: Backreferences make case-insensitive regex fail on non-ASCII s http://bugs.python.org/issue16688 13 msgs
#16718: Mysterious atexit fail http://bugs.python.org/issue16718 13 msgs
#16728: Missing cross-reference in sequence glossary entry http://bugs.python.org/issue16728 9 msgs
#16612: Integrate "Argument Clinic" specialized preprocessor into CPyt http://bugs.python.org/issue16612 7 msgs
#16685: Deprecate accepting strings as arguments in audioop functions http://bugs.python.org/issue16685 7 msgs
#16694: Add pure Python operator module http://bugs.python.org/issue16694 7 msgs
#15533: subprocess.Popen(cwd) documentation http://bugs.python.org/issue15533 5 msgs
#16618: Different glob() results for strings and bytes http://bugs.python.org/issue16618 5 msgs
#16669: Docstrings for namedtuple http://bugs.python.org/issue16669 4 msgs
#16716: Deprecate OSError aliases in the doc http://bugs.python.org/issue16716 4 msgs
Issues closed (43)
#8853: getaddrinfo should accept port of type long http://bugs.python.org/issue8853 closed by petri.lehtinen
#10155: Add fixups for encoding problems to wsgiref http://bugs.python.org/issue10155 closed by aclover
#11175: allow argparse FileType to accept encoding and errors argument http://bugs.python.org/issue11175 closed by petri.lehtinen
#14901: Python Windows FAQ is Very Outdated http://bugs.python.org/issue14901 closed by brian.curtin
#15743: test_urllib2/test_urllib use deprecated urllib.Request methods http://bugs.python.org/issue15743 closed by jeffknupp
#15783: decimal: Support None default values in the C accelerator modu http://bugs.python.org/issue15783 closed by skrah
#16298: httplib.HTTPResponse.read could potentially leave the socket o http://bugs.python.org/issue16298 closed by pitrou
#16480: pyvenv 3.3 fails to create symlinks for /local/{bi http://bugs.python.org/issue16480 closed by doko
#16488: Add context manager support to epoll object http://bugs.python.org/issue16488 closed by pitrou
#16597: file descriptor not being closed with context manager on IOErr http://bugs.python.org/issue16597 closed by python-dev
#16626: Infinite recursion in glob.glob('*:') on Windows http://bugs.python.org/issue16626 closed by pitrou
#16646: FTP.makeport() loses socket error details http://bugs.python.org/issue16646 closed by giampaolo.rodola
#16647: LMTP.connect() loses socket error details http://bugs.python.org/issue16647 closed by asvetlov
#16661: test_posix.test_getgrouplist fails on some systems - incorrect http://bugs.python.org/issue16661 closed by rosslagerwall
#16664: Test Glob: files starting with . http://bugs.python.org/issue16664 closed by hynek
#16670: Point class may be not be a good example for namedtuple http://bugs.python.org/issue16670 closed by terry.reedy
#16678: optparse: parse only known options http://bugs.python.org/issue16678 closed by r.david.murray
#16681: Documentation 'bidirectional category' should be 'bidirectiona http://bugs.python.org/issue16681 closed by ezio.melotti
#16683: Resort audioop documentation http://bugs.python.org/issue16683 closed by ezio.melotti
#16687: Fix small gramatical error and add reference link in hashlib d http://bugs.python.org/issue16687 closed by python-dev
#16691: How to use ctypes.windll.user32.MessageBoxW http://bugs.python.org/issue16691 closed by ned.deily
#16693: Assertion error in ceval if Chainmap(object()) used as locals http://bugs.python.org/issue16693 closed by python-dev
#16696: BytesWarning in glob.glob http://bugs.python.org/issue16696 closed by pitrou
#16697: argparse kwarg 'choices' documentation http://bugs.python.org/issue16697 closed by r.david.murray
#16703: except statement turns defined variable into undefined http://bugs.python.org/issue16703 closed by brett.cannon
#16704: Get rid of select.error in stdlib. Use OSError instead http://bugs.python.org/issue16704 closed by asvetlov
#16706: Get rid of os.error. Use OSError instead http://bugs.python.org/issue16706 closed by asvetlov
#16707: --with-pydebug and --without-pymalloc are incompatible http://bugs.python.org/issue16707 closed by pitrou
#16708: Module: shutil will not import when writen in the text editor http://bugs.python.org/issue16708 closed by r.david.murray
#16710: json encode/decode error http://bugs.python.org/issue16710 closed by amaury.forgeotdarc
#16711: s/next()/next/ in collections.abc.Iterator document. http://bugs.python.org/issue16711 closed by asvetlov
#16714: Raise exceptions, don't throw http://bugs.python.org/issue16714 closed by asvetlov
#16717: Get rid of socket.error. Use OSError instead http://bugs.python.org/issue16717 closed by asvetlov
#16719: Get rid of WindowsError. Use OSError instead http://bugs.python.org/issue16719 closed by asvetlov
#16722: index() overrides bytes() when bytes() is called http://bugs.python.org/issue16722 closed by python-dev
#16724: Define binary data
representation in Python
http://bugs.python.org/issue16724 closed by r.david.murray
#16725: Add 'ident' property to SysLogHandler like in Python 3.x http://bugs.python.org/issue16725 closed by r.david.murray
#16727: Windows installers for 2.7.3 don't install python27.dll correc http://bugs.python.org/issue16727 closed by loewis
#16734: Delay interpreter startup phase until script is read http://bugs.python.org/issue16734 closed by christian.heimes
#16735: zipfile.is_zipfile wrongly recognizes non-zip as zip http://bugs.python.org/issue16735 closed by r.david.murray
#16736: select.poll() converts long to int without checking for overfl http://bugs.python.org/issue16736 closed by sbt
#16738: Comparisons difference: bytes with bytes, str with str http://bugs.python.org/issue16738 closed by christian.heimes
#16740: Types created with PyType_FromSpec lack a module attribute http://bugs.python.org/issue16740 closed by bfroehle
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]