[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jul 11 18:07:43 CEST 2014


ACTIVITY SUMMARY (2014-07-04 - 2014-07-11)
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    4588 (-15)
  closed 29141 (+55)
  total  33729 (+40)

Open issues with patches: 2151 


Issues opened (24)
==================

#21918: Convert test_tools to directory
http://bugs.python.org/issue21918  opened by serhiy.storchaka

#21919: Changing cls.__bases__ must ensure proper metaclass inheritanc
http://bugs.python.org/issue21919  opened by abusalimov

#21922: PyLong: use GMP
http://bugs.python.org/issue21922  opened by h.venev

#21925: ResouceWarning sometimes doesn't display
http://bugs.python.org/issue21925  opened by msmhrt

#21927: BOM appears in stdin when using Powershell
http://bugs.python.org/issue21927  opened by jason.coombs

#21928: Incorrect reference to partial() in functools.wraps documentat
http://bugs.python.org/issue21928  opened by Dustin.Oprea

#21929: Rounding properly
http://bugs.python.org/issue21929  opened by jeroen1225

#21931: Nonsense errors reported by msilib.FCICreate for bad argument
http://bugs.python.org/issue21931  opened by Jeffrey.Armstrong

#21933: Allow the user to change font sizes with the text pane of turt
http://bugs.python.org/issue21933  opened by Lita.Cho

#21934: OpenBSD has no /dev/full device
http://bugs.python.org/issue21934  opened by Daniel.Dickman

#21935: Implement AUTH command in smtpd.
http://bugs.python.org/issue21935  opened by zvyn

#21937: IDLE interactive window doesn't display unsaved-indicator
http://bugs.python.org/issue21937  opened by rhettinger

#21939: IDLE - Test Percolator
http://bugs.python.org/issue21939  opened by sahutd

#21941: Clean up turtle TPen class
http://bugs.python.org/issue21941  opened by ingrid

#21944: Allow copying of CodecInfo objects
http://bugs.python.org/issue21944  opened by lehmannro

#21946: 'python -u' yields trailing carriage return '\r'  (Python2 for
http://bugs.python.org/issue21946  opened by msp

#21947: `Dis` module doesn't know how to disassemble generators
http://bugs.python.org/issue21947  opened by hakril

#21949: Document the Py_SIZE() macro.
http://bugs.python.org/issue21949  opened by gregory.p.smith

#21951: tcl test change crashes AIX
http://bugs.python.org/issue21951  opened by David.Edelsohn

#21952: fnmatch.py can appear in tracemalloc diffs
http://bugs.python.org/issue21952  opened by pitrou

#21953: pythonrun.c does not check std streams the same as fileio.c
http://bugs.python.org/issue21953  opened by steve.dower

#21955: ceval.c: implement fast path for integers with a single digit
http://bugs.python.org/issue21955  opened by haypo

#21956: Doc files deleted from repo are not deleted from docs.python.o
http://bugs.python.org/issue21956  opened by brandon-rhodes

#21957: ASCII Formfeed (FF) & ASCII Vertical Tab (VT) Have Hexadecimal
http://bugs.python.org/issue21957  opened by Zero



Most recent 15 issues with no replies (15)
==========================================

#21957: ASCII Formfeed (FF) & ASCII Vertical Tab (VT) Have Hexadecimal
http://bugs.python.org/issue21957

#21955: ceval.c: implement fast path for integers with a single digit
http://bugs.python.org/issue21955

#21951: tcl test change crashes AIX
http://bugs.python.org/issue21951

#21949: Document the Py_SIZE() macro.
http://bugs.python.org/issue21949

#21944: Allow copying of CodecInfo objects
http://bugs.python.org/issue21944

#21941: Clean up turtle TPen class
http://bugs.python.org/issue21941

#21937: IDLE interactive window doesn't display unsaved-indicator
http://bugs.python.org/issue21937

#21935: Implement AUTH command in smtpd.
http://bugs.python.org/issue21935

#21933: Allow the user to change font sizes with the text pane of turt
http://bugs.python.org/issue21933

#21931: Nonsense errors reported by msilib.FCICreate for bad argument
http://bugs.python.org/issue21931

#21928: Incorrect reference to partial() in functools.wraps documentat
http://bugs.python.org/issue21928

#21919: Changing cls.__bases__ must ensure proper metaclass inheritanc
http://bugs.python.org/issue21919

#21916: Create unit tests for turtle textonly
http://bugs.python.org/issue21916

#21909: PyLong_FromString drops const
http://bugs.python.org/issue21909

#21899: Futures are not marked as completed
http://bugs.python.org/issue21899



Most recent 15 issues waiting for review (15)
=============================================

#21953: pythonrun.c does not check std streams the same as fileio.c
http://bugs.python.org/issue21953

#21947: `Dis` module doesn't know how to disassemble generators
http://bugs.python.org/issue21947

#21944: Allow copying of CodecInfo objects
http://bugs.python.org/issue21944

#21941: Clean up turtle TPen class
http://bugs.python.org/issue21941

#21939: IDLE - Test Percolator
http://bugs.python.org/issue21939

#21935: Implement AUTH command in smtpd.
http://bugs.python.org/issue21935

#21934: OpenBSD has no /dev/full device
http://bugs.python.org/issue21934

#21925: ResouceWarning sometimes doesn't display
http://bugs.python.org/issue21925

#21922: PyLong: use GMP
http://bugs.python.org/issue21922

#21918: Convert test_tools to directory
http://bugs.python.org/issue21918

#21916: Create unit tests for turtle textonly
http://bugs.python.org/issue21916

#21914: Create unit tests for Turtle guionly
http://bugs.python.org/issue21914

#21907: Update Windows build batch scripts
http://bugs.python.org/issue21907

#21906: Tools\Scripts\md5sum.py doesn't work in Python 3.x
http://bugs.python.org/issue21906

#21905: RuntimeError in pickle.whichmodule  when sys.modules if mutate
http://bugs.python.org/issue21905



Top 10 most discussed issues (10)
=================================

#21597: Allow turtledemo code pane to get wider.
http://bugs.python.org/issue21597  26 msgs

#21922: PyLong: use GMP
http://bugs.python.org/issue21922  15 msgs

#21907: Update Windows build batch scripts
http://bugs.python.org/issue21907  11 msgs

#10289: Document magic methods called by built-in functions
http://bugs.python.org/issue10289   6 msgs

#21323: CGI HTTP server not running scripts from subdirectories
http://bugs.python.org/issue21323   6 msgs

#21765: Idle: make 3.x HyperParser work with non-ascii identifiers.
http://bugs.python.org/issue21765   5 msgs

#21880: IDLE: Ability to run 3rd party code checkers
http://bugs.python.org/issue21880   5 msgs

#21925: ResouceWarning sometimes doesn't display
http://bugs.python.org/issue21925   5 msgs

#21927: BOM appears in stdin when using Powershell
http://bugs.python.org/issue21927   5 msgs

#8231: Unable to run IDLE without write-access to home directory
http://bugs.python.org/issue8231   4 msgs



Issues closed (49)
==================

#5712: tkinter - askopenfilenames returns string instead of tuple in 
http://bugs.python.org/issue5712  closed by serhiy.storchaka

#9554: test_argparse.py: use new unittest features
http://bugs.python.org/issue9554  closed by berker.peksag

#9745: MSVC .pdb files not created by python 2.7 distutils
http://bugs.python.org/issue9745  closed by berker.peksag

#9822: windows batch files are dependent on cmd current directory
http://bugs.python.org/issue9822  closed by zach.ware

#9973: Sometimes buildbot fails to cleanup working copy
http://bugs.python.org/issue9973  closed by zach.ware

#10722: IDLE's subprocess didnit make connection ..... Python 2.7
http://bugs.python.org/issue10722  closed by terry.reedy

#11259: asynchat does not check if terminator is negative integer
http://bugs.python.org/issue11259  closed by haypo

#12523: 'str' object has no attribute 'more' [/usr/lib/python3.2/async
http://bugs.python.org/issue12523  closed by haypo

#14121: add a convenience C-API function for unpacking iterables
http://bugs.python.org/issue14121  closed by scoder

#15105: curses: wrong indentation
http://bugs.python.org/issue15105  closed by ned.deily

#17755: test_builtin assumes LANG=C
http://bugs.python.org/issue17755  closed by ned.deily

#18887: test_multiprocessing.test_connection failure on Python 2.7
http://bugs.python.org/issue18887  closed by neologix

#19279: UTF-7 decoder can produce inconsistent Unicode string
http://bugs.python.org/issue19279  closed by serhiy.storchaka

#19283: Need support to avoid Windows CRT compatibility issue.
http://bugs.python.org/issue19283  closed by loewis

#19593: Use specific asserts in importlib tests
http://bugs.python.org/issue19593  closed by serhiy.storchaka

#19650: test_multiprocessing_spawn.test_mymanager_context() crashed wi
http://bugs.python.org/issue19650  closed by haypo

#20639: pathlib.PurePath.with_suffix() does not allow removing the suf
http://bugs.python.org/issue20639  closed by pitrou

#21365: asyncio.Task reference misses the most important fact about it
http://bugs.python.org/issue21365  closed by haypo

#21437: document that asyncio.ProactorEventLoop doesn't support SSL
http://bugs.python.org/issue21437  closed by haypo

#21646: Add tests for turtle.ScrolledCanvas
http://bugs.python.org/issue21646  closed by ingrid

#21680: asyncio: document event loops
http://bugs.python.org/issue21680  closed by haypo

#21707: modulefinder uses wrong CodeType signature in .replace_paths_i
http://bugs.python.org/issue21707  closed by berker.peksag

#21714: Path.with_name can construct invalid paths
http://bugs.python.org/issue21714  closed by pitrou

#21732: SubprocessTestsMixin.test_subprocess_terminate() hangs on "AMD
http://bugs.python.org/issue21732  closed by haypo

#21743: Create tests for RawTurtleScreen
http://bugs.python.org/issue21743  closed by Lita.Cho

#21754: Add tests for turtle.TurtleScreenBase
http://bugs.python.org/issue21754  closed by ingrid

#21803: Remove macro indirections in complexobject
http://bugs.python.org/issue21803  closed by pitrou

#21806: Add tests for turtle.TPen class
http://bugs.python.org/issue21806  closed by ingrid

#21844: Fix HTMLParser in unicodeless build
http://bugs.python.org/issue21844  closed by ezio.melotti

#21881: python cannot parse tcl value
http://bugs.python.org/issue21881  closed by serhiy.storchaka

#21886: asyncio: Future.set_result() called on cancelled Future raises
http://bugs.python.org/issue21886  closed by python-dev

#21897: frame.f_locals causes segfault on Python >=3.4.1
http://bugs.python.org/issue21897  closed by pitrou

#21911: "IndexError: tuple index out of range" should include the requ
http://bugs.python.org/issue21911  closed by ezio.melotti

#21920: Fixed missing colon in the docs
http://bugs.python.org/issue21920  closed by berker.peksag

#21921: Example in asyncio event throws resource usage warning
http://bugs.python.org/issue21921  closed by python-dev

#21923: distutils.sysconfig.customize_compiler will try to read variab
http://bugs.python.org/issue21923  closed by ned.deily

#21924: Cannot import anything that imports tokenize from script calle
http://bugs.python.org/issue21924  closed by ned.deily

#21926: Bundle C++ compiler with Python on Windows
http://bugs.python.org/issue21926  closed by loewis

#21930: new assert raises syntax proposal
http://bugs.python.org/issue21930  closed by ezio.melotti

#21932: os.read() must use Py_ssize_t for the size parameter
http://bugs.python.org/issue21932  closed by haypo

#21936: test_future_exception_never_retrieved() of test_asyncio fails 
http://bugs.python.org/issue21936  closed by haypo

#21938: Py_XDECREF statement in gen_iternext()
http://bugs.python.org/issue21938  closed by pitrou

#21940: IDLE - Test WidgetRedirector
http://bugs.python.org/issue21940  closed by terry.reedy

#21942: pydoc source not displayed in browser on Windows
http://bugs.python.org/issue21942  closed by zach.ware

#21943: To duplicate a list has biyective properties, not inyective on
http://bugs.python.org/issue21943  closed by mark.dickinson

#21945: Wrong grammar in documentation
http://bugs.python.org/issue21945  closed by ezio.melotti

#21948: Documentation Typo
http://bugs.python.org/issue21948  closed by berker.peksag

#21950: import sqlite3 not running
http://bugs.python.org/issue21950  closed by alexganwd

#21954: str(b'text') returns "b'text'" in interpreter
http://bugs.python.org/issue21954  closed by ned.deily


More information about the Python-Dev mailing list