Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
coderark
/
ipython
Public
forked from
ipython/ipython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ipython
IPython
core
tests
on
master
User selector
All users
All time
Commit history
Commits on Aug 16, 2015
Remove dependence on execution_count in test_width
asmeurer
committed
1da5de9
View commit details
Copy full SHA for 1da5de9
View code at this point
Browse repository at this point
Be a little smarter about invisible characters in terminal prompts
Show description for 8e996f8
asmeurer
committed
8e996f8
View commit details
Copy full SHA for 8e996f8
View code at this point
Browse repository at this point
Commits on Jul 9, 2015
Add failing test for suppressing exception chaining
takluyver
committed
48aac09
View commit details
Copy full SHA for 48aac09
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
create new config objects in test_omit__names
Show description for 9e713c7
minrk
committed
9e713c7
View commit details
Copy full SHA for 9e713c7
View code at this point
Browse repository at this point
Commits on Jun 29, 2015
handle multiple decorators in oinspect
Show description for f4ed417
minrk
committed
f4ed417
View commit details
Copy full SHA for f4ed417
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
pep8
Carreau
committed
d823445
View commit details
Copy full SHA for d823445
View code at this point
Browse repository at this point
make the tests fail correctly
nottaanibot
authored and
Carreau
committed
ecd4381
View commit details
Copy full SHA for ecd4381
View code at this point
Browse repository at this point
Added tests for displayhook
Show description for be0a8e6
nottaanibot
authored and
Carreau
committed
be0a8e6
View commit details
Copy full SHA for be0a8e6
View code at this point
Browse repository at this point
add test file for display hooks
nottaanibot
authored and
Carreau
committed
ab59d42
View commit details
Copy full SHA for ab59d42
View code at this point
Browse repository at this point
Commits on May 27, 2015
Test imported code does not raise deprecation warning.
Carreau
committed
4763214
View commit details
Copy full SHA for 4763214
View code at this point
Browse repository at this point
Add test that interactive warning is shown.
Carreau
committed
a498028
View commit details
Copy full SHA for a498028
View code at this point
Browse repository at this point
Commits on May 8, 2015
jupyter_nbformat is now nbformat
minrk
committed
e549d87
View commit details
Copy full SHA for e549d87
View code at this point
Browse repository at this point
Merge pull request #8418 from minrk/ipykernel
Show description for 81b0446
minrk
committed
81b0446
View commit details
Copy full SHA for 81b0446
View code at this point
Browse repository at this point
Merge pull request #8409 from takluyver/testpath
Show description for f8d0d89
minrk
committed
f8d0d89
View commit details
Copy full SHA for f8d0d89
View code at this point
Browse repository at this point
ipython_kernel is now ipykernel
minrk
committed
03608cd
View commit details
Copy full SHA for 03608cd
View code at this point
Browse repository at this point
Commits on May 6, 2015
Use assert_isdir and assert_isfile
Show description for b51e6ae
takluyver
committed
b51e6ae
View commit details
Copy full SHA for b51e6ae
View code at this point
Browse repository at this point
Use mock for monkeypatching instead of handcoding it
takluyver
committed
d675817
View commit details
Copy full SHA for d675817
View code at this point
Browse repository at this point
Use testpath to temporarily modify environment variables
takluyver
committed
480fa7c
View commit details
Copy full SHA for 480fa7c
View code at this point
Browse repository at this point
Commits on May 4, 2015
ipython_parallel is now ipyparallel
minrk
committed
c5b8220
View commit details
Copy full SHA for c5b8220
View code at this point
Browse repository at this point
Commits on May 1, 2015
Merge pull request #8388 from Carreau/nightly
Show description for 11eb7b9
takluyver
committed
11eb7b9
View commit details
Copy full SHA for 11eb7b9
View code at this point
Browse repository at this point
Commits on Apr 28, 2015
move custom exception at module.
Show description for 306e3c2
Carreau
committed
306e3c2
View commit details
Copy full SHA for 306e3c2
View code at this point
Browse repository at this point
Fix annoying line number test
takluyver
committed
d509000
View commit details
Copy full SHA for d509000
View code at this point
Browse repository at this point
Add sys import
takluyver
committed
1c38474
View commit details
Copy full SHA for 1c38474
View code at this point
Browse repository at this point
Skip test that builtin signature can't be inspected
Show description for ca05891
takluyver
committed
ca05891
View commit details
Copy full SHA for ca05891
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
makes dictionary key completion use same delimiters as splitter
jeffhussmann
authored and
takluyver
committed
abda2e2
View commit details
Copy full SHA for abda2e2
View code at this point
Browse repository at this point
Commits on Apr 20, 2015
Make ascii completion test ignore local files
Show description for 3249e15
takluyver
committed
3249e15
View commit details
Copy full SHA for 3249e15
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
update dependency imports
Show description for ff3b995
minrk
committed
ff3b995
View commit details
Copy full SHA for ff3b995
View code at this point
Browse repository at this point
update some test skips for removed packages
minrk
committed
329ebac
View commit details
Copy full SHA for 329ebac
View code at this point
Browse repository at this point
Commits on Apr 8, 2015
Merge pull request #7938 from Carreau/fullunicode
Show description for 607227b
minrk
committed
607227b
View commit details
Copy full SHA for 607227b
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
remove testing.tools.monkeypatch
Show description for 0ef4479
minrk
committed
0ef4479
View commit details
Copy full SHA for 0ef4479
View code at this point
Browse repository at this point
use function, and tests
Carreau
committed
b9e5956
View commit details
Copy full SHA for b9e5956
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
Move test_paths to core/tests directory
takluyver
committed
1b8c55d
View commit details
Copy full SHA for 1b8c55d
View code at this point
Browse repository at this point
Commits on Mar 29, 2015
add unconfined, raw metadata to display.Image
Show description for 15cca28
minrk
committed
15cca28
View commit details
Copy full SHA for 15cca28
View code at this point
Browse repository at this point
Commits on Mar 26, 2015
Removed pesky decorative quotes from the OTHER test function
brotherjack
committed
57e3014
View commit details
Copy full SHA for 57e3014
View code at this point
Browse repository at this point
Removed decorative quotes in cmd causing 'commented_nargs' test to fail
brotherjack
committed
e99390b
View commit details
Copy full SHA for e99390b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.