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
Accelerator
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
Type
/
to 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 }}
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.2k
Star
74.3k
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
Commits
Breadcrumbs
History for
cpython
Modules
_sha3
on
3.7
User selector
All users
All time
Commit history
Commits on Oct 22, 2022
[3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (GH-98528)
Show description for 8088c90
miss-islington
and
botovq
authored
8088c90
View commit details
Copy full SHA for 8088c90
View code at this point
Browse repository at this point
Commits on Jan 2, 2019
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411)
Show description for 6d04bc9
miss-islington
and
BoboTiG
authored
6d04bc9
View commit details
Copy full SHA for 6d04bc9
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798)
Show description for 8b040e5
serhiy-storchaka
authored
8b040e5
View commit details
Copy full SHA for 8b040e5
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
[3.7] Fix misleading mentions of tp_size in comments. (GH-9136)
Show description for 4d5d219
benjaminp
and
petere
authored
4d5d219
View commit details
Copy full SHA for 4d5d219
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
[3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581)
Show description for 47957da
serhiy-storchaka
authored
47957da
View commit details
Copy full SHA for 47957da
View code at this point
Browse repository at this point
Commits on Dec 15, 2017
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
serhiy-storchaka
authored
a5552f0
View commit details
Copy full SHA for a5552f0
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Jul 3, 2017
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Show description for 6969eaf
serhiy-storchaka
authored
6969eaf
View commit details
Copy full SHA for 6969eaf
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Show description for 259f0e4
vstinner
committed
259f0e4
View commit details
Copy full SHA for 259f0e4
View code at this point
Browse repository at this point
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Show description for 3e1fad6
vstinner
committed
3e1fad6
View commit details
Copy full SHA for 3e1fad6
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Don't define PY_WITH_KECCAK
tiran
committed
b00e00c
View commit details
Copy full SHA for b00e00c
View code at this point
Browse repository at this point
Commits on Sep 11, 2016
Issue #27810: Regenerate Argument Clinic.
serhiy-storchaka
committed
ec406fe
View commit details
Copy full SHA for ec406fe
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
clinic: PY_LONG_LONG -> long long
benjaminp
committed
cc85449
View commit details
Copy full SHA for cc85449
View code at this point
Browse repository at this point
sha3: let's keep it simple and always allocate enough extra space for uint64_t[20].
tiran
committed
c71ec8a
View commit details
Copy full SHA for c71ec8a
View code at this point
Browse repository at this point
Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create()
tiran
committed
cf45ee1
View commit details
Copy full SHA for cf45ee1
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Issue #16113: one more C90 violation in big endian code.
tiran
committed
eaa3f5f
View commit details
Copy full SHA for eaa3f5f
View code at this point
Browse repository at this point
Issue #16113: take 2 on big endian machines.
tiran
committed
fa15c85
View commit details
Copy full SHA for fa15c85
View code at this point
Browse repository at this point
Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.
tiran
committed
b205fe9
View commit details
Copy full SHA for b205fe9
View code at this point
Browse repository at this point
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
tiran
committed
6fe2a75
View commit details
Copy full SHA for 6fe2a75
View code at this point
Browse repository at this point
Commits on Jan 3, 2014
* Issue #16113: Remove sha3 module again.
Show description for 24e4330
loewis
committed
24e4330
View commit details
Copy full SHA for 24e4330
View code at this point
Browse repository at this point
Commits on Nov 17, 2013
Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3
zware
committed
7f4bf9f
View commit details
Copy full SHA for 7f4bf9f
View code at this point
Browse repository at this point
Commits on Oct 22, 2013
Issue #18742: Expose the internal hash type object for ABCs.
tiran
committed
327dd73
View commit details
Copy full SHA for 327dd73
View code at this point
Browse repository at this point
Commits on Jul 31, 2013
yet another WITH_THREADS typo
tiran
committed
0ce642e
View commit details
Copy full SHA for 0ce642e
View code at this point
Browse repository at this point
Fix _sha3 module to actually release the GIL around its update function.
Show description for 6ffa5ce
tiran
committed
6ffa5ce
View commit details
Copy full SHA for 6ffa5ce
View code at this point
Browse repository at this point
Commits on Jan 3, 2013
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
Show description for 75e923f
tiran
committed
75e923f
View commit details
Copy full SHA for 75e923f
View code at this point
Browse repository at this point
Commits on Oct 17, 2012
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Show description for 743e0cd
tiran
committed
743e0cd
View commit details
Copy full SHA for 743e0cd
View code at this point
Browse repository at this point
Commits on Oct 14, 2012
Issue #16234: Modify sha3's block_size method to return NotImplemented.
Show description for 7707f6f
tiran
committed
7707f6f
View commit details
Copy full SHA for 7707f6f
View code at this point
Browse repository at this point
Update comment: SPARC requires proper alignment
tiran
committed
1f47650
View commit details
Copy full SHA for 1f47650
View code at this point
Browse repository at this point
get 64bit platforms without uint64 right again
tiran
committed
12e6a53
View commit details
Copy full SHA for 12e6a53
View code at this point
Browse repository at this point
Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compiler doesn't like the address alignment.
tiran
committed
784fde7
View commit details
Copy full SHA for 784fde7
View code at this point
Browse repository at this point
Commits on Oct 13, 2012
Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big endian platforms
tiran
committed
ba3e4a0
View commit details
Copy full SHA for ba3e4a0
View code at this point
Browse repository at this point
Commits on Oct 7, 2012
brg_endian.h is back again
tiran
committed
8836eef
View commit details
Copy full SHA for 8836eef
View code at this point
Browse repository at this point
re-add brg_endian.h to debug issue in big endian SPARC machine
tiran
committed
dbc573f
View commit details
Copy full SHA for dbc573f
View code at this point
Browse repository at this point
Commits on Oct 6, 2012
remove #warning from sha3module.c
tiran
committed
2649105
View commit details
Copy full SHA for 2649105
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.