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
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 }}
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.7k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
c-api
long.rst
on
3.9
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 2, 2022
[3.9] More minor fixes to C API docs (GH-31525) (GH-32259)
Show description for 6eff004
JelleZijlstra
authored
6eff004
View commit details
Copy full SHA for 6eff004
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) (GH-24139)
Show description for faf4957
miss-islington
and
antocuni
authored
faf4957
View commit details
Copy full SHA for faf4957
View code at this point
Browse repository at this point
Commits on Jul 5, 2020
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
Show description for 16f4517
methane
authored
16f4517
View commit details
Copy full SHA for 16f4517
View code at this point
Browse repository at this point
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Show description for 48f388f
miss-islington
and
methane
authored
48f388f
View commit details
Copy full SHA for 48f388f
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
methane
authored
02134da
View commit details
Copy full SHA for 02134da
View code at this point
Browse repository at this point
Commits on Jan 21, 2020
PyLong_AsLongLong() docs should say 'long long' (#18082)
keitherskine
authored and
mdickinson
committed
47be7d0
View commit details
Copy full SHA for 47be7d0
View code at this point
Browse repository at this point
Commits on Dec 9, 2019
bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539)
sir-sigurd
authored and
vstinner
committed
a2ff283
View commit details
Copy full SHA for a2ff283
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
Show description for 1f9f69d
sir-sigurd
authored and
vstinner
committed
1f9f69d
View commit details
Copy full SHA for 1f9f69d
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Show description for 25fc088
serhiy-storchaka
authored
25fc088
View commit details
Copy full SHA for 25fc088
View code at this point
Browse repository at this point
Commits on Jul 16, 2019
bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)
Show description for 1d8b04e
sgalal
authored and
rhettinger
committed
1d8b04e
View commit details
Copy full SHA for 1d8b04e
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
ZackerySpytz
authored and
vstinner
committed
dc24765
View commit details
Copy full SHA for dc24765
View code at this point
Browse repository at this point
Commits on May 17, 2019
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Show description for cbb6484
matrixise
authored and
kushaldas
committed
cbb6484
View commit details
Copy full SHA for cbb6484
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Show description for 6a44f6e
serhiy-storchaka
authored
6a44f6e
View commit details
Copy full SHA for 6a44f6e
View code at this point
Browse repository at this point
Commits on Feb 9, 2018
Make formatting of some return codes conforming to the general style. (#5587)
serhiy-storchaka
authored
5bb0005
View commit details
Copy full SHA for 5bb0005
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
Document the error return of PyLong_As* APIs. (#5396)
Show description for f5b04a3
gpshead
authored
f5b04a3
View commit details
Copy full SHA for f5b04a3
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
bpo-29751: Improve PyLong_FromString documentation (GH-915)
csabella
authored and
Mariatta
committed
26896f2
View commit details
Copy full SHA for 26896f2
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Show description for 159f97b
serhiy-storchaka
committed
159f97b
View commit details
Copy full SHA for 159f97b
View code at this point
Browse repository at this point
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Show description for 1ecf7d2
serhiy-storchaka
committed
1ecf7d2
View commit details
Copy full SHA for 1ecf7d2
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
more PY_LONG_LONG to long long
benjaminp
committed
47ff073
View commit details
Copy full SHA for 47ff073
View code at this point
Browse repository at this point
Commits on Oct 19, 2013
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
serhiy-storchaka
committed
c679227
View commit details
Copy full SHA for c679227
View code at this point
Browse repository at this point
Commits on Mar 11, 2013
Merge with 3.2: Issue #17047: removed doubled words in Doc/*,
Show description for caeb6be
terryjreedy
committed
caeb6be
View commit details
Copy full SHA for caeb6be
View code at this point
Browse repository at this point
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
Show description for 65e69b3
terryjreedy
committed
65e69b3
View commit details
Copy full SHA for 65e69b3
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.
mdickinson
committed
b8dc3ab
View commit details
Copy full SHA for b8dc3ab
View code at this point
Browse repository at this point
Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
mdickinson
committed
f0acfee
View commit details
Copy full SHA for f0acfee
View code at this point
Browse repository at this point
Issue #12965: Merge from 3.2.
mdickinson
committed
c9aa842
View commit details
Copy full SHA for c9aa842
View code at this point
Browse repository at this point
Issue #12965: Merge from 3.2.
mdickinson
committed
93648f0
View commit details
Copy full SHA for 93648f0
View code at this point
Browse repository at this point
Issue #12965: Merge from 3.2
mdickinson
committed
766e622
View commit details
Copy full SHA for 766e622
View code at this point
Browse repository at this point
Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify that __int__ will be called for non-PyLongs
mdickinson
committed
0a22924
View commit details
Copy full SHA for 0a22924
View code at this point
Browse repository at this point
Commits on Oct 7, 2011
Update C API docs for PEP 393.
birkenfeld
committed
db6c7f5
View commit details
Copy full SHA for db6c7f5
View code at this point
Browse repository at this point
Commits on Oct 17, 2010
#9204: remove mentions of removed types in the types module.
birkenfeld
committed
2aff335
View commit details
Copy full SHA for 2aff335
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
Migrate to Sphinx 1.0 C language constructs.
birkenfeld
committed
60203b4
View commit details
Copy full SHA for 60203b4
View code at this point
Browse repository at this point
Commits on Aug 17, 2010
Consistency check for versionadded/changed directives.
birkenfeld
committed
67b21b7
View commit details
Copy full SHA for 67b21b7
View code at this point
Browse repository at this point
Commits on Jan 30, 2010
Merged revisions 77850-77851 via svnmerge from
Show description for ea30c6f
ezio-melotti
committed
ea30c6f
View commit details
Copy full SHA for ea30c6f
View code at this point
Browse repository at this point
Merged revisions 77842 via svnmerge from
Show description for 93f562c
mdickinson
committed
93f562c
View commit details
Copy full SHA for 93f562c
View code at this point
Browse repository at this point
Commits on Dec 21, 2009
Keep PyLong_AsLongAndOverflow documentation and implementation in sync
Show description for 309aa2d
mdickinson
committed
309aa2d
View commit details
Copy full SHA for 309aa2d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.