FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-42222: Modernize integer test/conversion in randrange() by rhettinger · Pull Request #23064 · 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
bpo-42222: Modernize integer test/conversion in randrange()
- #23064
#23064
Merged
rhettinger
merged 9 commits into
python:master
python/cpython:master
from
rhettinger:fast_randrange
rhettinger/cpython:fast_randrange
Copy head branch name to clipboard
Dec 28, 2020
Conversation
Commits
9
(9)
Checks
Files changed
Merged
bpo-42222: Modernize integer test/conversion in randrange()
#23064
rhettinger
merged 9 commits into
python:master
python/cpython:master
from
rhettinger:fast_randrange
rhettinger/cpython:fast_randrange
Copy head branch name to clipboard
Commits
Commits on Oct 31, 2020
Use index() instead of testing int(x)==x
rhettinger
committed
e11b1dc
View commit details
Copy full SHA for e11b1dc
Browse repository at this point
Add blurb
rhettinger
committed
ebe8391
View commit details
Copy full SHA for ebe8391
Browse repository at this point
Deprecate float arguments and the ValueError
rhettinger
committed
ed2f6fd
View commit details
Copy full SHA for ed2f6fd
Browse repository at this point
Commits on Dec 24, 2020
Add more detail to blurb
rhettinger
committed
ab9aeb7
View commit details
Copy full SHA for ab9aeb7
Browse repository at this point
Add tests
rhettinger
committed
f32d175
View commit details
Copy full SHA for f32d175
Browse repository at this point
Update the docs
rhettinger
committed
ebcb257
View commit details
Copy full SHA for ebcb257
Browse repository at this point
Improve blurb
rhettinger
committed
832d885
View commit details
Copy full SHA for 832d885
Browse repository at this point
Cover the case with a unit step
rhettinger
committed
9e6945d
View commit details
Copy full SHA for 9e6945d
Browse repository at this point
Commits on Dec 25, 2020
More concise blurb
rhettinger
committed
85cc9ee
View commit details
Copy full SHA for 85cc9ee
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL