[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Oct 12 12:10:04 EDT 2018


ACTIVITY SUMMARY (2018-10-05 - 2018-10-12) Python tracker at https://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 6824 (+10) closed 39893 (+49) total 46717 (+59)

Open issues with patches: 2721

Issues opened (38)

#34908: netrc parsing is overly strict https://bugs.python.org/issue34908 opened by ianwremmel

#34912: Update overflow checks in resize_buffer https://bugs.python.org/issue34912 opened by Windson Yang

#34914: Clarify text encoding used to enable UTF-8 mode https://bugs.python.org/issue34914 opened by ncoghlan

#34915: LWPCookieJar.save() creates *.lwp file in 644 mode https://bugs.python.org/issue34915 opened by aleskva

#34916: include sqlite-3.25+ (with window functions) https://bugs.python.org/issue34916 opened by Big Stone

#34918: Python 3 tkinter measurement problem https://bugs.python.org/issue34918 opened by Ackbach

#34919: Crash caused by certain characters in a string https://bugs.python.org/issue34919 opened by cwickens

#34920: PYTHONWARNINGS entries are escaped https://bugs.python.org/issue34920 opened by nikratio

#34922: hashlib segmentation fault https://bugs.python.org/issue34922 opened by shuoz

#34924: inspect.signature isn't aware that types.MethodType can wrap a https://bugs.python.org/issue34924 opened by bup

#34927: Tkinter-related segfault on macOS (regression between 3.7.0 an https://bugs.python.org/issue34927 opened by aivarannamaa

#34930: sha1module: Switch sha1 implementation to sha1dc/hardened sha1 https://bugs.python.org/issue34930 opened by antoine.pietri

#34931: os.path.splitext with more dots https://bugs.python.org/issue34931 opened by xnovakj

#34932: Add macOS TCP_KEEPALIVE to available socket options https://bugs.python.org/issue34932 opened by llawall

#34934: Consider making Windows select.select interruptible using WSAE https://bugs.python.org/issue34934 opened by ondrej.kutal

#34936: tkinter.Spinbox.selection_element() raises TclError https://bugs.python.org/issue34936 opened by j-4321-i

#34938: Fix mimetype.init() to account for from import https://bugs.python.org/issue34938 opened by YoSTEALTH

#34939: Possibly spurious SyntaxError: annotated name can't be global https://bugs.python.org/issue34939 opened by rohanpadhye

#34941: xml.etree.ElementTree findall() fails when using custom TreeBu https://bugs.python.org/issue34941 opened by jackjansen

#34943: sched cancel (wrong item removed from queue) https://bugs.python.org/issue34943 opened by ajneu

#34944: Update _dirnameW to accept long path names https://bugs.python.org/issue34944 opened by jopamer

#34945: regression with ./python -m test and pdb https://bugs.python.org/issue34945 opened by matrixise

#34946: inspect.getcallargs is marked as deprecated in documentation, https://bugs.python.org/issue34946 opened by chrisjbremner

#34947: inspect.getclosurevars() does not get all globals https://bugs.python.org/issue34947 opened by azag0

#34948: Document warningregister https://bugs.python.org/issue34948 opened by steven.daprano

#34949: ntpath.abspath no longer uses normpath https://bugs.python.org/issue34949 opened by rhwlo

#34950: Parse trusted and signature information from X509 certificate https://bugs.python.org/issue34950 opened by famendola

#34951: cookielib/cookiejar cookies' Expires date parse fails with lon https://bugs.python.org/issue34951 opened by alb_moral

#34952: Problems with the warningregistry() decorator in Lib/unittest/ https://bugs.python.org/issue34952 opened by serhiy.storchaka

#34953: Implement mmap.mmap.__repr__ https://bugs.python.org/issue34953 opened by cool-RR

#34956: _tkinter built on macOS 10.14 does not link to Tcl and Tk in / https://bugs.python.org/issue34956 opened by wordtech

#34957: Segementation faults on ARM and ARM64 https://bugs.python.org/issue34957 opened by stefanrink at yahoo.com

#34958: urllib.error.HTTPError.fp is not closed when error is finalize https://bugs.python.org/issue34958 opened by puxlit

#34960: macOS builds expose stack_size option in LINKEDFOORSHARED and https://bugs.python.org/issue34960 opened by xzcvczx

#34961: Global scoping when shadowing local names in class definitions https://bugs.python.org/issue34961 opened by multun

#34963: String representation for types created with typing.NewType(†https://bugs.python.org/issue34963 opened by fish2000

#34965: Python on Docker container using flask is going down after som https://bugs.python.org/issue34965 opened by sri_spl

#34966: Pydoc: better support of method aliases https://bugs.python.org/issue34966 opened by serhiy.storchaka

Most recent 15 issues with no replies (15)

#34966: Pydoc: better support of method aliases https://bugs.python.org/issue34966

#34963: String representation for types created with typing.NewType(†https://bugs.python.org/issue34963

#34958: urllib.error.HTTPError.fp is not closed when error is finalize https://bugs.python.org/issue34958

#34950: Parse trusted and signature information from X509 certificate https://bugs.python.org/issue34950

#34949: ntpath.abspath no longer uses normpath https://bugs.python.org/issue34949

#34944: Update _dirnameW to accept long path names https://bugs.python.org/issue34944

#34938: Fix mimetype.init() to account for from import https://bugs.python.org/issue34938

#34934: Consider making Windows select.select interruptible using WSAE https://bugs.python.org/issue34934

#34931: os.path.splitext with more dots https://bugs.python.org/issue34931

#34924: inspect.signature isn't aware that types.MethodType can wrap a https://bugs.python.org/issue34924

#34918: Python 3 tkinter measurement problem https://bugs.python.org/issue34918

#34915: LWPCookieJar.save() creates *.lwp file in 644 mode https://bugs.python.org/issue34915

#34912: Update overflow checks in resize_buffer https://bugs.python.org/issue34912

#34898: add mtime argument to gzip.compress https://bugs.python.org/issue34898

#34897: distutils test errors when CXX is not set https://bugs.python.org/issue34897

Most recent 15 issues waiting for review (15)

#34966: Pydoc: better support of method aliases https://bugs.python.org/issue34966

#34963: String representation for types created with typing.NewType(†https://bugs.python.org/issue34963

#34944: Update _dirnameW to accept long path names https://bugs.python.org/issue34944

#34941: xml.etree.ElementTree findall() fails when using custom TreeBu https://bugs.python.org/issue34941

#34936: tkinter.Spinbox.selection_element() raises TclError https://bugs.python.org/issue34936

#34932: Add macOS TCP_KEEPALIVE to available socket options https://bugs.python.org/issue34932

#34922: hashlib segmentation fault https://bugs.python.org/issue34922

#34903: strptime %d handling of single digit day of month https://bugs.python.org/issue34903

#34901: Missing isolated (-I) flag in sys.flags table https://bugs.python.org/issue34901

#34898: add mtime argument to gzip.compress https://bugs.python.org/issue34898

#34897: distutils test errors when CXX is not set https://bugs.python.org/issue34897

#34876: Python3.8 changes how decorators are traced https://bugs.python.org/issue34876

#34866: CGI DOS vulnerability via long post list https://bugs.python.org/issue34866

#34861: Improve cProfile standard output https://bugs.python.org/issue34861

#34856: Make the repr of lambda contain signature and body expression. https://bugs.python.org/issue34856

Top 10 most discussed issues (10)

#34839: doctest: Change example under warnings section https://bugs.python.org/issue34839 12 msgs

#34751: Hash collisions for tuples https://bugs.python.org/issue34751 10 msgs

#34922: hashlib segmentation fault https://bugs.python.org/issue34922 10 msgs

#25592: distutils docs: data_files always uses sys.prefix https://bugs.python.org/issue25592 8 msgs

#34893: Add 2to3 fixer to change send and recv methods of socket objec https://bugs.python.org/issue34893 8 msgs

#33729: Hashlib/blake2* missing 'data' keyword argument https://bugs.python.org/issue33729 7 msgs

#34927: Tkinter-related segfault on macOS (regression between 3.7.0 an https://bugs.python.org/issue34927 7 msgs

#34939: Possibly spurious SyntaxError: annotated name can't be global https://bugs.python.org/issue34939 6 msgs

#34957: Segementation faults on ARM and ARM64 https://bugs.python.org/issue34957 6 msgs

#34960: macOS builds expose stack_size option in LINKEDFOORSHARED and https://bugs.python.org/issue34960 6 msgs

Issues closed (45)

#20304: Argument Clinic: char convertor should use default values of t https://bugs.python.org/issue20304 closed by taleinat

#23596: gzip argparse interface https://bugs.python.org/issue23596 closed by matrixise

#31715: Add mimetype for extension .mjs https://bugs.python.org/issue31715 closed by asvetlov

#32174: nonASCII punctuation characters can not display in python363.c https://bugs.python.org/issue32174 closed by steve.dower

#32680: smtplib SMTP instances missing a default sock attribute https://bugs.python.org/issue32680 closed by giampaolo.rodola

#32962: test_gdb fails in debug build with -mcet -fcf-protection -O0 https://bugs.python.org/issue32962 closed by vstinner

#33643: Mock functions with autospec STILL don't support assert_called https://bugs.python.org/issue33643 closed by matrixise

#34334: QueueHandler logs exc_info twice https://bugs.python.org/issue34334 closed by ned.deily

#34383: asyncio passes SSL certificate error to loop.call_exception_ha https://bugs.python.org/issue34383 closed by asvetlov

#34445: asyncio support in doctests https://bugs.python.org/issue34445 closed by asvetlov

#34630: Don't log ssl cert errors in asyncio https://bugs.python.org/issue34630 closed by asvetlov

#34758: http.server module sets incorrect mimetype for WebAssembly fil https://bugs.python.org/issue34758 closed by asvetlov

#34769: _asyncgen_finalizer_hook running in wrong thread https://bugs.python.org/issue34769 closed by yselivanov

#34825: Add more entries to os module to pathlib reference table https://bugs.python.org/issue34825 closed by asvetlov

#34829: Add missing selection_ methods to tkinter Spinbox https://bugs.python.org/issue34829 closed by serhiy.storchaka

#34849: Drop logging when asyncio waits in selector.select() https://bugs.python.org/issue34849 closed by asvetlov

#34870: Core dump when Python VSCode debugger is attached https://bugs.python.org/issue34870 closed by terry.reedy

#34872: investigate task/future cancellation in asynciomodule.c https://bugs.python.org/issue34872 closed by yselivanov

#34899: Possible assertion failure due to int_from_bytes_impl() https://bugs.python.org/issue34899 closed by ZackerySpytz

#34900: unittest subTests() fails when called from debug() https://bugs.python.org/issue34900 closed by berker.peksag

#34902: Azure pipelines PR build fails with "Unexpected vmImage 'vs201 https://bugs.python.org/issue34902 closed by steve.dower

#34905: Cannot assign memoryview values from array.array https://bugs.python.org/issue34905 closed by skrah

#34906: Fix typo in the documentation https://bugs.python.org/issue34906 closed by mdk

#34907: calculation not working properly https://bugs.python.org/issue34907 closed by matrixise

#34909: StrEnum subclasses cannot be created https://bugs.python.org/issue34909 closed by ethan.furman

#34910: PyObject_Print() doesn't always return -1 on error https://bugs.python.org/issue34910 closed by serhiy.storchaka

#34911: Allow Cookies for Secure WebSockets https://bugs.python.org/issue34911 closed by asvetlov

#34913: Document gzip command line interface https://bugs.python.org/issue34913 closed by mdk

#34917: add time decorator to timeit.py https://bugs.python.org/issue34917 closed by ezio.melotti

#34921: NoReturn not allowed by get_type_hints when future import anno https://bugs.python.org/issue34921 closed by levkivskyi

#34923: Decimal Multiplication problems: Wrong solution https://bugs.python.org/issue34923 closed by Shadow Raven

#34925: 25% speed-up to common case for bisect() https://bugs.python.org/issue34925 closed by rhettinger

#34926: Allow querying a Path's mime-type https://bugs.python.org/issue34926 closed by xtreak

#34928: string method .upper() converts 'ß' to 'SS' instead of 'ẞ' https://bugs.python.org/issue34928 closed by xtreak

#34929: Extract asyncio sendfile tests into a separate test file https://bugs.python.org/issue34929 closed by asvetlov

#34933: json.dumps serializes double quotes incorrectly https://bugs.python.org/issue34933 closed by serhiy.storchaka

#34935: Misleading error message in str.decode() https://bugs.python.org/issue34935 closed by ezio.melotti

#34937: Extract asyncio tests for sock_*() methods into a separate tes https://bugs.python.org/issue34937 closed by asvetlov

#34940: Possible assertion failure due to _check_for_legacy_statements https://bugs.python.org/issue34940 closed by serhiy.storchaka

#34942: Add an FAQ note about floating point representation https://bugs.python.org/issue34942 closed by xtreak

#34954: Getting an email's subject is error-prone https://bugs.python.org/issue34954 closed by r.david.murray

#34955: passing a dict to bytes() gives unhelpful error message https://bugs.python.org/issue34955 closed by rhettinger

#34959: Are the tests optional on travis? https://bugs.python.org/issue34959 closed by matrixise

#34962: make doctest does not pass :/ https://bugs.python.org/issue34962 closed by mdk

#34964: Make Tkinter sources more readable by adding blank lines https://bugs.python.org/issue34964 closed by serhiy.storchaka



More information about the Python-Dev mailing list