ACTIVITY SUMMARY (2014-09-12 - 2014-09-19) 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 4662 (+10) closed 29544 (+35) total 34206 (+45) Open issues with patches: 2197 Issues opened (33) ================== #22166: test_codecs leaks references http://bugs.python.org/issue22166 reopened by haypo #22395: test_pathlib error for complex symlinks on Windows http://bugs.python.org/issue22395 opened by jfoo #22396: AIX posix_fadvise and posix_fallocate http://bugs.python.org/issue22396 opened by David.Edelsohn #22397: test_socket failure on AIX http://bugs.python.org/issue22397 opened by David.Edelsohn #22401: argparse: 'resolve' conflict handler damages the actions of th http://bugs.python.org/issue22401 opened by paul.j3 #22406: uu-codec trailing garbage workaround is Python 2 code http://bugs.python.org/issue22406 opened by vadmium #22407: re.LOCALE is nonsensical for Unicode http://bugs.python.org/issue22407 opened by serhiy.storchaka #22408: Tkinter doesn't handle Unicode key events on Windows http://bugs.python.org/issue22408 opened by Drekin #22410: Locale dependent regexps on different locales http://bugs.python.org/issue22410 opened by serhiy.storchaka #22411: Embedding Python on Windows http://bugs.python.org/issue22411 opened by Joakim.Karlsson #22413: Bizarre StringIO(newline="\r\n") translation http://bugs.python.org/issue22413 opened by vadmium #22415: Fix re debugging output http://bugs.python.org/issue22415 opened by serhiy.storchaka #22417: PEP 476: verify HTTPS certificates by default http://bugs.python.org/issue22417 opened by ncoghlan #22418: ipaddress.py new IPv6 Method for Solicited Multicast Address http://bugs.python.org/issue22418 opened by Jason.Nadeau #22420: Use print(file=sys.stderr) instead of sys.stderr.write() in ID http://bugs.python.org/issue22420 opened by serhiy.storchaka #22422: IDLE closes all when in dropdown menu http://bugs.python.org/issue22422 opened by mandolout #22423: Errors in printing exceptions raised in a thread http://bugs.python.org/issue22423 opened by serhiy.storchaka #22425: 2to3 import fixer writes dotted_as_names into import_as_names http://bugs.python.org/issue22425 opened by simonmweber #22426: strptime accepts the wrong '2010-06-01 MSK' string but rejects http://bugs.python.org/issue22426 opened by akira #22427: TemporaryDirectory attempts to clean up twice http://bugs.python.org/issue22427 opened by oconnor663 #22428: asyncio: KeyboardInterrupt inside a coroutine causes Attribute http://bugs.python.org/issue22428 opened by oconnor663 #22429: asyncio: pending call to loop.stop() if a coroutine raises a B http://bugs.python.org/issue22429 opened by haypo #22430: Build failure if configure flags --prefix or --exec-prefix is http://bugs.python.org/issue22430 opened by diff.812 #22431: Change format of test runner output http://bugs.python.org/issue22431 opened by googol #22433: Argparse considers unknown optional arguments with spaces as a http://bugs.python.org/issue22433 opened by DenKoren #22434: Use named constants internally in the re module http://bugs.python.org/issue22434 opened by serhiy.storchaka #22435: socketserver.TCPSocket leaks socket to garbage collector if se http://bugs.python.org/issue22435 opened by vadmium #22437: re module: number of named groups is limited to 100 max http://bugs.python.org/issue22437 opened by yselivanov #22438: eventlet broke by python 2.7.x http://bugs.python.org/issue22438 opened by alex #22440: Setting SSLContext object's check_hostname manually might acci http://bugs.python.org/issue22440 opened by orsenthil #22441: Not all attributes of the console for a subprocess with creati http://bugs.python.org/issue22441 opened by Sworddragon #22442: subprocess.check_call hangs on large PIPEd data. http://bugs.python.org/issue22442 opened by juj #22443: read(1) blocks on unflushed output http://bugs.python.org/issue22443 opened by Sworddragon Most recent 15 issues with no replies (15) ========================================== #22441: Not all attributes of the console for a subprocess with creati http://bugs.python.org/issue22441 #22435: socketserver.TCPSocket leaks socket to garbage collector if se http://bugs.python.org/issue22435 #22429: asyncio: pending call to loop.stop() if a coroutine raises a B http://bugs.python.org/issue22429 #22425: 2to3 import fixer writes dotted_as_names into import_as_names http://bugs.python.org/issue22425 #22423: Errors in printing exceptions raised in a thread http://bugs.python.org/issue22423 #22422: IDLE closes all when in dropdown menu http://bugs.python.org/issue22422 #22411: Embedding Python on Windows http://bugs.python.org/issue22411 #22397: test_socket failure on AIX http://bugs.python.org/issue22397 #22394: Update documentation building to use venv and pip http://bugs.python.org/issue22394 #22393: multiprocessing.Pool shouldn't hang forever if a worker proces http://bugs.python.org/issue22393 #22392: Clarify documentation of __getinitargs__ http://bugs.python.org/issue22392 #22370: pathlib OS detection http://bugs.python.org/issue22370 #22367: Please add F_OFD_SETLK, etc support to fcntl.lockf http://bugs.python.org/issue22367 #22357: inspect module documentation makes no reference to __qualname_ http://bugs.python.org/issue22357 #22356: mention explicitly that stdlib assumes gmtime(0) epoch is 1970 http://bugs.python.org/issue22356 Most recent 15 issues waiting for review (15) ============================================= #22437: re module: number of named groups is limited to 100 max http://bugs.python.org/issue22437 #22434: Use named constants internally in the re module http://bugs.python.org/issue22434 #22433: Argparse considers unknown optional arguments with spaces as a http://bugs.python.org/issue22433 #22427: TemporaryDirectory attempts to clean up twice http://bugs.python.org/issue22427 #22423: Errors in printing exceptions raised in a thread http://bugs.python.org/issue22423 #22420: Use print(file=sys.stderr) instead of sys.stderr.write() in ID http://bugs.python.org/issue22420 #22418: ipaddress.py new IPv6 Method for Solicited Multicast Address http://bugs.python.org/issue22418 #22417: PEP 476: verify HTTPS certificates by default http://bugs.python.org/issue22417 #22415: Fix re debugging output http://bugs.python.org/issue22415 #22410: Locale dependent regexps on different locales http://bugs.python.org/issue22410 #22407: re.LOCALE is nonsensical for Unicode http://bugs.python.org/issue22407 #22397: test_socket failure on AIX http://bugs.python.org/issue22397 #22396: AIX posix_fadvise and posix_fallocate http://bugs.python.org/issue22396 #22395: test_pathlib error for complex symlinks on Windows http://bugs.python.org/issue22395 #22393: multiprocessing.Pool shouldn't hang forever if a worker proces http://bugs.python.org/issue22393 Top 10 most discussed issues (10) ================================= #22410: Locale dependent regexps on different locales http://bugs.python.org/issue22410 8 msgs #22427: TemporaryDirectory attempts to clean up twice http://bugs.python.org/issue22427 8 msgs #22377: %Z in strptime doesn't match EST and others http://bugs.python.org/issue22377 6 msgs #22426: strptime accepts the wrong '2010-06-01 MSK' string but rejects http://bugs.python.org/issue22426 6 msgs #22434: Use named constants internally in the re module http://bugs.python.org/issue22434 6 msgs #21998: asyncio: a new self-pipe should be created in the child proces http://bugs.python.org/issue21998 5 msgs #22379: Empty exception message of str.join http://bugs.python.org/issue22379 5 msgs #22430: Build failure if configure flags --prefix or --exec-prefix is http://bugs.python.org/issue22430 5 msgs #22437: re module: number of named groups is limited to 100 max http://bugs.python.org/issue22437 5 msgs #22253: ConfigParser does not handle files without sections http://bugs.python.org/issue22253 4 msgs Issues closed (32) ================== #4180: warnings.simplefilter("always") does not make warnings always http://bugs.python.org/issue4180 closed by pitrou #11471: If without else generates redundant jump http://bugs.python.org/issue11471 closed by python-dev #14824: reprlib documentation references string module http://bugs.python.org/issue14824 closed by berker.peksag #16827: Remove the relatively advanced content from section 2 in tutor http://bugs.python.org/issue16827 closed by orsenthil #18159: ConfigParser getters not available on SectionProxy http://bugs.python.org/issue18159 closed by python-dev #20537: logging exc_info parameter should accept exception instances http://bugs.python.org/issue20537 closed by python-dev #20678: re does not allow back references in {} matching operator http://bugs.python.org/issue20678 closed by serhiy.storchaka #21270: unittest.mock.call object has inherited count method http://bugs.python.org/issue21270 closed by python-dev #21391: shutil uses both os.path.abspath and an 'import from' of abspa http://bugs.python.org/issue21391 closed by berker.peksag #21706: Add base for enumerations (Functional API) http://bugs.python.org/issue21706 closed by python-dev #21738: Enum docs claim replacing __new__ is not possible http://bugs.python.org/issue21738 closed by ethan.furman #22043: Use a monotonic clock to compute timeouts http://bugs.python.org/issue22043 closed by haypo #22168: Turtle Graphics RawTurtle problem http://bugs.python.org/issue22168 closed by ned.deily #22220: Ttk extensions test failure http://bugs.python.org/issue22220 closed by serhiy.storchaka #22326: tempfile.TemporaryFile fails on NFS v4 filesystems http://bugs.python.org/issue22326 closed by haypo #22339: Incorrect behavior when subclassing enum.Enum http://bugs.python.org/issue22339 closed by ethan.furman #22366: urllib.request.urlopen shoudl take a "context" (SSLContext) ar http://bugs.python.org/issue22366 closed by orsenthil #22378: SO_MARK support for Linux http://bugs.python.org/issue22378 closed by neologix #22384: Tk.report_callback_exception kills process when run with pytho http://bugs.python.org/issue22384 closed by serhiy.storchaka #22398: Tools/msi enhancements for 2.7 http://bugs.python.org/issue22398 closed by steve.dower #22399: Doc: missing anchor for dict in library/functions.html http://bugs.python.org/issue22399 closed by georg.brandl #22400: Stable API broken on Windows for PyUnicode_* http://bugs.python.org/issue22400 closed by jkloth #22409: namedtuples bug between 3.3.2 and 3.4.1 http://bugs.python.org/issue22409 closed by binnisb #22412: Towards an asyncio-enabled command line http://bugs.python.org/issue22412 closed by gvanrossum #22414: I'd like to add you to my professional network on LinkedIn http://bugs.python.org/issue22414 closed by georg.brandl #22416: Pickling compiled re patterns http://bugs.python.org/issue22416 closed by gvanrossum #22419: wsgiref request length http://bugs.python.org/issue22419 closed by orsenthil #22421: securing pydoc server http://bugs.python.org/issue22421 closed by orsenthil #22424: make: *** [Objects/unicodeobject.o] Error 1 http://bugs.python.org/issue22424 closed by haypo #22432: function crypt not working on OSX http://bugs.python.org/issue22432 closed by r.david.murray #22436: logging geteffectivelevel does not document its return value http://bugs.python.org/issue22436 closed by python-dev #22439: subprocess.PIPE.stdin.flush() causes to hang while subprocess. http://bugs.python.org/issue22439 closed by r.david.murray _______________________________________________ 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