[issue21341] Configuring 'font' with ttk.Style for 'TEntry' does not change displayed font

2014-04-23 Thread Barron
New submission from Barron: After using the configure() method of a ttk.Style object to configure the font of TEntry, Entry widgets will still have the original default font. The following 6 lines will demonstrate this in IDLE: from tkinter import ttk s = ttk.Style() s.configure('TButton

[issue11457] os.stat(): add new fields to get timestamps as Decimal objects with nanosecond resolution

2011-10-15 Thread Eric G. Barron
Changes by Eric G. Barron e...@ericography.com: -- nosy: +ericography ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11457 ___ ___ Python-bugs-list

[issue5476] datetime: timedelta(minutes = i) silently fails with numpy.int32 input

2009-03-11 Thread Barron Henderson
New submission from Barron Henderson barr...@gmail.com: Initializing a timedelta object with numpy.int32 arguments give mixed results; it fails for days keyword, gives bad results for minutes, and give correct results for seconds/microseconds. Failure confirmed on Linux i686 (Py 2.5.2; numpy

[issue5476] datetime: timedelta(minutes = i) silently fails with numpy.int32 input

2009-03-11 Thread Barron Henderson
Changes by Barron Henderson barr...@gmail.com: -- components: +Library (Lib) versions: +Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5476