
ACTIVITY SUMMARY (2014-06-27 - 2014-07-04) 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 4603 (-40) closed 29086 (+82) total 33689 (+42) Open issues with patches: 2150 Issues opened (34) ================== #8631: subprocess.Popen.communicate(...) hangs on Windows http://bugs.python.org/issue8631 reopened by terry.reedy #20155: Regression test test_httpservers fails, hangs on Windows http://bugs.python.org/issue20155 reopened by r.david.murray #21876: os.rename(src,dst) does nothing when src and dst files are har http://bugs.python.org/issue21876 opened by Aaron.Swan #21877: External.bat and pcbuild of tkinter do not match. http://bugs.python.org/issue21877 opened by terry.reedy #21878: wsgi.simple_server's wsgi.input read/readline waits forever in http://bugs.python.org/issue21878 opened by rschoon #21879: str.format() gives poor diagnostic on placeholder mismatch http://bugs.python.org/issue21879 opened by roysmith #21880: IDLE: Ability to run 3rd party code checkers http://bugs.python.org/issue21880 opened by sahutd #21881: python cannot parse tcl value http://bugs.python.org/issue21881 opened by schwab #21882: turtledemo modules imported by test___all__ cause side effects http://bugs.python.org/issue21882 opened by ned.deily #21883: relpath: Provide better errors when mixing bytes and strings http://bugs.python.org/issue21883 opened by Matt.Bachmann #21885: shutil.copytree hangs (on copying root directory of a lxc cont http://bugs.python.org/issue21885 opened by krichter #21886: asyncio: Future.set_result() called on cancelled Future raises http://bugs.python.org/issue21886 opened by haypo #21888: plistlib.FMT_BINARY behavior doesn't send required dict parame http://bugs.python.org/issue21888 opened by n8henrie #21889: https://docs.python.org/2/library/multiprocessing.html#process http://bugs.python.org/issue21889 opened by krichter #21890: wsgiref.simple_server sends headers on empty bytes http://bugs.python.org/issue21890 opened by rschoon #21895: signal.pause() doesn't wake up on SIGCHLD in non-main thread http://bugs.python.org/issue21895 opened by bkabrda #21896: Unexpected ConnectionResetError in urllib.request against a va http://bugs.python.org/issue21896 opened by Tymoteusz.Paul #21897: frame.f_locals causes segfault on Python >=3.4.1 http://bugs.python.org/issue21897 opened by msmhrt #21898: .hgignore: Missing ignores for Eclipse/pydev http://bugs.python.org/issue21898 opened by andymaier #21899: Futures are not marked as completed http://bugs.python.org/issue21899 opened by Sebastian.Kreft.Deezer #21901: test_selectors.PollSelectorTestCase.test_above_fd_setsize repo http://bugs.python.org/issue21901 opened by r.david.murray #21902: Docstring of math.acosh, asinh, and atanh http://bugs.python.org/issue21902 opened by kdavies4 #21903: ctypes documentation MessageBoxA example produces error http://bugs.python.org/issue21903 opened by Dan.O'Donovan #21905: RuntimeError in pickle.whichmodule when sys.modules if mutate http://bugs.python.org/issue21905 opened by Olivier.Grisel #21906: Tools\Scripts\md5sum.py doesn't work in Python 3.x http://bugs.python.org/issue21906 opened by torrin #21907: Update Windows build batch scripts http://bugs.python.org/issue21907 opened by zach.ware #21909: PyLong_FromString drops const http://bugs.python.org/issue21909 opened by h.venev #21910: File protocol should document if writelines must handle genera http://bugs.python.org/issue21910 opened by JanKanis #21911: "IndexError: tuple index out of range" should include the requ http://bugs.python.org/issue21911 opened by cool-RR #21913: Possible deadlock in threading.Condition.wait() in Python 2.7. http://bugs.python.org/issue21913 opened by sangeeth #21914: Create unit tests for Turtle guionly http://bugs.python.org/issue21914 opened by Lita.Cho #21915: telnetlib.Telnet constructor does not match telnetlib.Telnet._ http://bugs.python.org/issue21915 opened by yaneurabeya #21916: Create unit tests for turtle textonly http://bugs.python.org/issue21916 opened by ingrid #21917: Python 2.7.7 Tests fail, and math is faulty http://bugs.python.org/issue21917 opened by repcsike Most recent 15 issues with no replies (15) ========================================== #21916: Create unit tests for turtle textonly http://bugs.python.org/issue21916 #21909: PyLong_FromString drops const http://bugs.python.org/issue21909 #21899: Futures are not marked as completed http://bugs.python.org/issue21899 #21898: .hgignore: Missing ignores for Eclipse/pydev http://bugs.python.org/issue21898 #21889: https://docs.python.org/2/library/multiprocessing.html#process http://bugs.python.org/issue21889 #21885: shutil.copytree hangs (on copying root directory of a lxc cont http://bugs.python.org/issue21885 #21874: test_strptime fails on rhel/centos/fedora systems http://bugs.python.org/issue21874 #21865: Improve invalid category exception for warnings.filterwarnings http://bugs.python.org/issue21865 #21859: Add Python implementation of FileIO http://bugs.python.org/issue21859 #21854: Fix cookielib in unicodeless build http://bugs.python.org/issue21854 #21853: Fix inspect in unicodeless build http://bugs.python.org/issue21853 #21852: Fix optparse in unicodeless build http://bugs.python.org/issue21852 #21851: Fix gettext in unicodeless build http://bugs.python.org/issue21851 #21850: Fix httplib and SimpleHTTPServer in unicodeless build http://bugs.python.org/issue21850 #21847: Fix xmlrpc in unicodeless build http://bugs.python.org/issue21847 Most recent 15 issues waiting for review (15) ============================================= #21916: Create unit tests for turtle textonly http://bugs.python.org/issue21916 #21914: Create unit tests for Turtle guionly http://bugs.python.org/issue21914 #21907: Update Windows build batch scripts http://bugs.python.org/issue21907 #21906: Tools\Scripts\md5sum.py doesn't work in Python 3.x http://bugs.python.org/issue21906 #21905: RuntimeError in pickle.whichmodule when sys.modules if mutate http://bugs.python.org/issue21905 #21903: ctypes documentation MessageBoxA example produces error http://bugs.python.org/issue21903 #21902: Docstring of math.acosh, asinh, and atanh http://bugs.python.org/issue21902 #21898: .hgignore: Missing ignores for Eclipse/pydev http://bugs.python.org/issue21898 #21897: frame.f_locals causes segfault on Python >=3.4.1 http://bugs.python.org/issue21897 #21890: wsgiref.simple_server sends headers on empty bytes http://bugs.python.org/issue21890 #21883: relpath: Provide better errors when mixing bytes and strings http://bugs.python.org/issue21883 #21880: IDLE: Ability to run 3rd party code checkers http://bugs.python.org/issue21880 #21868: Tbuffer in turtle allows negative size http://bugs.python.org/issue21868 #21865: Improve invalid category exception for warnings.filterwarnings http://bugs.python.org/issue21865 #21862: cProfile command-line should accept "-m module_name" as an alt http://bugs.python.org/issue21862 Top 10 most discussed issues (10) ================================= #21902: Docstring of math.acosh, asinh, and atanh http://bugs.python.org/issue21902 13 msgs #21911: "IndexError: tuple index out of range" should include the requ http://bugs.python.org/issue21911 11 msgs #12067: Doc: remove errors about mixed-type comparisons. http://bugs.python.org/issue12067 8 msgs #20155: Regression test test_httpservers fails, hangs on Windows http://bugs.python.org/issue20155 8 msgs #12750: datetime.strftime('%s') should respect tzinfo http://bugs.python.org/issue12750 7 msgs #21090: File read silently stops after EIO I/O error http://bugs.python.org/issue21090 7 msgs #12420: distutils tests fail if PATH is not defined http://bugs.python.org/issue12420 6 msgs #14050: Tutorial, list.sort() and items comparability http://bugs.python.org/issue14050 6 msgs #21882: turtledemo modules imported by test___all__ cause side effects http://bugs.python.org/issue21882 6 msgs #2571: can cmd.py's API/docs for the use of an alternate stdin be imp http://bugs.python.org/issue2571 5 msgs Issues closed (72) ================== #2057: difflib: add patch capability http://bugs.python.org/issue2057 closed by terry.reedy #4899: doctest should support fixtures http://bugs.python.org/issue4899 closed by terry.reedy #5207: extend strftime/strptime format for RFC3339 and RFC2822 http://bugs.python.org/issue5207 closed by belopolsky #5638: test_httpservers fails CGI tests if --enable-shared http://bugs.python.org/issue5638 closed by ned.deily #5862: multiprocessing 'using a remote manager' example errors and po http://bugs.python.org/issue5862 closed by berker.peksag #5930: Transient error in multiprocessing (test_number_of_objects) http://bugs.python.org/issue5930 closed by haypo #6692: asyncore kqueue support http://bugs.python.org/issue6692 closed by haypo #7506: multiprocessing.managers.BaseManager.__reduce__ references Bas http://bugs.python.org/issue7506 closed by berker.peksag #7885: test_distutils fails if Python built in separate directory http://bugs.python.org/issue7885 closed by ned.deily #9860: Building python outside of source directory fails http://bugs.python.org/issue9860 closed by belopolsky #10000: mark more tests as CPython specific http://bugs.python.org/issue10000 closed by rhettinger #10236: Sporadic failures of test_ssl http://bugs.python.org/issue10236 closed by ned.deily #10402: sporadic test_bsddb3 failures http://bugs.python.org/issue10402 closed by jcea #10445: _ast py3k : add lineno back to "args" node http://bugs.python.org/issue10445 closed by Claudiu.Popa #10941: imaplib: Internaldate2tuple produces wrong result if date is n http://bugs.python.org/issue10941 closed by r.david.murray #11273: asyncore creates selec (or poll) on every iteration http://bugs.python.org/issue11273 closed by haypo #11279: test_posix and lack of "id -G" support - less noise required? http://bugs.python.org/issue11279 closed by python-dev #11389: unittest: no way to control verbosity of doctests from cmd http://bugs.python.org/issue11389 closed by terry.reedy #11453: asyncore.file_wrapper should implement __del__ and call close http://bugs.python.org/issue11453 closed by haypo #11762: Ast doc: warning and version number http://bugs.python.org/issue11762 closed by berker.peksag #12401: unset PYTHON* environment variables when running tests http://bugs.python.org/issue12401 closed by haypo #12498: asyncore.dispatcher_with_send, disconnection problem + miss-co http://bugs.python.org/issue12498 closed by haypo #12814: Possible intermittent bug in test_array http://bugs.python.org/issue12814 closed by ned.deily #12842: Docs: first parameter of tp_richcompare() always has the corre http://bugs.python.org/issue12842 closed by asvetlov #12876: Make Test Error : ImportError: No module named _sha256 http://bugs.python.org/issue12876 closed by gregory.p.smith #13103: copy of an asyncore dispatcher causes infinite recursion http://bugs.python.org/issue13103 closed by haypo #13413: time.daylight incorrect behavior in linux glibc http://bugs.python.org/issue13413 closed by belopolsky #13689: fix CGI Web Applications with Python link in howto/urllib2 http://bugs.python.org/issue13689 closed by berker.peksag #13985: Menu.tk_popup : menu doesn't disapear when main window is ico http://bugs.python.org/issue13985 closed by ned.deily #14069: In extensions (?...) the lookbehind assertion cannot choose be http://bugs.python.org/issue14069 closed by ezio.melotti #14097: Improve the "introduction" page of the tutorial http://bugs.python.org/issue14097 closed by zach.ware #14235: test_cmd.py does not correctly call reload() http://bugs.python.org/issue14235 closed by berker.peksag #14709: http.client fails sending read()able Object http://bugs.python.org/issue14709 closed by ned.deily #15014: smtplib: add support for arbitrary auth methods http://bugs.python.org/issue15014 closed by r.david.murray #15549: openssl version in windows builds does not support renegotiati http://bugs.python.org/issue15549 closed by ned.deily #15750: test_localtime_daylight_false_dst_true raises OverflowError: m http://bugs.python.org/issue15750 closed by haypo #15870: PyType_FromSpec should take metaclass as an argument http://bugs.python.org/issue15870 closed by belopolsky #16188: Windows C Runtime Library Mismatch http://bugs.python.org/issue16188 closed by rlinscheer #16474: More code coverage for imp module http://bugs.python.org/issue16474 closed by berker.peksag #17399: test_multiprocessing hang on Windows, non-sockets http://bugs.python.org/issue17399 closed by terry.reedy #18258: Fix test discovery for test_codecmaps*.py http://bugs.python.org/issue18258 closed by zach.ware #18592: Idle: test SearchDialogBase.py http://bugs.python.org/issue18592 closed by terry.reedy #19024: Document asterisk (*), splat or star operator http://bugs.python.org/issue19024 closed by terry.reedy #19870: Backport Cookie fix to 2.7 (httponly / secure flag) http://bugs.python.org/issue19870 closed by berker.peksag #20218: Add methods to `pathlib.Path`: `write_text`, `read_text`, `wri http://bugs.python.org/issue20218 closed by cool-RR #20961: Fix usages of the note directive in the documentation http://bugs.python.org/issue20961 closed by berker.peksag #21046: Document formulas used in statistics http://bugs.python.org/issue21046 closed by ezio.melotti #21151: winreg.SetValueEx causes crash if value = None http://bugs.python.org/issue21151 closed by python-dev #21447: Intermittent asyncio.open_connection / futures.InvalidStateErr http://bugs.python.org/issue21447 closed by haypo #21582: use support.captured_stdx context managers - test_asyncore http://bugs.python.org/issue21582 closed by python-dev #21652: Python 2.7.7 regression in mimetypes module on Windows http://bugs.python.org/issue21652 closed by python-dev #21679: Prevent extraneous fstat during open() http://bugs.python.org/issue21679 closed by pitrou #21755: test_importlib.test_locks fails --without-threads http://bugs.python.org/issue21755 closed by berker.peksag #21778: PyBuffer_FillInfo() from 3.3 http://bugs.python.org/issue21778 closed by skrah #21780: make unicodedata module 64-bit safe http://bugs.python.org/issue21780 closed by python-dev #21781: make _ssl module 64-bit clean http://bugs.python.org/issue21781 closed by haypo #21811: Anticipate fixes to 3.x and 2.7 for OS X 10.10 Yosemite suppor http://bugs.python.org/issue21811 closed by ned.deily #21856: memoryview: test slice clamping http://bugs.python.org/issue21856 closed by terry.reedy #21857: assert that functions clearing the current exception are not c http://bugs.python.org/issue21857 closed by haypo #21863: Display module names of C functions in cProfile http://bugs.python.org/issue21863 closed by pitrou #21871: Python 2.7.7 regression in mimetypes read_windows_registry http://bugs.python.org/issue21871 closed by python-dev #21884: turtle regression of issue #21823: "uncaught exception" on "AM http://bugs.python.org/issue21884 closed by ned.deily #21887: Python3 can't detect Tcl/Tk 8.6.1 http://bugs.python.org/issue21887 closed by ned.deily #21891: sysmodule.c, #define terminated with semicolon. http://bugs.python.org/issue21891 closed by ned.deily #21892: hashtable.c not using PY_FORMAT_SIZE_T http://bugs.python.org/issue21892 closed by python-dev #21893: unicodeobject.c not using PY_FORMAT_SIZE_T http://bugs.python.org/issue21893 closed by haypo #21894: ImportError: cannot import name jit http://bugs.python.org/issue21894 closed by ned.deily #21900: .hgignore: Missing ignores for downloaded doc build tools http://bugs.python.org/issue21900 closed by r.david.murray #21904: Multiple closures accessing the same non-local variable always http://bugs.python.org/issue21904 closed by r.david.murray #21908: Grammatical error in 3.4 tutorial http://bugs.python.org/issue21908 closed by r.david.murray #21912: Deferred logging may use outdated references http://bugs.python.org/issue21912 closed by vinay.sajip #777588: asyncore/Windows: select() doesn't report errors for a non-blo http://bugs.python.org/issue777588 closed by haypo
participants (1)
-
Python tracker