index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_hashopenssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-1/+1
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
1
-2/+2
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-1/+1
*
Change PyBuffer to Py_buffer to be consistent with other non-object structure...
Travis E. Oliphant
2007-09-23
1
-4/+4
*
Refuse to compute digests from PyUnicode (str) instances.
Guido van Rossum
2007-08-29
1
-2/+2
*
Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObject_GetBuffer().
Guido van Rossum
2007-08-26
1
-1/+1
*
Use the new buffer api for input data.
Gregory P. Smith
2007-08-26
1
-27/+79
*
Use unicode.
Neal Norwitz
2007-08-23
1
-2/+2
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-3/+2
*
Make sure hexdigest() returns str, not str8.
Guido van Rossum
2007-07-10
1
-11/+6
*
Change hashlib to return bytes from digest() instead of str8.
Guido van Rossum
2007-07-09
1
-2/+2
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-1/+1
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-15/+6
*
Properly fix Py_SAFE_DOWNCAST-triggerd bugs.
Thomas Wouters
2006-03-02
1
-7/+10
*
Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t
Thomas Wouters
2006-03-02
1
-7/+4
*
Make Py_ssize_t-clean.
Thomas Wouters
2006-03-01
1
-8/+13
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-2/+2
*
Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ...
Neal Norwitz
2006-01-08
1
-0/+4
*
Fix icc warnings: extra semi-colon and signed vs unsigned
Neal Norwitz
2006-01-07
1
-8/+8
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-2/+2
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-0/+487