| Age | Commit message (Collapse) | Author |
|
|
|
create the same directory.
Regression in 632c4ffd9cb1da273303bcd8005fff216506c795.
|
|
foreign keys that use to_field.
Regression in ee49306176a2d2f1751cb890bd607d42c7c09196.
|
|
Regression in e1253bc26facfa1d0fca161f43925e99c2591ced.
|
|
sys.stdin.read() blocks waiting for EOF in shell.py which will
likely never come if the user provides input on stdin via the
keyboard before the shell starts. Added check for a tty to
skip reading stdin if it's not present.
This still allows piping of code into the shell (which should
have no TTY and should have an EOF) but also doesn't cause it
to hang if multi-line input is provided.
|
|
lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
|
|
|