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 }}
xiaolanpython
/
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
Doc
c-api
exceptions.rst
on
master
User selector
All users
All time
Commit history
Commits on Apr 15, 2017
bpo-19225: Remove duplicated description for standard warning categories (GH-1068)
cocoatomo
authored and
berkerpeksag
committed
eaeda64
View commit details
Copy full SHA for eaeda64
View code at this point
Browse repository at this point
Commits on Apr 2, 2017
bpo-19225: Add a table of warning names and missed exception names in C API doc (#881)
Show description for e8c7631
cocoatomo
authored and
serhiy-storchaka
committed
e8c7631
View commit details
Copy full SHA for e8c7631
View code at this point
Browse repository at this point
Commits on Dec 25, 2016
Merge from 3.5.
serhiy-storchaka
committed
a8803d2
View commit details
Copy full SHA for a8803d2
View code at this point
Browse repository at this point
Issue #29068: Fixed a typo in PyErr_Fetch example.
Show description for 4398c12
serhiy-storchaka
committed
4398c12
View commit details
Copy full SHA for 4398c12
View code at this point
Browse repository at this point
Commits on Nov 10, 2016
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Show description for 3479b5f
Yury Selivanov
committed
3479b5f
View commit details
Copy full SHA for 3479b5f
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 Apr 15, 2016
Issue #15984: Merge PyUnicode doc from 3.5
vadmium
committed
cda8094
View commit details
Copy full SHA for cda8094
View code at this point
Browse repository at this point
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 6245cb3
vadmium
committed
6245cb3
View commit details
Copy full SHA for 6245cb3
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
On ResourceWarning, log traceback where the object was allocated
Show description for 914cde8
vstinner
committed
914cde8
View commit details
Copy full SHA for 914cde8
View code at this point
Browse repository at this point
Commits on Feb 28, 2016
Issue #22836: Keep exception reports sensible despite errors
vadmium
committed
3263f68
View commit details
Copy full SHA for 3263f68
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 Jun 21, 2015
Fixed documentation of functions with const char* arguments.
serhiy-storchaka
committed
cd881b8
View commit details
Copy full SHA for cd881b8
View code at this point
Browse repository at this point
Fixed documentation of functions with const char* arguments.
serhiy-storchaka
committed
03863d2
View commit details
Copy full SHA for 03863d2
View code at this point
Browse repository at this point
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
serhiy-storchaka
committed
289dd19
View commit details
Copy full SHA for 289dd19
View code at this point
Browse repository at this point
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
serhiy-storchaka
committed
5fa22fc
View commit details
Copy full SHA for 5fa22fc
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
merge 3.4 (#23221)
benjaminp
committed
610bc6a
View commit details
Copy full SHA for 610bc6a
View code at this point
Browse repository at this point
fix instances of consecutive articles (closes #23221)
Show description for 82f34ad
benjaminp
committed
82f34ad
View commit details
Copy full SHA for 82f34ad
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
Doc: fix default role usage (except in unittest mock docs)
birkenfeld
committed
93a56cd
View commit details
Copy full SHA for 93a56cd
View code at this point
Browse repository at this point
Commits on Oct 6, 2014
merge with 3.4
birkenfeld
committed
b65ff1d
View commit details
Copy full SHA for b65ff1d
View code at this point
Browse repository at this point
Closes #22565: fix argument types of PyErr_WarnEx.
birkenfeld
committed
9743516
View commit details
Copy full SHA for 9743516
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Reorganize C API docs of the exception API
pitrou
committed
550ff72
View commit details
Copy full SHA for 550ff72
View code at this point
Browse repository at this point
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 Jul 29, 2014
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
Show description for 1151710
vstinner
committed
1151710
View commit details
Copy full SHA for 1151710
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
vstinner
committed
1d8948e
View commit details
Copy full SHA for 1d8948e
View code at this point
Browse repository at this point
tets
vstinner
committed
d18ccd1
View commit details
Copy full SHA for d18ccd1
View code at this point
Browse repository at this point
Commits on Mar 31, 2014
Get rid of deprecated IOError in the doc
asvetlov
committed
08af000
View commit details
Copy full SHA for 08af000
View code at this point
Browse repository at this point
Commits on Mar 24, 2014
Fix a few scoping issues with versionadded/versionchanged directives.
birkenfeld
committed
df48b97
View commit details
Copy full SHA for df48b97
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
Merge in all documentation changes since branching 3.4.0rc1.
larryhastings
committed
3732ed2
View commit details
Copy full SHA for 3732ed2
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 26, 2014
Close #20105: set __traceback__ when chaining exceptions in C
ncoghlan
committed
77b286b
View commit details
Copy full SHA for 77b286b
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 Aug 1, 2013
Issue #18589: fix hyperlinking of type slots (tp_*)
pitrou
committed
39668f5
View commit details
Copy full SHA for 39668f5
View code at this point
Browse repository at this point
Commits on Apr 14, 2013
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
Show description for 991fc57
birkenfeld
committed
991fc57
View commit details
Copy full SHA for 991fc57
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.