FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-101703: use `PyOS_snprintf` instead of `sprintf` by sobolevn · Pull Request #101729 · 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.7k
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-101703: use PyOS_snprintf instead of sprintf
- #101729
#101729
Closed
sobolevn
wants to merge 17 commits into
python:main
python/cpython:main
from
sobolevn:issue-101703
sobolevn/cpython:issue-101703
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Closed
gh-101703: use PyOS_snprintf instead of sprintf
#101729
sobolevn
wants to merge 17 commits into
python:main
python/cpython:main
from
sobolevn:issue-101703
sobolevn/cpython:issue-101703
Copy head branch name to clipboard
Commits
Commits on Feb 9, 2023
gh-101703: use `snprintf` instead of `sprintf`
sobolevn
committed
b33fb2d
View commit details
Copy full SHA for b33fb2d
Browse repository at this point
Use `PyOS_snprintf`
sobolevn
committed
8fb350d
View commit details
Copy full SHA for 8fb350d
Browse repository at this point
Convert more constant sized buffers
sobolevn
committed
61eee4d
View commit details
Copy full SHA for 61eee4d
Browse repository at this point
Convert ones using direct allocation
sobolevn
committed
ade334c
View commit details
Copy full SHA for ade334c
Browse repository at this point
Finish!
sobolevn
committed
9bc0864
View commit details
Copy full SHA for 9bc0864
Browse repository at this point
Fix CI
sobolevn
committed
ca2acae
View commit details
Copy full SHA for ca2acae
Browse repository at this point
Bisect errors to a single place
sobolevn
committed
dff1e73
View commit details
Copy full SHA for dff1e73
Browse repository at this point
Fix Windows x86
sobolevn
committed
6953f30
View commit details
Copy full SHA for 6953f30
Browse repository at this point
Convert `unicodeobject.c`
sobolevn
committed
6c60488
View commit details
Copy full SHA for 6c60488
Browse repository at this point
Fix `unicodeobject.c`
sobolevn
committed
cc74727
View commit details
Copy full SHA for cc74727
Browse repository at this point
Convert `string_parser.c`
sobolevn
committed
95d6c52
View commit details
Copy full SHA for 95d6c52
Browse repository at this point
Convert `pystrtod.c`
sobolevn
committed
c7dd348
View commit details
Copy full SHA for c7dd348
Browse repository at this point
Commits on Feb 10, 2023
Merge branch 'main' into issue-101703
sobolevn
authored
0e7bce1
View commit details
Copy full SHA for 0e7bce1
Browse repository at this point
Address review comments
sobolevn
committed
ae812b6
View commit details
Copy full SHA for ae812b6
Browse repository at this point
Commits on Apr 11, 2023
Merge branch 'main' into issue-101703
sobolevn
authored
8a95f08
View commit details
Copy full SHA for 8a95f08
Browse repository at this point
Commits on Apr 24, 2023
Merge branch 'main' into issue-101703
sobolevn
authored
3e8e61f
View commit details
Copy full SHA for 3e8e61f
Browse repository at this point
Commits on Apr 27, 2023
Merge branch 'main' into issue-101703
sobolevn
authored
d82e315
View commit details
Copy full SHA for d82e315
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL