| Store | Cart

[Python-Dev] Summary of Python tracker Issues

From: Python tracker <sta...@bugs.python.org>
Fri, 17 Apr 2015 18:08:24 +0200 (CEST)
ACTIVITY SUMMARY (2015-04-10 - 2015-04-17)
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    4792 (-31)
  closed 30957 (+113)
  total  35749 (+82)

Open issues with patches: 2240 


Issues opened (60)
==================

#22980: C extension naming doesn't take bitness into account
http://bugs.python.org/issue22980  reopened by lemburg

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

#23910: C implementation  of namedtuple (WIP)
http://bugs.python.org/issue23910  opened by llllllllll

#23911: Move path-based bootstrap code to a separate frozen file.
http://bugs.python.org/issue23911  opened by eric.snow

#23914: pickle fails with SystemError
http://bugs.python.org/issue23914  opened by alex

#23915: traceback set with BaseException.with_traceback() overwritten 
http://bugs.python.org/issue23915  opened by abathur

#23917: please fall back to sequential compilation when concurrent doe
http://bugs.python.org/issue23917  opened by doko

#23919: [Windows] test_os fails several C-level assertions
http://bugs.python.org/issue23919  opened by zach.ware

#23920: Should Clinic have "nullable" or types=NoneType?
http://bugs.python.org/issue23920  opened by larry

#23921: Standardize documentation whitespace, formatting
http://bugs.python.org/issue23921  opened by jedwards

#23922: turtle.py and turtledemo use the default tkinter icon
http://bugs.python.org/issue23922  opened by Al.Sweigart

#23926: skipitem() in getargs.c still supports 'w' and 'w#', and shoul
http://bugs.python.org/issue23926  opened by larry

#23927: getargs.c skipitem() doesn't skip 'w*'
http://bugs.python.org/issue23927  opened by larry

#23930: SimpleCookie doesn't  parse comma-only separated cookies corre
http://bugs.python.org/issue23930  opened by riklaunim

#23931: Update DevGuide link in Quickstart Step 1
http://bugs.python.org/issue23931  opened by willingc

#23933: Struct module should acept arrays
http://bugs.python.org/issue23933  opened by gamaanderson

#23934: inspect.signature reporting "()" for all builtin & extension t
http://bugs.python.org/issue23934  opened by ncoghlan

#23936: Wrong references to deprecated find_module instead of find_spe
http://bugs.python.org/issue23936  opened by raulcd

#23937: IDLE start maximized
http://bugs.python.org/issue23937  opened by zektron42

#23942: Explain naming of the patch files in the bug tracker
http://bugs.python.org/issue23942  opened by maciej.szulik

#23946: Invalid timestamps reported by os.stat() when Windows FILETIME
http://bugs.python.org/issue23946  opened by CristiFati

#23947: Add mechanism to import stdlib package bypassing user packages
http://bugs.python.org/issue23947  opened by steve.dower

#23948: Deprecate os.kill() on Windows
http://bugs.python.org/issue23948  opened by jpe

#23949: Number of elements display in error message is wrong while unp
http://bugs.python.org/issue23949  opened by ulag...@gmail.com

#23950: Odd behavior with "file" and "filename" attributes in cgi.Fiel
http://bugs.python.org/issue23950  opened by deadpixi

#23951: Update devguide style to use a similar theme as Docs
http://bugs.python.org/issue23951  opened by willingc

#23952: Document the 'maxlen' member of the cgi module
http://bugs.python.org/issue23952  opened by deadpixi

#23953: test_mmap uses cruel and unusual amounts of disk space
http://bugs.python.org/issue23953  opened by larry

#23954: Pressing enter/return or clicking IDLE's autocomplete does not
http://bugs.python.org/issue23954  opened by Al.Sweigart

#23955: Add python.ini file for embedded/applocal installs
http://bugs.python.org/issue23955  opened by steve.dower

#23958: compile warnings in libffi
http://bugs.python.org/issue23958  opened by steveha

#23959: Update imaplib to support RFC3501
http://bugs.python.org/issue23959  opened by maciej.szulik

#23960: PyErr_SetImportError doesn't clean up on some errors
http://bugs.python.org/issue23960  opened by blackfawn

#23961: IDLE autocomplete window does not automatically close when sel
http://bugs.python.org/issue23961  opened by Al.Sweigart

#23962: Incorrect TimeoutError referenced in concurrent.futures docume
http://bugs.python.org/issue23962  opened by ryder.lewis

#23963: Windows build error using original openssl source
http://bugs.python.org/issue23963  opened by anselm.kruis

#23964: Update README documentation for IDLE tests.
http://bugs.python.org/issue23964  opened by Al.Sweigart

#23965: test_ssl failure on Fedora 22
http://bugs.python.org/issue23965  opened by kushal.das

#23966: More clearly expose/explain native and cross-build target info
http://bugs.python.org/issue23966  opened by ncoghlan

#23967: Make inspect.signature expression evaluation more powerful
http://bugs.python.org/issue23967  opened by larry

#23968: rename the platform directory from plat-$(MACHDEP) to plat-$(P
http://bugs.python.org/issue23968  opened by doko

#23969: please set a SOABI for MacOSX
http://bugs.python.org/issue23969  opened by doko

#23970: Update distutils.msvccompiler for VC14
http://bugs.python.org/issue23970  opened by steve.dower

#23971: dict(list) and dict.fromkeys() doesn't account for 2/3 fill ra
http://bugs.python.org/issue23971  opened by larry

#23972: Asyncio reuseport
http://bugs.python.org/issue23972  opened by Boris.FELD

#23973: PEP 484 implementation
http://bugs.python.org/issue23973  opened by gvanrossum

#23974: random.randrange() biased output
http://bugs.python.org/issue23974  opened by gurnec

#23975: numbers.Rational implements __float__ incorrectly
http://bugs.python.org/issue23975  opened by wolma

#23976: ZipFile.writestr implies non-regular files
http://bugs.python.org/issue23976  opened by dalphus

#23977: Enhancing IDLE's test_delegator.py unit test
http://bugs.python.org/issue23977  opened by Al.Sweigart

#23978: ttk.Style.element_create using incorrect tk.call syntax
http://bugs.python.org/issue23978  opened by jmorgensen

#23979: Multiprocessing Pool.map pickles arguments passed to workers
http://bugs.python.org/issue23979  opened by kieleth

#23980: Documentation for format units starting with 'e' is inconsiste
http://bugs.python.org/issue23980  opened by larry

#23981: Update test_unicodedata.py to use script_helpers
http://bugs.python.org/issue23981  opened by bobcatfish

#23982: Tkinter in Python 3.4 for Windows incorrectly renders certain 
http://bugs.python.org/issue23982  opened by MartyMacGyver

#23983: Update example in the pty documentation
http://bugs.python.org/issue23983  opened by berker.peksag

#23984: Documentation error: Descriptors
http://bugs.python.org/issue23984  opened by bjonnh

#23985: Crash when deleting slices from duplicated bytearray
http://bugs.python.org/issue23985  opened by johan

#23986: Inaccuracy about "in" keyword for list and tuple
http://bugs.python.org/issue23986  opened by wim.glenn

#23987: docs about containers membership testing wrong for broken obje
http://bugs.python.org/issue23987  opened by ethan.furman



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

#23986: Inaccuracy about "in" keyword for list and tuple
http://bugs.python.org/issue23986

#23984: Documentation error: Descriptors
http://bugs.python.org/issue23984

#23983: Update example in the pty documentation
http://bugs.python.org/issue23983

#23982: Tkinter in Python 3.4 for Windows incorrectly renders certain 
http://bugs.python.org/issue23982

#23978: ttk.Style.element_create using incorrect tk.call syntax
http://bugs.python.org/issue23978

#23977: Enhancing IDLE's test_delegator.py unit test
http://bugs.python.org/issue23977

#23976: ZipFile.writestr implies non-regular files
http://bugs.python.org/issue23976

#23975: numbers.Rational implements __float__ incorrectly
http://bugs.python.org/issue23975

#23973: PEP 484 implementation
http://bugs.python.org/issue23973

#23968: rename the platform directory from plat-$(MACHDEP) to plat-$(P
http://bugs.python.org/issue23968

#23963: Windows build error using original openssl source
http://bugs.python.org/issue23963

#23960: PyErr_SetImportError doesn't clean up on some errors
http://bugs.python.org/issue23960

#23955: Add python.ini file for embedded/applocal installs
http://bugs.python.org/issue23955

#23954: Pressing enter/return or clicking IDLE's autocomplete does not
http://bugs.python.org/issue23954

#23952: Document the 'maxlen' member of the cgi module
http://bugs.python.org/issue23952



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

#23983: Update example in the pty documentation
http://bugs.python.org/issue23983

#23981: Update test_unicodedata.py to use script_helpers
http://bugs.python.org/issue23981

#23977: Enhancing IDLE's test_delegator.py unit test
http://bugs.python.org/issue23977

#23971: dict(list) and dict.fromkeys() doesn't account for 2/3 fill ra
http://bugs.python.org/issue23971

#23970: Update distutils.msvccompiler for VC14
http://bugs.python.org/issue23970

#23968: rename the platform directory from plat-$(MACHDEP) to plat-$(P
http://bugs.python.org/issue23968

#23967: Make inspect.signature expression evaluation more powerful
http://bugs.python.org/issue23967

#23964: Update README documentation for IDLE tests.
http://bugs.python.org/issue23964

#23963: Windows build error using original openssl source
http://bugs.python.org/issue23963

#23962: Incorrect TimeoutError referenced in concurrent.futures docume
http://bugs.python.org/issue23962

#23960: PyErr_SetImportError doesn't clean up on some errors
http://bugs.python.org/issue23960

#23949: Number of elements display in error message is wrong while unp
http://bugs.python.org/issue23949

#23946: Invalid timestamps reported by os.stat() when Windows FILETIME
http://bugs.python.org/issue23946

#23936: Wrong references to deprecated find_module instead of find_spe
http://bugs.python.org/issue23936

#23934: inspect.signature reporting "()" for all builtin & extension t
http://bugs.python.org/issue23934



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

#22980: C extension naming doesn't take bitness into account
http://bugs.python.org/issue22980  34 msgs

#9517: Make test.script_helper more comprehensive, and use it in the 
http://bugs.python.org/issue9517  22 msgs

#5438: test_bigmem.test_from_2G_generator uses more memory than expec
http://bugs.python.org/issue5438  15 msgs

#23949: Number of elements display in error message is wrong while unp
http://bugs.python.org/issue23949  11 msgs

#23970: Update distutils.msvccompiler for VC14
http://bugs.python.org/issue23970  11 msgs

#17445: Handle bytes comparisons in difflib.Differ
http://bugs.python.org/issue17445  10 msgs

#23910: C implementation  of namedtuple (WIP)
http://bugs.python.org/issue23910  10 msgs

#4254: _cursesmodule.c callable update_lines_cols()
http://bugs.python.org/issue4254   9 msgs

#19050: [Python 2, Windows] fflush called on pointer to potentially cl
http://bugs.python.org/issue19050   9 msgs

#21327: socket.type value changes after using settimeout()
http://bugs.python.org/issue21327   9 msgs



Issues closed (104)
===================

#6006: ffi.c compile failures on AIX 5.3 with xlc
http://bugs.python.org/issue6006  closed by akuchling

#6983: Add specific get_platform() for freebsd
http://bugs.python.org/issue6983  closed by akuchling

#8882: socketmodule.c`getsockaddrarg() should not check the	length of
http://bugs.python.org/issue8882  closed by akuchling

#9014: Incorrect documentation of the PyObject_HEAD macro
http://bugs.python.org/issue9014  closed by gregory.p.smith

