FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-102471, PEP 757: Add PyLong import and export API by vstinner · Pull Request #121339 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
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
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-102471, PEP 757: Add PyLong import and export API
- #121339
#121339
Merged
vstinner
merged 54 commits into
python:main
python/cpython:main
from
vstinner:long_export
vstinner/cpython:long_export
Copy head branch name to clipboard
Dec 13, 2024
Conversation
Commits
54
(54)
Checks
Files changed
Merged
gh-102471, PEP 757: Add PyLong import and export API
#121339
vstinner
merged 54 commits into
python:main
python/cpython:main
from
vstinner:long_export
vstinner/cpython:long_export
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2024
gh-102471: Add PyLong import and export API
Show description for f4fdbf2
vstinner
and
skirpichev
committed
f4fdbf2
View commit details
Copy full SHA for f4fdbf2
Browse repository at this point
Add layout
vstinner
committed
c2e568e
View commit details
Copy full SHA for c2e568e
Browse repository at this point
Commits on Sep 3, 2024
Merge branch 'main' into long_export
vstinner
committed
f0d9525
View commit details
Copy full SHA for f0d9525
Browse repository at this point
Rename word_endian to digits_order
Show description for b19764f
vstinner
committed
b19764f
View commit details
Copy full SHA for b19764f
Browse repository at this point
Replace Py_digit* type with void*
vstinner
committed
6f7fd11
View commit details
Copy full SHA for 6f7fd11
Browse repository at this point
Commits on Sep 4, 2024
Add PyLongWriter_Discard() function
vstinner
committed
080e079
View commit details
Copy full SHA for 080e079
Browse repository at this point
Commits on Sep 5, 2024
Fixes
vstinner
committed
1a7902f
View commit details
Copy full SHA for 1a7902f
Browse repository at this point
Use unsigned type for ndigits
vstinner
committed
b70a6dd
View commit details
Copy full SHA for b70a6dd
Browse repository at this point
Remove again layout
Show description for 07552a7
vstinner
committed
07552a7
View commit details
Copy full SHA for 07552a7
Browse repository at this point
Commits on Sep 6, 2024
Revert "Use unsigned type for ndigits"
Show description for 0d0f942
vstinner
committed
0d0f942
View commit details
Copy full SHA for 0d0f942
Browse repository at this point
doc: adjust ndigits documentation
vstinner
committed
762c33a
View commit details
Copy full SHA for 762c33a
Browse repository at this point
Commits on Sep 13, 2024
Update doc
vstinner
committed
20be7a3
View commit details
Copy full SHA for 20be7a3
Browse repository at this point
Commits on Sep 16, 2024
Make PyLong_DigitArray.obj private
vstinner
committed
d92bf1e
View commit details
Copy full SHA for d92bf1e
Browse repository at this point
Remove reserved documentation
Show description for b3b02a2
vstinner
committed
b3b02a2
View commit details
Copy full SHA for b3b02a2
Browse repository at this point
PyLong_FreeDigitArray() only clears _reserved
vstinner
committed
caca2d7
View commit details
Copy full SHA for caca2d7
Browse repository at this point
Make PyLong_LAYOUT static
vstinner
committed
4221a49
View commit details
Copy full SHA for 4221a49
Browse repository at this point
Commits on Sep 17, 2024
Add PyLong_AsDigitArray.value
Show description for 37b1d49
vstinner
committed
37b1d49
View commit details
Copy full SHA for 37b1d49
Browse repository at this point
Inline PyLong_AsInt64() to avoid the exception
vstinner
committed
d70a121
View commit details
Copy full SHA for d70a121
Browse repository at this point
Remove Py_digit type; update the doc
vstinner
committed
4aa25f6
View commit details
Copy full SHA for 4aa25f6
Browse repository at this point
Merge branch 'main' into long_export
vstinner
committed
90973d4
View commit details
Copy full SHA for 90973d4
Browse repository at this point
Add long_asnativebytes() function
vstinner
committed
5d3e224
View commit details
Copy full SHA for 5d3e224
Browse repository at this point
Remove reference to removed Py_digit type
Show description for c7d7cb2
vstinner
committed
c7d7cb2
View commit details
Copy full SHA for c7d7cb2
Browse repository at this point
Address Antoine's review
vstinner
committed
a3d601a
View commit details
Copy full SHA for a3d601a
Browse repository at this point
Merge branch 'main' into long_export
vstinner
committed
c049268
View commit details
Copy full SHA for c049268
Browse repository at this point
Commits on Sep 18, 2024
Merge branch 'main' into long_export
skirpichev
authored
06b196b
View commit details
Copy full SHA for 06b196b
Browse repository at this point
Apply suggestions from code review
Show description for 3e8d296
skirpichev
authored
3e8d296
View commit details
Copy full SHA for 3e8d296
Browse repository at this point
Merge branch 'main' into long_export
skirpichev
authored
86c68c2
View commit details
Copy full SHA for 86c68c2
Browse repository at this point
Revert "Add long_asnativebytes() function"
Show description for a8fd669
vstinner
committed
a8fd669
View commit details
Copy full SHA for a8fd669
Browse repository at this point
Use PyLong_AsLongAndOverflow()
vstinner
committed
a04f9d0
View commit details
Copy full SHA for a04f9d0
Browse repository at this point
Try PyLong_AsLongLongAndOverflow() first
vstinner
committed
b2be94a
View commit details
Copy full SHA for b2be94a
Browse repository at this point
Merge branch 'main' into long_export
vstinner
committed
ca98ad1
View commit details
Copy full SHA for ca98ad1
Browse repository at this point
Commits on Sep 19, 2024
Update Doc/c-api/long.rst
Show description for 167d75e
vstinner
and
skirpichev
authored
167d75e
View commit details
Copy full SHA for 167d75e
Browse repository at this point
Commits on Oct 16, 2024
Sync implementation with PEP (#8)
skirpichev
authored
5e53a5b
View commit details
Copy full SHA for 5e53a5b
Browse repository at this point
Commits on Nov 13, 2024
Merge branch 'main' into long_export
skirpichev
authored
c24789f
View commit details
Copy full SHA for c24789f
Browse repository at this point
fix NL in Doc/c-api/long.rst (sorry, damn web editor)
skirpichev
committed
0422f9d
View commit details
Copy full SHA for 0422f9d
Browse repository at this point
rename news
skirpichev
committed
a529a48
View commit details
Copy full SHA for a529a48
Browse repository at this point
Address Erlend's review
vstinner
committed
3db44f3
View commit details
Copy full SHA for 3db44f3
Browse repository at this point
Address Sergey's review
vstinner
committed
1d2863e
View commit details
Copy full SHA for 1d2863e
Browse repository at this point
Merge branch 'main' into long_export
vstinner
committed
d663511
View commit details
Copy full SHA for d663511
Browse repository at this point
Commits on Nov 28, 2024
Merge branch 'main' into long_export
vstinner
committed
816798d
View commit details
Copy full SHA for 816798d
Browse repository at this point
Update documentation from PEP 757
Show description for 033bd65
vstinner
committed
033bd65
View commit details
Copy full SHA for 033bd65
Browse repository at this point
Update Modules/_testcapi/long.c
Show description for 36b87d4
vstinner
and
skirpichev
authored
36b87d4
View commit details
Copy full SHA for 36b87d4
Browse repository at this point
Commits on Dec 9, 2024
Sync implementation with PEP (#9)
skirpichev
authored
94d852e
View commit details
Copy full SHA for 94d852e
Browse repository at this point
Merge branch 'main' into long_export
vstinner
committed
a72ff83
View commit details
Copy full SHA for a72ff83
Browse repository at this point
Cleanup
vstinner
committed
53d584b
View commit details
Copy full SHA for 53d584b
Browse repository at this point
Update Doc/c-api/long.rst
Show description for 577598a
vstinner
and
zooba
authored
577598a
View commit details
Copy full SHA for 577598a
Browse repository at this point
Address Steve's review
vstinner
committed
b08cd55
View commit details
Copy full SHA for b08cd55
Browse repository at this point
Commits on Dec 10, 2024
Address Bénédikt's review
vstinner
committed
eaebef3
View commit details
Copy full SHA for eaebef3
Browse repository at this point
Apply suggestions from code review
Show description for 03248c7
vstinner
and
picnixz
authored
03248c7
View commit details
Copy full SHA for 03248c7
Browse repository at this point
Commits on Dec 11, 2024
Address Steve's review
vstinner
committed
0a26f97
View commit details
Copy full SHA for 0a26f97
Browse repository at this point
Commits on Dec 12, 2024
Add PyLong_Export to Doc/data/refcounts.dat
vstinner
committed
88a62fe
View commit details
Copy full SHA for 88a62fe
Browse repository at this point
Address Serhiy's review
vstinner
committed
45517ab
View commit details
Copy full SHA for 45517ab
Browse repository at this point
Address Petr's review
vstinner
committed
92007d1
View commit details
Copy full SHA for 92007d1
Browse repository at this point
Add PyLongWriter to Doc/data/refcounts.dat
vstinner
committed
6d3cb80
View commit details
Copy full SHA for 6d3cb80
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL