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 }}
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
utils
py3compat.py
on
master
User selector
All users
All time
Commit history
Commits on Apr 3, 2015
add shutil.which backport to py3compat
minrk
committed
d031009
View commit details
Copy full SHA for d031009
View code at this point
Browse repository at this point
Commits on Dec 4, 2014
add py3compat.buffer_to_bytes_py2
Show description for c6038bf
minrk
committed
c6038bf
View commit details
Copy full SHA for c6038bf
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
Merge pull request #6436 from thomasballinger/fix-6430
Show description for f1dc401
takluyver
committed
f1dc401
View commit details
Copy full SHA for f1dc401
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
save future compile directives from ipython -i module.py
thomasballinger
committed
2f4dc0b
View commit details
Copy full SHA for 2f4dc0b
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
drop some 2.6 hacks
Carreau
authored and
Matthias BUSSONNIER
committed
ac83540
View commit details
Copy full SHA for ac83540
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
Remove py3compat.open in favour of io.open
takluyver
committed
154e8d3
View commit details
Copy full SHA for 154e8d3
View code at this point
Browse repository at this point
Commits on Apr 30, 2014
add py3compat.get_closure
Show description for a745b5a
minrk
committed
a745b5a
View commit details
Copy full SHA for a745b5a
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
move @annotate to py3compat
minrk
committed
9bd3a1d
View commit details
Copy full SHA for 9bd3a1d
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
always point py3compat.input to builtin_mod.input
Show description for f1061cc
minrk
committed
f1061cc
View commit details
Copy full SHA for f1061cc
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
remove no-longer-accurate comment
Show description for cfc9777
minrk
committed
cfc9777
View commit details
Copy full SHA for cfc9777
View code at this point
Browse repository at this point
Commits on Dec 18, 2013
Fix ``%history -f foo`` in kernel.
Show description for 05e76c3
takluyver
committed
05e76c3
View commit details
Copy full SHA for 05e76c3
View code at this point
Browse repository at this point
Commits on Nov 13, 2013
Hide dynamically defined metaclass base from Sphinx.
Show description for cbe1834
takluyver
committed
cbe1834
View commit details
Copy full SHA for cbe1834
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 Oct 29, 2013
Fix tests in utils
takluyver
committed
17aa221
View commit details
Copy full SHA for 17aa221
View code at this point
Browse repository at this point
Fix references to dict.iteritems and dict.itervalues
takluyver
committed
52dae01
View commit details
Copy full SHA for 52dae01
View code at this point
Browse repository at this point
Fixes for metaclass syntax
takluyver
committed
123b9cd
View commit details
Copy full SHA for 123b9cd
View code at this point
Browse repository at this point
Fix references to xrange
takluyver
committed
0a3c3be
View commit details
Copy full SHA for 0a3c3be
View code at this point
Browse repository at this point
Replace references to unicode and basestring
takluyver
committed
0ca701d
View commit details
Copy full SHA for 0ca701d
View code at this point
Browse repository at this point
Fix imports of builtins module
takluyver
committed
bc5975b
View commit details
Copy full SHA for bc5975b
View code at this point
Browse repository at this point
Fix exec statements for Py 3
Show description for 318ca64
takluyver
committed
318ca64
View commit details
Copy full SHA for 318ca64
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Specify unicode type properly in rmagic
takluyver
committed
9ab3699
View commit details
Copy full SHA for 9ab3699
View code at this point
Browse repository at this point
Commits on Aug 29, 2013
Fixed name error bug in function safe_unicode in module py3compat.
rossant
committed
5d0152f
View commit details
Copy full SHA for 5d0152f
View code at this point
Browse repository at this point
Commits on May 15, 2013
move safe_unicode to py3compat
minrk
committed
7950acf
View commit details
Copy full SHA for 7950acf
View code at this point
Browse repository at this point
Commits on Jan 19, 2013
Fix 'Custom Display Logic' example notebook for Python 3
takluyver
authored and
ellisonbg
committed
3d5ec7b
View commit details
Copy full SHA for 3d5ec7b
View code at this point
Browse repository at this point
Commits on Jul 3, 2012
Fix Python 3.2 test failures (ResourceWarnings from unclosed files).
Show description for b1a8e9d
bfroehle
committed
b1a8e9d
View commit details
Copy full SHA for b1a8e9d
View code at this point
Browse repository at this point
Commits on May 5, 2012
saner default encoding mechanism
gbrandonp
committed
42a53e1
View commit details
Copy full SHA for 42a53e1
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
only get the default encoding one time
Show description for 5ca8552
gbrandonp
committed
5ca8552
View commit details
Copy full SHA for 5ca8552
View code at this point
Browse repository at this point
Commits on Apr 26, 2012
Feedback from pull request #1245
Brandon Parsons
committed
6d9ee01
View commit details
Copy full SHA for 6d9ee01
View code at this point
Browse repository at this point
remove unnecessary function call
Brandon Parsons
committed
56f06ce
View commit details
Copy full SHA for 56f06ce
View code at this point
Browse repository at this point
moved getdefaultencoding from text to py3compat
Brandon Parsons
committed
521fe81
View commit details
Copy full SHA for 521fe81
View code at this point
Browse repository at this point
pythonw in py3k sets std{in,out,err} to None
Show description for 40ec4c3
gbrandonp
authored and
Brandon Parsons
committed
40ec4c3
View commit details
Copy full SHA for 40ec4c3
View code at this point
Browse repository at this point
Commits on Apr 15, 2012
Merge pull request #1480 from minrk/npmagic
Show description for c4cf940
fperez
committed
c4cf940
View commit details
Copy full SHA for c4cf940
View code at this point
Browse repository at this point
Commits on Apr 14, 2012
py3compat._modify_str_or_docstring should check against basestring
minrk
committed
2708316
View commit details
Copy full SHA for 2708316
View code at this point
Browse repository at this point
Commits on Mar 25, 2012
Fix for %run on a Python file using non-default encoding.
takluyver
committed
bb13c29
View commit details
Copy full SHA for bb13c29
View code at this point
Browse repository at this point
Commits on Nov 29, 2011
Fixes #1027, the previous fix had a problem under windows.
Show description for 206d352
fperez
committed
206d352
View commit details
Copy full SHA for 206d352
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.