ACTIVITY SUMMARY (2014-12-26 - 2015-01-02) 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 4706 (+15) closed 30207 (+21) total 34913 (+36) Open issues with patches: 2202 Issues opened (27) ================== #23116: Python Tutorial 4.7.1: Improve ask_ok() to cover more input va http://bugs.python.org/issue23116 opened by amyluo #23117: Properly codesign Mac python 2.7.9.pkg so it can work thru OS http://bugs.python.org/issue23117 opened by James.Wahlman #23119: Remove unicode specialization from set objects http://bugs.python.org/issue23119 opened by rhettinger #23120: installation order of 32bit and 64bit python seems to matter http://bugs.python.org/issue23120 opened by pe...@psantoro.net #23121: pip.exe breaks if python 2.7.9 is installed under c:\Program F http://bugs.python.org/issue23121 opened by joshuaellinger #23123: Only READ support for Decimal in json http://bugs.python.org/issue23123 opened by anders.rundgren....@gmail.com #23126: Add Python hook function to replace NameError http://bugs.python.org/issue23126 opened by Rosuav #23127: socket.setsockopt() is still broken for multicast TTL and Loop http://bugs.python.org/issue23127 opened by tamentis #23128: Key presses are doubled in Tkinter dialog invoked from window http://bugs.python.org/issue23128 opened by pew #23129: sqlite3 COMMIT nested in SELECT returns unexpected results http://bugs.python.org/issue23129 opened by jamercee #23132: Faster total_ordering http://bugs.python.org/issue23132 opened by serhiy.storchaka #23133: Pickling of ipaddress classes http://bugs.python.org/issue23133 opened by serhiy.storchaka #23136: BUG in how _strptime() handles week 0 http://bugs.python.org/issue23136 opened by jamercee #23137: Python 2.7.9 test_gdb fails on CentOS 7 http://bugs.python.org/issue23137 opened by vlee #23138: cookiejar parses cookie value as int with empty name-value pai http://bugs.python.org/issue23138 opened by chfoo #23139: syntax diagram after EBNF description? http://bugs.python.org/issue23139 opened by Friedrich.Spee.von.Langenfeld #23140: InvalidStateError on asyncio subprocess task cancelled http://bugs.python.org/issue23140 opened by xdegaye #23142: Integration of unittest.FunctionTestCase with automatic discov http://bugs.python.org/issue23142 opened by vadmium #23143: Remove some conditional code in _ssl.c http://bugs.python.org/issue23143 opened by pitrou #23144: html.parser.HTMLParser: setting 'convert_charrefs = True' lead http://bugs.python.org/issue23144 opened by xkjq #23145: regrtest: log test loader errors http://bugs.python.org/issue23145 opened by haypo #23146: Incosistency in pathlib between / and \ http://bugs.python.org/issue23146 opened by serhiy.storchaka #23147: Possible error in _header_value_parser.py http://bugs.python.org/issue23147 opened by serhiy.storchaka #23148: Missing the charset parameter in as_encoded_word() http://bugs.python.org/issue23148 opened by serhiy.storchaka #23149: Typo in PEP-0008 - "this PEP do not" http://bugs.python.org/issue23149 opened by jonrsharpe #23150: urllib parse incorrect handing of params http://bugs.python.org/issue23150 opened by julian.resc...@gmx.de #23151: _loggerClass is initialized twice http://bugs.python.org/issue23151 opened by serhiy.storchaka Most recent 15 issues with no replies (15) ========================================== #23150: urllib parse incorrect handing of params http://bugs.python.org/issue23150 #23149: Typo in PEP-0008 - "this PEP do not" http://bugs.python.org/issue23149 #23148: Missing the charset parameter in as_encoded_word() http://bugs.python.org/issue23148 #23147: Possible error in _header_value_parser.py http://bugs.python.org/issue23147 #23146: Incosistency in pathlib between / and \ http://bugs.python.org/issue23146 #23143: Remove some conditional code in _ssl.c http://bugs.python.org/issue23143 #23139: syntax diagram after EBNF description? http://bugs.python.org/issue23139 #23138: cookiejar parses cookie value as int with empty name-value pai http://bugs.python.org/issue23138 #23137: Python 2.7.9 test_gdb fails on CentOS 7 http://bugs.python.org/issue23137 #23133: Pickling of ipaddress classes http://bugs.python.org/issue23133 #23126: Add Python hook function to replace NameError http://bugs.python.org/issue23126 #23116: Python Tutorial 4.7.1: Improve ask_ok() to cover more input va http://bugs.python.org/issue23116 #23106: Remove smalltable from set objects http://bugs.python.org/issue23106 #23097: unittest can unnecessarily modify sys.path (and with the wrong http://bugs.python.org/issue23097 #23095: asyncio: race condition in IocpProactor.wait_for_handle() http://bugs.python.org/issue23095 Most recent 15 issues waiting for review (15) ============================================= #23149: Typo in PEP-0008 - "this PEP do not" http://bugs.python.org/issue23149 #23145: regrtest: log test loader errors http://bugs.python.org/issue23145 #23136: BUG in how _strptime() handles week 0 http://bugs.python.org/issue23136 #23133: Pickling of ipaddress classes http://bugs.python.org/issue23133 #23132: Faster total_ordering http://bugs.python.org/issue23132 #23126: Add Python hook function to replace NameError http://bugs.python.org/issue23126 #23119: Remove unicode specialization from set objects http://bugs.python.org/issue23119 #23106: Remove smalltable from set objects http://bugs.python.org/issue23106 #23103: Reduce memory usage for ipaddress object instances http://bugs.python.org/issue23103 #23102: distutils: isinstance checks fail with setuptools-monkeypatche http://bugs.python.org/issue23102 #23099: BytesIO and StringIO values unavailable when closed http://bugs.python.org/issue23099 #23098: mknod devices can be >32 bits http://bugs.python.org/issue23098 #23094: Unpickler failing with PicklingError at frame end on readline http://bugs.python.org/issue23094 #23089: Update libffi config files http://bugs.python.org/issue23089 #23088: Document that PyUnicode_AsUTF8() returns a null-terminated str http://bugs.python.org/issue23088 Top 10 most discussed issues (10) ================================= #23123: Only READ support for Decimal in json http://bugs.python.org/issue23123 23 msgs #23136: BUG in how _strptime() handles week 0 http://bugs.python.org/issue23136 11 msgs #22560: Add loop-agnostic SSL implementation to asyncio http://bugs.python.org/issue22560 9 msgs #23103: Reduce memory usage for ipaddress object instances http://bugs.python.org/issue23103 6 msgs #23121: pip.exe breaks if python 2.7.9 is installed under c:\Program F http://bugs.python.org/issue23121 6 msgs #10388: spwd returning different value depending on privileges http://bugs.python.org/issue10388 5 msgs #23129: sqlite3 COMMIT nested in SELECT returns unexpected results http://bugs.python.org/issue23129 5 msgs #13248: deprecated in 3.2/3.3, should be removed in 3.5 or ??? http://bugs.python.org/issue13248 4 msgs #23102: distutils: isinstance checks fail with setuptools-monkeypatche http://bugs.python.org/issue23102 4 msgs #23127: socket.setsockopt() is still broken for multicast TTL and Loop http://bugs.python.org/issue23127 4 msgs Issues closed (20) ================== #13655: Python SSL stack doesn't have a default CA Store http://bugs.python.org/issue13655 closed by benjamin.peterson #15025: httplib and http.client are missing response messages for defi http://bugs.python.org/issue15025 closed by berker.peksag #17056: Support Visual Studio 2012 http://bugs.python.org/issue17056 closed by steve.dower #18648: FP Howto and the PEP 8 lambda guildline http://bugs.python.org/issue18648 closed by akuchling #19776: Provide expanduser() on Path objects http://bugs.python.org/issue19776 closed by pitrou #20981: ssl doesn't build anymore with OpenSSL 0.9.7 or older: X509_ch http://bugs.python.org/issue20981 closed by pitrou #22926: asyncio: raise an exception when called from the wrong thread http://bugs.python.org/issue22926 closed by haypo #23107: Tighten-up search loops in sets http://bugs.python.org/issue23107 closed by rhettinger #23111: ftplib.FTP_TLS's default constructor does not work with TLSv1. http://bugs.python.org/issue23111 closed by python-dev #23114: "dist must be a Distribution instance" check fails with setupt http://bugs.python.org/issue23114 closed by eric.araujo #23115: Backport #22585 -- getentropy for urandom to Python 2.7 http://bugs.python.org/issue23115 closed by python-dev #23118: Properly codesign Mac python 2.7.9.pkg so it can work thru OS http://bugs.python.org/issue23118 closed by SilentGhost #23122: python@93442 breaks build if system Python is 2.6 http://bugs.python.org/issue23122 closed by Marcel.Hellkamp #23124: Incorrect Integer saving http://bugs.python.org/issue23124 closed by ezio.melotti #23125: Link to the nose project obsolete http://bugs.python.org/issue23125 closed by berker.peksag #23130: Tools/scripts/ftpmirror.py allows overwriting arbitrary files http://bugs.python.org/issue23130 closed by python-dev #23131: saving to file add inexistance characters http://bugs.python.org/issue23131 closed by benjamin.peterson #23134: datetime.strptime at the turn of the year http://bugs.python.org/issue23134 closed by belopolsky #23135: import searchpaths as arguments http://bugs.python.org/issue23135 closed by c2621566 #23141: Command line long filename not passed correctly http://bugs.python.org/issue23141 closed by eric.smith _______________________________________________ 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