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

Python tracker status at bugs.python.org
Fri Feb 5 12:08:32 EST 2016


ACTIVITY SUMMARY (2016-01-29 - 2016-02-05) 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 5413 (+32) closed 32641 (+26) total 38054 (+58)

Open issues with patches: 2367

Issues opened (50)

#25660: tabs don't work correctly in python repl http://bugs.python.org/issue25660 reopened by martin.panter

#26239: distutils link-objects is not normalized http://bugs.python.org/issue26239 opened by jdfergason

#26240: Docstring of the subprocess module should be cleaned up http://bugs.python.org/issue26240 opened by Antony.Lee

#26243: zlib.compress level as keyword argument http://bugs.python.org/issue26243 opened by palaviv

#26246: Code output toggle button uses removed jQuery method http://bugs.python.org/issue26246 opened by ccwang002

#26247: Document Chrome/Chromium for python2.7 http://bugs.python.org/issue26247 opened by Ismail s

#26248: Improve scandir DirEntry docs, especially re symlinks and cach http://bugs.python.org/issue26248 opened by benhoyt

#26249: Change PyMem_Malloc to use PyObject_Malloc allocator? http://bugs.python.org/issue26249 opened by haypo

#26250: no document for sqlite3.Cursor.connection http://bugs.python.org/issue26250 opened by qinghao

#26251: Use "Low-fragmentation Heap" memory allocator on Windows http://bugs.python.org/issue26251 opened by haypo

#26252: Add an example to importlib docs on setting up an importer http://bugs.python.org/issue26252 opened by brett.cannon

#26253: tarfile in stream mode always set zlib compression level to 9 http://bugs.python.org/issue26253 opened by Patrik Dufresne

#26254: ssl should raise an exception when trying to load an unusable http://bugs.python.org/issue26254 opened by abacabadabacaba

#26256: Fast decimalisation and conversion to other bases http://bugs.python.org/issue26256 opened by jneb

#26257: Eliminate buffer_tests.py http://bugs.python.org/issue26257 opened by martin.panter

#26258: readline module for python 3.x on windows http://bugs.python.org/issue26258 opened by Ali Razmjoo

#26259: Memleak when repeated calls to asyncio.queue.Queue.get is perf http://bugs.python.org/issue26259 opened by Jonas Brunsgaard

#26261: NamedTemporaryFile documentation is vague about the name att http://bugs.python.org/issue26261 opened by ztane

#26262: Cannot compile with /fp:strict with MSVC http://bugs.python.org/issue26262 opened by zach.ware

#26263: Serialize array.array to JSON by default http://bugs.python.org/issue26263 opened by Omer.Katz

#26264: keyword module missing async and await keywords http://bugs.python.org/issue26264 opened by tuxtimo

#26265: build errors on OS X 10.11 with --enable-universalsdk http://bugs.python.org/issue26265 opened by davidjamesbeck

#26266: add classattribute to enum to handle non-Enum attributes http://bugs.python.org/issue26266 opened by ethan.furman

#26267: UUID docs should say how to get "standard form" http://bugs.python.org/issue26267 opened by abarnert

#26268: Update python.org installers to use OpenSSL 1.0.2f http://bugs.python.org/issue26268 opened by zach.ware

#26269: zipfile should call lstat instead of stat if available http://bugs.python.org/issue26269 opened by Patrik Dufresne

#26270: Support for read()/write()/select() on asyncio http://bugs.python.org/issue26270 opened by Paulo Costa

#26271: freeze.py makefile uses the wrong flags variables http://bugs.python.org/issue26271 opened by Daniel Shaulov

#26273: Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket modul http://bugs.python.org/issue26273 opened by Omar Sandoval

#26275: perf.py: calibrate benchmarks using time, not using a fixed nu http://bugs.python.org/issue26275 opened by haypo

#26276: Inconsistent behaviour of PEP 3101 formatting between versions http://bugs.python.org/issue26276 opened by Mark Shannon

#26277: Allow zipapp to target modules http://bugs.python.org/issue26277 opened by flying sheep

#26278: BaseTransport.close() does not trigger connection_lost() http://bugs.python.org/issue26278 opened by Sümer.Cip

#26279: time.strptime does not properly convert out-of-bounds values http://bugs.python.org/issue26279 opened by iaslan

#26280: ceval: Optimize [] operation similarly to CPython 2.7 http://bugs.python.org/issue26280 opened by yselivanov

#26281: Clear sys.path_importer_cache from importlib.invalidate_caches http://bugs.python.org/issue26281 opened by brett.cannon

#26282: Add support for partial keyword arguments in extension functio http://bugs.python.org/issue26282 opened by serhiy.storchaka

#26283: zipfile can not handle the path build by os.path.join() http://bugs.python.org/issue26283 opened by 張伯誠

#26284: FIx telco benchmark http://bugs.python.org/issue26284 opened by skrah

#26285: Garbage collection of unused input sections from CPython binar http://bugs.python.org/issue26285 opened by alecsandru.patrascu

#26286: dis module: coroutine opcode documentation clarity http://bugs.python.org/issue26286 opened by Jim.Jewett

#26287: Core dump in f-string with formatting errors due to refcount b http://bugs.python.org/issue26287 opened by encukou

#26288: Optimize PyLong_AsDouble for single-digit longs http://bugs.python.org/issue26288 opened by yselivanov

#26289: Optimize floor division for ints http://bugs.python.org/issue26289 opened by yselivanov

#26290: fileinput and 'for line in sys.stdin' do strange mockery of in http://bugs.python.org/issue26290 opened by Don Hatch

#26292: Raw I/O writelines() broken http://bugs.python.org/issue26292 opened by haypo

#26293: Embedded zipfile fields dependent on absolute position http://bugs.python.org/issue26293 opened by spoo

#26294: Queue().unfinished_tasks not in docs - deliberate? http://bugs.python.org/issue26294 opened by frankmillman

#26295: Random failures when running test suite in parallel (-m test - http://bugs.python.org/issue26295 opened by haypo

#26296: colorys rgb_to_hls algorithm error http://bugs.python.org/issue26296 opened by Mats Luspa

Most recent 15 issues with no replies (15)

#26294: Queue().unfinished_tasks not in docs - deliberate? http://bugs.python.org/issue26294

#26289: Optimize floor division for ints http://bugs.python.org/issue26289

#26288: Optimize PyLong_AsDouble for single-digit longs http://bugs.python.org/issue26288

#26286: dis module: coroutine opcode documentation clarity http://bugs.python.org/issue26286

#26284: FIx telco benchmark http://bugs.python.org/issue26284

#26283: zipfile can not handle the path build by os.path.join() http://bugs.python.org/issue26283

#26281: Clear sys.path_importer_cache from importlib.invalidate_caches http://bugs.python.org/issue26281

#26279: time.strptime does not properly convert out-of-bounds values http://bugs.python.org/issue26279

#26278: BaseTransport.close() does not trigger connection_lost() http://bugs.python.org/issue26278

#26277: Allow zipapp to target modules http://bugs.python.org/issue26277

#26273: Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket modul http://bugs.python.org/issue26273

#26271: freeze.py makefile uses the wrong flags variables http://bugs.python.org/issue26271

#26269: zipfile should call lstat instead of stat if available http://bugs.python.org/issue26269

#26268: Update python.org installers to use OpenSSL 1.0.2f http://bugs.python.org/issue26268

#26266: add classattribute to enum to handle non-Enum attributes http://bugs.python.org/issue26266

Most recent 15 issues waiting for review (15)

#26289: Optimize floor division for ints http://bugs.python.org/issue26289

#26288: Optimize PyLong_AsDouble for single-digit longs http://bugs.python.org/issue26288

#26285: Garbage collection of unused input sections from CPython binar http://bugs.python.org/issue26285

#26280: ceval: Optimize [] operation similarly to CPython 2.7 http://bugs.python.org/issue26280

#26275: perf.py: calibrate benchmarks using time, not using a fixed nu http://bugs.python.org/issue26275

#26273: Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket modul http://bugs.python.org/issue26273

#26271: freeze.py makefile uses the wrong flags variables http://bugs.python.org/issue26271

#26257: Eliminate buffer_tests.py http://bugs.python.org/issue26257

#26249: Change PyMem_Malloc to use PyObject_Malloc allocator? http://bugs.python.org/issue26249

#26248: Improve scandir DirEntry docs, especially re symlinks and cach http://bugs.python.org/issue26248

#26246: Code output toggle button uses removed jQuery method http://bugs.python.org/issue26246

#26243: zlib.compress level as keyword argument http://bugs.python.org/issue26243

#26228: pty.spawn hangs on FreeBSD 9.3, 10.x http://bugs.python.org/issue26228

#26224: Add "version added" for documentation of asyncio.timeout for d http://bugs.python.org/issue26224

