[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri May 15 18:08:20 CEST 2015
ACTIVITY SUMMARY (2015-05-08 - 2015-05-15)
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 4840 ( +2)
closed 31123 (+54)
total 35963 (+56)
Open issues with patches: 2237
Issues opened (39)
==================
#21162: code in multiprocessing.pool freeze if inside some code from s
http://bugs.python.org/issue21162 reopened by Ivan.K
#21593: Clarify re.search documentation first match
http://bugs.python.org/issue21593 reopened by Joshua.Landau
#23757: tuple function gives wrong answer when called on list subclass
http://bugs.python.org/issue23757 reopened by r.david.murray
#24134: assertRaises can behave differently
http://bugs.python.org/issue24134 reopened by serhiy.storchaka
#24147: doublequote are not well recognized with Dialect class
http://bugs.python.org/issue24147 opened by MiK
#24148: 'cum' not a valid sort key for pstats.Stats.sort_stats
http://bugs.python.org/issue24148 opened by ramiro
#24151: test_pydoc fails
http://bugs.python.org/issue24151 opened by hsiehr
#24152: test_mailcap fails if a mailcap file contains a non-decodable
http://bugs.python.org/issue24152 opened by petrosr2
#24153: threading/multiprocessing tests fail on chromebook under crout
http://bugs.python.org/issue24153 opened by shiprex
#24154: pathlib.Path.rename moves file to Path.cwd() when argument is
http://bugs.python.org/issue24154 opened by yurit
#24157: test_urandom_fd_reopened failure if OS X crash reporter defaul
http://bugs.python.org/issue24157 opened by skip.montanaro
#24159: Misleading TypeError when pickling bytes to a file opened as t
http://bugs.python.org/issue24159 opened by jason.coombs
#24160: Pdb sometimes crashes when trying to remove a breakpoint defin
http://bugs.python.org/issue24160 opened by ppperry
#24162: [2.7 regression] test_asynchat test failure on i586-linux-gnu
http://bugs.python.org/issue24162 opened by doko
#24163: shutil.copystat fails when attribute security.selinux is prese
http://bugs.python.org/issue24163 opened by sstirlin
#24164: Support pickling objects with __new__ with keyword arguments w
http://bugs.python.org/issue24164 opened by serhiy.storchaka
#24165: Free list for single-digits ints
http://bugs.python.org/issue24165 opened by serhiy.storchaka
#24166: ArgumentParser behavior does not match generated help
http://bugs.python.org/issue24166 opened by tellendil
#24168: Unittest discover fails with namespace package if the path con
http://bugs.python.org/issue24168 opened by toshishige hagihara
#24169: sockets convert out-of-range port numbers % 2**16
http://bugs.python.org/issue24169 opened by Kurt.Rose
#24172: Errors in resource.getpagesize module documentation
http://bugs.python.org/issue24172 opened by mahmoud
#24173: curses HOWTO/implementation disagreement
http://bugs.python.org/issue24173 opened by White_Rabbit
#24174: Python crash on exit
http://bugs.python.org/issue24174 opened by gnumdk
#24175: Test failure in test_utime on FreeBSD
http://bugs.python.org/issue24175 opened by koobs
#24176: Incorrect parsing of unpacked expressions in call
http://bugs.python.org/issue24176 opened by tcaswell
#24177: Add https?_proxy support to http.client
http://bugs.python.org/issue24177 opened by demian.brecht
#24180: PEP 492: Documentation
http://bugs.python.org/issue24180 opened by yselivanov
#24181: test_fileio crash, 3.5, Win 7
http://bugs.python.org/issue24181 opened by terry.reedy
#24182: test_tcl assertion failure, 2.7, Win 7
http://bugs.python.org/issue24182 opened by terry.reedy
#24186: OpenSSL causes buffer overrun exception
http://bugs.python.org/issue24186 opened by steve.dower
#24190: BoundArguments facility to inject defaults
http://bugs.python.org/issue24190 opened by pitrou
#24192: unexpected system error with pep420 style namespace packages
http://bugs.python.org/issue24192 opened by ronaldoussoren
#24193: Make LOGGING_FORMAT of assertLogs configurable
http://bugs.python.org/issue24193 opened by berker.peksag
#24194: tokenize yield an ERRORTOKEN if an identifier uses Other_ID_St
http://bugs.python.org/issue24194 opened by Joshua.Landau
#24195: Add `Executor.filter` to concurrent.futures
http://bugs.python.org/issue24195 opened by cool-RR
#24198: please align the platform tag for windows
http://bugs.python.org/issue24198 opened by doko
#24199: Idle: remove idlelib.idlever.py and its use in About dialog
http://bugs.python.org/issue24199 opened by terry.reedy
#24200: Redundant id in informative reprs
http://bugs.python.org/issue24200 opened by serhiy.storchaka
#24201: _winreg PyHKEY Type Confusion
http://bugs.python.org/issue24201 opened by JohnLeitch
Most recent 15 issues with no replies (15)
==========================================
#24200: Redundant id in informative reprs
http://bugs.python.org/issue24200
#24194: tokenize yield an ERRORTOKEN if an identifier uses Other_ID_St
http://bugs.python.org/issue24194
#24193: Make LOGGING_FORMAT of assertLogs configurable
http://bugs.python.org/issue24193
#24180: PEP 492: Documentation
http://bugs.python.org/issue24180
#24177: Add https?_proxy support to http.client
http://bugs.python.org/issue24177
#24176: Incorrect parsing of unpacked expressions in call
http://bugs.python.org/issue24176
#24174: Python crash on exit
http://bugs.python.org/issue24174
#24173: curses HOWTO/implementation disagreement
http://bugs.python.org/issue24173
#24164: Support pickling objects with __new__ with keyword arguments w
http://bugs.python.org/issue24164
#24162: [2.7 regression] test_asynchat test failure on i586-linux-gnu
http://bugs.python.org/issue24162
#24159: Misleading TypeError when pickling bytes to a file opened as t
http://bugs.python.org/issue24159
#24154: pathlib.Path.rename moves file to Path.cwd() when argument is
http://bugs.python.org/issue24154
#24148: 'cum' not a valid sort key for pstats.Stats.sort_stats
http://bugs.python.org/issue24148
#24143: Makefile in tarball don't provide make uninstall target
http://bugs.python.org/issue24143
#24137: Force not using _default_root in IDLE
http://bugs.python.org/issue24137
Most recent 15 issues waiting for review (15)
=============================================
#24198: please align the platform tag for windows
http://bugs.python.org/issue24198
#24195: Add `Executor.filter` to concurrent.futures
http://bugs.python.org/issue24195
#24190: BoundArguments facility to inject defaults
http://bugs.python.org/issue24190
#24176: Incorrect parsing of unpacked expressions in call
http://bugs.python.org/issue24176
#24165: Free list for single-digits ints
http://bugs.python.org/issue24165
#24164: Support pickling objects with __new__ with keyword arguments w
http://bugs.python.org/issue24164
#24145: Support |= for parameters in converters
http://bugs.python.org/issue24145
#24142: ConfigParser._read doesn't join multi-line values collected wh
http://bugs.python.org/issue24142
#24136: document PEP 448
http://bugs.python.org/issue24136
#24134: assertRaises can behave differently
http://bugs.python.org/issue24134
#24130: Remove -fno-common compile option from OS X framework builds?
http://bugs.python.org/issue24130
#24129: Incorrect (misleading) statement in the execution model docume
http://bugs.python.org/issue24129
#24117: Wrong range checking in GB18030 decoder.
http://bugs.python.org/issue24117
#24114: ctypes.utils uninitialized variable 'path'
http://bugs.python.org/issue24114
#24109: Documentation for difflib uses optparse
http://bugs.python.org/issue24109
Top 10 most discussed issues (10)
=================================
#24181: test_fileio crash, 3.5, Win 7
http://bugs.python.org/issue24181 10 msgs
#23699: Add a macro to ease writing rich comparisons
http://bugs.python.org/issue23699 9 msgs
#23970: Update distutils.msvccompiler for VC14
http://bugs.python.org/issue23970 9 msgs
#24195: Add `Executor.filter` to concurrent.futures
http://bugs.python.org/issue24195 8 msgs
#23971: dict(list) and dict.fromkeys() doesn't account for 2/3 fill ra
http://bugs.python.org/issue23971 7 msgs
#24165: Free list for single-digits ints
http://bugs.python.org/issue24165 7 msgs
#24190: BoundArguments facility to inject defaults
http://bugs.python.org/issue24190 7 msgs
#23857: Make default HTTPS certificate verification setting configurab
http://bugs.python.org/issue23857 6 msgs
#24182: test_tcl assertion failure, 2.7, Win 7
http://bugs.python.org/issue24182 6 msgs
#24198: please align the platform tag for windows
http://bugs.python.org/issue24198 6 msgs
Issues closed (52)
==================
#1322: Deprecate platform.dist() and platform.linux_distribution() fu
http://bugs.python.org/issue1322 closed by berker.peksag
#9514: platform.linux_distribution() under Ubuntu returns ('debian',
http://bugs.python.org/issue9514 closed by lemburg
#12018: No tests for ntpath.samefile, ntpath.sameopenfile
http://bugs.python.org/issue12018 closed by r.david.murray
#17762: platform.linux_distribution() should honor /etc/os-release
http://bugs.python.org/issue17762 closed by lemburg
#19934: collections.Counter.most_common does not document `None` as ac
http://bugs.python.org/issue19934 closed by rhettinger
#20172: Derby #3: Convert 67 sites to Argument Clinic across 4 files (
http://bugs.python.org/issue20172 closed by zach.ware
#21795: smtpd.SMTPServer should announce 8BITMIME when supported and a
http://bugs.python.org/issue21795 closed by r.david.murray
#22064: Misleading message from 2to3 when skipping optional fixers
http://bugs.python.org/issue22064 closed by berker.peksag
#22486: Add math.gcd()
http://bugs.python.org/issue22486 closed by benjamin.peterson
#22547: Implement an informative `BoundArguments.__repr__`
http://bugs.python.org/issue22547 closed by yselivanov
#22681: Add support of KOI8-T encoding
http://bugs.python.org/issue22681 closed by serhiy.storchaka
#22682: Add support of KZ1048 (RK1048) encoding
http://bugs.python.org/issue22682 closed by serhiy.storchaka
#22906: PEP 479: Change StopIteration handling inside generators
http://bugs.python.org/issue22906 closed by yselivanov
#23042: ctypes module doesn't build on FreeBSD, RHEL (x86) - Undefined
http://bugs.python.org/issue23042 closed by benjamin.peterson
#23088: Document that PyUnicode_AsUTF8() returns a null-terminated str
http://bugs.python.org/issue23088 closed by r.david.murray
#23201: Decimal(0)**0 is an error, 0**0 is 1, but Decimal(0) == 0
http://bugs.python.org/issue23201 closed by rhettinger
#23227: Generator's finally block not run if close() called before fir
http://bugs.python.org/issue23227 closed by vadmium
#23290: Faster set copying
http://bugs.python.org/issue23290 closed by rhettinger
#23488: Random objects twice as big as necessary on 64-bit builds
http://bugs.python.org/issue23488 closed by serhiy.storchaka
#23695: idiom for clustering a data series into n-length groups
http://bugs.python.org/issue23695 closed by rhettinger
#23796: BufferedReader.peek() crashes if closed
http://bugs.python.org/issue23796 closed by berker.peksag
#23870: pprint collections classes
http://bugs.python.org/issue23870 closed by serhiy.storchaka
#23983: Update example in the pty documentation
http://bugs.python.org/issue23983 closed by berker.peksag
#23995: msvcrt could not be imported
http://bugs.python.org/issue23995 closed by r.david.murray
#24013: Improve os.scandir() and DirEntry documentation
http://bugs.python.org/issue24013 closed by python-dev
#24017: Implemenation of the PEP 492 - Coroutines with async and await
http://bugs.python.org/issue24017 closed by yselivanov
#24018: add a Generator ABC
http://bugs.python.org/issue24018 closed by rhettinger
#24032: urlparse.urljoin does not add query part
http://bugs.python.org/issue24032 closed by r.david.murray
#24042: Convert os._getfullpathname() and os._isdir() to Argument Clin
http://bugs.python.org/issue24042 closed by serhiy.storchaka
#24064: Make the property doctstring writeable
http://bugs.python.org/issue24064 closed by rhettinger
#24138: Speed up range() by caching and modifying long objects
http://bugs.python.org/issue24138 closed by larry
#24149: Issue with unit tests
http://bugs.python.org/issue24149 closed by ned.deily
#24150: text_contextlib fails on Mac OSX 10.10.3
http://bugs.python.org/issue24150 closed by ned.deily
#24155: Optimize heapify for better cache utililzation
http://bugs.python.org/issue24155 closed by rhettinger
#24156: test.test_ssl.ThreadedTests unit test failed
http://bugs.python.org/issue24156 closed by ned.deily
#24158: Error of the hint of upgrading pip
http://bugs.python.org/issue24158 closed by dstufft
#24161: PyIter_Check returns false positive for objects of type instan
http://bugs.python.org/issue24161 closed by rhettinger
#24167: 2.4.X links on www.python.org/downloads/windows point to the w
http://bugs.python.org/issue24167 closed by berker.peksag
#24170: IDLE crashes when I press ^ key
http://bugs.python.org/issue24170 closed by ned.deily
#24171: httplib
http://bugs.python.org/issue24171 closed by r.david.murray
#24178: asyncio: support 'async with' for locks
http://bugs.python.org/issue24178 closed by yselivanov
#24179: asyncio: support 'async for' for StreamReader
http://bugs.python.org/issue24179 closed by yselivanov
#24183: ABCMeta classes do not support the **kwargs standard class int
http://bugs.python.org/issue24183 closed by r.david.murray
#24184: PEP 492: Add AsyncIterator and AsyncIterable to collections.ab
http://bugs.python.org/issue24184 closed by yselivanov
#24185: Add Function for Sending File to Trash (or Recycling Bin)
http://bugs.python.org/issue24185 closed by r.david.murray
#24187: del statement documentation doesn't mention name binding behav
http://bugs.python.org/issue24187 closed by jc13
#24188: Signature objects not hashable
http://bugs.python.org/issue24188 closed by pitrou
#24189: Parameter doesn't expose its index
http://bugs.python.org/issue24189 closed by yselivanov
#24191: BoundArguments.signature not documented
http://bugs.python.org/issue24191 closed by yselivanov
#24196: Fail to create file if name starts with prn.
http://bugs.python.org/issue24196 closed by pitrou
#24197: minidom parses comments wrongly
http://bugs.python.org/issue24197 closed by ned.deily
#24202: Multiprocessing Pool not working for userdefined function
http://bugs.python.org/issue24202 closed by paul.moore
More information about the Python-Dev
mailing list