ACTIVITY SUMMARY (2014-04-11 - 2014-04-18) 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 4579 (+12) closed 28493 (+88) total 33072 (+100) Open issues with patches: 2118 Issues opened (68) ================== #17160: test_urllib2net fails http://bugs.python.org/issue17160 reopened by ddvento at ucar.edu #17861: put opcode information in one place http://bugs.python.org/issue17861 reopened by twouters #21201: Uninformative error message in multiprocessing.Manager() http://bugs.python.org/issue21201 opened by wojtekwalczak #21202: Naming a file` io.py` causes cryptic error message http://bugs.python.org/issue21202 opened by madison.may #21204: multiprocessing example does not work on Windows http://bugs.python.org/issue21204 opened by jmaki #21205: Unable to make decorated generator object to inherit generator http://bugs.python.org/issue21205 opened by SzieberthAdam #21207: urandom persistent fd - not re-openned after fd close http://bugs.python.org/issue21207 opened by kwirk #21211: pkgutil.find_loader() raises ImportError instead of returning http://bugs.python.org/issue21211 opened by eric.snow #21213: Memory bomb by incorrect custom serializer to json.dumps http://bugs.python.org/issue21213 opened by saaj #21216: getaddrinfo is wrongly considered thread safe on linux http://bugs.python.org/issue21216 opened by Julien.Palard #21217: inspect.getsourcelines finds wrong lines when lambda used argu http://bugs.python.org/issue21217 opened by ballingt #21220: Enhance obmalloc allocation strategy http://bugs.python.org/issue21220 opened by kristjan.jonsson #21221: Minor struct_time documentation bug http://bugs.python.org/issue21221 opened by lurchman #21224: BaseHTTPRequestHandler, update the protocol version to http 1. http://bugs.python.org/issue21224 opened by matrixise #21225: io.py: Improve docstrings for classes http://bugs.python.org/issue21225 opened by akuchling #21226: PyImport_ExecCodeModuleObject not setting module attributes http://bugs.python.org/issue21226 opened by trevor3 #21227: Decimal class error messages for integer division aren't good http://bugs.python.org/issue21227 opened by leewz #21228: Missing enumeration of HTTPResponse Objects methods of urllib. http://bugs.python.org/issue21228 opened by EvensF #21230: imghdr does not accept adobe photoshop mime type http://bugs.python.org/issue21230 opened by faiz #21231: Issue a python 3 warning when old style classes are defined. http://bugs.python.org/issue21231 opened by alex #21232: Use of '1' instead of 'True' as 'splitlines' argument in diffl http://bugs.python.org/issue21232 opened by jayanthkoushik #21233: Add *Calloc functions to CPython memory allocation API http://bugs.python.org/issue21233 opened by njs #21235: importlib's spec module create algorithm is not exposed http://bugs.python.org/issue21235 opened by aronacher #21236: patch to use cabinet.lib instead of fci.lib (fixes build with http://bugs.python.org/issue21236 opened by mst #21237: Update Python 2/3 porting HOWTO's suggestion for dealing with http://bugs.python.org/issue21237 opened by brett.cannon #21240: Add an abstactmethod directive to the Python ReST domain http://bugs.python.org/issue21240 opened by eric.snow #21242: Generalize configure check for working Python executable http://bugs.python.org/issue21242 opened by brett.cannon #21243: Auto-generate exceptions.c from a Python file http://bugs.python.org/issue21243 opened by brett.cannon #21247: test_asyncio: test_subprocess_send_signal hangs on Fedora buil http://bugs.python.org/issue21247 opened by opoplawski #21249: removing pythonXY.zip from sys.path results in additional test http://bugs.python.org/issue21249 opened by doko #21250: sqlite3 doesn't have unit tests for 'insert or [algorithm]' fu http://bugs.python.org/issue21250 opened by Alex.Lord #21251: Standard library trace module crashes with exception http://bugs.python.org/issue21251 opened by mkolman #21252: Lib/asyncio/events.py has tons of docstrings which are just "X http://bugs.python.org/issue21252 opened by alex #21253: Difflib.compare() crashes when sequences contain little or no http://bugs.python.org/issue21253 opened by nnja #21254: PropertyMock refuses to raise AttributeErrror as a side effect http://bugs.python.org/issue21254 opened by michael.foord #21255: Attaching a PropertyMock records calls http://bugs.python.org/issue21255 opened by michael.foord #21256: Sort keyword arguments in mock _format_call_signature http://bugs.python.org/issue21256 opened by michael.foord #21257: Document parse_headers function of http.client http://bugs.python.org/issue21257 opened by orsenthil #21258: Add __iter__ support for mock_open http://bugs.python.org/issue21258 opened by michael.foord #21259: replace "except: pass" by "except Exception: pass" http://bugs.python.org/issue21259 opened by matrixise #21261: Teach IDLE to Autocomplete dictionary keys http://bugs.python.org/issue21261 opened by rhettinger #21263: test_gdb failures on os x 10.9.2 http://bugs.python.org/issue21263 opened by sam.kimbrel #21264: test_compileall fails to build in the installed location http://bugs.python.org/issue21264 opened by doko #21265: ConfigParser allows "get(*, raw=True), but no corresponding "s http://bugs.python.org/issue21265 opened by metagriffin #21266: test_zipfile fails to run in the installed location http://bugs.python.org/issue21266 opened by doko #21269: Provide args and kwargs attributes on mock call objects http://bugs.python.org/issue21269 opened by michael.foord #21270: unittest.mock.call object has inherited count method http://bugs.python.org/issue21270 opened by michael.foord #21271: reset_mock needs parameters to also reset return_value and sid http://bugs.python.org/issue21271 opened by michael.foord #21272: use _sysconfigdata to itinialize distutils.sysconfig http://bugs.python.org/issue21272 opened by doko #21273: don't defined socket constants which are not implemented for G http://bugs.python.org/issue21273 opened by doko #21277: don't try to link _ctypes with a ffi_convenience library http://bugs.python.org/issue21277 opened by doko #21278: Running the test suite with -v makes the test_ctypes and the t http://bugs.python.org/issue21278 opened by ddvento at ucar.edu #21279: str.translate documentation incomplete http://bugs.python.org/issue21279 opened by bgailer #21280: shutil.make_archive() with default "root_dir" parameter raises http://bugs.python.org/issue21280 opened by vadmium #21281: DEBUGGING: Simultaneous stopping of all threads on breakpoint http://bugs.python.org/issue21281 opened by azyr #21282: setup.py: More informative error msg for modules which built b http://bugs.python.org/issue21282 opened by Lukas.Vacek #21284: IDLE reformat tests fail in presence of non-default FormatPara http://bugs.python.org/issue21284 opened by rhettinger #21287: Better support for AF_PACKET on opensolaris (illumos) http://bugs.python.org/issue21287 opened by igor.pashev #21288: hashlib.pbkdf2_hmac Hash Constructor http://bugs.python.org/issue21288 opened by aronacher #21289: make.bat not building documentation http://bugs.python.org/issue21289 opened by dsawyer #21291: subprocess Popen objects are not thread safe w.r.t. wait() and http://bugs.python.org/issue21291 opened by gregory.p.smith #21292: C API in debug fails http://bugs.python.org/issue21292 opened by Banger #21293: Remove "capsule hack" from object.c? http://bugs.python.org/issue21293 opened by larry #21295: Python 3.4 gives wrong col_offset for Call nodes returned from http://bugs.python.org/issue21295 opened by Aivar.Annamaa #21296: smtplib Sends Commands in Lower-Case http://bugs.python.org/issue21296 opened by luiji #21297: skipinitialspace in the csv module only skips spaces, not "whi http://bugs.python.org/issue21297 opened by Daniel.Andersson #21298: Cheese shop registration stopped working for me recently http://bugs.python.org/issue21298 opened by tlevine #21300: Docs (incorrectly) suggest email.policy.default is the default http://bugs.python.org/issue21300 opened by valhallasw Most recent 15 issues with no replies (15) ========================================== #21300: Docs (incorrectly) suggest email.policy.default is the default http://bugs.python.org/issue21300 #21298: Cheese shop registration stopped working for me recently http://bugs.python.org/issue21298 #21297: skipinitialspace in the csv module only skips spaces, not "whi http://bugs.python.org/issue21297 #21296: smtplib Sends Commands in Lower-Case http://bugs.python.org/issue21296 #21293: Remove "capsule hack" from object.c? http://bugs.python.org/issue21293 #21287: Better support for AF_PACKET on opensolaris (illumos) http://bugs.python.org/issue21287 #21284: IDLE reformat tests fail in presence of non-default FormatPara http://bugs.python.org/issue21284 #21282: setup.py: More informative error msg for modules which built b http://bugs.python.org/issue21282 #21281: DEBUGGING: Simultaneous stopping of all threads on breakpoint http://bugs.python.org/issue21281 #21280: shutil.make_archive() with default "root_dir" parameter raises http://bugs.python.org/issue21280 #21278: Running the test suite with -v makes the test_ctypes and the t http://bugs.python.org/issue21278 #21271: reset_mock needs parameters to also reset return_value and sid http://bugs.python.org/issue21271 #21270: unittest.mock.call object has inherited count method http://bugs.python.org/issue21270 #21269: Provide args and kwargs attributes on mock call objects http://bugs.python.org/issue21269 #21266: test_zipfile fails to run in the installed location http://bugs.python.org/issue21266 Most recent 15 issues waiting for review (15) ============================================= #21300: Docs (incorrectly) suggest email.policy.default is the default http://bugs.python.org/issue21300 #21293: Remove "capsule hack" from object.c? http://bugs.python.org/issue21293 #21291: subprocess Popen objects are not thread safe w.r.t. wait() and http://bugs.python.org/issue21291 #21289: make.bat not building documentation http://bugs.python.org/issue21289 #21287: Better support for AF_PACKET on opensolaris (illumos) http://bugs.python.org/issue21287 #21279: str.translate documentation incomplete http://bugs.python.org/issue21279 #21273: don't defined socket constants which are not implemented for G http://bugs.python.org/issue21273 #21272: use _sysconfigdata to itinialize distutils.sysconfig http://bugs.python.org/issue21272 #21265: ConfigParser allows "get(*, raw=True), but no corresponding "s http://bugs.python.org/issue21265 #21259: replace "except: pass" by "except Exception: pass" http://bugs.python.org/issue21259 #21258: Add __iter__ support for mock_open http://bugs.python.org/issue21258 #21256: Sort keyword arguments in mock _format_call_signature http://bugs.python.org/issue21256 #21249: removing pythonXY.zip from sys.path results in additional test http://bugs.python.org/issue21249 #21240: Add an abstactmethod directive to the Python ReST domain http://bugs.python.org/issue21240 #21233: Add *Calloc functions to CPython memory allocation API http://bugs.python.org/issue21233 Top 10 most discussed issues (10) ================================= #12916: Add inspect.splitdoc http://bugs.python.org/issue12916 21 msgs #21233: Add *Calloc functions to CPython memory allocation API http://bugs.python.org/issue21233 20 msgs #20438: inspect: Deprecate getfullargspec? http://bugs.python.org/issue20438 14 msgs #21199: Python on 64-bit Windows uses signed 32-bit type for read leng http://bugs.python.org/issue21199 14 msgs #21259: replace "except: pass" by "except Exception: pass" http://bugs.python.org/issue21259 14 msgs #21227: Decimal class error messages for integer division aren't good http://bugs.python.org/issue21227 11 msgs #20434: Fix error handler of _PyString_Resize() on allocation failure http://bugs.python.org/issue20434 10 msgs #20578: BufferedIOBase.readinto1 is missing http://bugs.python.org/issue20578 10 msgs #17861: put opcode information in one place http://bugs.python.org/issue17861 9 msgs #21220: Enhance obmalloc allocation strategy http://bugs.python.org/issue21220 9 msgs Issues closed (81) ================== #5420: Queue deprecation warning patch http://bugs.python.org/issue5420 closed by rhettinger #6490: os.popen documentation is probably wrong http://bugs.python.org/issue6490 closed by akuchling #6727: ImportError when package is symlinked on Windows http://bugs.python.org/issue6727 closed by r.david.murray #8060: PEP 3101 string formatting missing engineering presentation ty http://bugs.python.org/issue8060 closed by eric.smith #8931: '#' has no effect with 'c' type http://bugs.python.org/issue8931 closed by eric.smith #10224: Build 3.x documentation using python3.x http://bugs.python.org/issue10224 closed by georg.brandl #10481: subprocess PIPEs are byte streams http://bugs.python.org/issue10481 closed by akuchling #10983: Errors in http.client.HTTPConnection class (python3) http://bugs.python.org/issue10983 closed by orsenthil #11316: RFC822 header parsing API inconsistencies between httplib.HTTP http://bugs.python.org/issue11316 closed by r.david.murray #12546: builtin __format__ methods cannot fill with \x00 char http://bugs.python.org/issue12546 closed by eric.smith #13244: WebSocket schemes in urllib.parse http://bugs.python.org/issue13244 closed by orsenthil #14216: ImportError: No module named binascii http://bugs.python.org/issue14216 closed by akuchling #15234: avoid runtime library path for extensions found in system dire http://bugs.python.org/issue15234 closed by doko #15370: test_runpy should include namespace package tests http://bugs.python.org/issue15370 closed by akuchling #15840: Ambiguity with regard to the effect of accessing a closed IOBa http://bugs.python.org/issue15840 closed by akuchling #15916: change doctest DocTestSuite not to raise ValueError if no docs http://bugs.python.org/issue15916 closed by r.david.murray #16236: Doc/Makefile should have $PYTHON=python2 http://bugs.python.org/issue16236 closed by berker.peksag #17009: "Thread Programming With Python" should be removed http://bugs.python.org/issue17009 closed by r.david.murray #17498: error responses from server are masked in smtplib when server http://bugs.python.org/issue17498 closed by r.david.murray #17660: mock.patch could whitelist builtins to not need create=True http://bugs.python.org/issue17660 closed by python-dev #17826: Setting a side_effect on mock from create_autospec doesn't wor http://bugs.python.org/issue17826 closed by michael.foord #18321: Multivolume support in tarfile module http://bugs.python.org/issue18321 closed by lars.gustaebel #18566: In unittest.TestCase docs for setUp() and tearDown() don't men http://bugs.python.org/issue18566 closed by terry.reedy #18628: Better index entry for encoding declarations http://bugs.python.org/issue18628 closed by r.david.murray #18650: intermittent test_pydoc failure on 3.4.0a1 http://bugs.python.org/issue18650 closed by ned.deily #20103: Documentation of itertools.accumulate is confused http://bugs.python.org/issue20103 closed by akuchling #20307: Android's failure to expose SYS_* system call constants causes http://bugs.python.org/issue20307 closed by gregory.p.smith #20480: Add ipaddress property to get name of reverse DNS PTR record http://bugs.python.org/issue20480 closed by eric.smith #20624: Clarify recommendation to inherit from Exception http://bugs.python.org/issue20624 closed by mark.dickinson #20636: Better repr for tkinter widgets http://bugs.python.org/issue20636 closed by serhiy.storchaka #20701: warning in compileall.rst http://bugs.python.org/issue20701 closed by Arfrever #20874: Tutorial section on starting python is out of date http://bugs.python.org/issue20874 closed by r.david.murray #20904: HAVE_PY_SET_53BIT_PRECISION for m68k http://bugs.python.org/issue20904 closed by python-dev #20956: tokenize module claims tokenize.tokenize returns namedtuple, b http://bugs.python.org/issue20956 closed by python-dev #20968: mock.MagicMock does not mock __truediv__ http://bugs.python.org/issue20968 closed by michael.foord #21028: ElementTree objects should support all the same methods as Ele http://bugs.python.org/issue21028 closed by rhettinger #21164: print unicode in Windows console http://bugs.python.org/issue21164 closed by terry.reedy #21169: getpass.getpass() fails with non-ASCII characters in prompt http://bugs.python.org/issue21169 closed by serhiy.storchaka #21170: Incorrect signature for unittest.TestResult.startTestRun(), .s http://bugs.python.org/issue21170 closed by terry.reedy #21171: Outdated usage str.encode('rot-13') in rot13 codec http://bugs.python.org/issue21171 closed by benjamin.peterson #21177: ValueError: byte must be in range(0, 256) http://bugs.python.org/issue21177 closed by pitrou #21188: Broken link http://bugs.python.org/issue21188 closed by loewis #21193: pow(a, b, c) should not raise TypeError when b is negative and http://bugs.python.org/issue21193 closed by mark.dickinson #21194: json.dumps with ensure_ascii=False doesn't escape control char http://bugs.python.org/issue21194 closed by ned.deily #21197: venv does not create lib64 directory and appropriate symlinks http://bugs.python.org/issue21197 closed by python-dev #21203: logging configurators ignoring documented options http://bugs.python.org/issue21203 closed by python-dev #21206: Provide legit HTTPS certificate for http://bugs.python.org/, r http://bugs.python.org/issue21206 closed by ned.deily #21208: Change default behavior of arguments with type bool when optio http://bugs.python.org/issue21208 closed by r.david.murray #21209: q.put(some_tuple) fails when PYTHONASYNCIODEBUG=1 http://bugs.python.org/issue21209 closed by python-dev #21210: Warnings in Doc/library/json.rst http://bugs.python.org/issue21210 closed by python-dev #21212: Documentation of octal representation http://bugs.python.org/issue21212 closed by python-dev #21214: PEP8 doesn't verifies last line. http://bugs.python.org/issue21214 closed by mark.dickinson #21215: build-deps instructions for Ubuntu http://bugs.python.org/issue21215 closed by r.david.murray #21218: Test failure for test_ssl.test_default_ecdh_curve on OS X http://bugs.python.org/issue21218 closed by ned.deily #21219: WARNING: Inline literal start-string without end-string. http://bugs.python.org/issue21219 closed by orsenthil #21222: Mock create_autospec with name argument fails http://bugs.python.org/issue21222 closed by python-dev #21223: fix test_site/test_startup_imports when some of the extensions http://bugs.python.org/issue21223 closed by doko #21229: Path used for HTTP PUT request doesn't match the description http://bugs.python.org/issue21229 closed by python-dev #21234: __contains__ and friends should check "is" for all elements fi http://bugs.python.org/issue21234 closed by rhettinger #21238: unittest.mock.Mock should not allow you to use non-existent as http://bugs.python.org/issue21238 closed by python-dev #21239: unittest.mock.patch.stopall intermittently doesn't work when t http://bugs.python.org/issue21239 closed by python-dev #21241: Variable name with number causes interactive console to crash http://bugs.python.org/issue21241 closed by ned.deily #21244: distutils fails to build C extensions with XCode 5.1 and OS X http://bugs.python.org/issue21244 closed by ned.deily #21245: Logging Logger.exception documentation http://bugs.python.org/issue21245 closed by python-dev #21246: test_ssl handshake failure http://bugs.python.org/issue21246 closed by pitrou #21248: BROWSER env var described inaccurately in webbrowser docs http://bugs.python.org/issue21248 closed by python-dev #21260: python malloc mach_vm_map failed http://bugs.python.org/issue21260 closed by ned.deily #21262: assert_not_called method for mocks http://bugs.python.org/issue21262 closed by python-dev #21267: mktime_tz may return wrong result for past dates before Python http://bugs.python.org/issue21267 closed by akira #21268: Update pydoc module docstring http://bugs.python.org/issue21268 closed by eric.araujo #21274: define PATH_MAX for GNU/Hurd in Python/pythonrun.c http://bugs.python.org/issue21274 closed by doko #21275: fix a socket test on KFreeBSD http://bugs.python.org/issue21275 closed by doko #21276: don't define USE_XATTRS on kfreebsd and the Hurd http://bugs.python.org/issue21276 closed by doko #21283: A escape character is used when a REGEXP is an argument of "st http://bugs.python.org/issue21283 closed by eric.smith #21285: refactor and fix curses configure checks http://bugs.python.org/issue21285 closed by doko #21286: Refcounting information missing in docs for Python 3.4 and abo http://bugs.python.org/issue21286 closed by python-dev #21290: imaplib.error when importing email package http://bugs.python.org/issue21290 closed by r.david.murray #21294: len wrong help http://bugs.python.org/issue21294 closed by python-dev #21299: Spam http://bugs.python.org/issue21299 closed by berker.peksag #984870: curses: getmaxyx() breaks when the window shrinks http://bugs.python.org/issue984870 closed by akuchling #1521196: smtplib login fails with aol smtp server http://bugs.python.org/issue1521196 closed by r.david.murray
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4