FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/_sha3 - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_sha3
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 5, 2018
Use Py_GetType() and %T format
vstinner
committed
790f968
View commit details
Copy full SHA for 790f968
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Add _Py_SET_TYPE() and _Py_SET_SIZE()
Show description for b8d81ec
vstinner
committed
b8d81ec
View commit details
Copy full SHA for b8d81ec
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Show description for f1d36d8
serhiy-storchaka
authored
f1d36d8
View commit details
Copy full SHA for f1d36d8
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
fix possible memory leak, dealloc newobj
tiran
committed
c018f57
View commit details
Copy full SHA for c018f57
View code at this point
Browse repository at this point
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes
tiran
committed
4a0270d
View commit details
Copy full SHA for 4a0270d
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL