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
Fix some tests for Python 3.3
- #1748
#1748
Merged
fperez
merged 10 commits into
ipython:master
ipython/ipython:master
from
takluyver:py33
takluyver/ipython:py33
Copy head branch name to clipboard
May 29, 2012
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Fix some tests for Python 3.3
#1748
fperez
merged 10 commits into
ipython:master
ipython/ipython:master
from
takluyver:py33
takluyver/ipython:py33
Copy head branch name to clipboard
Commits
Commits on May 27, 2012
Fix doctests that relied on dict ordering in IPython.utils
takluyver
committed
1ccffcb
View commit details
Copy full SHA for 1ccffcb
Browse repository at this point
Make repr-reliant test less specific
takluyver
committed
6fb51bd
View commit details
Copy full SHA for 6fb51bd
Browse repository at this point
Fix more cases relying on dict ordering in utils
takluyver
committed
62dafda
View commit details
Copy full SHA for 62dafda
Browse repository at this point
Fix tests relying on dict order in IPython.config
takluyver
committed
040d936
View commit details
Copy full SHA for 040d936
Browse repository at this point
Fix tests that depended on dictionary order in IPython.core
takluyver
committed
fe1c7d7
View commit details
Copy full SHA for fe1c7d7
Browse repository at this point
teardown changes to sys.path
takluyver
committed
7fcb72b
View commit details
Copy full SHA for 7fcb72b
Browse repository at this point
For doctests, globals must now be a real dictionary.
takluyver
committed
bb6dab9
View commit details
Copy full SHA for bb6dab9
Browse repository at this point
Call invalidate_caches() when testing installing extension.
takluyver
committed
463265c
View commit details
Copy full SHA for 463265c
Browse repository at this point
Ensure modules for autoreload have a __loader__ attribute.
takluyver
committed
f0a0234
View commit details
Copy full SHA for f0a0234
Browse repository at this point
timeit.template uses new-style string formatting from Python 3.3
takluyver
committed
cf0836b
View commit details
Copy full SHA for cf0836b
Browse repository at this point
You can’t perform that action at this time.