ACTIVITY SUMMARY (2016-07-01 - 2016-07-08)
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    5550 ( +5)
  closed 33676 (+28)
  total  39226 (+33)

Open issues with patches: 2427 


Issues opened (22)
==================

#23908: Check path arguments of os functions for null character
http://bugs.python.org/issue23908  reopened by koobs

#26765: Factor out common bytes and bytearray implementation
http://bugs.python.org/issue26765  reopened by serhiy.storchaka

#27441: redundant assignments to ob_size of new ints that _PyLong_New 
http://bugs.python.org/issue27441  opened by Oren Milman

#27442: expose the Android API level in sysconfig.get_config_vars()
http://bugs.python.org/issue27442  opened by xdegaye

#27444: Python doesn't build due to test_float.py broken on non-IEEE m
http://bugs.python.org/issue27444  opened by stark

#27445: Charset instance not passed to set_payload()
http://bugs.python.org/issue27445  opened by claudep

#27446: struct: allow per-item byte order
http://bugs.python.org/issue27446  opened by zwol

#27447: python -m doctest script_file_with_no_py_extension produces co
http://bugs.python.org/issue27447  opened by towb

#27448: Race condition in subprocess.Popen which causes a huge memory 
http://bugs.python.org/issue27448  opened by aonishuk

#27450: bz2: BZ2File should expose compression level as an attribute
http://bugs.python.org/issue27450  opened by joshtriplett

#27451: gzip.py: Please save more of the gzip header for later examina
http://bugs.python.org/issue27451  opened by joshtriplett

#27452: IDLE: Cleanup config code
http://bugs.python.org/issue27452  opened by terry.reedy

#27453: $CPP invocation in configure must use $CPPFLAGS
http://bugs.python.org/issue27453  opened by Chi Hsuan Yen

#27454: PyUnicode_InternInPlace can use PyDict_SetDefault
http://bugs.python.org/issue27454  opened by methane

#27455: Fix tkinter examples to be PEP8 compliant
http://bugs.python.org/issue27455  opened by John Hagen

#27456: TCP_NODELAY
http://bugs.python.org/issue27456  opened by j1m

#27461: Optimize PNGs
http://bugs.python.org/issue27461  opened by scop

#27464: Document that SplitResult & friends are namedtuples
http://bugs.python.org/issue27464  opened by kmike

#27465: IDLE:Make help source menu entries unique and sorted.
http://bugs.python.org/issue27465  opened by terry.reedy

#27466: [Copy from github user macartur] time2netscape missing comma
http://bugs.python.org/issue27466  opened by Robby Daigle

#27468: Erroneous memory behaviour for objects created in another thre
http://bugs.python.org/issue27468  opened by Adria Garriga

#27469: Unicode filename gets crippled on Windows when drag and drop
http://bugs.python.org/issue27469  opened by Drekin



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

#27469: Unicode filename gets crippled on Windows when drag and drop
http://bugs.python.org/issue27469

#27468: Erroneous memory behaviour for objects created in another thre
http://bugs.python.org/issue27468

#27464: Document that SplitResult & friends are namedtuples
http://bugs.python.org/issue27464

#27451: gzip.py: Please save more of the gzip header for later examina
http://bugs.python.org/issue27451

#27446: struct: allow per-item byte order
http://bugs.python.org/issue27446

#27445: Charset instance not passed to set_payload()
http://bugs.python.org/issue27445

#27435: ctypes and AIX - also for 2.7.X (and later)
http://bugs.python.org/issue27435

#27428: Document WindowsRegistryFinder inherits from MetaPathFinder
http://bugs.python.org/issue27428

#27427: Add new math module tests
http://bugs.python.org/issue27427

#27426: Encoding mismatch causes some tests to fail on Windows
http://bugs.python.org/issue27426

#27420: Docs for os.link - say what happens if link already exists
http://bugs.python.org/issue27420

#27411: Possible different behaviour of explicit and implicit __dict__
http://bugs.python.org/issue27411

#27409: List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols
http://bugs.python.org/issue27409

#27408: Document importlib.abc.ExecutionLoader implements get_data()
http://bugs.python.org/issue27408

#27404: Misc/NEWS: add [Security] prefix to Python 3.5.2 changelog
http://bugs.python.org/issue27404



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

#27466: [Copy from github user macartur] time2netscape missing comma
http://bugs.python.org/issue27466

#27461: Optimize PNGs
http://bugs.python.org/issue27461

#27455: Fix tkinter examples to be PEP8 compliant
http://bugs.python.org/issue27455

#27454: PyUnicode_InternInPlace can use PyDict_SetDefault
http://bugs.python.org/issue27454

#27453: $CPP invocation in configure must use $CPPFLAGS
http://bugs.python.org/issue27453

#27452: IDLE: Cleanup config code
http://bugs.python.org/issue27452

#27448: Race condition in subprocess.Popen which causes a huge memory 
http://bugs.python.org/issue27448

#27445: Charset instance not passed to set_payload()
http://bugs.python.org/issue27445

