[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Nov 14 18:08:15 CET 2014


ACTIVITY SUMMARY (2014-11-07 - 2014-11-14)
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    4647 (+25)
  closed 29986 (+31)
  total  34633 (+56)

Open issues with patches: 2168 


Issues opened (42)
==================

#17293: uuid.getnode() MAC address on AIX
http://bugs.python.org/issue17293  reopened by koobs

#22817: re.split fails with lookahead/behind
http://bugs.python.org/issue22817  opened by rexdwyer

#22818: Deprecate splitting on possible zero-width re patterns
http://bugs.python.org/issue22818  opened by serhiy.storchaka

#22819: Python3.4: xml.sax.saxutils.XMLGenerator.__init__ fails with p
http://bugs.python.org/issue22819  opened by Edward.K..Ream

#22820: RESTART line with no output
http://bugs.python.org/issue22820  opened by sukari

#22822: IPv6Network constructor docs incorrect about valid input
http://bugs.python.org/issue22822  opened by pebenito

#22823: Use set literals instead of creating a set from a list
http://bugs.python.org/issue22823  opened by rhettinger

#22825: Modernize TextFile
http://bugs.python.org/issue22825  opened by serhiy.storchaka

#22826: Support context management protocol in bkfile
http://bugs.python.org/issue22826  opened by serhiy.storchaka

#22827: Backport ensurepip to 2.7 (PEP 477)
http://bugs.python.org/issue22827  opened by dstufft

#22829: Add --prompt option to venv
http://bugs.python.org/issue22829  opened by Łukasz.Balcerzak

#22831: Use "with" to avoid possible fd leaks
http://bugs.python.org/issue22831  opened by serhiy.storchaka

#22832: Tweak parameter names for fcntl module
http://bugs.python.org/issue22832  opened by brett.cannon

#22833: The decode_header() function decodes raw part to bytes or str,
http://bugs.python.org/issue22833  opened by py.user

#22834: Unexpected FileNotFoundError when current directory is removed
http://bugs.python.org/issue22834  opened by vadmium

#22836: Broken "Exception ignored in:" message on exceptions in __repr
http://bugs.python.org/issue22836  opened by The Compiler

#22837: getpass returns garbage when typing tilde on Windows with dead
http://bugs.python.org/issue22837  opened by The Compiler

#22838: Convert re tests to unittest
http://bugs.python.org/issue22838  opened by serhiy.storchaka

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

#22841: Avoid to use coroutine with add_signal_handler()
http://bugs.python.org/issue22841  opened by Ludovic.Gasc

#22843: doc error: 6.2.4. Match Objects
http://bugs.python.org/issue22843  opened by crkirkwood

#22844: test_gdb failure on Debian Wheezy for Z
http://bugs.python.org/issue22844  opened by David.Edelsohn

#22847: Improve method cache efficiency
http://bugs.python.org/issue22847  opened by pitrou

#22848: Subparser help does not respect SUPPRESS argument
http://bugs.python.org/issue22848  opened by Brett.Hannigan

#22850: Backport ensurepip Windows installer changes to 2.7
http://bugs.python.org/issue22850  opened by steve.dower

#22851: core crashes
http://bugs.python.org/issue22851  opened by doko

#22852: urllib.parse wrongly strips empty #fragment
http://bugs.python.org/issue22852  opened by soilandreyes

#22853: Multiprocessing.Queue._feed deadlocks on import
http://bugs.python.org/issue22853  opened by ffinkernagel

#22854: Documentation/implementation out of sync for IO
http://bugs.python.org/issue22854  opened by viraptor

#22855: csv writer with blank lineterminator breaks quoting
http://bugs.python.org/issue22855  opened by Eric.Haszlakiewicz

#22858: unittest.__init__:main shadows unittest.main
http://bugs.python.org/issue22858  opened by rbcollins

#22859: unittest.TestProgram.usageExit no longer invoked
http://bugs.python.org/issue22859  opened by rbcollins

#22860: unittest TestProgram hard to extend
http://bugs.python.org/issue22860  opened by rbcollins

#22861: [2.7] ssl._dnsname_match() and unicode
http://bugs.python.org/issue22861  opened by haypo

#22863: https://docs.python.org/ should make a true 2.7.8 version avai
http://bugs.python.org/issue22863  opened by lemburg

#22864: Add filter to multiprocessing.Pool
http://bugs.python.org/issue22864  opened by Mike.Drob

#22865: Allow pty.spawn to ignore data to copy
http://bugs.python.org/issue22865  opened by RadicalZephyr

#22867: document behavior of calling atexit.register() while atexit._r
http://bugs.python.org/issue22867  opened by skip.montanaro

#22869: Split pylifecycle.c out from pythonrun.c
http://bugs.python.org/issue22869  opened by ncoghlan

#22870: urlopen timeout failed with SSL socket
http://bugs.python.org/issue22870  opened by daveti

#22871: datetime documentation incomplete
http://bugs.python.org/issue22871  opened by spalac24

#433030: SRE: Atomic Grouping (?>...) is not supported
http://bugs.python.org/issue433030  reopened by serhiy.storchaka



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

#22871: datetime documentation incomplete
http://bugs.python.org/issue22871

#22870: urlopen timeout failed with SSL socket
http://bugs.python.org/issue22870

#22867: document behavior of calling atexit.register() while atexit._r
http://bugs.python.org/issue22867

#22865: Allow pty.spawn to ignore data to copy
http://bugs.python.org/issue22865

#22864: Add filter to multiprocessing.Pool
http://bugs.python.org/issue22864

#22859: unittest.TestProgram.usageExit no longer invoked
http://bugs.python.org/issue22859

#22853: Multiprocessing.Queue._feed deadlocks on import
http://bugs.python.org/issue22853

#22844: test_gdb failure on Debian Wheezy for Z
http://bugs.python.org/issue22844

#22841: Avoid to use coroutine with add_signal_handler()
http://bugs.python.org/issue22841

#22838: Convert re tests to unittest
http://bugs.python.org/issue22838

#22832: Tweak parameter names for fcntl module
http://bugs.python.org/issue22832

#22831: Use "with" to avoid possible fd leaks
http://bugs.python.org/issue22831

#22829: Add --prompt option to venv
http://bugs.python.org/issue22829

#22825: Modernize TextFile
http://bugs.python.org/issue22825

#22822: IPv6Network constructor docs incorrect about valid input
http://bugs.python.org/issue22822



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

#22869: Split pylifecycle.c out from pythonrun.c
http://bugs.python.org/issue22869

#22865: Allow pty.spawn to ignore data to copy
http://bugs.python.org/issue22865

#22850: Backport ensurepip Windows installer changes to 2.7
http://bugs.python.org/issue22850

#22848: Subparser help does not respect SUPPRESS argument
http://bugs.python.org/issue22848

#22847: Improve method cache efficiency
http://bugs.python.org/issue22847

#22841: Avoid to use coroutine with add_signal_handler()
http://bugs.python.org/issue22841

#22838: Convert re tests to unittest
http://bugs.python.org/issue22838

#22831: Use "with" to avoid possible fd leaks
http://bugs.python.org/issue22831

#22829: Add --prompt option to venv
http://bugs.python.org/issue22829

#22827: Backport ensurepip to 2.7 (PEP 477)
http://bugs.python.org/issue22827

#22826: Support context management protocol in bkfile
http://bugs.python.org/issue22826

#22825: Modernize TextFile
http://bugs.python.org/issue22825

#22823: Use set literals instead of creating a set from a list
http://bugs.python.org/issue22823

#22818: Deprecate splitting on possible zero-width re patterns
http://bugs.python.org/issue22818

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



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

#22687: horrible performance of textwrap.wrap() with a long word
http://bugs.python.org/issue22687  25 msgs

#22823: Use set literals instead of creating a set from a list
http://bugs.python.org/issue22823  21 msgs

#2636: Adding a new regex module (compatible with re)
http://bugs.python.org/issue2636  11 msgs

#22827: Backport ensurepip to 2.7 (PEP 477)
http://bugs.python.org/issue22827  11 msgs

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

#22850: Backport ensurepip Windows installer changes to 2.7
http://bugs.python.org/issue22850   7 msgs

#22817: re.split fails with lookahead/behind
http://bugs.python.org/issue22817   6 msgs

#22813: No facility for test randomisation
http://bugs.python.org/issue22813   5 msgs

#22847: Improve method cache efficiency
http://bugs.python.org/issue22847   5 msgs

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



Issues closed (29)
==================

#9179: Lookback with group references incorrect (two issues?)
http://bugs.python.org/issue9179  closed by serhiy.storchaka

#12728: Python re lib fails case insensitive matches on Unicode data
http://bugs.python.org/issue12728  closed by serhiy.storchaka

#13444: closed stdout causes error on stderr when the interpreter unco
http://bugs.python.org/issue13444  closed by berker.peksag

#19796: urllib2.HTTPError.reason is not documented as "Added in 2.7"
http://bugs.python.org/issue19796  closed by berker.peksag

#21650: add json.tool option to avoid alphabetic sort of fields
http://bugs.python.org/issue21650  closed by berker.peksag

#22300: PEP 446 What's New Updates for 2.7.9
http://bugs.python.org/issue22300  closed by python-dev

#22434: Use named constants internally in the re module
http://bugs.python.org/issue22434  closed by serhiy.storchaka

#22578: Add additional attributes to re.error
http://bugs.python.org/issue22578  closed by serhiy.storchaka

#22600: In Multiprocessing Queue() doesn't work with list : __.put(lis
http://bugs.python.org/issue22600  closed by amaury.forgeotdarc

#22719: os.path.isfile & os.path.exists bug in while loop
http://bugs.python.org/issue22719  closed by zach.ware

#22800: IPv6Network constructor sometimes does not recognize legitimat
http://bugs.python.org/issue22800  closed by pmoody

#22808: Typo in asyncio-eventloop.rst, time() link is wrong
http://bugs.python.org/issue22808  closed by berker.peksag

#22816: spam
http://bugs.python.org/issue22816  closed by serhiy.storchaka

#22821: Argument of wrong type is passed to fcntl()
http://bugs.python.org/issue22821  closed by serhiy.storchaka

#22824: Update reprlib to use set literals
http://bugs.python.org/issue22824  closed by rhettinger

#22828: Backport ensurepip to 2.7 (PEP 477)
http://bugs.python.org/issue22828  closed by dstufft

#22830: functools.cmp_to_key: misleading key function description
http://bugs.python.org/issue22830  closed by rhettinger

#22835: urllib2/httplib is rendering 400s for every authenticated-SSL 
http://bugs.python.org/issue22835  closed by pitrou

#22839: Incorrect link to statistics in tracemalloc documentation
http://bugs.python.org/issue22839  closed by berker.peksag

#22842: zipfile simultaneous open broken and/or needlessly(?) consumes
http://bugs.python.org/issue22842  closed by r.david.murray

#22845: Minor tweaks dis documentation
http://bugs.python.org/issue22845  closed by serhiy.storchaka

#22846: distutils needlessly fails to build apsw
http://bugs.python.org/issue22846  closed by pitrou

#22849: Double DECREF in TextIOWrapper
http://bugs.python.org/issue22849  closed by python-dev

#22856: Function Summons
http://bugs.python.org/issue22856  closed by r.david.murray

#22857: strftime should support %f to print milliseconds
http://bugs.python.org/issue22857  closed by r.david.murray

#22862: os.walk fails on undecodable filenames
http://bugs.python.org/issue22862  closed by r.david.murray

#22866: ssl module in 2.7.9 should provide a way to configure default 
http://bugs.python.org/issue22866  closed by lemburg

#22868: Minor error in the example of filter()
http://bugs.python.org/issue22868  closed by python-dev

#814253: Grouprefs in lookbehind assertions
http://bugs.python.org/issue814253  closed by serhiy.storchaka


More information about the Python-Dev mailing list