#9859: Add tests to verify API match of modules with 2 implementation
http://bugs.python.org/issue9859  closed by gregory.p.smith

#11754: Check calculated constants in test_string.py
http://bugs.python.org/issue11754  closed by r.david.murray

#12275: urllib.request.HTTPRedirectHandler won't redirect to a URL wit
http://bugs.python.org/issue12275  closed by vadmium

#12327: in HTTPConnection the are len(body) and TypeError catch except
http://bugs.python.org/issue12327  closed by r.david.murray

#12652: Keep test.support docs out of the global docs index
http://bugs.python.org/issue12652  closed by willingc

#12955: urllib.request example should use "with ... as:"
http://bugs.python.org/issue12955  closed by berker.peksag

#13164: importing rlcompleter module writes a control sequence in stdo
http://bugs.python.org/issue13164  closed by r.david.murray

#13472: devguide doesn’t list all build dependencies
http://bugs.python.org/issue13472  closed by willingc

#14374: Compiling Python 2.7.2 on HP11i PA-RISC ends with segmentation
http://bugs.python.org/issue14374  closed by akuchling

#14458: Non-admin installation fails
http://bugs.python.org/issue14458  closed by zach.ware

#14767: urllib.request.HTTPRedirectHandler raises HTTPError when Locat
http://bugs.python.org/issue14767  closed by vadmium

#15625: Support u and w codes in memoryview
http://bugs.python.org/issue15625  closed by steve.dower

#16050: ctypes: callback from C++ to Python fails with Illegal Instruc
http://bugs.python.org/issue16050  closed by r.david.murray

#16222: some terms not found by devguide's search box
http://bugs.python.org/issue16222  closed by willingc

#16229: Demo *redemo.py* lacking in Windows installation
http://bugs.python.org/issue16229  closed by zach.ware

#16405: Explain how to set up the whitespace commit hook locally
http://bugs.python.org/issue16405  closed by ned.deily

#16501: deprecate RISCOS "support"
http://bugs.python.org/issue16501  closed by akuchling

#16914: timestamping in smtplib.py to help troubleshoot server timeout
http://bugs.python.org/issue16914  closed by r.david.murray

#17202: Add .bat line to .hgeol
http://bugs.python.org/issue17202  closed by python-dev

#17284: create mercurial section in devguide's committing.rst
http://bugs.python.org/issue17284  closed by willingc

#17380: initproc return value is unclear
http://bugs.python.org/issue17380  closed by r.david.murray

#17630: Create a pure Python zipfile/tarfile importer
http://bugs.python.org/issue17630  closed by gregory.p.smith

#17751: ctypes/test/test_macholib.py fails when run from the installed
http://bugs.python.org/issue17751  closed by zach.ware

#17800: Add gc.needs_finalizing() to check if an object needs finalisi
http://bugs.python.org/issue17800  closed by benjamin.peterson

#17831: urllib.URLopener.open breaks ActiveDirectory user
http://bugs.python.org/issue17831  closed by r.david.murray

#17898: gettext bug while parsing plural-forms metadata
http://bugs.python.org/issue17898  closed by akuchling

#18128: pygettext: non-standard timestamp format in POT-Creation-Date
http://bugs.python.org/issue18128  closed by r.david.murray

#18166: 'value' attribute for ValueError
http://bugs.python.org/issue18166  closed by pitrou

#18402: Finding perl64
http://bugs.python.org/issue18402  closed by python-dev

#19121: Documentation guidelines enhancements
http://bugs.python.org/issue19121  closed by willingc

#19292: Make SSLContext.set_default_verify_paths() work on Windows
http://bugs.python.org/issue19292  closed by pitrou

#19933: Round default argument for "ndigits"
http://bugs.python.org/issue19933  closed by steve.dower

#20309: Not all method descriptors are callable
http://bugs.python.org/issue20309  closed by ncoghlan

#20586: Argument Clinic: functions with valid sig but no docstring hav
http://bugs.python.org/issue20586  closed by zach.ware

#21013: server-specific SSL context configuration
http://bugs.python.org/issue21013  closed by pitrou

#21116: Failure to create multiprocessing shared arrays larger than 50
http://bugs.python.org/issue21116  closed by pitrou

#21146: update gzip usage examples in docs
http://bugs.python.org/issue21146  closed by akuchling

#21217: inspect.getsourcelines finds wrong lines when lambda used argu
http://bugs.python.org/issue21217  closed by pitrou

#21400: Code coverage documentation is out-of-date.
http://bugs.python.org/issue21400  closed by ned.deily

#21416: argparse should accept bytes arguments as originally passed
http://bugs.python.org/issue21416  closed by zach.ware

#21511: Thinko in Lib/quopri.py, decoding b"==" to b"="
http://bugs.python.org/issue21511  closed by r.david.murray

#21741: Convert most of the test suite to using unittest.main()
http://bugs.python.org/issue21741  closed by zach.ware

#22046: ZipFile.read() should mention that it might throw NotImplement
http://bugs.python.org/issue22046  closed by gregory.p.smith

#22248: urllib.request.urlopen raises exception when 30X-redirect url 
http://bugs.python.org/issue22248  closed by vadmium

#22411: Embedding Python on Windows
http://bugs.python.org/issue22411  closed by steve.dower

#22631: Feature Request CAN_RAW_FD_FRAMES
http://bugs.python.org/issue22631  closed by larry

#22982: BOM incorrectly inserted before writing, after seeking in text
http://bugs.python.org/issue22982  closed by pitrou

#23193: Please support "numeric_owner" in tarfile
http://bugs.python.org/issue23193  closed by eric.smith

#23309: Hang on interpreter shutdown if daemon thread prints to stdout
http://bugs.python.org/issue23309  closed by pitrou

#23310: MagicMock initializer fails for magic methods
http://bugs.python.org/issue23310  closed by lukasz.langa

#23452: Build errors using VS Express 2013 in win32 mode
http://bugs.python.org/issue23452  closed by tim.golden

#23464: Remove or deprecate JoinableQueue in asyncio docs
http://bugs.python.org/issue23464  closed by r.david.murray

#23528: Limit decompressed data when reading from GzipFile
http://bugs.python.org/issue23528  closed by pitrou

#23529: Limit decompressed data when reading from LZMAFile and BZ2File
http://bugs.python.org/issue23529  closed by pitrou

#23612: 3.5.0a2 Windows installer does not remove 3.5.0a1
http://bugs.python.org/issue23612  closed by zach.ware

#23686: Update Windows and OS X installer OpenSSL to 1.0.2a
http://bugs.python.org/issue23686  closed by python-dev

#23703: urljoin() with no directory segments duplicates filename
http://bugs.python.org/issue23703  closed by berker.peksag

#23726: Don't enable GC for classes that don't add new fields
http://bugs.python.org/issue23726  closed by pitrou

#23727: rfc2231 line continuations result in an additional newline
http://bugs.python.org/issue23727  closed by r.david.murray

#23730: Document return value for ZipFile.extract()
http://bugs.python.org/issue23730  closed by python-dev

#23731: Implement PEP 488
http://bugs.python.org/issue23731  closed by brett.cannon

#23732: Update porting HOWTO about new -b semantics
http://bugs.python.org/issue23732  closed by brett.cannon

#23733: Update porting HOWTO for bytes interpolation
http://bugs.python.org/issue23733  closed by brett.cannon

#23761: test_socket fails on Mac OSX 10.9.5
http://bugs.python.org/issue23761  closed by willingc

#23811: Python py_compile error message inconsistent and missing newli
http://bugs.python.org/issue23811  closed by berker.peksag

#23817: Consider FreeBSD like any other OS in SOVERSION
http://bugs.python.org/issue23817  closed by haypo

#23820: test_importlib fails under -O
http://bugs.python.org/issue23820  closed by brett.cannon

