ACTIVITY SUMMARY (2014-05-09 - 2014-05-16) 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 4614 ( +3) closed 28674 (+50) total 33288 (+53) Open issues with patches: 2121 Issues opened (40) ================== #13916: disallow the "surrogatepass" handler for non utf-* encodings http://bugs.python.org/issue13916 reopened by haypo #19385: dbm.dumb should be consistent when the database is closed http://bugs.python.org/issue19385 reopened by serhiy.storchaka #21425: Interactive interpreter doesn't flush stderr prompty http://bugs.python.org/issue21425 reopened by pitrou #21459: DragonFlyBSD support http://bugs.python.org/issue21459 reopened by brett.cannon #21465: sqlite3 Row can return duplicate keys when using adapters http://bugs.python.org/issue21465 opened by BreamoreBoy #21468: NNTPLib connections become corrupt after long periods of activ http://bugs.python.org/issue21468 opened by James.Meneghello #21471: subprocess line-buffering only works in universal newlines mod http://bugs.python.org/issue21471 opened by pitrou #21472: Fix wsgiref handling of absolute HTTP Request-URI http://bugs.python.org/issue21472 opened by mouad #21473: Idle: test startup scripts. http://bugs.python.org/issue21473 opened by terry.reedy #21474: Idle: updata fixwordbreaks() for unicode identifiers http://bugs.python.org/issue21474 opened by terry.reedy #21475: Support the Sitemap and Crawl-delay extensions in robotparser http://bugs.python.org/issue21475 opened by rhettinger #21476: Inconsitent behaviour between BytesParser.parse and Parser.par http://bugs.python.org/issue21476 opened by Åukasz.Kucharski #21477: Idle: improve idle_test,htest http://bugs.python.org/issue21477 opened by terry.reedy #21478: mock calls don't propagate to parent (autospec) http://bugs.python.org/issue21478 opened by and #21479: Document TarFile.open() as a classmethod http://bugs.python.org/issue21479 opened by berker.peksag #21480: A build now requires... http://bugs.python.org/issue21480 opened by skip.montanaro #21481: Argpase Namespace object methods __eq__ and __ne__ raise Type http://bugs.python.org/issue21481 opened by Joe.Borg #21482: get_versions() in cygwinccomiler.py cannot return correct gcc http://bugs.python.org/issue21482 opened by 3togo #21483: Skip os.utime() test on NFS? http://bugs.python.org/issue21483 opened by skip.montanaro #21484: More clarity needed about difference between "x += e" and "x = http://bugs.python.org/issue21484 opened by Kluzniak #21491: race condition in SocketServer.py ForkingMixIn collect_childre http://bugs.python.org/issue21491 opened by idsvandermolen #21493: Add test for ntpath.expanduser http://bugs.python.org/issue21493 opened by Claudiu.Popa #21495: Sane default for logging config http://bugs.python.org/issue21495 opened by guettli #21498: configparser accepts keys beginning with comment_chars when wr http://bugs.python.org/issue21498 opened by The Compiler #21500: Make use of the "load_tests" protocol in test_importlib packag http://bugs.python.org/issue21500 opened by eric.snow #21501: submitting mmap example for use in documentation http://bugs.python.org/issue21501 opened by hudson #21502: freeze.py not working properly with OS X framework builds http://bugs.python.org/issue21502 opened by yjiangnan #21503: Use test_both() consistently throughout test_importlib http://bugs.python.org/issue21503 opened by eric.snow #21504: can the subprocess module war using os.wait4 and so return usa http://bugs.python.org/issue21504 opened by donald.petravick #21505: cx_freeze multiprocessing bug http://bugs.python.org/issue21505 opened by shivani #21506: Windows MSI installer should mklink (symlink) python.exe to py http://bugs.python.org/issue21506 opened by edmorley #21507: set and frozenset constructor should use operator.length_hint http://bugs.python.org/issue21507 opened by lebedov #21508: C API PyArg_ParseTuple doc is innacurate http://bugs.python.org/issue21508 opened by Banger #21509: json.load fails to read UTF-8 file with (BOM) Byte Order Marks http://bugs.python.org/issue21509 opened by Kristian.Benoit #21510: fma documentation should provide better example. http://bugs.python.org/issue21510 opened by jayanthkoushik #21511: Thinko in Lib/quopri.py http://bugs.python.org/issue21511 opened by pfalcon #21513: speed up some ipaddress properties http://bugs.python.org/issue21513 opened by pitrou #21514: update json module docs in light of RFC 7159 & ECMA-404 http://bugs.python.org/issue21514 opened by cvrebert #21515: Use Linux O_TMPFILE flag in tempfile.TemporaryFile? http://bugs.python.org/issue21515 opened by haypo #21516: pathlib.Path(...).is_dir() crashes on some directories (Window http://bugs.python.org/issue21516 opened by theller Most recent 15 issues with no replies (15) ========================================== #21514: update json module docs in light of RFC 7159 & ECMA-404 http://bugs.python.org/issue21514 #21513: speed up some ipaddress properties http://bugs.python.org/issue21513 #21511: Thinko in Lib/quopri.py http://bugs.python.org/issue21511 #21505: cx_freeze multiprocessing bug http://bugs.python.org/issue21505 #21502: freeze.py not working properly with OS X framework builds http://bugs.python.org/issue21502 #21500: Make use of the "load_tests" protocol in test_importlib packag http://bugs.python.org/issue21500 #21498: configparser accepts keys beginning with comment_chars when wr http://bugs.python.org/issue21498 #21493: Add test for ntpath.expanduser http://bugs.python.org/issue21493 #21491: race condition in SocketServer.py ForkingMixIn collect_childre http://bugs.python.org/issue21491 #21479: Document TarFile.open() as a classmethod http://bugs.python.org/issue21479 #21477: Idle: improve idle_test,htest http://bugs.python.org/issue21477 #21476: Inconsitent behaviour between BytesParser.parse and Parser.par http://bugs.python.org/issue21476 #21473: Idle: test startup scripts. http://bugs.python.org/issue21473 #21472: Fix wsgiref handling of absolute HTTP Request-URI http://bugs.python.org/issue21472 #21468: NNTPLib connections become corrupt after long periods of activ http://bugs.python.org/issue21468 Most recent 15 issues waiting for review (15) ============================================= #21515: Use Linux O_TMPFILE flag in tempfile.TemporaryFile? http://bugs.python.org/issue21515 #21513: speed up some ipaddress properties http://bugs.python.org/issue21513 #21507: set and frozenset constructor should use operator.length_hint http://bugs.python.org/issue21507 #21503: Use test_both() consistently throughout test_importlib http://bugs.python.org/issue21503 #21493: Add test for ntpath.expanduser http://bugs.python.org/issue21493 #21479: Document TarFile.open() as a classmethod http://bugs.python.org/issue21479 #21472: Fix wsgiref handling of absolute HTTP Request-URI http://bugs.python.org/issue21472 #21463: RuntimeError when URLopener.ftpcache is full http://bugs.python.org/issue21463 #21462: PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds http://bugs.python.org/issue21462 #21461: Recognize -pthread http://bugs.python.org/issue21461 #21459: DragonFlyBSD support http://bugs.python.org/issue21459 #21457: NetBSD curses support improvements http://bugs.python.org/issue21457 #21456: skip 2 tests in test_urllib2net.py if _ssl module not present http://bugs.python.org/issue21456 #21455: add default backlog to socket.listen() http://bugs.python.org/issue21455 #21449: Replace _PyUnicode_CompareWithId with _PyUnicode_CompareWithId http://bugs.python.org/issue21449 Top 10 most discussed issues (10) ================================= #21425: Interactive interpreter doesn't flush stderr prompty http://bugs.python.org/issue21425 18 msgs #13916: disallow the "surrogatepass" handler for non utf-* encodings http://bugs.python.org/issue13916 14 msgs #7776: http.client.HTTPConnection tunneling is broken http://bugs.python.org/issue7776 9 msgs #21506: Windows MSI installer should mklink (symlink) python.exe to py http://bugs.python.org/issue21506 9 msgs #21515: Use Linux O_TMPFILE flag in tempfile.TemporaryFile? http://bugs.python.org/issue21515 8 msgs #21027: difflib new cli interface http://bugs.python.org/issue21027 6 msgs #21304: PEP 466: Backport hashlib.pbkdf2_hmac to Python 2.7 http://bugs.python.org/issue21304 6 msgs #21402: tkinter.ttk._val_or_dict assumes tkinter._default_root exists http://bugs.python.org/issue21402 6 msgs #21455: add default backlog to socket.listen() http://bugs.python.org/issue21455 6 msgs #21507: set and frozenset constructor should use operator.length_hint http://bugs.python.org/issue21507 6 msgs Issues closed (52) ================== #9266: ctypes "ValueError: NULL pointer access" on Win7 x64 http://bugs.python.org/issue9266 closed by berker.peksag #10752: build_ssl.py is relying on unreliable behaviour of os.popen http://bugs.python.org/issue10752 closed by tim.golden #12985: Check signed arithmetic overflow in ./configure http://bugs.python.org/issue12985 closed by skrah #13869: CFLAGS="-UNDEBUG" build failure http://bugs.python.org/issue13869 closed by skrah #14142: getlocale(LC_ALL) behavior http://bugs.python.org/issue14142 closed by skrah #14198: Backport parts of the new memoryview documentation http://bugs.python.org/issue14198 closed by skrah #16531: Allow IPNetwork to take a tuple http://bugs.python.org/issue16531 closed by pitrou #18062: m68k FPU precision issue http://bugs.python.org/issue18062 closed by skrah #18104: Idle: make human-mediated GUI tests usable http://bugs.python.org/issue18104 closed by terry.reedy #19655: Replace the ASDL parser carried with CPython http://bugs.python.org/issue19655 closed by eli.bendersky #19721: Move all test_importlib utility code into test_importlib.util http://bugs.python.org/issue19721 closed by brett.cannon #19775: Provide samefile() on Path objects http://bugs.python.org/issue19775 closed by pitrou #20776: Add tests for importlib.machinery.PathFinder http://bugs.python.org/issue20776 closed by brett.cannon #20826: Faster implementation to collapse consecutive ip-networks http://bugs.python.org/issue20826 closed by pitrou #20998: fullmatch isn't matching correctly under re.IGNORECASE http://bugs.python.org/issue20998 closed by serhiy.storchaka #21037: add an AddressSanitizer build option http://bugs.python.org/issue21037 closed by neologix #21075: fileinput should use stdin.buffer for "rb" mode http://bugs.python.org/issue21075 closed by serhiy.storchaka #21088: curses addch() argument position reverses in Python3.4.0 http://bugs.python.org/issue21088 closed by larry #21156: Consider moving importlib.abc.InspectLoader.source_to_code() t http://bugs.python.org/issue21156 closed by brett.cannon #21226: PyImport_ExecCodeModuleObject not setting module attributes http://bugs.python.org/issue21226 closed by eric.snow #21237: Update Python 2/3 porting HOWTO's suggestion for dealing with http://bugs.python.org/issue21237 closed by brett.cannon #21306: PEP 466: backport hmac.compare_digest http://bugs.python.org/issue21306 closed by python-dev #21347: Don't use a list argument together with shell=True in subproce http://bugs.python.org/issue21347 closed by r.david.murray #21363: io.TextIOWrapper always closes wrapped files http://bugs.python.org/issue21363 closed by r.david.murray #21364: Documentation Recommends Broken Pattern http://bugs.python.org/issue21364 closed by pitrou #21370: segfault from simple traceback.format_exc call http://bugs.python.org/issue21370 closed by skrah #21383: "make touch" fails when the build directory is not the source http://bugs.python.org/issue21383 closed by ned.deily #21384: Windows: Make handle non inheritable by default http://bugs.python.org/issue21384 closed by haypo #21398: LC_CTYPE=C: pydoc leaves terminal in an unusable state http://bugs.python.org/issue21398 closed by haypo #21418: Segv during call to super_init in application embedding Python http://bugs.python.org/issue21418 closed by haypo #21419: Use calloc() instead of malloc() for int << int (lshift) http://bugs.python.org/issue21419 closed by haypo #21420: Optimize 2 ** n: implement it as 1 << n http://bugs.python.org/issue21420 closed by haypo #21422: int << 0: return the number unmodified http://bugs.python.org/issue21422 closed by haypo #21424: Simplify and speed-up heaqp.nlargest() http://bugs.python.org/issue21424 closed by rhettinger #21452: make_buildinfo.exe with VS2013 fails due ill-formed IntDir pat http://bugs.python.org/issue21452 closed by tim.golden #21464: fnmatch module uses regular expression with undefined result t http://bugs.python.org/issue21464 closed by pfalcon #21466: General Index link to del statement is wrong http://bugs.python.org/issue21466 closed by python-dev #21467: IDLE icon not included in Windows installer http://bugs.python.org/issue21467 closed by steve.dower #21469: False positive hazards in robotparser http://bugs.python.org/issue21469 closed by rhettinger #21470: Better seeding for the random module http://bugs.python.org/issue21470 closed by rhettinger #21485: remove unnecesary .flush() calls in the asyncio subprocess cod http://bugs.python.org/issue21485 closed by haypo #21486: optimize v4 & v6 netmask parsing http://bugs.python.org/issue21486 closed by pitrou #21487: Assorted ipaddress performance improvements http://bugs.python.org/issue21487 closed by pitrou #21488: codecs.encode/decode documentation inconsistency http://bugs.python.org/issue21488 closed by haypo #21489: Switching from -OO to -O still uses cached bytecode http://bugs.python.org/issue21489 closed by brett.cannon #21490: Add Py_ABS and Py_STRINGIFY macros http://bugs.python.org/issue21490 closed by haypo #21492: email.header.decode_header sometimes returns bytes, sometimes http://bugs.python.org/issue21492 closed by r.david.murray #21494: getopt error doesnot display correct error http://bugs.python.org/issue21494 closed by eric.smith #21496: pyvenv activate_this.py http://bugs.python.org/issue21496 closed by vinay.sajip #21497: faulthandler should handle sys.stderr being None gracefully http://bugs.python.org/issue21497 closed by haypo #21499: test_importlib incorrectly relies on <module>.__builtins__ http://bugs.python.org/issue21499 closed by eric.snow #21512: time module becomes None after raise SystemExit http://bugs.python.org/issue21512 closed by ezio.melotti
_______________________________________________ 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