[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Apr 25 18:07:37 CEST 2014
ACTIVITY SUMMARY (2014-04-18 - 2014-04-25)
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 4600 (+21)
closed 28521 (+28)
total 33121 (+49)
Open issues with patches: 2126
Issues opened (41)
==================
#21301: pathlib missing Path.expandvars(env=os.environ)
http://bugs.python.org/issue21301 opened by Alain.Mellan
#21302: time.sleep (floatsleep()) should use clock_nanosleep() on Linu
http://bugs.python.org/issue21302 opened by shankarunni
#21304: PEP 466: Backport hashlib.pbkdf2_hmac to Python 2.7
http://bugs.python.org/issue21304 opened by alex
#21305: PEP 466: update os.urandom
http://bugs.python.org/issue21305 opened by ncoghlan
#21306: PEP 466: backport hmac.compare_digest
http://bugs.python.org/issue21306 opened by ncoghlan
#21307: PEP 466: backport hashlib changes
http://bugs.python.org/issue21307 opened by ncoghlan
#21308: PEP 466: backport ssl changes
http://bugs.python.org/issue21308 opened by ncoghlan
#21309: Confusing "see also" for generic C-level __init__ methods in h
http://bugs.python.org/issue21309 opened by r.david.murray
#21310: ResourceWarning when open() fails with io.UnsupportedOperation
http://bugs.python.org/issue21310 opened by vadmium
#21312: Update thread_foobar.h to include timed locking and TLS suppor
http://bugs.python.org/issue21312 opened by Jack.McCracken
#21313: Py_GetVersion() is broken when using mqueue and a long patch n
http://bugs.python.org/issue21313 opened by eric.snow
#21314: Bizarre help
http://bugs.python.org/issue21314 opened by Vedran.ÄŒaÄić
#21315: email._header_value_parser does not recognise in-line encoding
http://bugs.python.org/issue21315 opened by valhallasw
#21316: mark test_devpoll to be meaningfull only for Solaris
http://bugs.python.org/issue21316 opened by AapoRantalainen
#21318: sdist fails with symbolic links do non-existing files
http://bugs.python.org/issue21318 opened by jgosmann
#21319: WindowsRegistryFinder never added to sys.meta_path
http://bugs.python.org/issue21319 opened by eric.snow
#21320: dict() allows keyword expansion with integer keys, e.g. dict(*
http://bugs.python.org/issue21320 opened by Cyphase
#21321: itertools.islice() doesn't release reference to the source ite
http://bugs.python.org/issue21321 opened by Anton.Afanasyev
#21322: Pathlib .owner() and .group() methods fail on broken links
http://bugs.python.org/issue21322 opened by inigoserna
#21323: CGI HTTP server not running scripts from subdirectories
http://bugs.python.org/issue21323 opened by k.s.solnushkin
#21324: dbhash/bsddb leaks random memory fragments to a database
http://bugs.python.org/issue21324 opened by wodny
#21325: Missing Generic EXIF library for images in the standard librar
http://bugs.python.org/issue21325 opened by karlcow
#21326: asyncio: request clearer error message when event loop closed
http://bugs.python.org/issue21326 opened by mark.dickinson
#21327: socket.type value changes after using settimeout()
http://bugs.python.org/issue21327 opened by giampaolo.rodola
#21328: Resize doesn't change reported length on create_string_buffer(
http://bugs.python.org/issue21328 opened by Dustin.Oprea
#21329: configparser can't parse MySQL style config
http://bugs.python.org/issue21329 opened by dveeden
#21331: Reversing an encoding with unicode-escape returns a different
http://bugs.python.org/issue21331 opened by Sworddragon
#21332: subprocess bufsize=1 docs are misleading
http://bugs.python.org/issue21332 opened by raylu
#21333: Document recommended exception for objects that shouldn't be p
http://bugs.python.org/issue21333 opened by sschwarzer
#21335: Update importlib.__init__ to reset _frozen_importlib's loader
http://bugs.python.org/issue21335 opened by brett.cannon
#21337: Add tests for Tix
http://bugs.python.org/issue21337 opened by zach.ware
#21338: Silent mode for compileall
http://bugs.python.org/issue21338 opened by takluyver
#21339: IDLE crash on OS X 1.9 upon shut-down with many windows open
http://bugs.python.org/issue21339 opened by rhettinger
#21340: Possible concurrency bug in asyncio, AttributeError in tasks.p
http://bugs.python.org/issue21340 opened by Jack.Murray
#21341: Configuring 'font' with ttk.Style for 'TEntry' does not change
http://bugs.python.org/issue21341 opened by barron
#21342: multiprocessing RLock and Lock raise incorrect exceptions when
http://bugs.python.org/issue21342 opened by steinn
#21343: os.path.relpath returns inconsistent types
http://bugs.python.org/issue21343 opened by Matt.Bachmann
#21344: save scores or ratios in difflib get_close_matches
http://bugs.python.org/issue21344 opened by russellballestrini
#21345: multiprocessing.Pool._handle_workers sleeps too long
http://bugs.python.org/issue21345 opened by Johannes.Baiter
#21347: Don't use a list argument together with shell=True in subproce
http://bugs.python.org/issue21347 opened by akira
#21349: crash in winreg SetValueEx with memoryview
http://bugs.python.org/issue21349 opened by bdkearns
Most recent 15 issues with no replies (15)
==========================================
#21349: crash in winreg SetValueEx with memoryview
http://bugs.python.org/issue21349
#21347: Don't use a list argument together with shell=True in subproce
http://bugs.python.org/issue21347
#21345: multiprocessing.Pool._handle_workers sleeps too long
http://bugs.python.org/issue21345
#21343: os.path.relpath returns inconsistent types
http://bugs.python.org/issue21343
#21342: multiprocessing RLock and Lock raise incorrect exceptions when
http://bugs.python.org/issue21342
#21341: Configuring 'font' with ttk.Style for 'TEntry' does not change
http://bugs.python.org/issue21341
#21339: IDLE crash on OS X 1.9 upon shut-down with many windows open
http://bugs.python.org/issue21339
#21337: Add tests for Tix
http://bugs.python.org/issue21337
#21335: Update importlib.__init__ to reset _frozen_importlib's loader
http://bugs.python.org/issue21335
#21333: Document recommended exception for objects that shouldn't be p
http://bugs.python.org/issue21333
#21332: subprocess bufsize=1 docs are misleading
http://bugs.python.org/issue21332
#21329: configparser can't parse MySQL style config
http://bugs.python.org/issue21329
#21328: Resize doesn't change reported length on create_string_buffer(
http://bugs.python.org/issue21328
#21323: CGI HTTP server not running scripts from subdirectories
http://bugs.python.org/issue21323
#21319: WindowsRegistryFinder never added to sys.meta_path
http://bugs.python.org/issue21319
Most recent 15 issues waiting for review (15)
=============================================
#21349: crash in winreg SetValueEx with memoryview
http://bugs.python.org/issue21349
#21347: Don't use a list argument together with shell=True in subproce
http://bugs.python.org/issue21347
#21344: save scores or ratios in difflib get_close_matches
http://bugs.python.org/issue21344
#21343: os.path.relpath returns inconsistent types
http://bugs.python.org/issue21343
#21342: multiprocessing RLock and Lock raise incorrect exceptions when
http://bugs.python.org/issue21342
#21338: Silent mode for compileall
http://bugs.python.org/issue21338
#21322: Pathlib .owner() and .group() methods fail on broken links
http://bugs.python.org/issue21322
#21321: itertools.islice() doesn't release reference to the source ite
http://bugs.python.org/issue21321
#21315: email._header_value_parser does not recognise in-line encoding
http://bugs.python.org/issue21315
#21313: Py_GetVersion() is broken when using mqueue and a long patch n
http://bugs.python.org/issue21313
#21312: Update thread_foobar.h to include timed locking and TLS suppor
http://bugs.python.org/issue21312
#21306: PEP 466: backport hmac.compare_digest
http://bugs.python.org/issue21306
#21304: PEP 466: Backport hashlib.pbkdf2_hmac to Python 2.7
http://bugs.python.org/issue21304
#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
Top 10 most discussed issues (10)
=================================
#18967: Find a less conflict prone approach to Misc/NEWS
http://bugs.python.org/issue18967 22 msgs
#17552: socket.sendfile()
http://bugs.python.org/issue17552 19 msgs
#21344: save scores or ratios in difflib get_close_matches
http://bugs.python.org/issue21344 10 msgs
#21207: urandom persistent fd - not re-openned after fd close
http://bugs.python.org/issue21207 7 msgs
#21306: PEP 466: backport hmac.compare_digest
http://bugs.python.org/issue21306 7 msgs
#8387: use universal newline mode in csv module examples
http://bugs.python.org/issue8387 6 msgs
#21305: PEP 466: update os.urandom
http://bugs.python.org/issue21305 6 msgs
#21312: Update thread_foobar.h to include timed locking and TLS suppor
http://bugs.python.org/issue21312 6 msgs
#21331: Reversing an encoding with unicode-escape returns a different
http://bugs.python.org/issue21331 6 msgs
#21338: Silent mode for compileall
http://bugs.python.org/issue21338 6 msgs
Issues closed (27)
==================
#7221: DispatcherWithSendTests_UsePoll with test_asyncore does nothin
http://bugs.python.org/issue7221 closed by pitrou
#8297: AttributeError message text should include module name
http://bugs.python.org/issue8297 closed by benjamin.peterson
#9364: some problems with the documentation of pydoc
http://bugs.python.org/issue9364 closed by r.david.murray
#9764: Tools/buildbot/external.bat should download and built tix
http://bugs.python.org/issue9764 closed by zach.ware
#9765: tcl-8 vs tcl8
http://bugs.python.org/issue9765 closed by zach.ware
#10291: Clean-up turtledemo in-package documentation
http://bugs.python.org/issue10291 closed by ned.deily
#10362: AttributeError: addinfourl instance has no attribute 'tell'
http://bugs.python.org/issue10362 closed by orsenthil
#11748: test_ftplib failure in test for source_address
http://bugs.python.org/issue11748 closed by jesstess
#12220: minidom xmlns not handling spaces in xmlns attribute value fie
http://bugs.python.org/issue12220 closed by r.david.murray
#20565: Update Tcl/Tk version for buildbots
http://bugs.python.org/issue20565 closed by zach.ware
#21068: Make ssl.PROTOCOL_* an enum
http://bugs.python.org/issue21068 closed by pitrou
#21127: Path objects cannot be constructed from str subclasses
http://bugs.python.org/issue21127 closed by pitrou
#21139: Idle: change default reformat width from 70 to 72
http://bugs.python.org/issue21139 closed by terry.reedy
#21200: pkgutil.get_loader() fails on "__main__"
http://bugs.python.org/issue21200 closed by eric.snow
#21211: pkgutil.find_loader() raises ImportError instead of returning
http://bugs.python.org/issue21211 closed by eric.snow
#21232: Use of '1' instead of 'True' as 'splitlines' argument in diffl
http://bugs.python.org/issue21232 closed by python-dev
#21284: IDLE reformat tests fail in presence of non-default FormatPara
http://bugs.python.org/issue21284 closed by terry.reedy
#21289: make.bat not building documentation
http://bugs.python.org/issue21289 closed by zach.ware
#21291: subprocess Popen objects are not thread safe w.r.t. wait() and
http://bugs.python.org/issue21291 closed by gregory.p.smith
#21303: Python 2.7 Spinbox Format Behaves Differently On Windows Versu
http://bugs.python.org/issue21303 closed by zach.ware
#21311: Fix compiler detection when brew's ccache is installed on Mac
http://bugs.python.org/issue21311 closed by ned.deily
#21317: Home page certificate troubles
http://bugs.python.org/issue21317 closed by alex
#21330: Typo in "Unicode HOWTO" documentation
http://bugs.python.org/issue21330 closed by benjamin.peterson
#21334: nntplib throws exceptions making sinntp unusable
http://bugs.python.org/issue21334 closed by randomcoder1
#21336: ntpath.splitdrive fails on None argument
http://bugs.python.org/issue21336 closed by eric.smith
#21346: typos in test_itertools.py
http://bugs.python.org/issue21346 closed by zach.ware
#21348: File "C:\Python27\lib\distutils\msvc9compiler.py", line 295, i
http://bugs.python.org/issue21348 closed by skrah
More information about the Python-Dev
mailing list