Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix displaying history when output cache is disabled. #2582

Merged
merged 1 commit into from Nov 16, 2012

Conversation

takluyver
Copy link
Member

Previously, disabling the output cache disabled all history. These were separated, but the %hist magic was left with an unnecessary check, where if the output cache was disabled, it would refuse to work.

Closes gh-2581

Carreau added a commit that referenced this pull request Nov 16, 2012
Fix displaying history when output cache is disabled.

Previously, disabling the output cache disabled all history. These were separated, but the %hist magic was left with an unnecessary check, where if the output cache was disabled, it would refuse to work.

Closes gh-2581
@Carreau Carreau merged commit 047fb42 into ipython:master Nov 16, 2012
@Carreau
Copy link
Member

Carreau commented Nov 16, 2012

thanks, merged.

minrk added a commit that referenced this pull request Mar 5, 2013
Previously, disabling the output cache disabled all history. These were separated, but the `%hist` magic was left with an unnecessary check, where if the output cache was disabled, it would refuse to work.

Closes gh-2581
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
Fix displaying history when output cache is disabled.

Previously, disabling the output cache disabled all history. These were separated, but the %hist magic was left with an unnecessary check, where if the output cache was disabled, it would refuse to work.

Closes ipythongh-2581
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

%hist does not work when InteractiveShell.cache_size = 0
2 participants