[Python-Dev] Summary of Python tracker Issues (original) (raw)
Python tracker status at bugs.python.org
Fri Feb 13 18:08:13 CET 2015
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ACTIVITY SUMMARY (2015-02-06 - 2015-02-13) 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 4790 (+25) closed 30430 (+32) total 35220 (+57)
Open issues with patches: 2254
Issues opened (47)
#21793: httplib client/server status refactor http://bugs.python.org/issue21793 reopened by serhiy.storchaka
#23402: dynload_shlib does not close ldl handles when the interpreter http://bugs.python.org/issue23402 opened by Adam
#23403: Use pickle protocol 4 by default? http://bugs.python.org/issue23403 opened by serhiy.storchaka
#23404: 'make touch' does not work with git clones of the source repos http://bugs.python.org/issue23404 opened by vlee
#23405: Tools/freeze "make" gets missing file error with unix shared b http://bugs.python.org/issue23405 opened by ned.deily
#23406: interning and list comprehension leads to unexpected behavior http://bugs.python.org/issue23406 opened by Abraham.Smith
#23407: os.walk always follows Windows junctions http://bugs.python.org/issue23407 opened by craigh
#23408: Pickle tests use incorrect test data http://bugs.python.org/issue23408 opened by serhiy.storchaka
#23410: Document more BaseHTTPRequestHandler attributes http://bugs.python.org/issue23410 opened by vadmium
#23411: Update urllib.parse.all http://bugs.python.org/issue23411 opened by vadmium
#23414: seek(count, whence) accepts bogus whence on windows, python2.7 http://bugs.python.org/issue23414 opened by mattip
#23415: add-to-pydotorg does not support .exe installers for Windows http://bugs.python.org/issue23415 opened by larry
#23416: Make urllib.parse.SplitResult etc arguments optional http://bugs.python.org/issue23416 opened by vadmium
#23418: Keep http.server.all up to date http://bugs.python.org/issue23418 opened by vadmium
#23419: Faster default reduce for classes without init http://bugs.python.org/issue23419 opened by serhiy.storchaka
#23420: python -m cProfile -s fails with non informative message http://bugs.python.org/issue23420 opened by rkuska
#23422: Clarify docs for importlib.import_module() http://bugs.python.org/issue23422 opened by brett.cannon
#23423: XPath Support in ElementTree doc omission http://bugs.python.org/issue23423 opened by mbakeranalecta
#23424: Unicode character ends interactive session http://bugs.python.org/issue23424 opened by AGrzes
#23425: Windows getlocale unix-like with french, german, portuguese, s http://bugs.python.org/issue23425 opened by fomcl at yahoo.com
#23426: run_setup is broken in distutils http://bugs.python.org/issue23426 opened by belopolsky
#23427: Python should expose command when invoked with -c http://bugs.python.org/issue23427 opened by jgehrcke
#23428: Use the monotonic clock for thread conditions on POSIX platfor http://bugs.python.org/issue23428 opened by haypo
#23430: socketserver.BaseServer.handle_error() should not catch exitin http://bugs.python.org/issue23430 opened by vadmium
#23431: Idle Application Not Responding http://bugs.python.org/issue23431 opened by ww0115
#23432: Duplicate content in SystemExit documentation http://bugs.python.org/issue23432 opened by berker.peksag
#23434: RFC6266 support (Content-Disposition for HTTP) http://bugs.python.org/issue23434 opened by Myroslav.Opyr
#23436: xml.dom.minidom.Element.ownerDocument is hiden http://bugs.python.org/issue23436 opened by krocard
#23437: Make user scripts directory versioned on Windows http://bugs.python.org/issue23437 opened by pmoore
#23439: Fixed http.client.all and added a test http://bugs.python.org/issue23439 opened by vadmium
#23440: Extend http.server.SimpleHTTPRequestHandler testing http://bugs.python.org/issue23440 opened by vadmium
#23441: rlcompleter: tab on empty prefix => insert spaces http://bugs.python.org/issue23441 opened by arigo
#23442: http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5 http://bugs.python.org/issue23442 opened by vadmium
#23443: XMLRPCLIB Exception uses str not class or instance http://bugs.python.org/issue23443 opened by kmarsh
#23444: HCI Bluetooth socket bind error on an arm crosscompiled enviro http://bugs.python.org/issue23444 opened by Thomas.Chiroux
#23446: Use PyMem_New instead of PyMem_Malloc http://bugs.python.org/issue23446 opened by serhiy.storchaka
#23448: urllib2 needs to remove scope from IPv6 address when creating http://bugs.python.org/issue23448 opened by ngierman
#23449: Fatal errors rebuilding 3.5 from Visual Studio Windows 8.1 64 http://bugs.python.org/issue23449 opened by BreamoreBoy
#23450: Possible loss of data warnings building 3.5 Visual Studio Wind http://bugs.python.org/issue23450 opened by BreamoreBoy
#23451: Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 http://bugs.python.org/issue23451 opened by BreamoreBoy
#23452: Build errors using VS Express 2013 in win32 mode http://bugs.python.org/issue23452 opened by BreamoreBoy
#23453: Opening a stream with tarfile.open() triggers a TypeError: can http://bugs.python.org/issue23453 opened by chaica_
#23455: file iterator "deemed broken"; can resume after StopIteration http://bugs.python.org/issue23455 opened by dalke
#23456: asyncio: add missing @coroutine decorators http://bugs.python.org/issue23456 opened by haypo
#23457: make test failures http://bugs.python.org/issue23457 opened by dcrs6000 at gmail.com
#23458: [2.7] random: make the file descriptor non-inheritable (on POS http://bugs.python.org/issue23458 opened by haypo
#23459: Linux: expose the new execveat() syscall http://bugs.python.org/issue23459 opened by haypo
Most recent 15 issues with no replies (15)
#23459: Linux: expose the new execveat() syscall http://bugs.python.org/issue23459
#23457: make test failures http://bugs.python.org/issue23457
#23456: asyncio: add missing @coroutine decorators http://bugs.python.org/issue23456
#23455: file iterator "deemed broken"; can resume after StopIteration http://bugs.python.org/issue23455
#23452: Build errors using VS Express 2013 in win32 mode http://bugs.python.org/issue23452
#23444: HCI Bluetooth socket bind error on an arm crosscompiled enviro http://bugs.python.org/issue23444
#23443: XMLRPCLIB Exception uses str not class or instance http://bugs.python.org/issue23443
#23440: Extend http.server.SimpleHTTPRequestHandler testing http://bugs.python.org/issue23440
#23436: xml.dom.minidom.Element.ownerDocument is hiden http://bugs.python.org/issue23436
#23430: socketserver.BaseServer.handle_error() should not catch exitin http://bugs.python.org/issue23430
#23425: Windows getlocale unix-like with french, german, portuguese, s http://bugs.python.org/issue23425
#23423: XPath Support in ElementTree doc omission http://bugs.python.org/issue23423
#23422: Clarify docs for importlib.import_module() http://bugs.python.org/issue23422
#23420: python -m cProfile -s fails with non informative message http://bugs.python.org/issue23420
#23419: Faster default reduce for classes without init http://bugs.python.org/issue23419
Most recent 15 issues waiting for review (15)
#23458: [2.7] random: make the file descriptor non-inheritable (on POS http://bugs.python.org/issue23458
#23456: asyncio: add missing @coroutine decorators http://bugs.python.org/issue23456
#23451: Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 http://bugs.python.org/issue23451
#23450: Possible loss of data warnings building 3.5 Visual Studio Wind http://bugs.python.org/issue23450
#23446: Use PyMem_New instead of PyMem_Malloc http://bugs.python.org/issue23446
#23444: HCI Bluetooth socket bind error on an arm crosscompiled enviro http://bugs.python.org/issue23444
#23442: http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5 http://bugs.python.org/issue23442
#23441: rlcompleter: tab on empty prefix => insert spaces http://bugs.python.org/issue23441
#23440: Extend http.server.SimpleHTTPRequestHandler testing http://bugs.python.org/issue23440
#23439: Fixed http.client.all and added a test http://bugs.python.org/issue23439
#23437: Make user scripts directory versioned on Windows http://bugs.python.org/issue23437
#23434: RFC6266 support (Content-Disposition for HTTP) http://bugs.python.org/issue23434
#23432: Duplicate content in SystemExit documentation http://bugs.python.org/issue23432
#23430: socketserver.BaseServer.handle_error() should not catch exitin http://bugs.python.org/issue23430
#23428: Use the monotonic clock for thread conditions on POSIX platfor http://bugs.python.org/issue23428
Top 10 most discussed issues (10)
#22524: PEP 471 implementation: os.scandir() directory scanning functi http://bugs.python.org/issue22524 13 msgs
#23450: Possible loss of data warnings building 3.5 Visual Studio Wind http://bugs.python.org/issue23450 11 msgs
#17911: traceback: add a new thin class storing a traceback without st http://bugs.python.org/issue17911 8 msgs
#23328: urllib2 fails for proxy credentials that contain a '/' charact http://bugs.python.org/issue23328 8 msgs
#23404: 'make touch' does not work with git clones of the source repos http://bugs.python.org/issue23404 8 msgs
#19143: Finding the Windows version getting messier (detect windows 8. http://bugs.python.org/issue19143 7 msgs
#21793: httplib client/server status refactor http://bugs.python.org/issue21793 7 msgs
#23442: http.client.REQUEST_HEADER_FIELDS_TOO_LARGE renamed in 3.5 http://bugs.python.org/issue23442 7 msgs
#23314: Disabling CRT asserts in debug build http://bugs.python.org/issue23314 6 msgs
#23342: run() - unified high-level interface for subprocess http://bugs.python.org/issue23342 6 msgs
Issues closed (26)
#7200: multiprocessing deadlock on Mac OS X when queue collected befo http://bugs.python.org/issue7200 closed by davin
#9122: Problems with multiprocessing, Python embedding and Windows http://bugs.python.org/issue9122 closed by davin
#9207: multiprocessing occasionally spits out exception during shutdo http://bugs.python.org/issue9207 closed by davin
#11240: Running unit tests in a command line tool leads to infinite lo http://bugs.python.org/issue11240 closed by davin
#12954: Multiprocessing logging under Windows http://bugs.python.org/issue12954 closed by davin
#17023: Subprocess does not find executable on Windows if it is PATH w http://bugs.python.org/issue17023 closed by tim.golden
#20416: Marshal: performance regression with versions 3 and 4 http://bugs.python.org/issue20416 closed by serhiy.storchaka
#21568: Win32 pip doesn't use relative path to found site-packages. http://bugs.python.org/issue21568 closed by steve.dower
#21840: Fix os.path in unicodeless build http://bugs.python.org/issue21840 closed by serhiy.storchaka
#22430: Build failure if configure flags --prefix or --exec-prefix is http://bugs.python.org/issue22430 closed by ned.deily
#22864: Add filter to multiprocessing.Pool http://bugs.python.org/issue22864 closed by davin
#23344: Faster marshalling http://bugs.python.org/issue23344 closed by serhiy.storchaka
#23357: pyvenv help shows incorrect usage http://bugs.python.org/issue23357 closed by python-dev
#23361: integer overflow in winapi_createprocess http://bugs.python.org/issue23361 closed by python-dev
#23383: Clean up bytes formatting http://bugs.python.org/issue23383 closed by serhiy.storchaka
#23412: importlib sometimes fails to import a recently created module http://bugs.python.org/issue23412 closed by brett.cannon
#23413: Incorrect division result http://bugs.python.org/issue23413 closed by benjamin.peterson
#23417: Windows 8.1 and Windows Server 2012 R2 are not displayed prope http://bugs.python.org/issue23417 closed by steve.dower
#23421: tarfile module does not correctly choose compression algorithm http://bugs.python.org/issue23421 closed by serhiy.storchaka
#23429: -5**4 returns -625 instead of 625 http://bugs.python.org/issue23429 closed by serhiy.storchaka
#23433: undefined behaviour in faulthandler.c, exposed by GCC 5 http://bugs.python.org/issue23433 closed by haypo
#23435: installation with full path as prefix incomplete http://bugs.python.org/issue23435 closed by ned.deily
#23438: HTMLParser doesn't know how to deal with 'ampersand' http://bugs.python.org/issue23438 closed by amaury.forgeotdarc
#23445: Use -Og for debug builds http://bugs.python.org/issue23445 closed by pitrou
#23447: Relative imports with all attribute http://bugs.python.org/issue23447 closed by brett.cannon
#23454: plistlib and xml.parsers.expat python3 problems with strings a http://bugs.python.org/issue23454 closed by serhiy.storchaka
- Previous message: [Python-Dev] Summary of Python tracker Issues
- Next message: [Python-Dev] Summary of Python tracker Issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]