ACTIVITY SUMMARY (2015-01-16 - 2015-01-23) 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 4760 (+24) closed 30307 (+30) total 35067 (+54) Open issues with patches: 2228 Issues opened (38) ================== #23095: [Windows] asyncio: race condition when cancelling a _WaitHandl http://bugs.python.org/issue23095 reopened by haypo #23252: Add support of writing to unseekable file in zipfile http://bugs.python.org/issue23252 opened by serhiy.storchaka #23253: Delay-load ShellExecute http://bugs.python.org/issue23253 opened by steve.dower #23254: Document how to close the TCPServer listening socket http://bugs.python.org/issue23254 opened by vadmium #23255: SimpleHTTPRequestHandler refactor for more extensible usage. http://bugs.python.org/issue23255 opened by last-ent #23257: Update Windows build/setup instructions in devguide http://bugs.python.org/issue23257 opened by steve.dower #23258: Cannot Install Python 3.4.2 on Windows 7 64 bit / screen print http://bugs.python.org/issue23258 opened by 20scanman #23260: Update Windows installer http://bugs.python.org/issue23260 opened by steve.dower #23262: webbrowser module broken with Firefox 36+ http://bugs.python.org/issue23262 opened by ssokolow #23263: Python 3 gives misleading errors when validating unicode ident http://bugs.python.org/issue23263 opened by Matt.Bachmann #23264: Add pickle support of dict views http://bugs.python.org/issue23264 opened by serhiy.storchaka #23267: multiprocessing pool.py doesn't close inqueue and outqueue pip http://bugs.python.org/issue23267 opened by shanip #23268: Fix comparison of ipaddress classes http://bugs.python.org/issue23268 opened by serhiy.storchaka #23270: Use the new __builtin_mul_overflow() of Clang and GCC 5 to che http://bugs.python.org/issue23270 opened by haypo #23273: traceback: formatting a traceback stats the filesystem http://bugs.python.org/issue23273 opened by rbcollins #23274: make_ssl_data.py in Python 2.7.9 needs Python 3 to run http://bugs.python.org/issue23274 opened by schlenk #23275: Can assign [] = (), but not () = [] http://bugs.python.org/issue23275 opened by Devin Jeanpierre #23276: hackcheck is broken in association with __setattr__ http://bugs.python.org/issue23276 opened by devkid #23277: Cleanup unused and duplicate imports in tests http://bugs.python.org/issue23277 opened by jdufresne #23278: multiprocessing maxtasksperchild=1 + logging = task loss http://bugs.python.org/issue23278 opened by nelson #23279: test_site/test_startup_imports fails when mpl_toolkit or logil http://bugs.python.org/issue23279 opened by drudd #23282: Slightly faster set lookup http://bugs.python.org/issue23282 opened by serhiy.storchaka #23283: Backport Tools/clinic to 3.4 http://bugs.python.org/issue23283 opened by zach.ware #23284: curses, readline, tinfo, and also --prefix, dbm, CPPFLAGS http://bugs.python.org/issue23284 opened by pooryorick #23285: PEP 475 - EINTR handling http://bugs.python.org/issue23285 opened by neologix #23286: A typo in the tutorial http://bugs.python.org/issue23286 opened by aruseni #23287: ctypes.util.find_library needlessly call crle on Solaris http://bugs.python.org/issue23287 opened by jbeck #23289: concurrent.futures.Executor.map is not equivalent to map. http://bugs.python.org/issue23289 opened by majkrzak #23290: Faster set copying http://bugs.python.org/issue23290 opened by serhiy.storchaka #23291: Documentation about Py_Finalize(): Freeing objects http://bugs.python.org/issue23291 opened by Albert.Zeyer #23292: Enum doc suggestion http://bugs.python.org/issue23292 opened by mark #23295: [Windows] asyncio: add UDP support to ProactorEventLoop http://bugs.python.org/issue23295 opened by haypo #23297: âtokenize.detect_encodingâ is confused between text and by http://bugs.python.org/issue23297 opened by bignose #23298: Add ArgumentParser.add_mutually_dependence_group http://bugs.python.org/issue23298 opened by dongwm #23300: httplib is using a method that doesn't exist http://bugs.python.org/issue23300 opened by guohua #23303: test_license_exists_at_url() of test_site fails on "x86 XP-4 3 http://bugs.python.org/issue23303 opened by haypo #23304: Unused Superclass in calendar.py http://bugs.python.org/issue23304 opened by CliffM #23305: RotatingFileHandler does not rotate if backupCount is 0 http://bugs.python.org/issue23305 opened by Juha.Lemmetti Most recent 15 issues with no replies (15) ========================================== #23305: RotatingFileHandler does not rotate if backupCount is 0 http://bugs.python.org/issue23305 #23304: Unused Superclass in calendar.py http://bugs.python.org/issue23304 #23291: Documentation about Py_Finalize(): Freeing objects http://bugs.python.org/issue23291 #23289: concurrent.futures.Executor.map is not equivalent to map. http://bugs.python.org/issue23289 #23287: ctypes.util.find_library needlessly call crle on Solaris http://bugs.python.org/issue23287 #23286: A typo in the tutorial http://bugs.python.org/issue23286 #23284: curses, readline, tinfo, and also --prefix, dbm, CPPFLAGS http://bugs.python.org/issue23284 #23279: test_site/test_startup_imports fails when mpl_toolkit or logil http://bugs.python.org/issue23279 #23273: traceback: formatting a traceback stats the filesystem http://bugs.python.org/issue23273 #23270: Use the new __builtin_mul_overflow() of Clang and GCC 5 to che http://bugs.python.org/issue23270 #23268: Fix comparison of ipaddress classes http://bugs.python.org/issue23268 #23263: Python 3 gives misleading errors when validating unicode ident http://bugs.python.org/issue23263 #23254: Document how to close the TCPServer listening socket http://bugs.python.org/issue23254 #23252: Add support of writing to unseekable file in zipfile http://bugs.python.org/issue23252 #23247: Multibyte codec StreamWriter.reset() crashes http://bugs.python.org/issue23247 Most recent 15 issues waiting for review (15) ============================================= #23300: httplib is using a method that doesn't exist http://bugs.python.org/issue23300 #23298: Add ArgumentParser.add_mutually_dependence_group http://bugs.python.org/issue23298 #23290: Faster set copying http://bugs.python.org/issue23290 #23287: ctypes.util.find_library needlessly call crle on Solaris http://bugs.python.org/issue23287 #23286: A typo in the tutorial http://bugs.python.org/issue23286 #23285: PEP 475 - EINTR handling http://bugs.python.org/issue23285 #23284: curses, readline, tinfo, and also --prefix, dbm, CPPFLAGS http://bugs.python.org/issue23284 #23282: Slightly faster set lookup http://bugs.python.org/issue23282 #23277: Cleanup unused and duplicate imports in tests http://bugs.python.org/issue23277 #23268: Fix comparison of ipaddress classes http://bugs.python.org/issue23268 #23264: Add pickle support of dict views http://bugs.python.org/issue23264 #23263: Python 3 gives misleading errors when validating unicode ident http://bugs.python.org/issue23263 #23260: Update Windows installer http://bugs.python.org/issue23260 #23257: Update Windows build/setup instructions in devguide http://bugs.python.org/issue23257 #23255: SimpleHTTPRequestHandler refactor for more extensible usage. http://bugs.python.org/issue23255 Top 10 most discussed issues (10) ================================= #2292: Missing *-unpacking generalizations http://bugs.python.org/issue2292 65 msgs #3566: httplib persistent connections violate MUST in RFC2616 sec 8.1 http://bugs.python.org/issue3566 14 msgs #23251: mention in time.sleep() docs that it does not block other Pyth http://bugs.python.org/issue23251 14 msgs #23300: httplib is using a method that doesn't exist http://bugs.python.org/issue23300 11 msgs #23095: [Windows] asyncio: race condition when cancelling a _WaitHandl http://bugs.python.org/issue23095 9 msgs #23262: webbrowser module broken with Firefox 36+ http://bugs.python.org/issue23262 9 msgs #9393: shelve.open/bsddb.hashopen exception with unicode paths http://bugs.python.org/issue9393 5 msgs #17911: traceback: add a new thin class storing a traceback without st http://bugs.python.org/issue17911 5 msgs #22885: Arbitrary code execution vulnerability due to unchecked eval() http://bugs.python.org/issue22885 5 msgs #23255: SimpleHTTPRequestHandler refactor for more extensible usage. http://bugs.python.org/issue23255 5 msgs Issues closed (29) ================== #11024: imaplib: Time2Internaldate() returns localized strings http://bugs.python.org/issue11024 closed by r.david.murray #20702: warning in cmdline.rst http://bugs.python.org/issue20702 closed by berker.peksag #20898: Missing 507 response description http://bugs.python.org/issue20898 closed by berker.peksag #21817: `concurrent.futures.ProcessPoolExecutor` swallows tracebacks http://bugs.python.org/issue21817 closed by pitrou #22317: action argument is not documented in argparse add_subparser() http://bugs.python.org/issue22317 closed by berker.peksag #22992: Adding a git developer's guide to Mercurial to devguide http://bugs.python.org/issue22992 closed by brett.cannon #23098: mknod devices can be >32 bits http://bugs.python.org/issue23098 closed by serhiy.storchaka #23133: Pickling of ipaddress classes http://bugs.python.org/issue23133 closed by serhiy.storchaka #23180: Rename IDLE's "Windows" menu item to "Window" http://bugs.python.org/issue23180 closed by ned.deily #23211: test.test_logging.SMTPHandlerTest failing on Snow Leopard http://bugs.python.org/issue23211 closed by ned.deily #23248: Update ssl data http://bugs.python.org/issue23248 closed by pitrou #23250: http.cookies HttpOnly attribute does not use suggested case-st http://bugs.python.org/issue23250 closed by python-dev #23256: test_ctypes crashes on Windows on debug builds http://bugs.python.org/issue23256 closed by python-dev #23259: Remove dummy reuse optimization from sets http://bugs.python.org/issue23259 closed by rhettinger #23261: Clean-up set.pop() search finger logic http://bugs.python.org/issue23261 closed by rhettinger #23265: tar.xz support for sdist http://bugs.python.org/issue23265 closed by ned.deily #23266: Faster implementation to collapse non-consecutive ip-addresses http://bugs.python.org/issue23266 closed by pitrou #23269: Tighten-up search loops in sets http://bugs.python.org/issue23269 closed by rhettinger #23271: Unicode HOWTO documentation error http://bugs.python.org/issue23271 closed by eric.smith #23272: Python built-in comparison problem http://bugs.python.org/issue23272 closed by Lukáš.NÄmec #23280: Convert binascii.{un}hexlify to Argument Clinic (fix docstring http://bugs.python.org/issue23280 closed by python-dev #23281: Access violation - pyc file http://bugs.python.org/issue23281 closed by brett.cannon #23288: subprocess.Popen close_fds behaviour differs between 3.2 and 3 http://bugs.python.org/issue23288 closed by mfs #23293: [Windows] asyncio: race condition related to IocpProactor.conn http://bugs.python.org/issue23293 closed by haypo #23294: A typo in the tutorial http://bugs.python.org/issue23294 closed by aruseni #23296: âtokenize.detect_encodingâ is confused between text and by http://bugs.python.org/issue23296 closed by benjamin.peterson #23299: Documentation correction - 5.1.4. List Comprehensions http://bugs.python.org/issue23299 closed by r.david.murray #23301: ConfigParser does not handle square brackets in section name http://bugs.python.org/issue23301 closed by r.david.murray #23302: Small fixes around the use of TCP MSS in http.client http://bugs.python.org/issue23302 closed by python-dev
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com