#26219: implement per-opcode cache in ceval http://bugs.python.org/issue26219

Top 10 most discussed issues (10)

#21955: ceval.c: implement fast path for integers with a single digit http://bugs.python.org/issue21955 56 msgs

#26275: perf.py: calibrate benchmarks using time, not using a fixed nu http://bugs.python.org/issue26275 19 msgs

#26249: Change PyMem_Malloc to use PyObject_Malloc allocator? http://bugs.python.org/issue26249 18 msgs

#26280: ceval: Optimize [] operation similarly to CPython 2.7 http://bugs.python.org/issue26280 13 msgs

#25660: tabs don't work correctly in python repl http://bugs.python.org/issue25660 10 msgs

#26194: Undefined behavior for deque.insert() when len(d) == maxlen http://bugs.python.org/issue26194 10 msgs

#26256: Fast decimalisation and conversion to other bases http://bugs.python.org/issue26256 9 msgs

#25924: investigate if getaddrinfo(3) on OSX is thread-safe http://bugs.python.org/issue25924 8 msgs

#26229: Make number serialization ES6/V8 compatible http://bugs.python.org/issue26229 8 msgs

#26285: Garbage collection of unused input sections from CPython binar http://bugs.python.org/issue26285 8 msgs

Issues closed (26)

#12923: test_urllib fails in refleak mode http://bugs.python.org/issue12923 closed by martin.panter

#19587: Remove empty tests in test_bytes.FixedStringTest http://bugs.python.org/issue19587 closed by martin.panter

#19883: Integer overflow in zipimport.c http://bugs.python.org/issue19883 closed by serhiy.storchaka

#21328: Resize doesn't change reported length on create_string_buffer( http://bugs.python.org/issue21328 closed by Dustin.Oprea

#22923: No prompt for "display all X possibilities" on completion-enab http://bugs.python.org/issue22923 closed by yoha

#23076: list(pathlib.Path().glob("")) fails with IndexError http://bugs.python.org/issue23076 closed by berker.peksag

#23601: use small object allocator for dict key storage http://bugs.python.org/issue23601 closed by rhettinger

#25774: [benchmarks] Adjust to allow uploading benchmark data to codes http://bugs.python.org/issue25774 closed by zach.ware

#25798: Update python.org installers to use OpenSSL 1.0.2e http://bugs.python.org/issue25798 closed by zach.ware

#25934: ICC compiler: ICC treats denormal floating point numbers as 0. http://bugs.python.org/issue25934 closed by zach.ware

#25945: Type confusion in partial_setstate and partial_call leads to m http://bugs.python.org/issue25945 closed by serhiy.storchaka

#26125: Incorrect error message in the module asyncio.selector_events. http://bugs.python.org/issue26125 closed by berker.peksag

#26173: test_ssl.bad_cert_test() exception handling http://bugs.python.org/issue26173 closed by martin.panter

#26218: Set PrependPath default to true http://bugs.python.org/issue26218 closed by steve.dower

#26222: Missing code in linux_distribution python 2.7.11 http://bugs.python.org/issue26222 closed by berker.peksag

#26233: select.epoll.poll() should avoid calling malloc() each time http://bugs.python.org/issue26233 closed by haypo

#26238: httplib use wrong hostname in https request with SNI support http://bugs.python.org/issue26238 closed by lvhancy

#26241: repr() and str() are identical for floats in 3.5 http://bugs.python.org/issue26241 closed by mark.dickinson

#26242: reST formatting error in Doc/library/importlib.rst http://bugs.python.org/issue26242 closed by berker.peksag

#26244: zlib.compressobj level default value documentation http://bugs.python.org/issue26244 closed by martin.panter

#26245: AttributeError (GL_READ_WRITE) when importing OpenGL.GL http://bugs.python.org/issue26245 closed by berker.peksag

#26255: symtable.Symbol.is_referenced() returns false for valid use http://bugs.python.org/issue26255 closed by benjamin.peterson

#26260: utf8 decoding inconsistency between P2 and P3 http://bugs.python.org/issue26260 closed by haypo

#26272: zipfile.ZipFile fails reading a file object in specific vers http://bugs.python.org/issue26272 closed by Pengyu Chen

#26274: Add CPU affinity to perf.py http://bugs.python.org/issue26274 closed by haypo

#26291: Floating-point arithmetic http://bugs.python.org/issue26291 closed by ebarry



More information about the Python-Dev mailing list