Andy Lester
|
3d06953c34
|
bpo-39127: Make _Py_HashPointer's argument be const (GH-17690)
|
2020-02-05 23:09:57 +02:00 |
Min ho Kim
|
39d87b5471
|
Fix typos mostly in comments, docs and test names (GH-15209)
|
2019-08-30 16:21:19 -04:00 |
Ned Batchelder
|
01ae58d446
|
Correct the location of a function mentioned in a comment (GH-4327)
|
2017-11-09 19:55:34 +03:00 |
Benjamin Peterson
|
9b3d77052f
|
replace Python aliases for standard integer types with the standard integer types (#17884)
|
2016-09-06 13:24:00 -07:00 |
Martin v. Löwis
|
1c0689c613
|
Issue #19526: Exclude all new API from the stable ABI.
|
2014-01-03 21:36:49 +01:00 |
Christian Heimes
|
985ecdcfc2
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Python now uses SipHash24 on all major platforms.
|
2013-11-20 11:46:18 +01:00 |