FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-127937: convert decimal module to use import API for ints (PEP 757) by skirpichev · Pull Request #127925 · 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.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-127937: convert decimal module to use import API for ints (PEP 757)
- #127925
#127925
Merged
vstinner
merged 35 commits into
python:main
python/cpython:main
from
skirpichev:long_export-decimal
skirpichev/cpython:long_export-decimal
Copy head branch name to clipboard
Jan 24, 2025
Conversation
Commits
35
(35)
Checks
Files changed
Merged
gh-127937: convert decimal module to use import API for ints (PEP 757)
#127925
vstinner
merged 35 commits into
python:main
python/cpython:main
from
skirpichev:long_export-decimal
skirpichev/cpython:long_export-decimal
Copy head branch name to clipboard
Commits
Commits on Dec 13, 2024
gh-102471: convert decimal module to use PyLongWriter API (PEP 757)
skirpichev
committed
80f1a04
View commit details
Copy full SHA for 80f1a04
Browse repository at this point
Commits on Dec 14, 2024
+ news
skirpichev
committed
c13b7d2
View commit details
Copy full SHA for c13b7d2
Browse repository at this point
Apply suggestions from code review
Show description for 589f926
skirpichev
and
picnixz
authored
589f926
View commit details
Copy full SHA for 589f926
Browse repository at this point
Merge branch 'master' into long_export-decimal
skirpichev
committed
f27adef
View commit details
Copy full SHA for f27adef
Browse repository at this point
+ adapt dec_from_long() to use PEP 757
skirpichev
committed
6669b89
View commit details
Copy full SHA for 6669b89
Browse repository at this point
Commits on Dec 16, 2024
Merge branch 'master' into long_export-decimal
skirpichev
committed
05ec274
View commit details
Copy full SHA for 05ec274
Browse repository at this point
Don't use PyLong_GetNativeLayout()
skirpichev
committed
6e46bc1
View commit details
Copy full SHA for 6e46bc1
Browse repository at this point
Address review:
Show description for 7f0061f
skirpichev
committed
7f0061f
View commit details
Copy full SHA for 7f0061f
Browse repository at this point
Apply suggestions from code review
Show description for bae0234
skirpichev
and
picnixz
authored
bae0234
View commit details
Copy full SHA for bae0234
Browse repository at this point
address review: don't use digit type
skirpichev
committed
4e0460c
View commit details
Copy full SHA for 4e0460c
Browse repository at this point
+ forgot (char*) cast
skirpichev
committed
87ded2e
View commit details
Copy full SHA for 87ded2e
Browse repository at this point
Apply Serhiy suggestion
skirpichev
committed
541441e
View commit details
Copy full SHA for 541441e
Browse repository at this point
Commits on Dec 17, 2024
add asserts
skirpichev
committed
6ab20f1
View commit details
Copy full SHA for 6ab20f1
Browse repository at this point
speed up export
skirpichev
committed
83471fd
View commit details
Copy full SHA for 83471fd
Browse repository at this point
Apply suggestions from code review
Show description for cb169f7
skirpichev
and
vstinner
authored
cb169f7
View commit details
Copy full SHA for cb169f7
Browse repository at this point
Commits on Dec 19, 2024
Merge branch 'master' into long_export-decimal
skirpichev
committed
0ea0d59
View commit details
Copy full SHA for 0ea0d59
Browse repository at this point
use PyLong_GetNativeLayout() to query layout
skirpichev
committed
61e76d2
View commit details
Copy full SHA for 61e76d2
Browse repository at this point
+ comment
skirpichev
committed
90bafc1
View commit details
Copy full SHA for 90bafc1
Browse repository at this point
Apply suggestions from code review
Show description for c117956
skirpichev
and
vstinner
authored
c117956
View commit details
Copy full SHA for c117956
Browse repository at this point
Commits on Dec 20, 2024
address review:
Show description for 7b97855
skirpichev
committed
7b97855
View commit details
Copy full SHA for 7b97855
Browse repository at this point
Commits on Dec 22, 2024
Update Misc/NEWS.d/next/C_API/2024-12-14-03-40-15.gh-issue-127925.FF7aov.rst
Show description for 7e0e9a9
skirpichev
and
picnixz
authored
7e0e9a9
View commit details
Copy full SHA for 7e0e9a9
Browse repository at this point
Commits on Dec 26, 2024
Merge branch 'master' into long_export-decimal
skirpichev
committed
fec6666
View commit details
Copy full SHA for fec6666
Browse repository at this point
set all digits to 0
skirpichev
committed
5a00ee2
View commit details
Copy full SHA for 5a00ee2
Browse repository at this point
Commits on Jan 6, 2025
Merge branch 'master' into long_export-decimal
skirpichev
committed
37ec841
View commit details
Copy full SHA for 37ec841
Browse repository at this point
Merge branch 'master' into long_export-decimal
skirpichev
committed
d4728c4
View commit details
Copy full SHA for d4728c4
Browse repository at this point
Commits on Jan 7, 2025
+ cleanup, add asserts
skirpichev
committed
f6a4afb
View commit details
Copy full SHA for f6a4afb
Browse repository at this point
Merge branch 'master' into long_export-decimal
skirpichev
committed
4b07189
View commit details
Copy full SHA for 4b07189
Browse repository at this point
Merge branch 'master' into long_export-decimal
skirpichev
committed
4db7917
View commit details
Copy full SHA for 4db7917
Browse repository at this point
address review
skirpichev
committed
0fec6e1
View commit details
Copy full SHA for 0fec6e1
Browse repository at this point
address review
skirpichev
committed
59636f9
View commit details
Copy full SHA for 59636f9
Browse repository at this point
Commits on Jan 8, 2025
Update Modules/_decimal/_decimal.c
Show description for b8bf49f
skirpichev
and
vstinner
authored
b8bf49f
View commit details
Copy full SHA for b8bf49f
Browse repository at this point
Commits on Jan 12, 2025
Update Modules/_decimal/_decimal.c
Show description for a8189e6
skirpichev
and
picnixz
authored
a8189e6
View commit details
Copy full SHA for a8189e6
Browse repository at this point
Commits on Jan 24, 2025
Merge branch 'master' into long_export-decimal
skirpichev
committed
3854262
View commit details
Copy full SHA for 3854262
Browse repository at this point
use temporary buffer of digits, tmp_digits
skirpichev
committed
336e881
View commit details
Copy full SHA for 336e881
Browse repository at this point
address review: comment
skirpichev
committed
e658f2b
View commit details
Copy full SHA for e658f2b
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL