[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Mar 11 12:08:39 EST 2016
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2016-03-04 - 2016-03-11) 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 5454 (+19) closed 32842 (+40) total 38296 (+59)
Open issues with patches: 2373
Issues opened (39)
#16851: Hint about correct ismethod and isfunction usage http://bugs.python.org/issue16851 reopened by haypo
#26481: unittest discovery process not working without .py source file http://bugs.python.org/issue26481 opened by stefan
#26483: docs unclear on difference between str.isdigit() and str.isdec http://bugs.python.org/issue26483 opened by ethan.furman
#26488: hashlib command line interface http://bugs.python.org/issue26488 opened by palaviv
#26491: Defer DECREFs until enum object is in a consistent state for r http://bugs.python.org/issue26491 opened by rhettinger
#26492: Exhausted array iterator should left exhausted http://bugs.python.org/issue26492 opened by serhiy.storchaka
#26493: Bad formatting in WinError 193 when using subprocess.check_cal http://bugs.python.org/issue26493 opened by Raúl Núñez de Arenas
#26494: Double deallocation on iterator exhausting http://bugs.python.org/issue26494 opened by serhiy.storchaka
#26495: super() does not work in nested functions, genexps, listcomps, http://bugs.python.org/issue26495 opened by ztane
#26496: Exhausted deque iterator should free a reference to a deque http://bugs.python.org/issue26496 opened by serhiy.storchaka
#26499: http.client.IncompleteRead from HTTPResponse read after part r http://bugs.python.org/issue26499 opened by maubp
#26500: Document of star operator missing. It must be documented for b http://bugs.python.org/issue26500 opened by janonymous
#26503: argparse with required field , not having new line separator i http://bugs.python.org/issue26503 opened by mohankumar
#26506: hex() documentation: mention "%x" % int http://bugs.python.org/issue26506 opened by haypo
#26507: Use highest pickle protocol in multiprocessing http://bugs.python.org/issue26507 opened by ebehn
#26509: spurious ConnectionAbortedError logged on Windows http://bugs.python.org/issue26509 opened by sebastien.bourdeauducq
#26510: [argparse] Add required argument to add_subparsers http://bugs.python.org/issue26510 opened by memeplex
#26511: Add link to id() built-in in comparison operator documentation http://bugs.python.org/issue26511 opened by Mike Vertolli
#26512: Vocabulary: Using "integral" in library/stdtypes.html http://bugs.python.org/issue26512 opened by sizeof
#26513: platform.win32_ver() broken in 2.7.11 http://bugs.python.org/issue26513 opened by Florian Roth
#26515: Update extending/embedding docs to new way to build modules in http://bugs.python.org/issue26515 opened by brett.cannon
#26516: Add PYTHONMALLOC env var and add support for malloc debug hook http://bugs.python.org/issue26516 opened by haypo
#26517: Crash in installer http://bugs.python.org/issue26517 opened by jools
#26519: Cython doesn't work anymore on Python 3.6 http://bugs.python.org/issue26519 opened by haypo
#26523: multiprocessing ThreadPool is untested http://bugs.python.org/issue26523 opened by pitrou
#26524: document what config directory is used for http://bugs.python.org/issue26524 opened by jbeck
#26525: Documentation of ord(c) easy to misread http://bugs.python.org/issue26525 opened by gladman
#26526: In parsermodule.c, replace over 2KLOC of hand-crafted validati http://bugs.python.org/issue26526 opened by A. Skrobov
#26527: CGI library - Using unicode in header fields http://bugs.python.org/issue26527 opened by Olivier.Le.Moign
#26528: NameError for built in function open when re-raising stored ex http://bugs.python.org/issue26528 opened by reidfaiv
#26530: tracemalloc: add C API to manually track/untrack memory alloca http://bugs.python.org/issue26530 opened by haypo
#26531: KeyboardInterrupt while in input() not catchable on Windows 10 http://bugs.python.org/issue26531 opened by jecanne
#26533: logging.config does not allow disable_existing_loggers=True http://bugs.python.org/issue26533 opened by Grazfather x
#26534: subprocess.check_output with shell=True ignores the timeout http://bugs.python.org/issue26534 opened by Daniel Shaulov
#26535: Minor typo in the docs for struct.unpack http://bugs.python.org/issue26535 opened by Antony.Lee
#26536: Add the SIO_LOOPBACK_FAST_PATH option to socket.ioctl http://bugs.python.org/issue26536 opened by Daniel Stokes
#26537: ConfigParser has optionxform, but not sectionxform http://bugs.python.org/issue26537 opened by Anaphory
#26538: regrtest: setup_tests() must not replace module.path (_Nam http://bugs.python.org/issue26538 opened by haypo
#26539: frozen executables should have an empty path http://bugs.python.org/issue26539 opened by Daniel Shaulov
Most recent 15 issues with no replies (15)
#26539: frozen executables should have an empty path http://bugs.python.org/issue26539
#26537: ConfigParser has optionxform, but not sectionxform http://bugs.python.org/issue26537
#26536: Add the SIO_LOOPBACK_FAST_PATH option to socket.ioctl http://bugs.python.org/issue26536
#26534: subprocess.check_output with shell=True ignores the timeout http://bugs.python.org/issue26534
#26533: logging.config does not allow disable_existing_loggers=True http://bugs.python.org/issue26533
#26526: In parsermodule.c, replace over 2KLOC of hand-crafted validati http://bugs.python.org/issue26526
#26524: document what config directory is used for http://bugs.python.org/issue26524
#26515: Update extending/embedding docs to new way to build modules in http://bugs.python.org/issue26515
#26511: Add link to id() built-in in comparison operator documentation http://bugs.python.org/issue26511
#26491: Defer DECREFs until enum object is in a consistent state for r http://bugs.python.org/issue26491
#26488: hashlib command line interface http://bugs.python.org/issue26488
#26481: unittest discovery process not working without .py source file http://bugs.python.org/issue26481
#26480: add a flag that will not give the set a sys.stdin http://bugs.python.org/issue26480
#26471: load_verify_locations(cadata) should load AUX ASN.1 to support http://bugs.python.org/issue26471
#26467: Add async magic method support to unittest.mock.Mock http://bugs.python.org/issue26467
Most recent 15 issues waiting for review (15)
#26539: frozen executables should have an empty path http://bugs.python.org/issue26539
#26538: regrtest: setup_tests() must not replace module.path (_Nam http://bugs.python.org/issue26538
#26536: Add the SIO_LOOPBACK_FAST_PATH option to socket.ioctl http://bugs.python.org/issue26536
#26535: Minor typo in the docs for struct.unpack http://bugs.python.org/issue26535
#26534: subprocess.check_output with shell=True ignores the timeout http://bugs.python.org/issue26534
#26530: tracemalloc: add C API to manually track/untrack memory alloca http://bugs.python.org/issue26530
#26523: multiprocessing ThreadPool is untested http://bugs.python.org/issue26523
#26516: Add PYTHONMALLOC env var and add support for malloc debug hook http://bugs.python.org/issue26516
#26509: spurious ConnectionAbortedError logged on Windows http://bugs.python.org/issue26509
#26499: http.client.IncompleteRead from HTTPResponse read after part r http://bugs.python.org/issue26499
#26494: Double deallocation on iterator exhausting http://bugs.python.org/issue26494
#26492: Exhausted array iterator should left exhausted http://bugs.python.org/issue26492
#26491: Defer DECREFs until enum object is in a consistent state for r http://bugs.python.org/issue26491
#26488: hashlib command line interface http://bugs.python.org/issue26488
#26462: Patch to enhance literal block language declaration http://bugs.python.org/issue26462
Top 10 most discussed issues (10)
#26249: Change PyMem_Malloc to use pymalloc allocator http://bugs.python.org/issue26249 18 msgs
#26506: hex() documentation: mention "%x" % int http://bugs.python.org/issue26506 12 msgs
#25652: collections.UserString.rmod() raises NameError http://bugs.python.org/issue25652 8 msgs
#26415: Fragmentation of the heap memory in the Python parser http://bugs.python.org/issue26415 8 msgs
#26516: Add PYTHONMALLOC env var and add support for malloc debug hook http://bugs.python.org/issue26516 8 msgs
#26531: KeyboardInterrupt while in input() not catchable on Windows 10 http://bugs.python.org/issue26531 8 msgs
#26247: Document Chrome/Chromium for python2.7 http://bugs.python.org/issue26247 7 msgs
#26513: platform.win32_ver() broken in 2.7.11 http://bugs.python.org/issue26513 6 msgs
#22367: Add open_file_descriptor parameter to fcntl.lockf() (use the n http://bugs.python.org/issue22367 5 msgs
#26483: docs unclear on difference between str.isdigit() and str.isdec http://bugs.python.org/issue26483 5 msgs
Issues closed (38)
#2202: urllib2 fails against IIS 6.0 (No support for MD5-sess auth) http://bugs.python.org/issue2202 closed by berker.peksag
#15068: fileinput requires two EOF when reading stdin http://bugs.python.org/issue15068 closed by serhiy.storchaka
#16465: dict creation performance regression http://bugs.python.org/issue16465 closed by serhiy.storchaka
#17940: extra code in argparse.py http://bugs.python.org/issue17940 closed by berker.peksag
#21034: Python docs reference the Distribute package which has been de http://bugs.python.org/issue21034 closed by berker.peksag
#24324: Remove -Wunreachable-code flag http://bugs.python.org/issue24324 closed by ned.deily
#24852: Python 3.5.0rc1 "HOWTO Use Python in the web" needs fix http://bugs.python.org/issue24852 closed by berker.peksag
#25718: itertools.accumulate reduce/setstate bug http://bugs.python.org/issue25718 closed by serhiy.storchaka
#25907: Documentation i18n: Added trans tags in sphinx templates http://bugs.python.org/issue25907 closed by sizeof
#26015: Add new tests for pickling iterators of mutable sequences http://bugs.python.org/issue26015 closed by serhiy.storchaka
#26167: Improve copy.copy speed for built-in types (list/set/dict) http://bugs.python.org/issue26167 closed by serhiy.storchaka
#26177: tkinter: Canvas().keys returns empty strings. http://bugs.python.org/issue26177 closed by serhiy.storchaka
#26443: cross building extensions picks up host headers http://bugs.python.org/issue26443 closed by hundeboll
#26456: import _tkinter + TestForkInThread leaves zombie with stalled http://bugs.python.org/issue26456 closed by martin.panter
#26465: Upgrade OpenSSL shipped with python installers http://bugs.python.org/issue26465 closed by steve.dower
#26466: could not build python 2.7.11 on AIX http://bugs.python.org/issue26466 closed by Michael.Felt
#26475: Misleading debugging output for verbose regular expressions http://bugs.python.org/issue26475 closed by serhiy.storchaka
#26482: Restore pickling recursive dequeues http://bugs.python.org/issue26482 closed by serhiy.storchaka
#26484: Broken table in /2.7/library/sets.html#set-objects http://bugs.python.org/issue26484 closed by gregory.p.smith
#26485: Missing newline, raising a warning, in /Doc/license.rst http://bugs.python.org/issue26485 closed by berker.peksag
#26486: Backport some tests to 2.7 http://bugs.python.org/issue26486 closed by serhiy.storchaka
#26487: Machine value for fat PowerPC build http://bugs.python.org/issue26487 closed by ned.deily
#26489: dictionary unpacking operator in dict expression http://bugs.python.org/issue26489 closed by berker.peksag
#26490: Leading “0†allowed, only for decimal zero http://bugs.python.org/issue26490 closed by ethan.furman
#26497: Documentation - HOWTO Use Python in the web paragraph on Turbo http://bugs.python.org/issue26497 closed by berker.peksag
#26498: _io.so flat namespace http://bugs.python.org/issue26498 closed by bugbee
#26501: bytes splitlines() method returns strings without decoding http://bugs.python.org/issue26501 closed by zach.ware
#26502: traceback.extract_tb breaks compatibility by returning FrameSu http://bugs.python.org/issue26502 closed by berker.peksag
#26504: tclErr: invalid command name "PyAggImagePhoto" http://bugs.python.org/issue26504 closed by r mosher
#26505: [PATCH] Spelling of ANY in the license of Modules/getaddrinfo. http://bugs.python.org/issue26505 closed by ned.deily
#26508: Infinite crash leading to DoS http://bugs.python.org/issue26508 closed by haypo
#26514: Object defines 'ne' as 'not eq' if 'ne' is not imp http://bugs.python.org/issue26514 closed by eryksun
#26518: AttributeError: 'module' object has no attribute '_handlerList http://bugs.python.org/issue26518 closed by berker.peksag
#26520: asyncio.new_event_loop() hangs http://bugs.python.org/issue26520 closed by gvanrossum
#26521: add extend_enum
to Enum
http://bugs.python.org/issue26521 closed by ethan.furman
#26522: pickle.whichmodule(object.new, None) = 'email.MIMEAudio' http://bugs.python.org/issue26522 closed by serhiy.storchaka
#26529: urllib.request: ftplib's cwd() can do harm http://bugs.python.org/issue26529 closed by Vadim Markovtsev
#26532: build fails with address sanitizer http://bugs.python.org/issue26532 closed by brett.cannon
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]