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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ipython
/
ipython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
4.5k
Star
16.8k
Code
Issues
1.2k
Pull requests
40
Actions
Projects
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ipython
IPython
utils
process.py
on
main
User selector
All users
All time
Commit history
Commits on Aug 3, 2026
Defer stdlib imports in `IPython/utils` and the profile machinery
Show description for fcd3519
Carreau
committed
fcd3519
View commit details
Copy full SHA for fcd3519
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
Remove deprecated back-compat shim modules and IronPython backend
Show description for d8d0edb
claude
authored and
Carreau
committed
d8d0edb
View commit details
Copy full SHA for d8d0edb
View code at this point
Browse repository at this point
Remove Python-2-era encoding cookies and basestring docstrings
Show description for eef0453
claude
authored and
Carreau
committed
eef0453
View commit details
Copy full SHA for eef0453
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Fix #12726: %run honors quotes when expanding glob args
Show description for 60f2e26
Ijtihed
authored and
Carreau
committed
60f2e26
View commit details
Copy full SHA for 60f2e26
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
IPython/utils/_process_emscripten.py: New
hoodmane
authored and
mkoeppe
committed
1fa6a77
View commit details
Copy full SHA for 1fa6a77
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
Remove redundant Python 2 code
hugovk
committed
77b36a9
View commit details
Copy full SHA for 77b36a9
View code at this point
Browse repository at this point
Commits on Dec 27, 2016
rename py3compat.getcwd() -> os.getcwd()
srinivasreddy
committed
1c24cd6
View commit details
Copy full SHA for 1c24cd6
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
the __future__ is now.
ivanov
committed
2961b53
View commit details
Copy full SHA for 2961b53
View code at this point
Browse repository at this point
Commits on Aug 28, 2016
Edit the example when not to use find_cmd command
anantkaushik89
authored
a676d8e
View commit details
Copy full SHA for a676d8e
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Incorporating review comments
anantkaushik89
committed
2546c92
View commit details
Copy full SHA for 2546c92
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
cleanup unused code from utils/process.py
anantkaushik89
committed
4ad1eea
View commit details
Copy full SHA for 4ad1eea
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
use py3compat.which in common locations
minrk
committed
f42c9ed
View commit details
Copy full SHA for f42c9ed
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
Add .NET implementation of check_pid
Amin Bandali
committed
28d7cb7
View commit details
Copy full SHA for 28d7cb7
View code at this point
Browse repository at this point
Commits on Jul 9, 2014
Check for pids when listing nbserver processes
takluyver
committed
c850721
View commit details
Copy full SHA for c850721
View code at this point
Browse repository at this point
Commits on May 1, 2014
Remove unused imports
spenczar
committed
a15a6bb
View commit details
Copy full SHA for a15a6bb
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
Minimal changes to import IPython from IronPython
Doug Blank
committed
8c4b4c0
View commit details
Copy full SHA for 8c4b4c0
View code at this point
Browse repository at this point
Commits on Jan 14, 2014
initial test for the embedding
ivanov
committed
47998e0
View commit details
Copy full SHA for 47998e0
View code at this point
Browse repository at this point
Commits on Oct 31, 2013
Python 3 compatibility for os.getcwdu()
takluyver
committed
b2face8
View commit details
Copy full SHA for b2face8
View code at this point
Browse repository at this point
Commits on Jul 30, 2013
new util that also passes back the returncode
ivanov
committed
adf2345
View commit details
Copy full SHA for adf2345
View code at this point
Browse repository at this point
Commits on Jun 27, 2013
Fix all remaining imports that used `IPython.frontend`.
fperez
authored and
minrk
committed
4571a5f
View commit details
Copy full SHA for 4571a5f
View code at this point
Browse repository at this point
Commits on May 21, 2013
remove special case for 'python' in find_cmd
minrk
committed
4b0a6ee
View commit details
Copy full SHA for 4b0a6ee
View code at this point
Browse repository at this point
Commits on May 20, 2013
fix test_find_cmd_python
Show description for a1492cd
minrk
committed
a1492cd
View commit details
Copy full SHA for a1492cd
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
Remove unused imports
takluyver
committed
16e26ca
View commit details
Copy full SHA for 16e26ca
View code at this point
Browse repository at this point
Commits on Jul 15, 2012
Add tests for IPython.lib.latextools
tkf
committed
bd98ca0
View commit details
Copy full SHA for bd98ca0
View code at this point
Browse repository at this point
Commits on Feb 26, 2012
Removing unecessary checks for win32
J�rgen Stenarson
committed
eea65ec
View commit details
Copy full SHA for eea65ec
View code at this point
Browse repository at this point
Commits on Feb 25, 2012
Fix for failing testsuite when using --with-xml-coverage on windows.
Show description for df422dd
J�rgen Stenarson
committed
df422dd
View commit details
Copy full SHA for df422dd
View code at this point
Browse repository at this point
Commits on Nov 29, 2011
Moved arg_split to _process_win32.py and _process_posix.py.
J�rgen Stenarson
committed
bf44a93
View commit details
Copy full SHA for bf44a93
View code at this point
Browse repository at this point
Special version of arg_split for win32
J�rgen Stenarson
committed
ae9bb8e
View commit details
Copy full SHA for ae9bb8e
View code at this point
Browse repository at this point
Commits on Nov 24, 2011
update copyright to 2011/20xx-2011
Show description for c82649e
Carreau
authored and
fperez
committed
c82649e
View commit details
Copy full SHA for c82649e
View code at this point
Browse repository at this point
Commits on Oct 8, 2011
Fix some more tests for Python 3.
takluyver
committed
1fd2596
View commit details
Copy full SHA for 1fd2596
View code at this point
Browse repository at this point
Commits on Oct 4, 2011
remove all trailling spaces
bernardobarreto
committed
34c1043
View commit details
Copy full SHA for 34c1043
View code at this point
Browse repository at this point
Commits on Sep 7, 2011
Various Python 3 fixes in IPython.utils
takluyver
committed
2467d2e
View commit details
Copy full SHA for 2467d2e
View code at this point
Browse repository at this point
Fix various problems highlighted by the test suite.
takluyver
committed
6feb755
View commit details
Copy full SHA for 6feb755
View code at this point
Browse repository at this point
Commits on Jul 12, 2011
Search of getcwd and replace with getcwdu. Ignoring core/prompts.py
J�rgen Stenarson
committed
b4b4ede
View commit details
Copy full SHA for b4b4ede
View code at this point
Browse repository at this point
Commits on Jan 26, 2011
BUG: when given unicode inputs, arg_split should return unicode outputs. Always use utf-8 to encode the string instead of relying on sys.stdin.encoding, which may not be able to accept the full ran…
Show description for 6aff23d
rkern
committed
6aff23d
View commit details
Copy full SHA for 6aff23d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.