#27442: expose the Android API level in sysconfig.get_config_vars()
http://bugs.python.org/issue27442

#27441: redundant assignments to ob_size of new ints that _PyLong_New 
http://bugs.python.org/issue27441

#27429: xml.sax.saxutils.escape doesn't escape multiple characters saf
http://bugs.python.org/issue27429

#27427: Add new math module tests
http://bugs.python.org/issue27427

#27423: Failed assertions when running test.test_os on Windows
http://bugs.python.org/issue27423

#27419: Bugs in PyImport_ImportModuleLevelObject
http://bugs.python.org/issue27419

#27413: Add an option to json.tool to bypass non-ASCII characters.
http://bugs.python.org/issue27413



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

#27442: expose the Android API level in sysconfig.get_config_vars()
http://bugs.python.org/issue27442  25 msgs

#27456: TCP_NODELAY
http://bugs.python.org/issue27456   9 msgs

#27455: Fix tkinter examples to be PEP8 compliant
http://bugs.python.org/issue27455   8 msgs

#23908: Check path arguments of os functions for null character
http://bugs.python.org/issue23908   7 msgs

#27436: Strange code in selectors.KqueueSelector
http://bugs.python.org/issue27436   7 msgs

#27444: Python doesn't build due to test_float.py broken on non-IEEE m
http://bugs.python.org/issue27444   7 msgs

#27452: IDLE: Cleanup config code
http://bugs.python.org/issue27452   7 msgs

#27448: Race condition in subprocess.Popen which causes a huge memory 
http://bugs.python.org/issue27448   6 msgs

#26765: Factor out common bytes and bytearray implementation
http://bugs.python.org/issue26765   5 msgs

#27081: Cannot capture sys.stderr output from an uncaught exception in
http://bugs.python.org/issue27081   5 msgs



Issues closed (28)
==================

#11027: Implement sectionxform in configparser
http://bugs.python.org/issue11027  closed by berker.peksag

#19527: Test failures with COUNT_ALLOCS
http://bugs.python.org/issue19527  closed by serhiy.storchaka

#22198: Odd floor-division corner case
http://bugs.python.org/issue22198  closed by serhiy.storchaka

#22624: Bogus usage of floatclock in timemodule
http://bugs.python.org/issue22624  closed by haypo

#23034: Dynamically control debugging output
http://bugs.python.org/issue23034  closed by serhiy.storchaka

#24557: Refactor LibreSSL / EGD detection
http://bugs.python.org/issue24557  closed by python-dev

#27019: Reduce marshal stack depth for 2.7 on Windows debug build
http://bugs.python.org/issue27019  closed by python-dev

#27220: Add a pure Python version of 'collections.defaultdict'
http://bugs.python.org/issue27220  closed by rhettinger

#27248: Possible refleaks in PyType_Ready in error condition
http://bugs.python.org/issue27248  closed by python-dev

#27254: UAF in Tkinter module
http://bugs.python.org/issue27254  closed by Emin Ghuliev

#27332: Clinic: first parameter for module-level functions should be P
http://bugs.python.org/issue27332  closed by serhiy.storchaka

#27380: IDLE: add base Query dialog with ttk widgets
http://bugs.python.org/issue27380  closed by terry.reedy

#27410: DLL hijacking vulnerability in Python 3.5.2 installer
http://bugs.python.org/issue27410  closed by steve.dower

#27422: Deadlock when mixing threading and multiprocessing
http://bugs.python.org/issue27422  closed by davin

#27434: cross-building python 3.6 with an older interpreter fails
http://bugs.python.org/issue27434  closed by xdegaye

#27437: IDLE tests must be able to set user configuration values.
http://bugs.python.org/issue27437  closed by terry.reedy

#27438: Refactor simple iterators implementation
http://bugs.python.org/issue27438  closed by serhiy.storchaka

#27439: Add a product() function to the standard library
http://bugs.python.org/issue27439  closed by rhettinger

#27440: Trigonometric bug
http://bugs.python.org/issue27440  closed by tim.peters

#27443: __length_hint__() of bytearray iterator can return negative in
http://bugs.python.org/issue27443  closed by serhiy.storchaka

#27449: pip install --upgrade pip (Windows)
http://bugs.python.org/issue27449  closed by zach.ware

#27457: shlex.quote incorrectly quotes ampersants, pipes
http://bugs.python.org/issue27457  closed by r.david.murray

#27458: Allow subtypes of unicode/str to hit the optimized unicode_con
http://bugs.python.org/issue27458  closed by haypo

#27459: unintended changes occur when dealing with list of list
http://bugs.python.org/issue27459  closed by eryksun

#27460: Change bytes exception when overflow
http://bugs.python.org/issue27460  closed by serhiy.storchaka

#27462: NULL Pointer deref in binary_iop1 function
http://bugs.python.org/issue27462  closed by r.david.murray

#27463: Floor division is not the same as the floor of division
http://bugs.python.org/issue27463  closed by r.david.murray

#27467: distutils.config API different between <=3.5.1 and 3.5.2
http://bugs.python.org/issue27467  closed by berker.peksag
_______________________________________________
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