[Python-Dev] Summary of Python tracker Issues

2017-07-07 Thread Python tracker

ACTIVITY SUMMARY (2017-06-30 - 2017-07-07)
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:
  open6021 (+15)
  closed 36604 (+39)
  total  42625 (+54)

Open issues with patches: 2344 


Issues opened (48)
==

#23644: g++ module compile fails with ‘_Atomic’ does not name a ty
http://bugs.python.org/issue23644  reopened by haypo

#27945: Various segfaults with dict
http://bugs.python.org/issue27945  reopened by ned.deily

#30819: Linking with 'ld -b' fails with 64-bit using Itanium HP compil
http://bugs.python.org/issue30819  opened by Robert Boehne

#30820: email.contentmanager.raw_data_manager fails to create multipar
http://bugs.python.org/issue30820  opened by elenril

#30821: unittest.mock.Mocks with specs aren't aware of default argumen
http://bugs.python.org/issue30821  opened by Max Rothman

#30822: Python implementation of datetime module is not being tested c
http://bugs.python.org/issue30822  opened by musically_ut

#30823: os.startfile("") craches Python 2.7, 3.4 in Windows 7 32 bit i
http://bugs.python.org/issue30823  opened by mikeee

#30824: Add mimetype for extension .json
http://bugs.python.org/issue30824  opened by quentel

#30825: csv.Sniffer does not detect lineterminator
http://bugs.python.org/issue30825  opened by vmax

#30826: More details in reference 'Looping through a list in Python an
http://bugs.python.org/issue30826  opened by the_darklord

#30828: Out of bounds write in _asyncio_Future_remove_done_callback
http://bugs.python.org/issue30828  opened by Ned Williamson

#30830: HTTPHandlerTest of test_logging leaks a "dangling" thread on A
http://bugs.python.org/issue30830  opened by haypo

#30831: Inconsistent or wrong documentation around Asynchronous Contex
http://bugs.python.org/issue30831  opened by dmiyakawa

#30833: UnloadUserprofile displays the error "The handle is invalid"
http://bugs.python.org/issue30833  opened by d doe

#30834: Warning -- files was modified by test_import,  After:  ['@test
http://bugs.python.org/issue30834  opened by haypo

#30835: AttributeError when parsing multipart email with invalid non-d
http://bugs.python.org/issue30835  opened by Andrew Donnellan

#30836: test_c_locale_coercion fails on AIX
http://bugs.python.org/issue30836  opened by haypo

#30837: Mac OS High Sierra Beta - Python Crash
http://bugs.python.org/issue30837  opened by ayesjm

#30839: Larger and/or configurable _MAX_LENGTH for unittest messages
http://bugs.python.org/issue30839  opened by maarten-treewalker

#30840: Contrary to documentation, relative imports cannot pass throug
http://bugs.python.org/issue30840  opened by Malcolm Smith

#30841: A shadowing variable naming emitted for Python-ast.c
http://bugs.python.org/issue30841  opened by OswinC

#30842: pyenv activate for bash and tcsh
http://bugs.python.org/issue30842  opened by PyAcrisel

#30844: selectors: Add urgent data to read event
http://bugs.python.org/issue30844  opened by pklanke

#30845: [3.5] test_first_completed_some_already_completed() of test_co
http://bugs.python.org/issue30845  opened by haypo

#30846: [3.6] test_rapid_restart() of test_multiprocessing_fork fails 
http://bugs.python.org/issue30846  opened by haypo

#30847: asyncio: selector_events: add_urgent() for urgent data to read
http://bugs.python.org/issue30847  opened by pklanke

#30848: test_multiprocessing_forkserver hangs on AMD64 FreeBSD CURRENT
http://bugs.python.org/issue30848  opened by haypo

#30849: test_stress_delivery_dependent() of test_signal randomly fails
http://bugs.python.org/issue30849  opened by haypo

#30850: [2.7] bsddb3: test01_basic_replication() of test_bsddb3 fails 
http://bugs.python.org/issue30850  opened by haypo

#30851: IDLE: configdialog -- fix tkinter Variables
http://bugs.python.org/issue30851  opened by terry.reedy

#30852: _PyObject_GC_UNTRACK corruption when call a lambda function wi
http://bugs.python.org/issue30852  opened by 盛茂家

#30853: IDLE: configdialog -- factor out Variable subclass
http://bugs.python.org/issue30853  opened by terry.reedy

#30856: unittest.TestResult.addSubTest should be called immediately af
http://bugs.python.org/issue30856  opened by sir-sigurd

#30857: test_bsddb3 hangs longer than 37 minutes on x86 Tiger 2.7
http://bugs.python.org/issue30857  opened by haypo

#30858: Keyword can't be an expression?
http://bugs.python.org/issue30858  opened by veky

#30859: Can't install Python for Windows 3.6.1 on multiple profiles
http://bugs.python.org/issue30859  opened by Joe Jacobs

#30860: Consolidate stateful C globals under a single struct.
http://bugs.python.org/issue30860  opened by eric.snow

#30861: StreamReader does not return reamaing and ready data buffer be
http://bugs.python.org/issue30861  opened by pfreixes

#30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(
http://bugs.python.org/issue30863  opened by serhiy.st

[Python-Dev] [RELEASE] Python 3.6.2rc2 is now available for testing

2017-07-07 Thread Ned Deily
On behalf of the Python development community and the Python 3.6
release team, I would like to announce the availability of Python
3.6.2rc2. 3.6.2rc2 is the second release candidate for Python 3.6.2,
the next maintenance release of Python 3.6. 3.6.2rc2 includes fixes for
three security-related issues resolved since the previous release
candidate; see the change log (link below). While 3.6.2rc2 is a preview
release and, thus, not intended for production environments, we
encourage you to explore it and provide feedback via the Python bug
tracker (https://bugs.python.org).

Please see "What’s New In Python 3.6" for more information:

https://docs.python.org/3.6/whatsnew/3.6.html

You can find Python 3.6.2rc2 here:

https://www.python.org/downloads/release/python-362rc2/

and its change log here:

https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-2-release-candidate-2

3.6.2 is now planned for final release on 2017-07-17 with the next
maintenance release expected to follow in about 3 months. More
information about the 3.6 release schedule can be found here:

https://www.python.org/dev/peps/pep-0494/

--
  Ned Deily
  n...@python.org -- []

___
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