FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/md5module.c - 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
md5module.c
on
pythoncapi
User selector
Datepicker
Commit history
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 Feb 4, 2018
bpo-32746: Fix multiple typos (GH-5144)
Show description for c3d9508
Leo Arias
authored and
terryjreedy
committed
c3d9508
View commit details
Copy full SHA for c3d9508
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 Sep 6, 2016
replace PY_LONG_LONG with long long
benjaminp
committed
af580df
View commit details
Copy full SHA for af580df
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Apr 25, 2015
Issue9951: update _hashopenssl and md5module to use _Py_strhex().
Show description for 4dff6f6
gpshead
committed
4dff6f6
View commit details
Copy full SHA for 4dff6f6
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Remove redundant check fro md5module.
Show description for 29fbd21
tiran
committed
29fbd21
View commit details
Copy full SHA for 29fbd21
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
1009bf1
View commit details
Copy full SHA for 1009bf1
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic.
Show description for 501b13c
loewis
committed
501b13c
View commit details
Copy full SHA for 501b13c
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 Aug 15, 2013
Change the builtin hash algorithms' names to lower case names
Show description for 37d5ceb
tiran
committed
37d5ceb
View commit details
Copy full SHA for 37d5ceb
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Show description for 640c35c
vstinner
committed
640c35c
View commit details
Copy full SHA for 640c35c
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
Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in
Show description for f402e92
tiran
committed
f402e92
View commit details
Copy full SHA for f402e92
View code at this point
Browse repository at this point
Commits on Oct 30, 2012
Issue #9566: Explicit downcast to fix compiler warnings on Win64
vstinner
committed
56cb125
View commit details
Copy full SHA for 56cb125
View code at this point
Browse repository at this point
Commits on Jun 21, 2012
md5_{init,process,done}: make static
doko42
committed
c2b4673
View commit details
Copy full SHA for c2b4673
View code at this point
Browse repository at this point
Commits on Apr 27, 2012
Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)
Show description for 8f82506
vstinner
committed
8f82506
View commit details
Copy full SHA for 8f82506
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner
committed
f5cff56
View commit details
Copy full SHA for f5cff56
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d63a3b8
View commit details
Copy full SHA for d63a3b8
View code at this point
Browse repository at this point
Commits on Jul 7, 2011
Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modules
Show description for 081fe46
Victor Stinner
committed
081fe46
View commit details
Copy full SHA for 081fe46
View code at this point
Browse repository at this point
Commits on Jan 4, 2011
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
committed
0fcab4a
View commit details
Copy full SHA for 0fcab4a
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Commits on Mar 3, 2009
Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k.
Hirokazu Yamamoto
committed
8404749
View commit details
Copy full SHA for 8404749
View code at this point
Browse repository at this point
Commits on Feb 12, 2009
Fixes Issue #3745: Fix hashlib to always reject unicode and non
Show description for 365a186
gpshead
committed
365a186
View commit details
Copy full SHA for 365a186
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for e94c679
mdickinson
committed
e94c679
View commit details
Copy full SHA for e94c679
View code at this point
Browse repository at this point
Commits on Aug 14, 2008
Use s* to receive data. Fixes #3552.
loewis
committed
7b9cb25
View commit details
Copy full SHA for 7b9cb25
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Fix module initialization glitches.
loewis
committed
3447bee
View commit details
Copy full SHA for 3447bee
View code at this point
Browse repository at this point
Implement PEP 3121: new module initialization and finalization API.
loewis
committed
1a21451
View commit details
Copy full SHA for 1a21451
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
72b710a
View commit details
Copy full SHA for 72b710a
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
tiran
committed
90aa764
View commit details
Copy full SHA for 90aa764
View code at this point
Browse repository at this point
Commits on Dec 2, 2007
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
tiran
committed
217cfd1
View commit details
Copy full SHA for 217cfd1
View code at this point
Browse repository at this point
Commits on Nov 6, 2007
Merging the py3k-pep3137 branch back into the py3k branch.
Show description for 98297ee
gvanrossum
committed
98297ee
View commit details
Copy full SHA for 98297ee
View code at this point
Browse repository at this point
Commits on Sep 9, 2007
Adds stand alone _md5 and _sha1 modules for use by hashlib on systems
Show description for 2f21eb3
gpshead
committed
2f21eb3
View commit details
Copy full SHA for 2f21eb3
View code at this point
Browse repository at this point
Commits on Jun 6, 2007
Merged revisions 55631-55794 via svnmerge from
Show description for e7ba495
gvanrossum
committed
e7ba495
View commit details
Copy full SHA for e7ba495
View code at this point
Browse repository at this point
Commits on Apr 21, 2006
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Show description for 49fd7fa
Yhg1s
committed
49fd7fa
View commit details
Copy full SHA for 49fd7fa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL