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
.
pythonStudy2017
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
pyerrors.h
on
v3.6.3
User selector
All users
All time
Commit history
Commits on Dec 27, 2016
Issue #29058: All stable API extensions added after Python 3.2 are now
Show description for 34d0ac8
serhiy-storchaka
committed
34d0ac8
View commit details
Copy full SHA for 34d0ac8
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Show description for 467ab19
serhiy-storchaka
committed
467ab19
View commit details
Copy full SHA for 467ab19
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #15767: Use ModuleNotFoundError.
ericsnowcurrently
committed
46f97b8
View commit details
Copy full SHA for 46f97b8
View code at this point
Browse repository at this point
Issue #15767: Add ModuleNotFoundError.
ericsnowcurrently
committed
c943265
View commit details
Copy full SHA for c943265
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
committed
f488fb4
View commit details
Copy full SHA for f488fb4
View code at this point
Browse repository at this point
Commits on May 12, 2015
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
committed
7544508
View commit details
Copy full SHA for 7544508
View code at this point
Browse repository at this point
Commits on Nov 20, 2014
Issue #22869: Split pythonrun into two modules
Show description for d600951
ncoghlan
committed
d600951
View commit details
Copy full SHA for d600951
View code at this point
Browse repository at this point
Commits on Oct 8, 2014
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for 78184af
serhiy-storchaka
committed
78184af
View commit details
Copy full SHA for 78184af
View code at this point
Browse repository at this point
Issue #21715: Extracted shared complicated code in the _io module to new
Show description for e2bd2a7
serhiy-storchaka
committed
e2bd2a7
View commit details
Copy full SHA for e2bd2a7
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
pitrou
committed
0676a40
View commit details
Copy full SHA for 0676a40
View code at this point
Browse repository at this point
Commits on Feb 10, 2014
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
larryhastings
committed
8f9f0f1
View commit details
Copy full SHA for 8f9f0f1
View code at this point
Browse repository at this point
Issue #20517: Functions in the os module that accept two filenames
Show description for b082731
larryhastings
committed
b082731
View commit details
Copy full SHA for b082731
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
Issue #19526: Exclude all new API from the stable ABI.
loewis
committed
1c0689c
View commit details
Copy full SHA for 1c0689c
View code at this point
Browse repository at this point
Commits on Dec 21, 2013
Issue #16136: Remove VMS support and VMS-related code
tiran
committed
af01f66
View commit details
Copy full SHA for af01f66
View code at this point
Browse repository at this point
Commits on Nov 13, 2013
Close #17828: better handling of codec errors
Show description for 8b097b4
ncoghlan
committed
8b097b4
View commit details
Copy full SHA for 8b097b4
View code at this point
Browse repository at this point
Commits on Oct 7, 2013
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
pitrou
committed
1cfa0ba
View commit details
Copy full SHA for 1cfa0ba
View code at this point
Browse repository at this point
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
pitrou
committed
59c900d
View commit details
Copy full SHA for 59c900d
View code at this point
Browse repository at this point
Commits on Sep 2, 2013
Factor-out the common code for setting a KeyError.
rhettinger
committed
69492da
View commit details
Copy full SHA for 69492da
View code at this point
Browse repository at this point
Commits on Aug 26, 2013
Close #11619: The parser and the import machinery do not encode Unicode
Show description for 14e461d
vstinner
committed
14e461d
View commit details
Copy full SHA for 14e461d
View code at this point
Browse repository at this point
Commits on Jul 4, 2013
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
Show description for 679ecb5
brettcannon
committed
679ecb5
View commit details
Copy full SHA for 679ecb5
View code at this point
Browse repository at this point
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
brettcannon
committed
82da888
View commit details
Copy full SHA for 82da888
View code at this point
Browse repository at this point
Commits on Jun 13, 2013
Issue #15767: Touch up ModuleNotFoundError usage by import.
Show description for 8f5ac51
brettcannon
committed
8f5ac51
View commit details
Copy full SHA for 8f5ac51
View code at this point
Browse repository at this point
Commits on Jun 12, 2013
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Show description for b1611e2
brettcannon
committed
b1611e2
View commit details
Copy full SHA for b1611e2
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
use char instead of int to please T_BOOL (closes #15597)
benjaminp
committed
1a1367b
View commit details
Copy full SHA for 1a1367b
View code at this point
Browse repository at this point
Commits on Jun 17, 2012
Issue #13783: the PEP 380 implementation no longer expands the public C API
ncoghlan
committed
c40bc09
View commit details
Copy full SHA for c40bc09
View code at this point
Browse repository at this point
Commits on Jun 4, 2012
__GNUC__ does not imply gcc version is present, so just check for version (closes #14994)
benjaminp
committed
ca75b00
View commit details
Copy full SHA for ca75b00
View code at this point
Browse repository at this point
Commits on May 15, 2012
PEP 415: Implement suppression of __context__ display with an exception attribute
Show description for d5a1c44
benjaminp
committed
d5a1c44
View commit details
Copy full SHA for d5a1c44
View code at this point
Browse repository at this point
Commits on Apr 19, 2012
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Show description for aa2efcb
loewis
committed
aa2efcb
View commit details
Copy full SHA for aa2efcb
View code at this point
Browse repository at this point
Commits on Apr 17, 2012
Fix #14600. Correct reference handling and naming of ImportError convenience function
briancurtin
committed
09b86d1
View commit details
Copy full SHA for 09b86d1
View code at this point
Browse repository at this point
Commits on Apr 13, 2012
put PyImportErrorObject with its brothers
benjaminp
committed
633b32a
View commit details
Copy full SHA for 633b32a
View code at this point
Browse repository at this point
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Show description for 79ec55e
brettcannon
committed
79ec55e
View commit details
Copy full SHA for 79ec55e
View code at this point
Browse repository at this point
Commits on Feb 26, 2012
Close issue #6210: Implement PEP 409
ncoghlan
committed
ab7bf21
View commit details
Copy full SHA for ab7bf21
View code at this point
Browse repository at this point
Commits on Jan 13, 2012
Implement PEP 380 - 'yield from' (closes #11682)
ncoghlan
committed
1f7ce62
View commit details
Copy full SHA for 1f7ce62
View code at this point
Browse repository at this point
Commits on Oct 12, 2011
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
pitrou
committed
6b4883d
View commit details
Copy full SHA for 6b4883d
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d63a3b8
View commit details
Copy full SHA for d63a3b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.