[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Sep 26 18:07:31 CEST 2014


ACTIVITY SUMMARY (2014-09-19 - 2014-09-26)
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    4677 (+15)
  closed 29587 (+43)
  total  34264 (+58)

Open issues with patches: 2197 


Issues opened (39)
==================

#22444: Floor divide should return int
http://bugs.python.org/issue22444  opened by belopolsky

#22445: Memoryviews require more strict contiguous checks then necessa
http://bugs.python.org/issue22445  opened by seberg

#22449: SSLContext.load_verify_locations behavior on Windows and OSX
http://bugs.python.org/issue22449  opened by christian.heimes

#22450: urllib doesn't put Accept: */* in the headers
http://bugs.python.org/issue22450  opened by rhettinger

#22452: addTypeEqualityFunc is not used in assertListEqual
http://bugs.python.org/issue22452  opened by simonzack

#22453: PyObject_REPR macro causes refcount leak
http://bugs.python.org/issue22453  opened by Chris.Colbert

#22454: Adding the opposite function of shlex.split()
http://bugs.python.org/issue22454  opened by Sworddragon

#22455: idna/punycode give wrong results on narrow builds
http://bugs.python.org/issue22455  opened by bukzor

#22456: __base__ undocumented
http://bugs.python.org/issue22456  opened by Arfrever

#22457: load_tests not invoked in root __init__.py when start=package 
http://bugs.python.org/issue22457  opened by rbcollins

#22458: Add fractions benchmark
http://bugs.python.org/issue22458  opened by scoder

#22460: idle editor: replace all in selection
http://bugs.python.org/issue22460  opened by bagratte

#22462: Modules/pyexpat.c violates PEP 384
http://bugs.python.org/issue22462  opened by Mark.Shannon

#22463: Warnings when building on AIX
http://bugs.python.org/issue22463  opened by jelie

#22465: Number agreement error in section 3.2 of web docs
http://bugs.python.org/issue22465  opened by pauamma

#22466: problem with installing python 2.7.8
http://bugs.python.org/issue22466  opened by elctr0

#22468: Tarfile using fstat on GZip file object
http://bugs.python.org/issue22468  opened by bartolsthoorn

#22470: Possible integer overflow in error handlers
http://bugs.python.org/issue22470  opened by serhiy.storchaka

#22472: OSErrors should use str and not repr on paths
http://bugs.python.org/issue22472  opened by r.david.murray

#22473: The gloss on asyncio "future with run_forever" example is conf
http://bugs.python.org/issue22473  opened by r.david.murray

#22474: No explanation of how a task gets destroyed in asyncio 'task' 
http://bugs.python.org/issue22474  opened by r.david.murray

#22475: asyncio task get_stack documentation seems to contradict itsel
http://bugs.python.org/issue22475  opened by r.david.murray

#22476: asyncio task chapter confusion about 'task', 'future', and 'sc
http://bugs.python.org/issue22476  opened by r.david.murray

#22477: GCD in Fractions
http://bugs.python.org/issue22477  opened by brg at gladman.plus.com

#22480: SystemExit out of run_until_complete causes AttributeError whe
http://bugs.python.org/issue22480  opened by chrysn

#22482: logging: fileConfig doesn't support formatter styles
http://bugs.python.org/issue22482  opened by domzippilli

#22486: Add math.gcd()
http://bugs.python.org/issue22486  opened by scoder

#22489: .gitignore file
http://bugs.python.org/issue22489  opened by rbcollins

#22490: Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs
http://bugs.python.org/issue22490  opened by tdsmith

#22491: Support Unicode line boundaries in regular expression
http://bugs.python.org/issue22491  opened by serhiy.storchaka

#22492: small addition to print() docs: no binary streams.
http://bugs.python.org/issue22492  opened by georg.brandl

#22493: Deprecate the use of flags not at the start of regular express
http://bugs.python.org/issue22493  opened by serhiy.storchaka

#22494: default logging time string is not localized
http://bugs.python.org/issue22494  opened by sdague

#22495: merge large parts of test_binop.py and test_fractions.py
http://bugs.python.org/issue22495  opened by wolma

#22496: urllib2 fails against IIS (urllib2 can't parse 401 reply www-a
http://bugs.python.org/issue22496  opened by deronnax

#22497: msiexec not creating msvcr90.dll with python -2.7.6.msi
http://bugs.python.org/issue22497  opened by dykesk

#22499: [SSL: BAD_WRITE_RETRY] bad write retry in _ssl.c:1636
http://bugs.python.org/issue22499  opened by nikratio

#22500: Argparse always stores True for positional arguments
http://bugs.python.org/issue22500  opened by Tristan.Fisher

#22501: Optimise PyLong division by 1 or -1
http://bugs.python.org/issue22501  opened by scoder



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

#22495: merge large parts of test_binop.py and test_fractions.py
http://bugs.python.org/issue22495

#22494: default logging time string is not localized
http://bugs.python.org/issue22494

#22493: Deprecate the use of flags not at the start of regular express
http://bugs.python.org/issue22493

#22492: small addition to print() docs: no binary streams.
http://bugs.python.org/issue22492

#22489: .gitignore file
http://bugs.python.org/issue22489

#22475: asyncio task get_stack documentation seems to contradict itsel
http://bugs.python.org/issue22475

#22470: Possible integer overflow in error handlers
http://bugs.python.org/issue22470

#22468: Tarfile using fstat on GZip file object
http://bugs.python.org/issue22468

#22465: Number agreement error in section 3.2 of web docs
http://bugs.python.org/issue22465

#22463: Warnings when building on AIX
http://bugs.python.org/issue22463

#22462: Modules/pyexpat.c violates PEP 384
http://bugs.python.org/issue22462

#22460: idle editor: replace all in selection
http://bugs.python.org/issue22460

#22455: idna/punycode give wrong results on narrow builds
http://bugs.python.org/issue22455

#22453: PyObject_REPR macro causes refcount leak
http://bugs.python.org/issue22453

#22429: asyncio: pending call to loop.stop() if a coroutine raises a B
http://bugs.python.org/issue22429



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

#22501: Optimise PyLong division by 1 or -1
http://bugs.python.org/issue22501

#22493: Deprecate the use of flags not at the start of regular express
http://bugs.python.org/issue22493

#22492: small addition to print() docs: no binary streams.
http://bugs.python.org/issue22492

#22490: Using realpath for __PYVENV_LAUNCHER__ makes Homebrew installs
http://bugs.python.org/issue22490

#22489: .gitignore file
http://bugs.python.org/issue22489

#22486: Add math.gcd()
http://bugs.python.org/issue22486

#22470: Possible integer overflow in error handlers
http://bugs.python.org/issue22470

#22462: Modules/pyexpat.c violates PEP 384
http://bugs.python.org/issue22462

#22457: load_tests not invoked in root __init__.py when start=package 
http://bugs.python.org/issue22457

#22450: urllib doesn't put Accept: */* in the headers
http://bugs.python.org/issue22450

#22449: SSLContext.load_verify_locations behavior on Windows and OSX
http://bugs.python.org/issue22449

#22445: Memoryviews require more strict contiguous checks then necessa
http://bugs.python.org/issue22445

#22442: subprocess.check_call hangs on large PIPEd data.
http://bugs.python.org/issue22442

#22437: re module: number of named groups is limited to 100 max
http://bugs.python.org/issue22437

#22435: socketserver.TCPSocket leaks socket to garbage collector if se
http://bugs.python.org/issue22435



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

#22477: GCD in Fractions
http://bugs.python.org/issue22477  31 msgs

#22444: Floor divide should return int
http://bugs.python.org/issue22444  23 msgs

#22486: Add math.gcd()
http://bugs.python.org/issue22486  23 msgs

#22501: Optimise PyLong division by 1 or -1
http://bugs.python.org/issue22501  16 msgs

#18814: Add codecs.convert_surrogateescape to "clean" surrogate escape
http://bugs.python.org/issue18814  15 msgs

#22445: Memoryviews require more strict contiguous checks then necessa
http://bugs.python.org/issue22445  14 msgs

#1602: windows console doesn't print or input Unicode
http://bugs.python.org/issue1602  12 msgs

#22458: Add fractions benchmark
http://bugs.python.org/issue22458   9 msgs

#22396: AIX posix_fadvise and posix_fallocate
http://bugs.python.org/issue22396   8 msgs

#22466: problem with installing python 2.7.8
http://bugs.python.org/issue22466   8 msgs



Issues closed (41)
==================

#4888: misplaced (or misleading) assert in ceval.c
http://bugs.python.org/issue4888  closed by berker.peksag

#12845: PEP-3118: C-contiguity with zero strides
http://bugs.python.org/issue12845  closed by skrah

#14293: Message methods delegated via __getattr__ inaccessible using s
http://bugs.python.org/issue14293  closed by r.david.murray

#15799: httplib client and statusline
http://bugs.python.org/issue15799  closed by karlcow

#17462: argparse FAQ: how it is different from optparse
http://bugs.python.org/issue17462  closed by berker.peksag

#18993: There is an overshadowed and invalid test in testmock.py
http://bugs.python.org/issue18993  closed by berker.peksag

#20912: [zipfile.py]: Make zip directory attributes more friendly for 
http://bugs.python.org/issue20912  closed by serhiy.storchaka

#21079: EmailMessage.is_attachment == False if filename is present
http://bugs.python.org/issue21079  closed by r.david.murray

#21091: EmailMessage.is_attachment should be a method
http://bugs.python.org/issue21091  closed by r.david.murray

#21332: subprocess bufsize=1 docs are misleading
http://bugs.python.org/issue21332  closed by pitrou

#21431: 3.4.1rc1 test_pydoc fails: pydoc_data.topics.topics values are
http://bugs.python.org/issue21431  closed by python-dev

#21860: Correct FileIO docstrings
http://bugs.python.org/issue21860  closed by berker.peksag

#22278: urljoin duplicate slashes
http://bugs.python.org/issue22278  closed by orsenthil

#22359: Remove incorrect uses of recursive make
http://bugs.python.org/issue22359  closed by pitrou

#22362: Warn about octal escapes > 0o377 in re
http://bugs.python.org/issue22362  closed by serhiy.storchaka

#22408: Tkinter doesn't handle Unicode dead key combinations on Window
http://bugs.python.org/issue22408  closed by ned.deily

#22415: Fix re debugging output
http://bugs.python.org/issue22415  closed by serhiy.storchaka

#22420: Use print(file=sys.stderr) instead of sys.stderr.write() in ID
http://bugs.python.org/issue22420  closed by terry.reedy

#22427: TemporaryDirectory attempts to clean up twice
http://bugs.python.org/issue22427  closed by serhiy.storchaka

#22438: eventlet broke by python 2.7.x
http://bugs.python.org/issue22438  closed by benjamin.peterson

#22440: Setting SSLContext object's check_hostname manually might acci
http://bugs.python.org/issue22440  closed by christian.heimes

#22443: read(1) blocks on unflushed output
http://bugs.python.org/issue22443  closed by Sworddragon

#22446: Shortening code in abc.py
http://bugs.python.org/issue22446  closed by benjamin.peterson

#22447: logging.config.fileConfig attempts to write to file even when 
http://bugs.python.org/issue22447  closed by vinay.sajip

#22448: call_at/call_later with Timer cancellation can result in (prac
http://bugs.python.org/issue22448  closed by yselivanov

#22451: filtertuple, filterstring and filterunicode don't have optimiz
http://bugs.python.org/issue22451  closed by pitrou

#22459: str.strip() documentation: wrong example
http://bugs.python.org/issue22459  closed by python-dev

#22461: Test failure: Lib/test/test_pydoc.py line 851, "topic?key=def"
http://bugs.python.org/issue22461  closed by georg.brandl

#22464: Speed up fractions implementation
http://bugs.python.org/issue22464  closed by scoder

#22467: Lib/http/server.py, inconsistent header casing
http://bugs.python.org/issue22467  closed by r.david.murray

#22469: Allow the "backslashreplace" error handler support decoding
http://bugs.python.org/issue22469  closed by serhiy.storchaka

#22471: Python build problems via Homebrew on Mac OS X when GNU core/f
http://bugs.python.org/issue22471  closed by ned.deily

#22478: tests for urllib2net are in bad shapes
http://bugs.python.org/issue22478  closed by orsenthil

#22479: strange behavior of importing random module
http://bugs.python.org/issue22479  closed by haypo

#22481: Lists within tuples mutability issue
http://bugs.python.org/issue22481  closed by ezio.melotti

#22483: Copyright infringement on PyPI
http://bugs.python.org/issue22483  closed by dstufft

#22484: Build doc archives for RC versions, docs download broken for 3
http://bugs.python.org/issue22484  closed by python-dev

#22485: Documentation download links (3.4.2
http://bugs.python.org/issue22485  closed by berker.peksag

#22487: ABC register doesn't check abstract methods
http://bugs.python.org/issue22487  closed by r.david.murray

#22488: 3.4 rc2 docs download link broken
http://bugs.python.org/issue22488  closed by ned.deily

#22498: frozenset allows modification via -= operator
http://bugs.python.org/issue22498  closed by ezio.melotti


More information about the Python-Dev mailing list