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

Python tracker status at bugs.python.org
Fri Jan 19 12:09:50 EST 2018


ACTIVITY SUMMARY (2018-01-12 - 2018-01-19) 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 6400 (+31) closed 37949 (+28) total 44349 (+59)

Open issues with patches: 2489

Issues opened (46)

#32493: UUID Module - FreeBSD build failure https://bugs.python.org/issue32493 reopened by vstinner

#32540: venv docs - doesn't match behavior https://bugs.python.org/issue32540 opened by jason.coombs

#32541: cgi.FieldStorage constructor assumes all lines terminate with https://bugs.python.org/issue32541 opened by Ian Craggs

#32542: memory not freed, aka memory leak continues... https://bugs.python.org/issue32542 opened by Michael.Felt

#32545: Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070 https://bugs.python.org/issue32545 opened by mwr256

#32546: Unusual TypeError with dataclass decorator https://bugs.python.org/issue32546 opened by rhettinger

#32547: csv.DictWriter emits strange errors if fieldnames is an iterat https://bugs.python.org/issue32547 opened by bendotc

#32548: IDLE: Add links for email and docs to help_about https://bugs.python.org/issue32548 opened by csabella

#32549: Travis: Test with OpenSSL 1.1.0 https://bugs.python.org/issue32549 opened by christian.heimes

#32550: STORE_ANNOTATION bytecode is unnecessary and can be removed. https://bugs.python.org/issue32550 opened by Mark.Shannon

#32551: Zipfile & directory execution in 3.5.4 also adds the parent di https://bugs.python.org/issue32551 opened by nedbat

#32552: Improve text for file arguments in argparse.ArgumentDefaultsHe https://bugs.python.org/issue32552 opened by elypter

#32553: venv says to use python3 which does not exist in 3.6.4 https://bugs.python.org/issue32553 opened by Paul Watson

#32554: random.seed(tuple) uses the randomized hash function and so is https://bugs.python.org/issue32554 opened by johnnyd

#32555: Encoding issues with the locale encoding https://bugs.python.org/issue32555 opened by vstinner

#32556: support bytes paths in nt _getdiskusage, _getvolumepathname, a https://bugs.python.org/issue32556 opened by eryksun

#32557: allow shutil.disk_usage to take a file path https://bugs.python.org/issue32557 opened by eryksun

#32560: inherit the py launcher's STARTUPINFO https://bugs.python.org/issue32560 opened by eryksun

#32561: Add API to io objects for non-blocking reads/writes https://bugs.python.org/issue32561 opened by njs

#32562: Support fspath protocol in AF_UNIX sockaddr resolution https://bugs.python.org/issue32562 opened by njs

#32563: -Werror=declaration-after-statement expat build failure on Pyt https://bugs.python.org/issue32563 opened by ncoghlan

#32565: Document the version of adding opcodes https://bugs.python.org/issue32565 opened by serhiy.storchaka

#32566: Not able to open Python IDLE https://bugs.python.org/issue32566 opened by Kiran

#32567: Venv’s config file (pyvenv.cfg) should be compatible with Co https://bugs.python.org/issue32567 opened by uranusjr

#32568: Fix handling of sizehint=-1 in select.epoll() https://bugs.python.org/issue32568 opened by taleinat

#32571: Speed up and clean up getting optional attributes in C code https://bugs.python.org/issue32571 opened by serhiy.storchaka

#32572: Add the ftplib option, overrides the IP address. https://bugs.python.org/issue32572 opened by studioes

#32573: sys.argv documentation should include caveat for embedded envi https://bugs.python.org/issue32573 opened by pgacv2

#32574: asyncio.Queue, put() leaks memory if the queue is full https://bugs.python.org/issue32574 opened by Mordis

#32579: UUID module fix, uuid1 python module function https://bugs.python.org/issue32579 opened by David CARLIER2

#32580: Fallback to dev_urandom doesn't work when py_getrandom returns https://bugs.python.org/issue32580 opened by jernejs

#32581: A bug of the write funtion of ConfigParser.py https://bugs.python.org/issue32581 opened by jiangjinhu666

#32582: chr raises OverflowError https://bugs.python.org/issue32582 opened by ukl

#32583: Crash during decoding using UTF-16/32 and custom error handler https://bugs.python.org/issue32583 opened by sibiryakov

#32584: Uninitialized free_extra in code_dealloc https://bugs.python.org/issue32584 opened by jeethu

#32585: Add ttk::spinbox to tkinter.ttk https://bugs.python.org/issue32585 opened by Alan Moore

#32587: Make REG_MULTI_SZ support PendingFileRenameOperations https://bugs.python.org/issue32587 opened by nanonyme

#32589: Statistics as a result from timeit https://bugs.python.org/issue32589 opened by MGilch

#32590: Proposal: add an "ensure(arg)" builtin for parameter validatio https://bugs.python.org/issue32590 opened by ncoghlan

#32591: Deprecate sys.set_coroutine_wrapper and replace it with more f https://bugs.python.org/issue32591 opened by njs

#32592: Drop support of Windows Vista in Python 3.7 https://bugs.python.org/issue32592 opened by vstinner

#32593: Drop support of FreeBSD 9 and older in Python 3.7 https://bugs.python.org/issue32593 opened by vstinner

#32594: File object 'name' attribute inconsistent type and not obvious https://bugs.python.org/issue32594 opened by skip.montanaro

#32596: Lazy import concurrent.futures.process and thread https://bugs.python.org/issue32596 opened by inada.naoki

#32597: Bad detection of clang https://bugs.python.org/issue32597 opened by bapt

#32598: Use autoconf to detect OpenSSL and libssl features https://bugs.python.org/issue32598 opened by christian.heimes

Most recent 15 issues with no replies (15)

#32598: Use autoconf to detect OpenSSL and libssl features https://bugs.python.org/issue32598

#32597: Bad detection of clang https://bugs.python.org/issue32597

#32596: Lazy import concurrent.futures.process and thread https://bugs.python.org/issue32596

#32593: Drop support of FreeBSD 9 and older in Python 3.7 https://bugs.python.org/issue32593

#32585: Add ttk::spinbox to tkinter.ttk https://bugs.python.org/issue32585

#32584: Uninitialized free_extra in code_dealloc https://bugs.python.org/issue32584

#32583: Crash during decoding using UTF-16/32 and custom error handler https://bugs.python.org/issue32583

#32579: UUID module fix, uuid1 python module function https://bugs.python.org/issue32579

#32574: asyncio.Queue, put() leaks memory if the queue is full https://bugs.python.org/issue32574

#32572: Add the ftplib option, overrides the IP address. https://bugs.python.org/issue32572

#32567: Venv’s config file (pyvenv.cfg) should be compatible with Co https://bugs.python.org/issue32567

#32565: Document the version of adding opcodes https://bugs.python.org/issue32565

#32562: Support fspath protocol in AF_UNIX sockaddr resolution https://bugs.python.org/issue32562

#32557: allow shutil.disk_usage to take a file path https://bugs.python.org/issue32557

#32556: support bytes paths in nt _getdiskusage, _getvolumepathname, a https://bugs.python.org/issue32556

Most recent 15 issues waiting for review (15)

#32598: Use autoconf to detect OpenSSL and libssl features https://bugs.python.org/issue32598

#32596: Lazy import concurrent.futures.process and thread https://bugs.python.org/issue32596

#32593: Drop support of FreeBSD 9 and older in Python 3.7 https://bugs.python.org/issue32593

#32592: Drop support of Windows Vista in Python 3.7 https://bugs.python.org/issue32592

#32589: Statistics as a result from timeit https://bugs.python.org/issue32589

#32585: Add ttk::spinbox to tkinter.ttk https://bugs.python.org/issue32585

#32582: chr raises OverflowError https://bugs.python.org/issue32582

#32580: Fallback to dev_urandom doesn't work when py_getrandom returns https://bugs.python.org/issue32580

#32574: asyncio.Queue, put() leaks memory if the queue is full https://bugs.python.org/issue32574

#32572: Add the ftplib option, overrides the IP address. https://bugs.python.org/issue32572

#32571: Speed up and clean up getting optional attributes in C code https://bugs.python.org/issue32571

#32565: Document the version of adding opcodes https://bugs.python.org/issue32565

#32563: -Werror=declaration-after-statement expat build failure on Pyt https://bugs.python.org/issue32563

#32555: Encoding issues with the locale encoding https://bugs.python.org/issue32555

#32550: STORE_ANNOTATION bytecode is unnecessary and can be removed. https://bugs.python.org/issue32550

Top 10 most discussed issues (10)

#32534: Speed-up list.insert: use memmove() https://bugs.python.org/issue32534 22 msgs

#31900: localeconv() should decode numeric fields from LC_NUMERIC enco https://bugs.python.org/issue31900 19 msgs

#32551: Zipfile & directory execution in 3.5.4 also adds the parent di https://bugs.python.org/issue32551 9 msgs

#32553: venv says to use python3 which does not exist in 3.6.4 https://bugs.python.org/issue32553 9 msgs

#30693: tarfile add uses random order https://bugs.python.org/issue30693 8 msgs

#32561: Add API to io objects for non-blocking reads/writes https://bugs.python.org/issue32561 8 msgs

#32550: STORE_ANNOTATION bytecode is unnecessary and can be removed. https://bugs.python.org/issue32550 7 msgs

#32594: File object 'name' attribute inconsistent type and not obvious https://bugs.python.org/issue32594 7 msgs

#29708: support reproducible Python builds https://bugs.python.org/issue29708 6 msgs

#32493: UUID Module - FreeBSD build failure https://bugs.python.org/issue32493 6 msgs

Issues closed (26)

#15221: os.path.is*() may return False if path can't be accessed https://bugs.python.org/issue15221 closed by Mariatta

#26330: shutil.disk_usage() on Windows can't properly handle unicode https://bugs.python.org/issue26330 closed by Mariatta

#29240: PEP 540: Add a new UTF-8 mode https://bugs.python.org/issue29240 closed by vstinner

#29476: Simplify set_add_entry() https://bugs.python.org/issue29476 closed by rhettinger

#29911: Uninstall command line in Windows registry does not uninstall https://bugs.python.org/issue29911 closed by steve.dower

#32346: Speed up slot lookup for class creation https://bugs.python.org/issue32346 closed by pitrou

#32403: date, time and datetime alternate constructors should take fas https://bugs.python.org/issue32403 closed by belopolsky

#32404: fromtimestamp does not call new in datetime subclasses https://bugs.python.org/issue32404 closed by belopolsky

#32516: Add a shared library mechanism for win32 https://bugs.python.org/issue32516 closed by steve.dower

#32529: Call readinto in shutil.copyfileobj https://bugs.python.org/issue32529 closed by YoSTEALTH

#32537: multiprocessing.pool.Pool.starmap_async - wrong parameter name https://bugs.python.org/issue32537 closed by pablogsal

#32539: os.listdir(...) on deep path on windows in python2.7 fails wit https://bugs.python.org/issue32539 closed by serhiy.storchaka

#32543: odd floor division behavior https://bugs.python.org/issue32543 closed by serhiy.storchaka

#32544: Speed up hasattr(o, name) and getattr(o, name, default) https://bugs.python.org/issue32544 closed by inada.naoki

#32558: Socketserver documentation : error in server example https://bugs.python.org/issue32558 closed by tcolombo

#32559: logging - public function to get level from name https://bugs.python.org/issue32559 closed by vinay.sajip

#32564: Syntax error on using variable async https://bugs.python.org/issue32564 closed by Andrew Olefira

#32569: Blake2 module, memory clearance update https://bugs.python.org/issue32569 closed by David Carlier

#32570: Python crash 0xc00000fd Windows10 x64 - "fail without words https://bugs.python.org/issue32570 closed by eryksun

#32575: IDLE cannot locate certain SyntaxErrors raised by f-string exp https://bugs.python.org/issue32575 closed by terry.reedy

#32576: concurrent.futures.thread deadlock due to Queue in weakref cal https://bugs.python.org/issue32576 closed by pitrou

#32577: Pip creates entry point commands in the wrong place when invok https://bugs.python.org/issue32577 closed by uranusjr

#32578: x86-64 Sierra 3.6: test_asyncio fails with timeout after 15 mi https://bugs.python.org/issue32578 closed by vstinner

#32586: urllib2 HOWTO URLError example minor error https://bugs.python.org/issue32586 closed by Mariatta

#32588: Move _findvs into its own extension module https://bugs.python.org/issue32588 closed by steve.dower

#32595: Deque with iterable object as one object https://bugs.python.org/issue32595 closed by rhettinger



More information about the Python-Dev mailing list