
ACTIVITY SUMMARY (2013-07-05 - 2013-07-12) 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 4067 ( -5) closed 26140 (+74) total 30207 (+69) Open issues with patches: 1834 Issues opened (49) ================== #7457: Adding a read_pkg_file to DistributionMetadata http://bugs.python.org/issue7457 reopened by jason.coombs #18366: Look into using setuptools 0.8 with devinabox http://bugs.python.org/issue18366 opened by brett.cannon #18367: See if a venv setup can be used for devinabox for coverage http://bugs.python.org/issue18367 opened by brett.cannon #18368: PyOS_StdioReadline() leaks memory when realloc() fails http://bugs.python.org/issue18368 opened by christian.heimes #18369: X509 cert class for ssl module http://bugs.python.org/issue18369 opened by christian.heimes #18372: _Pickler_New() doesn't call PyObject_GC_Track(self) http://bugs.python.org/issue18372 opened by christian.heimes #18373: implement sys.get/setbyteswarningflag() http://bugs.python.org/issue18373 opened by dholth #18374: ast.parse gives wrong position (col_offset) for some BinOp-s http://bugs.python.org/issue18374 opened by Aivar.Annamaa #18375: python -m test --randseed 1234 does not randomize tests http://bugs.python.org/issue18375 opened by flox #18376: show the effective count of process when running the testsuite http://bugs.python.org/issue18376 opened by flox #18378: locale.getdefaultlocale() fails on Mac OS X with default langu http://bugs.python.org/issue18378 opened by Dmitry.Jemerov #18379: SSLSocket.getpeercert(): OCSP and CRL DP URIs http://bugs.python.org/issue18379 opened by christian.heimes #18381: unittest warnings counter http://bugs.python.org/issue18381 opened by giampaolo.rodola #18382: multiprocessing's overlapped PipeConnection issues on Windows http://bugs.python.org/issue18382 opened by wprins #18383: test_warnings modifies warnings.filters when running with "-W http://bugs.python.org/issue18383 opened by flox #18384: Add devhelp build instructions to the documentation makefile http://bugs.python.org/issue18384 opened by brouberol #18387: Add 'symbols' link to pydoc's html menu bar. http://bugs.python.org/issue18387 opened by ron_adam #18389: document that os.path.relpath does not interrogate the file sy http://bugs.python.org/issue18389 opened by jveldridge #18391: socket.fromfd()'s API is difficult or impossible to use correc http://bugs.python.org/issue18391 opened by cks #18392: Doc: PyObject_Malloc() is not documented http://bugs.python.org/issue18392 opened by haypo #18393: Gestalt() is deprecated on OSX 10.8, remove support? http://bugs.python.org/issue18393 opened by ronaldoussoren #18394: cgi.FieldStorage triggers ResourceWarning sometimes http://bugs.python.org/issue18394 opened by flox #18395: Make _Py_char2wchar() and _Py_wchar2char() public http://bugs.python.org/issue18395 opened by haypo #18396: test_signal.test_issue9324() fails on buildbot AMD64 Windows7 http://bugs.python.org/issue18396 opened by haypo #18397: Python with MinGW http://bugs.python.org/issue18397 opened by Friedrich.Spee.von.Langenfeld #18400: Minor increase to Pickle test coverage http://bugs.python.org/issue18400 opened by davidsackett #18401: Tests for pdb import ~/.pdbrc http://bugs.python.org/issue18401 opened by sptonkin #18402: Finding perl64 http://bugs.python.org/issue18402 opened by mjdorma #18404: Memory leak in gdbmmodule http://bugs.python.org/issue18404 opened by bkabrda #18405: crypt.mksalt() result has unnecessarily low entropy http://bugs.python.org/issue18405 opened by christian.heimes #18406: unicodedata.itergraphemes / str.itergraphemes / str.graphemes http://bugs.python.org/issue18406 opened by dpk #18407: Fix compiler warnings in pythoncore for Win64 http://bugs.python.org/issue18407 opened by jkloth #18408: Fixes crashes found by pyfailmalloc http://bugs.python.org/issue18408 opened by haypo #18409: IDLE Improvements: Unit test for AutoComplete.py http://bugs.python.org/issue18409 opened by philwebster #18410: IDLE Improvements: Unit test for SearchDialog.py http://bugs.python.org/issue18410 opened by philwebster #18416: Move to absolute file paths for module.__file__ http://bugs.python.org/issue18416 opened by brett.cannon #18417: urlopen() has a hidden default for its timeout argument http://bugs.python.org/issue18417 opened by barry #18418: Thread.isAlive() sometimes True after fork http://bugs.python.org/issue18418 opened by emptysquare #18421: Refactor call_with_frame() function of pyexpat.c http://bugs.python.org/issue18421 opened by haypo #18423: Document limitations on -m http://bugs.python.org/issue18423 opened by acooke #18425: IDLE Unit test for IdleHistory.py http://bugs.python.org/issue18425 opened by JayKrish #18426: Crash when extension does not use PyModule_Create() http://bugs.python.org/issue18426 opened by Padowan #18428: IDLE startup error http://bugs.python.org/issue18428 opened by mwei11 #18429: IDLE: Format Paragraph doesn't function with comment blocks http://bugs.python.org/issue18429 opened by Todd.Rovito #18430: gzip, bz2, lzma: peek advances file position of existing file http://bugs.python.org/issue18430 opened by nbargnesi #18431: Encoded words in structured headers are not decoded by the new http://bugs.python.org/issue18431 opened by r.david.murray #18432: sched modules queue property should return a list, not an iter http://bugs.python.org/issue18432 opened by rhettinger #18433: Clarify venv docs about which methods check for pre-existing p http://bugs.python.org/issue18433 opened by brett.cannon #18434: Update venv example to use setuptools http://bugs.python.org/issue18434 opened by brett.cannon Most recent 15 issues with no replies (15) ========================================== #18434: Update venv example to use setuptools http://bugs.python.org/issue18434 #18433: Clarify venv docs about which methods check for pre-existing p http://bugs.python.org/issue18433 #18431: Encoded words in structured headers are not decoded by the new http://bugs.python.org/issue18431 #18429: IDLE: Format Paragraph doesn't function with comment blocks http://bugs.python.org/issue18429 #18425: IDLE Unit test for IdleHistory.py http://bugs.python.org/issue18425 #18423: Document limitations on -m http://bugs.python.org/issue18423 #18421: Refactor call_with_frame() function of pyexpat.c http://bugs.python.org/issue18421 #18410: IDLE Improvements: Unit test for SearchDialog.py http://bugs.python.org/issue18410 #18409: IDLE Improvements: Unit test for AutoComplete.py http://bugs.python.org/issue18409 #18405: crypt.mksalt() result has unnecessarily low entropy http://bugs.python.org/issue18405 #18401: Tests for pdb import ~/.pdbrc http://bugs.python.org/issue18401 #18400: Minor increase to Pickle test coverage http://bugs.python.org/issue18400 #18395: Make _Py_char2wchar() and _Py_wchar2char() public http://bugs.python.org/issue18395 #18394: cgi.FieldStorage triggers ResourceWarning sometimes http://bugs.python.org/issue18394 #18392: Doc: PyObject_Malloc() is not documented http://bugs.python.org/issue18392 Most recent 15 issues waiting for review (15) ============================================= #18432: sched modules queue property should return a list, not an iter http://bugs.python.org/issue18432 #18430: gzip, bz2, lzma: peek advances file position of existing file http://bugs.python.org/issue18430 #18429: IDLE: Format Paragraph doesn't function with comment blocks http://bugs.python.org/issue18429 #18425: IDLE Unit test for IdleHistory.py http://bugs.python.org/issue18425 #18418: Thread.isAlive() sometimes True after fork http://bugs.python.org/issue18418 #18408: Fixes crashes found by pyfailmalloc http://bugs.python.org/issue18408 #18407: Fix compiler warnings in pythoncore for Win64 http://bugs.python.org/issue18407 #18405: crypt.mksalt() result has unnecessarily low entropy http://bugs.python.org/issue18405 #18404: Memory leak in gdbmmodule http://bugs.python.org/issue18404 #18402: Finding perl64 http://bugs.python.org/issue18402 #18400: Minor increase to Pickle test coverage http://bugs.python.org/issue18400 #18396: test_signal.test_issue9324() fails on buildbot AMD64 Windows7 http://bugs.python.org/issue18396 #18393: Gestalt() is deprecated on OSX 10.8, remove support? http://bugs.python.org/issue18393 #18389: document that os.path.relpath does not interrogate the file sy http://bugs.python.org/issue18389 #18387: Add 'symbols' link to pydoc's html menu bar. http://bugs.python.org/issue18387 Top 10 most discussed issues (10) ================================= #18408: Fixes crashes found by pyfailmalloc http://bugs.python.org/issue18408 14 msgs #10042: functools.total_ordering fails to handle NotImplemented correc http://bugs.python.org/issue10042 12 msgs #18257: Two copies of python-config http://bugs.python.org/issue18257 12 msgs #18378: locale.getdefaultlocale() fails on Mac OS X with default langu http://bugs.python.org/issue18378 10 msgs #18100: socket.sendall() cannot send buffers of 2GB or more http://bugs.python.org/issue18100 9 msgs #18365: Idle: mock Text class and test thereof http://bugs.python.org/issue18365 9 msgs #18430: gzip, bz2, lzma: peek advances file position of existing file http://bugs.python.org/issue18430 9 msgs #18389: document that os.path.relpath does not interrogate the file sy http://bugs.python.org/issue18389 8 msgs #18397: Python with MinGW http://bugs.python.org/issue18397 8 msgs #18426: Crash when extension does not use PyModule_Create() http://bugs.python.org/issue18426 8 msgs Issues closed (72) ================== #2554: test_ioctl failed Python 2.6a2 Solaris 10 SUN C http://bugs.python.org/issue2554 closed by christian.heimes #3093: Namespace pollution from multiprocessing http://bugs.python.org/issue3093 closed by christian.heimes #3266: Python-2.5.2/Modules/mmapmodule.c:915: error: `O_RDWR' undecla http://bugs.python.org/issue3266 closed by christian.heimes #3329: API for setting the memory allocator used by Python http://bugs.python.org/issue3329 closed by haypo #5060: gcc profile guided optimization http://bugs.python.org/issue5060 closed by christian.heimes #7573: Position independent include of Python.h http://bugs.python.org/issue7573 closed by christian.heimes #7686: redundant open modes 'rbb', 'wbb', 'abb' no longer work on Win http://bugs.python.org/issue7686 closed by christian.heimes #9838: Inadequate C-API to Python 3 I/O objects http://bugs.python.org/issue9838 closed by christian.heimes #11012: Add log1p(), exp1m(), gamma(), and lgamma() to cmath http://bugs.python.org/issue11012 closed by rhettinger #11366: xml.etree.ElementTree.Element: docs should mention immediate s http://bugs.python.org/issue11366 closed by christian.heimes #11908: Weird `slice.stop or sys.maxint` http://bugs.python.org/issue11908 closed by rhettinger #12115: some tests need to be skipped on threadless systems http://bugs.python.org/issue12115 closed by christian.heimes #12272: Python 2.7.1 version conflict for package "Tcl" on Windows 7 http://bugs.python.org/issue12272 closed by christian.heimes #12984: XML NamedNodeMap ( attribName in NamedNodeMap fails ) http://bugs.python.org/issue12984 closed by christian.heimes #12990: launcher can't work on path including tradition chinese char http://bugs.python.org/issue12990 closed by ronaldoussoren #13396: new method random.getrandbytes() http://bugs.python.org/issue13396 closed by rhettinger #13418: Embedded Python memory leak http://bugs.python.org/issue13418 closed by christian.heimes #13871: namedtuple does not normalize field names when checking for du http://bugs.python.org/issue13871 closed by rhettinger #14139: test_ftplib: segfault http://bugs.python.org/issue14139 closed by christian.heimes #14268: _move_file is broken because of a bad mock http://bugs.python.org/issue14268 closed by christian.heimes #14620: Fatal Python error: Cannot recover from stack overflow. http://bugs.python.org/issue14620 closed by christian.heimes #14748: spwd.getspall() is returning LDAP (non local) users too http://bugs.python.org/issue14748 closed by christian.heimes #15197: test_gettext failure on Win64 buildbot http://bugs.python.org/issue15197 closed by christian.heimes #15553: Segfault in test_6_daemon_threads() of test_threading, on Mac http://bugs.python.org/issue15553 closed by ronaldoussoren #17198: dbm.whichdb references unitialized 'ndbm' variable http://bugs.python.org/issue17198 closed by ezio.melotti #17221: Resort Misc/NEWS http://bugs.python.org/issue17221 closed by christian.heimes #17845: Clarify successful build message http://bugs.python.org/issue17845 closed by brett.cannon #17860: subprocess docs lack info how to use output result http://bugs.python.org/issue17860 closed by ronaldoussoren #17987: test.support.captured_stderr, captured_stdin not documented http://bugs.python.org/issue17987 closed by r.david.murray #18013: cgi.FieldStorage does not parse W3C sample http://bugs.python.org/issue18013 closed by flox #18020: html.escape 10x slower than cgi.escape http://bugs.python.org/issue18020 closed by ezio.melotti #18044: Email headers do not properly decode to unicode. http://bugs.python.org/issue18044 closed by r.david.murray #18101: Tk.split() doesn't work with nested Unicode strings http://bugs.python.org/issue18101 closed by serhiy.storchaka #18106: There are unused variables in Lib/test/test_collections.py http://bugs.python.org/issue18106 closed by ezio.melotti #18116: getpass.unix_getpass() always fallback to sys.stdin http://bugs.python.org/issue18116 closed by r.david.murray #18136: Put local build paths before system build paths in configure.a http://bugs.python.org/issue18136 closed by brett.cannon #18203: Replace direct calls to malloc() with PyMem_Malloc() or PyMem_ http://bugs.python.org/issue18203 closed by haypo #18231: What's new in Python should explain what's new in UCD http://bugs.python.org/issue18231 closed by belopolsky #18289: python.org Interactive interpreter linked with libedit can seg http://bugs.python.org/issue18289 closed by loewis #18308: checkRecvmsgAddress wrong in test_socket.py (AIX failures) http://bugs.python.org/issue18308 closed by neologix #18338: python --version should send output to STDOUT http://bugs.python.org/issue18338 closed by serhiy.storchaka #18342: Use the repr of a module name for ImportError in ceval.c http://bugs.python.org/issue18342 closed by brett.cannon #18351: Incorrect variable name in importlib._bootstrap._get_sourcefil http://bugs.python.org/issue18351 closed by brett.cannon #18352: collections.Counter with added attributes are not deepcopied p http://bugs.python.org/issue18352 closed by rhettinger #18354: http://www.python.org/doc/ has outdated note http://bugs.python.org/issue18354 closed by brian.curtin #18360: Won't install. Keeps telling me DLL is missing. http://bugs.python.org/issue18360 closed by terry.reedy #18361: Move dev-in-a-box to os.cpu_count() http://bugs.python.org/issue18361 closed by brett.cannon #18362: Make build_cpython.py from dev-in-a-box work outside of a box http://bugs.python.org/issue18362 closed by brett.cannon #18363: Change use of acronym tag in devinabox index.html to abbr http://bugs.python.org/issue18363 closed by brett.cannon #18364: Remove _not_found hack from importlib http://bugs.python.org/issue18364 closed by brett.cannon #18370: ast.parse produces wrong lineno and col_offset for triple-quot http://bugs.python.org/issue18370 closed by Aivar.Annamaa #18371: Should be able to specify SSL version for smtplib http://bugs.python.org/issue18371 closed by christian.heimes #18377: Python Launcher code cleanup http://bugs.python.org/issue18377 closed by ronaldoussoren #18380: email/quoprimime.py doesn't use re.sub correctly http://bugs.python.org/issue18380 closed by ezio.melotti #18385: Add devhelp build instructions to the documentation makefile ( http://bugs.python.org/issue18385 closed by ezio.melotti #18386: Better random number generator http://bugs.python.org/issue18386 closed by rhettinger #18388: Link to the contributor agreement from devinabox http://bugs.python.org/issue18388 closed by brett.cannon #18390: Better documenting of ``hg revert -r`` when merging with anoth http://bugs.python.org/issue18390 closed by brett.cannon #18398: Debug Python build fails on OS X: Fatal Python error: bad ID: http://bugs.python.org/issue18398 closed by haypo #18399: Fix grammar in comment in python.c http://bugs.python.org/issue18399 closed by r.david.murray #18403: Minor bug in The Python Tutorial http://bugs.python.org/issue18403 closed by ezio.melotti #18411: signal.SIGINT in windows cause process exit directly. http://bugs.python.org/issue18411 closed by r.david.murray #18412: Minor problem in PEP 8 http://bugs.python.org/issue18412 closed by barry #18413: logging.error('asdf', extra={'msg':123}) raise KeyError except http://bugs.python.org/issue18413 closed by christian.heimes #18414: random.choices(seq, k) http://bugs.python.org/issue18414 closed by christian.heimes #18415: Normalize single/double quote usage in importlib http://bugs.python.org/issue18415 closed by brett.cannon #18419: For reasons I can't explain Python in some cases says that get http://bugs.python.org/issue18419 closed by ezio.melotti #18420: os.rename FileNotFound complaining about dst, but it is src wh http://bugs.python.org/issue18420 closed by ned.deily #18422: is_package missing so can't use -m http://bugs.python.org/issue18422 closed by brett.cannon #18424: sum() does not return only the sum of a sequence of numbers + http://bugs.python.org/issue18424 closed by r.david.murray #18427: str.replace causes segfault for long strings http://bugs.python.org/issue18427 closed by ronaldoussoren #979407: urllib2 digest auth totally broken http://bugs.python.org/issue979407 closed by christian.heimes
participants (1)
-
Python tracker