ACTIVITY SUMMARY (2016-03-25 - 2016-04-01)
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    5471 (+10)
  closed 32971 (+33)
  total  38442 (+43)

Open issues with patches: 2379 


Issues opened (32)
==================

#26643: regrtest: rework libregrtest.save_env submodule
http://bugs.python.org/issue26643  opened by haypo

#26646: Allow built-in module in package
http://bugs.python.org/issue26646  opened by Daniel Shaulov

#26647: ceval: use Wordcode, 16-bit bytecode
http://bugs.python.org/issue26647  opened by Demur Rumed

#26648: csv.reader Error message indicates to use deprecated
http://bugs.python.org/issue26648  opened by Philip Martin

#26650: calendar: OverflowErrors for year == 1 and firstweekday > 0
http://bugs.python.org/issue26650  opened by mjpieters

#26651: Deprecate register_adapter() and register_converter() in sqlit
http://bugs.python.org/issue26651  opened by berker.peksag

#26652: Cannot install Python 2.7.11 on Windows Server 2008 R2
http://bugs.python.org/issue26652  opened by Hung-Hsuan Chen

#26654: asyncio is not inspecting keyword arguments of functools.parti
http://bugs.python.org/issue26654  opened by iceboy

#26656: Documentation for re.compile is a bit outdated
http://bugs.python.org/issue26656  opened by Sworddragon

#26657: Directory traversal with http.server and SimpleHTTPServer on w
http://bugs.python.org/issue26657  opened by Thomas

#26658: test_os fails when run on Windows ramdisk
http://bugs.python.org/issue26658  opened by jkloth

#26659: slice() leaks memory when part of a cycle
http://bugs.python.org/issue26659  opened by Kevin Modzelewski

#26660: tempfile.TemporaryDirectory() cleanup exception on Windows if 
http://bugs.python.org/issue26660  opened by Laurent.Mazuel

#26661: python fails to locate system libffi
http://bugs.python.org/issue26661  opened by rkuska

#26662: configure/Makefile doesn't check if "python" command works, ne
http://bugs.python.org/issue26662  opened by haypo

#26663: asyncio _UnixWritePipeTransport._close abandons unflushed writ
http://bugs.python.org/issue26663  opened by Robert Smallshire

#26664: find a bug in activate.fish of venv of cpython3.6
http://bugs.python.org/issue26664  opened by 鄭景文

#26665: pip is not bootstrapped by default on 2.7
http://bugs.python.org/issue26665  opened by Axel

#26666: File object hook to modify select(ors) event mask
http://bugs.python.org/issue26666  opened by zwol

#26667: Update importlib to accept pathlib.Path objects
http://bugs.python.org/issue26667  opened by brett.cannon

#26668: Remove Lib/test/test_importlib/regrtest.py?
http://bugs.python.org/issue26668  opened by haypo

#26669: time.localtime(float("NaN")) does not raise a ValueError on al
http://bugs.python.org/issue26669  opened by gregory.p.smith

#26671: Clean up path_converter in posixmodule.c
http://bugs.python.org/issue26671  opened by serhiy.storchaka

#26672: regrtest missing in the module name
http://bugs.python.org/issue26672  opened by Axel

#26673: Tkinter error when opening IDLE configuration menu
http://bugs.python.org/issue26673  opened by wysaard

#26677: pyvenv: activate.fish breaks $PATH for bash scripts
http://bugs.python.org/issue26677  opened by Florian.Dold

#26678: Incorrect linking to elements in datetime package
http://bugs.python.org/issue26678  opened by andymaier

#26679: curses: Descripton of KEY_NPAGE and KEY_PPAGE inverted
http://bugs.python.org/issue26679  opened by Robert Bachmann

#26680: Incorporating float.is_integer into the numeric tower and Deci
http://bugs.python.org/issue26680  opened by Robert Smallshire2

#26682: Ttk Notebook tabs do not show with 1-2 char names
http://bugs.python.org/issue26682  opened by terry.reedy

#26683: Questionable terminology for describing what locals() does
http://bugs.python.org/issue26683  opened by rhettinger

#26685: Raise errors from socket.close()
http://bugs.python.org/issue26685  opened by martin.panter



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

#26677: pyvenv: activate.fish breaks $PATH for bash scripts
http://bugs.python.org/issue26677

#26672: regrtest missing in the module name
http://bugs.python.org/issue26672

#26669: time.localtime(float("NaN")) does not raise a ValueError on al
http://bugs.python.org/issue26669

#26667: Update importlib to accept pathlib.Path objects
http://bugs.python.org/issue26667

#26665: pip is not bootstrapped by default on 2.7
http://bugs.python.org/issue26665

#26663: asyncio _UnixWritePipeTransport._close abandons unflushed writ
http://bugs.python.org/issue26663

#26661: python fails to locate system libffi
http://bugs.python.org/issue26661

#26660: tempfile.TemporaryDirectory() cleanup exception on Windows if 
http://bugs.python.org/issue26660

#26656: Documentation for re.compile is a bit outdated
http://bugs.python.org/issue26656

#26652: Cannot install Python 2.7.11 on Windows Server 2008 R2
http://bugs.python.org/issue26652

#26626: test_dbm_gnu
http://bugs.python.org/issue26626

#26618: _overlapped extension module of asyncio uses deprecated WSAStr
http://bugs.python.org/issue26618

#26615: Missing entry in WRAPPER_ASSIGNMENTS in update_wrapper's doc
http://bugs.python.org/issue26615

#26609: Wrong request target in test_httpservers.py
http://bugs.python.org/issue26609

#26600: MagickMock __str__ sometimes returns MagickMock instead of str
http://bugs.python.org/issue26600



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

#26685: Raise errors from socket.close()
http://bugs.python.org/issue26685

#26680: Incorporating float.is_integer into the numeric tower and Deci
http://bugs.python.org/issue26680

#26679: curses: Descripton of KEY_NPAGE and KEY_PPAGE inverted
http://bugs.python.org/issue26679

#26671: Clean up path_converter in posixmodule.c
http://bugs.python.org/issue26671

#26661: python fails to locate system libffi
http://bugs.python.org/issue26661

#26658: test_os fails when run on Windows ramdisk
http://bugs.python.org/issue26658

#26657: Directory traversal with http.server and SimpleHTTPServer on w
http://bugs.python.org/issue26657

#26651: Deprecate register_adapter() and register_converter() in sqlit
http://bugs.python.org/issue26651

#26650: calendar: OverflowErrors for year == 1 and firstweekday > 0
http://bugs.python.org/issue26650

#26648: csv.reader Error message indicates to use deprecated
http://bugs.python.org/issue26648

#26647: ceval: use Wordcode, 16-bit bytecode
http://bugs.python.org/issue26647

#26646: Allow built-in module in package
http://bugs.python.org/issue26646

#26643: regrtest: rework libregrtest.save_env submodule
http://bugs.python.org/issue26643

#26642: Replace stdout and stderr with simple standard printers at Pyt
http://bugs.python.org/issue26642

#26639: Tools/i18n/pygettext.py: replace deprecated imp module with im
http://bugs.python.org/issue26639



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

#26488: hashlib command line interface
http://bugs.python.org/issue26488  15 msgs

#26647: ceval: use Wordcode, 16-bit bytecode
http://bugs.python.org/issue26647  15 msgs

#26624: Windows hangs in call to CRT setlocale()
http://bugs.python.org/issue26624  10 msgs

#18844: allow weights in random.choice
http://bugs.python.org/issue18844   8 msgs

#26632: __all__ decorator
http://bugs.python.org/issue26632   6 msgs

#26658: test_os fails when run on Windows ramdisk
http://bugs.python.org/issue26658   6 msgs

#26680: Incorporating float.is_integer into the numeric tower and Deci
http://bugs.python.org/issue26680   6 msgs

#23551: IDLE to provide menu link to PIP gui.
http://bugs.python.org/issue23551   5 msgs

#23735: Readline not adjusting width after resize with 6.3
http://bugs.python.org/issue23735   5 msgs

#26606: logging.baseConfig is missing the encoding parameter
http://bugs.python.org/issue26606   5 msgs



Issues closed (30)
==================

#15117: Please document top-level sqlite3 module variables
http://bugs.python.org/issue15117  closed by berker.peksag

#18691: sqlite3.Cursor.execute expects sequence as second argument.
http://bugs.python.org/issue18691  closed by berker.peksag

#19065: sqlite3 timestamp adapter chokes on timezones
http://bugs.python.org/issue19065  closed by berker.peksag

#22218: Fix more compiler warnings "comparison between signed and unsi
http://bugs.python.org/issue22218  closed by haypo

#22854: Documentation/implementation out of sync for IO
http://bugs.python.org/issue22854  closed by martin.panter

#23758: Improve documenation about num_params in sqlite3 create_functi
http://bugs.python.org/issue23758  closed by berker.peksag

#23804: SSLSocket.recv(0) receives up to 1024 bytes
http://bugs.python.org/issue23804  closed by martin.panter

#25195: mock.ANY doesn't match mock.MagicMock() object
http://bugs.python.org/issue25195  closed by berker.peksag

#25256: Add sys.debug_build public variable to check if Python was com
http://bugs.python.org/issue25256  closed by haypo

#25276: Intermittent segfaults on PPC64 AIX 3.x
http://bugs.python.org/issue25276  closed by haypo

#25289: test_strptime hangs sometimes on AMD64 Windows7 SP1 3.x buildb
http://bugs.python.org/issue25289  closed by haypo

#25940: SSL tests failed due to expired svn.python.org SSL certificate
http://bugs.python.org/issue25940  closed by martin.panter

#26130: redundant local copy of a char pointer in classify in Parser\p
http://bugs.python.org/issue26130  closed by berker.peksag

#26492: Exhausted array iterator should left exhausted
http://bugs.python.org/issue26492  closed by serhiy.storchaka

#26494: Double deallocation on iterator exhausting
http://bugs.python.org/issue26494  closed by serhiy.storchaka

#26591: datetime datetime.time to datetime.time comparison does nothin
http://bugs.python.org/issue26591  closed by belopolsky

#26616: A bug in datetime.astimezone() method
http://bugs.python.org/issue26616  closed by belopolsky

#26640: xmlrpc.server imports xmlrpc.client
http://bugs.python.org/issue26640  closed by brett.cannon

#26641: doctest doesn't support packages
http://bugs.python.org/issue26641  closed by haypo

#26644: SSLSocket.recv(-1) triggers SystemError
http://bugs.python.org/issue26644  closed by martin.panter

#26645: argparse prints help messages to stdout instead of stderr by d
http://bugs.python.org/issue26645  closed by serhiy.storchaka

#26649: Fail update installation: 'utf-8' codec can't decode
http://bugs.python.org/issue26649  closed by haypo

#26653: bisect raises a TypeError when hi is None
http://bugs.python.org/issue26653  closed by rhettinger

#26655: pathlib glob case sensitivity issue on Windows
http://bugs.python.org/issue26655  closed by SilentGhost

#26670: Add a developer mode: -X dev command line option
http://bugs.python.org/issue26670  closed by haypo

#26674: 【typo】 Japanese Documentation
http://bugs.python.org/issue26674  closed by ezio.melotti

#26675: Appending to a large list flushes old entries
http://bugs.python.org/issue26675  closed by Swaprava Nath

#26676: Add missing XMLPullParser to ElementTree.__all__
http://bugs.python.org/issue26676  closed by martin.panter

#26681: decorators for attributes
http://bugs.python.org/issue26681  closed by ethan.furman

#26684: pathlib.Path.with_name() and .with_suffix do not allow combini
http://bugs.python.org/issue26684  closed by ethan.furman
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to