[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Mar 6 18:08:19 CET 2015


ACTIVITY SUMMARY (2015-02-27 - 2015-03-06)
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    4804 (+16)
  closed 30555 (+45)
  total  35359 (+61)

Open issues with patches: 2260 


Issues opened (47)
==================

#22079: Ensure in PyType_Ready() that base class of static type is sta
http://bugs.python.org/issue22079  reopened by doko

#23538: New Windows installer in 3.5.0a1 breaks compatibility with Win
http://bugs.python.org/issue23538  opened by Link Mauve

#23539: Content-length not set for HTTP methods expecting body when bo
http://bugs.python.org/issue23539  opened by demian.brecht

#23540: Proposal for asyncio: SubprocessTransport.detach() to detach a
http://bugs.python.org/issue23540  opened by martius

#23542: Update PEP 476 for using urllib2.build_opener()
http://bugs.python.org/issue23542  opened by Shakeel Mohamed

#23543: encoding error trying to save string to file
http://bugs.python.org/issue23543  opened by Gravitania

#23544: IDLE hangs when selecting Stack View with debug active
http://bugs.python.org/issue23544  opened by Andrew.Harrington

#23545: Turn on extra warnings on GCC
http://bugs.python.org/issue23545  opened by serhiy.storchaka

#23546: windows, IDLE and pep 397
http://bugs.python.org/issue23546  opened by Liam.Marsh

#23549: heapq docs should be more precise about how to access the smal
http://bugs.python.org/issue23549  opened by eli.bendersky

#23550: Add to unicodedata a function to query the "Quick_Check" prope
http://bugs.python.org/issue23550  opened by Hammerite

#23551: IDLE to provide menu options for using PIP
http://bugs.python.org/issue23551  opened by rhettinger

#23552: Have timeit warn about runs that are not independent of each o
http://bugs.python.org/issue23552  opened by rhettinger

#23553: Reduce the number of comparisons for range checking.
http://bugs.python.org/issue23553  opened by rhettinger

#23554: EchoServerClientProtocol class should be called EchoServerProt
http://bugs.python.org/issue23554  opened by gc

#23555: behavioural change in argparse set_defaults in python 2.7.9
http://bugs.python.org/issue23555  opened by doko

#23556: Scope for raise without argument is different in Python 2 and 
http://bugs.python.org/issue23556  opened by a3nm

#23557: Misc/SpecialBuilds.txt contains outdated information about PYM
http://bugs.python.org/issue23557  opened by Jakub Klama

#23560: Group the docs of similar methods in stdtypes.rst
http://bugs.python.org/issue23560  opened by ezio.melotti

#23564: Patch fixing sanity check for ordered fd sequence in _posixsub
http://bugs.python.org/issue23564  opened by Hisham Muhammad

#23565: local_clear walks the list of threads without holding head_loc
http://bugs.python.org/issue23565  opened by stutzbach

#23566: RFE: faulthandler.register() should support file descriptors
http://bugs.python.org/issue23566  opened by haypo

#23567: os.stat() tuple access vs named attribute access int vs float
http://bugs.python.org/issue23567  opened by gregory.p.smith

#23568: unittest.mock.MagicMock doesn't support __rdivmod__
http://bugs.python.org/issue23568  opened by zkrynicki

#23570: Change "with subprocess.Popen():" (context manager) to ignore 
http://bugs.python.org/issue23570  opened by haypo

#23571: Raise SystemError if a function returns a result with an excep
http://bugs.python.org/issue23571  opened by haypo

#23572: functools.singledispatch fails when "not BaseClass" is True
http://bugs.python.org/issue23572  opened by Sergio Pascual

#23573: Avoid redundant allocations in str.find and like
http://bugs.python.org/issue23573  opened by serhiy.storchaka

#23574: datetime: support leap seconds
http://bugs.python.org/issue23574  opened by haypo

#23575: MIPS64 needs ffi's n32.S
http://bugs.python.org/issue23575  opened by Simon Hoinkis

#23577: Add tests for wsgiref.validate
http://bugs.python.org/issue23577  opened by ashkop

#23578: struct.pack error messages do not indicate which argument was 
http://bugs.python.org/issue23578  opened by alynn

#23579: Amazon.com links
http://bugs.python.org/issue23579  opened by Edrie Ddrie

#23581: unittest.mock.MagicMock doesn't support matmul (@) operator
http://bugs.python.org/issue23581  opened by zkrynicki

#23583: IDLE: printing unicode subclasses broken (again)
http://bugs.python.org/issue23583  opened by mjpieters

#23584: test_doctest lineendings fails in verbose mode
http://bugs.python.org/issue23584  opened by jbeck

#23585: patchcheck doesn't depend on all
http://bugs.python.org/issue23585  opened by rbcollins

#23587: asyncio: use the new traceback.TracebackException class
http://bugs.python.org/issue23587  opened by haypo

#23588: Errno conflicts in ssl.SSLError
http://bugs.python.org/issue23588  opened by Ben.Darnell

#23589: Redundant sentence in FAQ
http://bugs.python.org/issue23589  opened by fossilet

#23591: Add IntFlags
http://bugs.python.org/issue23591  opened by serhiy.storchaka

#23592: SIGSEGV on interpreter shutdown, with daemon threads running w
http://bugs.python.org/issue23592  opened by A. Skrobov

#23593: Update Windows and OS X installer OpenSSL to 1.0.2
http://bugs.python.org/issue23593  opened by ned.deily

#23595: Split the math module into _math (C) + math (py)
http://bugs.python.org/issue23595  opened by haypo

#23596: gzip argparse interface
http://bugs.python.org/issue23596  opened by Antony.Lee

#23597: Allow easy display of local variables in log messages?
http://bugs.python.org/issue23597  opened by ncoghlan

#23598: No backspace on curses on iTerm (mac)
http://bugs.python.org/issue23598  opened by ragreener



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

#23598: No backspace on curses on iTerm (mac)
http://bugs.python.org/issue23598

#23591: Add IntFlags
http://bugs.python.org/issue23591

#23588: Errno conflicts in ssl.SSLError
http://bugs.python.org/issue23588

#23585: patchcheck doesn't depend on all
http://bugs.python.org/issue23585

#23584: test_doctest lineendings fails in verbose mode
http://bugs.python.org/issue23584

#23581: unittest.mock.MagicMock doesn't support matmul (@) operator
http://bugs.python.org/issue23581

#23578: struct.pack error messages do not indicate which argument was 
http://bugs.python.org/issue23578

#23577: Add tests for wsgiref.validate
http://bugs.python.org/issue23577

#23575: MIPS64 needs ffi's n32.S
http://bugs.python.org/issue23575

#23573: Avoid redundant allocations in str.find and like
http://bugs.python.org/issue23573

#23572: functools.singledispatch fails when "not BaseClass" is True
http://bugs.python.org/issue23572

#23568: unittest.mock.MagicMock doesn't support __rdivmod__
http://bugs.python.org/issue23568

#23565: local_clear walks the list of threads without holding head_loc
http://bugs.python.org/issue23565

#23560: Group the docs of similar methods in stdtypes.rst
http://bugs.python.org/issue23560

#23557: Misc/SpecialBuilds.txt contains outdated information about PYM
http://bugs.python.org/issue23557



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

#23598: No backspace on curses on iTerm (mac)
http://bugs.python.org/issue23598

#23596: gzip argparse interface
http://bugs.python.org/issue23596

#23595: Split the math module into _math (C) + math (py)
http://bugs.python.org/issue23595

#23593: Update Windows and OS X installer OpenSSL to 1.0.2
http://bugs.python.org/issue23593

#23591: Add IntFlags
http://bugs.python.org/issue23591

#23589: Redundant sentence in FAQ
http://bugs.python.org/issue23589

#23585: patchcheck doesn't depend on all
http://bugs.python.org/issue23585

#23584: test_doctest lineendings fails in verbose mode
http://bugs.python.org/issue23584

#23583: IDLE: printing unicode subclasses broken (again)
http://bugs.python.org/issue23583

#23577: Add tests for wsgiref.validate
http://bugs.python.org/issue23577

#23575: MIPS64 needs ffi's n32.S
http://bugs.python.org/issue23575

#23574: datetime: support leap seconds
http://bugs.python.org/issue23574

#23573: Avoid redundant allocations in str.find and like
http://bugs.python.org/issue23573

#23571: Raise SystemError if a function returns a result with an excep
http://bugs.python.org/issue23571

#23570: Change "with subprocess.Popen():" (context manager) to ignore 
http://bugs.python.org/issue23570



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

#23496: Steps for Android Native Build of Python 3.4.2
http://bugs.python.org/issue23496  26 msgs

#23539: Content-length not set for HTTP methods expecting body when bo
http://bugs.python.org/issue23539  26 msgs

#23595: Split the math module into _math (C) + math (py)
http://bugs.python.org/issue23595  14 msgs

#17911: traceback: add a new thin class storing a traceback without st
http://bugs.python.org/issue17911  13 msgs

#23553: Reduce the number of comparisons for range checking.
http://bugs.python.org/issue23553  12 msgs

#23571: Raise SystemError if a function returns a result with an excep
http://bugs.python.org/issue23571  12 msgs

#22936: traceback module has no way to show locals
http://bugs.python.org/issue22936  11 msgs

#23512: The list of built-in functions is not alphabetical on https://
http://bugs.python.org/issue23512  10 msgs

#23524: Use _set_thread_local_invalid_parameter_handler in posixmodule
http://bugs.python.org/issue23524  10 msgs

#23505: Urlparse insufficient validation leads to open redirect
http://bugs.python.org/issue23505   9 msgs



Issues closed (43)
==================

#3111: multiprocessing ppc Debian/ ia64 Ubuntu compilation error
http://bugs.python.org/issue3111  closed by davin

#6461: multiprocessing: freezing apps on Windows
http://bugs.python.org/issue6461  closed by davin

#11097: MSI: Remove win32com dependency from installer generator
http://bugs.python.org/issue11097  closed by steve.dower

#13697: python RLock implementation unsafe with signals
http://bugs.python.org/issue13697  closed by pitrou

#18382: multiprocessing's overlapped PipeConnection issues on Windows 
http://bugs.python.org/issue18382  closed by steve.dower

#19075: Add sorting algorithm visualization to turtledemo
http://bugs.python.org/issue19075  closed by ethan.furman

#19931: namedtuple docstrings are verbose for no added benefit
http://bugs.python.org/issue19931  closed by rhettinger

#19980: Improve help('non-topic') response
http://bugs.python.org/issue19980  closed by serhiy.storchaka

#20147: multiprocessing.Queue.get() raises queue.Empty exception if ev
http://bugs.python.org/issue20147  closed by davin

#20521: Cleanup for "dis" module documentation
http://bugs.python.org/issue20521  closed by berker.peksag

#21293: Remove "capsule hack" from object.c?
http://bugs.python.org/issue21293  closed by larry

#21619: Cleaning up a subprocess with a broken pipe
http://bugs.python.org/issue21619  closed by serhiy.storchaka

#22791: datetime.utcfromtimestamp() shoud have option for create tz aw
http://bugs.python.org/issue22791  closed by belopolsky

#22801: collections.Counter, when empty, doesn't raise an error with &
http://bugs.python.org/issue22801  closed by rhettinger

#22817: re.split fails with lookahead/behind
http://bugs.python.org/issue22817  closed by serhiy.storchaka

#22840: strpdate('20141110', '%Y%m%d%H%S') returns wrong date
http://bugs.python.org/issue22840  closed by belopolsky

#23263: Python 3 gives misleading errors when validating unicode ident
http://bugs.python.org/issue23263  closed by haypo

#23304: Unused Superclass in calendar.py
http://bugs.python.org/issue23304  closed by serhiy.storchaka

#23362: integer overflow in string translate
http://bugs.python.org/issue23362  closed by python-dev

#23367: integer overflow in unicodedata.normalize
http://bugs.python.org/issue23367  closed by python-dev

#23368: integer overflow in _PyUnicode_AsKind
http://bugs.python.org/issue23368  closed by serhiy.storchaka

#23387: test_urllib2 fails with HTTP Error 502: Bad Gateway
http://bugs.python.org/issue23387  closed by berker.peksag

#23471: 404 Not Found when downloading Python 3.4.3rc1 Documentation
http://bugs.python.org/issue23471  closed by larry

#23477: Increase coverage for wsgiref module
http://bugs.python.org/issue23477  closed by berker.peksag

#23494: adding timedelta to datetime object is not timezone aware
http://bugs.python.org/issue23494  closed by belopolsky

#23504: Add __all__ into types
http://bugs.python.org/issue23504  closed by serhiy.storchaka

#23521: OverflowError from timedelta * float in datetime.py
http://bugs.python.org/issue23521  closed by belopolsky

#23527: test_smtpnet uses incorrect port for STARTTLS
http://bugs.python.org/issue23527  closed by berker.peksag

#23541: Re module's match() fails to halt on a particular input
http://bugs.python.org/issue23541  closed by serhiy.storchaka

#23547: Misdirected
http://bugs.python.org/issue23547  closed by benjamin.peterson

#23548: TypeError in event loop finalizer, new in Python 3.4.3
http://bugs.python.org/issue23548  closed by haypo

#23558: Unable to install Python 3.4.3 amd64 on Windows 8.1
http://bugs.python.org/issue23558  closed by steve.dower

#23559: [doc] inconsistent range example output
http://bugs.python.org/issue23559  closed by georg.brandl

#23561: a little typo in dis.rst; need a non-trivial preceding dot
http://bugs.python.org/issue23561  closed by python-dev

#23562: file.read() followed by file.write() result in incorrect behav
http://bugs.python.org/issue23562  closed by r.david.murray

#23563: Faster urllib.urlparse utility functions
http://bugs.python.org/issue23563  closed by serhiy.storchaka

#23569: unittest.mock.MagicMock.__div__ works  but  __truediv__ doesn'
http://bugs.python.org/issue23569  closed by ned.deily

#23576: HTTPS reads can block when content length not available and ti
http://bugs.python.org/issue23576  closed by pitrou

#23580: Amazon.com links
http://bugs.python.org/issue23580  closed by ethan.furman

#23582: multiprocessing.Queue.get is not getting all the items in the 
http://bugs.python.org/issue23582  closed by r.david.murray

#23586: Add classproperty to the builtin functions
http://bugs.python.org/issue23586  closed by rhettinger

#23590: Potential leak in PyFloat_AsDouble.  Refcount error.
http://bugs.python.org/issue23590  closed by python-dev

#23594: Wrong variable name in traceback
http://bugs.python.org/issue23594  closed by ned.deily


More information about the Python-Dev mailing list