[issue34733] Missing search bar on docs.python.org

2018-09-19 Thread Harrison Chudleigh


New submission from Harrison Chudleigh 
:

The search bar is missing from docs.python.org, probably as a result of a minor 
error in the webpage. This is a quite recent change, as the search bar is still 
there in a web.archive.org snapshot from the 13th of September (last week). 
Could someone please fix this? Thanks.

--
assignee: docs@python
components: Documentation
messages: 325737
nosy: Harrison Chudleigh, docs@python
priority: normal
severity: normal
status: open
title: Missing search bar on docs.python.org
type: behavior

___
Python tracker 
<https://bugs.python.org/issue34733>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-09-16 Thread Harrison Chudleigh


Change by Harrison Chudleigh :


--
type:  -> crash

___
Python tracker 
<https://bugs.python.org/issue34708>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-09-16 Thread Harrison Chudleigh


Harrison Chudleigh  added the comment:

Edit: I checked Python 3.4 (Windows XP SP3). It hangs in the same way as Python 
3.6/3.7.

--

___
Python tracker 
<https://bugs.python.org/issue34708>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34708] Odd crashes/freezes when sys.stdout.shell.console is typed

2018-09-16 Thread Harrison Chudleigh


New submission from Harrison Chudleigh 
:

If sys is imported and sys.stdout.shell.console is typed, IDLE does not return 
to the prompt. Ctrl-C has no effect and after a restart with Ctrl-F6, IDLE does 
not react after a command is typed in. This also occurs when other variables 
such as sys.stdout.shell.stdout are used, but not with non-existent variables 
such as sys.stdout.shell.not_a_variable. No such issue occurs using the command 
line; however, sys.stdout.shell is not defined in the command line. This 
behaviour exists in at least Python 3.6.1 and 3.7.0 on Mac OS X 10.9.

This might be related to a similar issue that occurs in at least Python 3.2 on 
Windows 2000. Entering sys.stdout.shell.console causes IDLE to crash 
immediately; a crash also occurs when you type sys.stdout.shell.console. and 
wait for IDLE to bring up the list of attributes.

I know that this bug shouldn't be encountered unless you're using the IDLE 
PyShell object for some reason, but it still seems weird that getting the value 
of a variable causes crashes and hangs, especially when I know that the 
variable exists from looking at idlelib.

This is marked as Python 3.4 to 3.7 because I tested with 3.7, 3.6 and 3.2 and 
I don't think that this would have been fixed and then broken again. I don't 
know about 3.8, though.

--
assignee: terry.reedy
components: IDLE
files: fail.py
messages: 325509
nosy: Harrison Chudleigh, terry.reedy
priority: normal
severity: normal
status: open
title: Odd crashes/freezes when sys.stdout.shell.console is typed
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7
Added file: https://bugs.python.org/file47808/fail.py

___
Python tracker 
<https://bugs.python.org/issue34708>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27246] Keyboard Shortcuts Crash Idle

2016-06-06 Thread Harrison Chudleigh

New submission from Harrison Chudleigh:

When pressing Alt-E, Alt-I, Alt-N and Alt-U to create special characters in 
IDLE (the diacritics ´,ˆ,˜and¨) the program crashed.

--
components: IDLE
messages: 267590
nosy: Harrison Chudleigh
priority: normal
severity: normal
status: open
title: Keyboard Shortcuts Crash Idle
type: crash
versions: Python 3.4

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27246>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27193] Tkinter Unresponsive With Special Keys

2016-06-02 Thread Harrison Chudleigh

New submission from Harrison Chudleigh:

When working on my program (the same one where I found Issue 27192), I tried 
adding keyboard shortcuts. I discovered that Tkinter doe not register the keys 
Alt, Command, Control, Fn, Shift and Caps Lock on a Mac.

--
components: Macintosh
messages: 267027
nosy: Harrison Chudleigh, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Tkinter Unresponsive With Special Keys
versions: Python 3.4

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27193>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27192] Keyboard Shortcuts Consistently Cause Crashes

2016-06-02 Thread Harrison Chudleigh

New submission from Harrison Chudleigh:

When trying to add keys to my program, I noticed that using the shortcuts 
Alt-e, Alt-i, Alt-n and Alt-u caused IDLE to consistently crash. No odd 
behavior was observed with the corresponding capital letters.

--
components: Macintosh
messages: 267026
nosy: Harrison Chudleigh, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Keyboard Shortcuts Consistently Cause Crashes
type: crash
versions: Python 3.4

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27192>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com