#23822: test_py_compile fails under -O
http://bugs.python.org/issue23822  closed by brett.cannon

#23826: test_enum fails under -OO
http://bugs.python.org/issue23826  closed by ethan.furman

#23865: Fix possible leaks in close methods
http://bugs.python.org/issue23865  closed by serhiy.storchaka

#23900: Add a default docstring to Enum subclasses
http://bugs.python.org/issue23900  closed by python-dev

#23904: pathlib.PurePath does not accept bytes components
http://bugs.python.org/issue23904  closed by python-dev

#23907: Python
http://bugs.python.org/issue23907  closed by r.david.murray

#23909: highlight query string does not work on docs.python.org/2
http://bugs.python.org/issue23909  closed by python-dev

#23912: Inconsistent whitespace/formatting in docs/reference/datamodel
http://bugs.python.org/issue23912  closed by berker.peksag

#23913: error in some byte sizes of docs in array module
http://bugs.python.org/issue23913  closed by r.david.murray

#23916: module importing performance regression
http://bugs.python.org/issue23916  closed by pitrou

#23918: symbols namespace pollution
http://bugs.python.org/issue23918  closed by python-dev

#23923: Integer operations (// or %) on negative numbers product wrong
http://bugs.python.org/issue23923  closed by eric.smith

#23924: Add OS X to Dev Guide Quickstart build step
http://bugs.python.org/issue23924  closed by ned.deily

#23925: test_cmd_line failing on PYTHONSTARTUP
http://bugs.python.org/issue23925  closed by r.david.murray

#23928: SSL wiki page, host name matching, CN and SAN
http://bugs.python.org/issue23928  closed by pitrou

#23929: Minor typo (way vs. away) in os.renames docstring
http://bugs.python.org/issue23929  closed by python-dev

#23932: Tutorial section on function annotations is out of date re: PE
http://bugs.python.org/issue23932  closed by python-dev

#23935: Clean up Clinic's type expressions of buffers
http://bugs.python.org/issue23935  closed by larry

#23938: Deprecation of windows xp support missing from whats new
http://bugs.python.org/issue23938  closed by python-dev

#23939: test_get_platform_osx failure on Python 3.5.0a0 osx 10.6
http://bugs.python.org/issue23939  closed by ned.deily

#23940: test__supports_universal_builds failure on Python 3.5.0a0 osx 
http://bugs.python.org/issue23940  closed by ned.deily

#23941: Google Login not working
http://bugs.python.org/issue23941  closed by ned.deily

#23943: Misspellings in a few files
http://bugs.python.org/issue23943  closed by berker.peksag

#23944: Argument Clinic: wrap impl's declaration if it's too long
http://bugs.python.org/issue23944  closed by larry

#23945: webbrowser.open opens twice on Windows if BROWSER is set
http://bugs.python.org/issue23945  closed by andig2

#23956: Compatibility misspelled in Lib/imp.py
http://bugs.python.org/issue23956  closed by python-dev

#23957: Additional misspelled in documentation
http://bugs.python.org/issue23957  closed by r.david.murray

#23988: keyworded argument count is wrong
http://bugs.python.org/issue23988  closed by benjamin.peterson

#1481347: parse_makefile doesn't handle $$  correctly
http://bugs.python.org/issue1481347  closed by ned.deily

#1745108: 2.5.1 curses panel segfault in new_panel on aix 5.3
http://bugs.python.org/issue1745108  closed by akuchling

#1475523: gettext breaks on plural-forms header
http://bugs.python.org/issue1475523  closed by akuchling

#1648890: HP-UX: ld -Wl,+b...
http://bugs.python.org/issue1648890  closed by akuchling

#1284316: Win32: Security problem with default installation directory
http://bugs.python.org/issue1284316  closed by steve.dower

_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Python tracker Apr 17, 2015 04:08 pm
R. David Murray Apr 17, 2015 11:18 pm
Eric V. Smith Apr 17, 2015 11:52 pm
Messages in this thread