[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Oct 31 18:08:15 CET 2014
ACTIVITY SUMMARY (2014-10-24 - 2014-10-31)
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 4626 (+20)
closed 29911 (+34)
total 34537 (+54)
Open issues with patches: 2160
Issues opened (37)
==================
#9351: argparse set_defaults on subcommands should override top level
http://bugs.python.org/issue9351 reopened by r.david.murray
#22716: Add reference to the object missing an attribute to AttributeE
http://bugs.python.org/issue22716 reopened by flying sheep
#22722: inheritable pipes are unwieldy without os.pipe2
http://bugs.python.org/issue22722 opened by bukzor
#22724: byte-compile fails for cross-builds
http://bugs.python.org/issue22724 opened by Benedikt.Morbach
#22725: improve documentation for enumerate() (built-in function)
http://bugs.python.org/issue22725 opened by vy0123
#22726: Idle: add help to config dialogs
http://bugs.python.org/issue22726 opened by terry.reedy
#22729: `wait` and `as_completed` depend on private api
http://bugs.python.org/issue22729 opened by bwhmather
#22731: test_capi test fails because of mismatched newlines
http://bugs.python.org/issue22731 opened by steve.dower
#22732: ctypes tests don't set correct restype for intptr_t functions
http://bugs.python.org/issue22732 opened by steve.dower
#22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly
http://bugs.python.org/issue22733 opened by steve.dower
#22734: marshal needs a lower stack depth for debug builds on Windows
http://bugs.python.org/issue22734 opened by steve.dower
#22735: Fix various crashes exposed through mro() customization
http://bugs.python.org/issue22735 opened by abusalimov
#22737: Provide a rejected execution model and implementations for fut
http://bugs.python.org/issue22737 opened by Joshua.Harlow
#22738: improve 'python -h' documentation for '-c'
http://bugs.python.org/issue22738 opened by vy0123
#22739: "There is no disk in the drive" error
http://bugs.python.org/issue22739 opened by Lachlan.Kingsford
#22742: IDLE shows traceback when printing non-BMP character
http://bugs.python.org/issue22742 opened by belopolsky
#22743: Specify supported XML version
http://bugs.python.org/issue22743 opened by Friedrich.Spee.von.Langenfeld
#22744: os.mkdir on Windows silently strips trailing blanks from direc
http://bugs.python.org/issue22744 opened by tegavu
#22746: cgitb html: wrong encoding for utf-8
http://bugs.python.org/issue22746 opened by wrohdewald
#22747: Interpreter fails in initialize on systems where HAVE_LANGINFO
http://bugs.python.org/issue22747 opened by WanderingLogic
#22750: xmlapp.py display bug when validate XML by DTD
http://bugs.python.org/issue22750 opened by Spider06
#22751: Fix test___all__ warning about modified environment
http://bugs.python.org/issue22751 opened by Michael.Cetrulo
#22752: incorrect time.timezone value
http://bugs.python.org/issue22752 opened by errx
#22753: urllib2 localnet Changed test to lookup IP-address of localhos
http://bugs.python.org/issue22753 opened by hakan
#22755: contextlib.closing documentation should use a new example
http://bugs.python.org/issue22755 opened by mjpieters
#22757: TclStackFree: incorrect freePtr. Call out of sequence?
http://bugs.python.org/issue22757 opened by Charleston
#22758: Regression in Python 3.2 cookie parsing
http://bugs.python.org/issue22758 opened by Tim.Graham
#22761: Catching StopIteraion inside list comprehension
http://bugs.python.org/issue22761 opened by tomirendo
#22763: load_tests chaining into discover from non-discover entry poin
http://bugs.python.org/issue22763 opened by rbcollins
#22764: object lifetime fragility in unittest tests
http://bugs.python.org/issue22764 opened by rbcollins
#22765: Fixes for test_gdb (first frame address, entry values)
http://bugs.python.org/issue22765 opened by bkabrda
#22766: collections.Counter's in-place operators should return NotImpl
http://bugs.python.org/issue22766 opened by Joshua.Chin
#22768: Add a way to get the peer certificate of a SSL Transport
http://bugs.python.org/issue22768 opened by mathieui
#22769: Tttk tag_has() throws TypeError when called without item
http://bugs.python.org/issue22769 opened by ddurrett
#22770: test_ttk_guionly and test_tk can cause Tk segfaults on OS X wh
http://bugs.python.org/issue22770 opened by ned.deily
#22773: Export Readline version and expect ANSI sequence for version <
http://bugs.python.org/issue22773 opened by David.Edelsohn
#22775: SimpleCookie not picklable with HIGHEST_PROTOCOL
http://bugs.python.org/issue22775 opened by Tim.Graham
Most recent 15 issues with no replies (15)
==========================================
#22769: Tttk tag_has() throws TypeError when called without item
http://bugs.python.org/issue22769
#22765: Fixes for test_gdb (first frame address, entry values)
http://bugs.python.org/issue22765
#22751: Fix test___all__ warning about modified environment
http://bugs.python.org/issue22751
#22750: xmlapp.py display bug when validate XML by DTD
http://bugs.python.org/issue22750
#22743: Specify supported XML version
http://bugs.python.org/issue22743
#22742: IDLE shows traceback when printing non-BMP character
http://bugs.python.org/issue22742
#22737: Provide a rejected execution model and implementations for fut
http://bugs.python.org/issue22737
#22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly
http://bugs.python.org/issue22733
#22729: `wait` and `as_completed` depend on private api
http://bugs.python.org/issue22729
#22726: Idle: add help to config dialogs
http://bugs.python.org/issue22726
#22714: target of 'import statement' entry in general index for 'i' is
http://bugs.python.org/issue22714
#22706: Idle extension configuration and key bindings
http://bugs.python.org/issue22706
#22704: Review extension enable options
http://bugs.python.org/issue22704
#22703: Idle Code Context: separate changing current and future editor
http://bugs.python.org/issue22703
#22700: email's header_value_parser missing defect report for 'abc at xyz
http://bugs.python.org/issue22700
Most recent 15 issues waiting for review (15)
=============================================
#22775: SimpleCookie not picklable with HIGHEST_PROTOCOL
http://bugs.python.org/issue22775
#22773: Export Readline version and expect ANSI sequence for version <
http://bugs.python.org/issue22773
#22770: test_ttk_guionly and test_tk can cause Tk segfaults on OS X wh
http://bugs.python.org/issue22770
#22768: Add a way to get the peer certificate of a SSL Transport
http://bugs.python.org/issue22768
#22766: collections.Counter's in-place operators should return NotImpl
http://bugs.python.org/issue22766
#22765: Fixes for test_gdb (first frame address, entry values)
http://bugs.python.org/issue22765
#22764: object lifetime fragility in unittest tests
http://bugs.python.org/issue22764
#22758: Regression in Python 3.2 cookie parsing
http://bugs.python.org/issue22758
#22753: urllib2 localnet Changed test to lookup IP-address of localhos
http://bugs.python.org/issue22753
#22751: Fix test___all__ warning about modified environment
http://bugs.python.org/issue22751
#22747: Interpreter fails in initialize on systems where HAVE_LANGINFO
http://bugs.python.org/issue22747
#22746: cgitb html: wrong encoding for utf-8
http://bugs.python.org/issue22746
#22735: Fix various crashes exposed through mro() customization
http://bugs.python.org/issue22735
#22734: marshal needs a lower stack depth for debug builds on Windows
http://bugs.python.org/issue22734
#22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly
http://bugs.python.org/issue22733
Top 10 most discussed issues (10)
=================================
#22725: improve documentation for enumerate() (built-in function)
http://bugs.python.org/issue22725 15 msgs
#22153: Documentation of TestCase.runTest is incorrect and confusing
http://bugs.python.org/issue22153 11 msgs
#17896: Move Windows external libs from <src>\..\ to <src>\externals
http://bugs.python.org/issue17896 9 msgs
#22731: test_capi test fails because of mismatched newlines
http://bugs.python.org/issue22731 9 msgs
#22746: cgitb html: wrong encoding for utf-8
http://bugs.python.org/issue22746 8 msgs
#22764: object lifetime fragility in unittest tests
http://bugs.python.org/issue22764 8 msgs
#10548: Error in setUp not reported as expectedFailure (unittest)
http://bugs.python.org/issue10548 7 msgs
#22672: float arguments in scientific notation not supported by argpar
http://bugs.python.org/issue22672 7 msgs
#22719: os.path.isfile & os.path.exists bug in while loop
http://bugs.python.org/issue22719 7 msgs
#22758: Regression in Python 3.2 cookie parsing
http://bugs.python.org/issue22758 7 msgs
Issues closed (34)
==================
#7559: TestLoader.loadTestsFromName swallows import errors
http://bugs.python.org/issue7559 closed by python-dev
#8876: distutils should not assume that hardlinks will work
http://bugs.python.org/issue8876 closed by pitrou
#17381: IGNORECASE breaks unicode literal range matching
http://bugs.python.org/issue17381 closed by serhiy.storchaka
#18216: gettext doesn't check MO versions
http://bugs.python.org/issue18216 closed by pitrou
#22173: Update lib2to3.tests and test_lib2to3 to use test discovery
http://bugs.python.org/issue22173 closed by python-dev
#22177: Incorrect version reported after downgrade
http://bugs.python.org/issue22177 closed by ezio.melotti
#22196: namedtuple documentation could/should mention the new Enum typ
http://bugs.python.org/issue22196 closed by ezio.melotti
#22217: Reprs for zipfile classes
http://bugs.python.org/issue22217 closed by serhiy.storchaka
#22237: sorted() docs should state that the sort is stable
http://bugs.python.org/issue22237 closed by ezio.melotti
#22249: Possibly incorrect example is given for socket.getaddrinfo()
http://bugs.python.org/issue22249 closed by python-dev
#22305: Documentation on deepcopy's problems is misleading
http://bugs.python.org/issue22305 closed by georg.brandl
#22539: Table formatting errors in pydoc
http://bugs.python.org/issue22539 closed by georg.brandl
#22596: support.transient_internet() doesn't catch connection refused
http://bugs.python.org/issue22596 closed by berker.peksag
#22613: Several minor doc issues
http://bugs.python.org/issue22613 closed by georg.brandl
#22695: open() declared deprecated in python 3 docs
http://bugs.python.org/issue22695 closed by ÐаÑилий.ÐакаÑов
#22723: visited-link styling is not accessible
http://bugs.python.org/issue22723 closed by berker.peksag
#22727: Improve benchmarks precision
http://bugs.python.org/issue22727 closed by pitrou
#22728: Deprecate spurious benchmarks
http://bugs.python.org/issue22728 closed by pitrou
#22730: ensurepip should work with pythonw.exe
http://bugs.python.org/issue22730 closed by steve.dower
#22736: tutorial links at top, book recommendations at bottom of modul
http://bugs.python.org/issue22736 closed by python-dev
#22740: Cache error
http://bugs.python.org/issue22740 closed by georg.brandl
#22741: suggestion for improving wording on len(s) (built-in function)
http://bugs.python.org/issue22741 closed by r.david.murray
#22745: cgitb with Py3: TypeError: 'str' does not support the buffer i
http://bugs.python.org/issue22745 closed by wrohdewald
#22748: Porting Extension Modules to Python 3 documentation mention ab
http://bugs.python.org/issue22748 closed by python-dev
#22749: remove obsolete remark in time.clock() docs
http://bugs.python.org/issue22749 closed by python-dev
#22754: Implicit String Literal Concatenation Is Evil
http://bugs.python.org/issue22754 closed by r.david.murray
#22756: testAssertEqualSingleLine gives poor errors
http://bugs.python.org/issue22756 closed by python-dev
#22759: pathlib: Path.exists broken
http://bugs.python.org/issue22759 closed by pitrou
#22760: re.sub does only first 16 replacements if re.S is used
http://bugs.python.org/issue22760 closed by georg.brandl
#22762: PyObject_Call called with an exception set while displaying a
http://bugs.python.org/issue22762 closed by haypo
#22767: `separators` argument to json.dumps() behaves unexpectedly acr
http://bugs.python.org/issue22767 closed by r.david.murray
#22771: shutil.make_archive() doesn't use its "verbose" argument
http://bugs.python.org/issue22771 closed by python-dev
#22772: doc error in __ifloordiv__ and __itruediv__
http://bugs.python.org/issue22772 closed by python-dev
#22774: Weird S.rstrip() result
http://bugs.python.org/issue22774 closed by pitrou
More information about the Python-Dev
mailing list