GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
clinic: PY_LONG_LONG -> long long
Benjamin Peterson
2016-09-08
2
-59
/
+17
*
fix a PY_LONG_LONG straggler
Benjamin Peterson
2016-09-08
1
-1
/
+1
*
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
9
-60
/
+60
*
sha3: let's keep it simple and always allocate enough extra space for uint64_...
Christian Heimes
2016-09-08
1
-3
/
+2
*
Issue #26798: Coverity complains about potential memcpy() of overlapped regio...
Christian Heimes
2016-09-08
4
-4
/
+4
*
Issue #16113: SHA3: allocate extra memory for lane extraction and check retur...
Christian Heimes
2016-09-08
1
-4
/
+12
*
make sure expected values are interpreted as doubles
Benjamin Peterson
2016-09-07
1
-1
/
+1
*
Issue #27570: Merge null pointer fixes from 3.5
Martin Panter
2016-09-07
3
-13
/
+25
|
\
|
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
3
-13
/
+25
*
|
more linux -> __linux__
Benjamin Peterson
2016-09-07
3
-3
/
+3
*
|
use the '__linux__' instead 'linux' preprocessor define
Benjamin Peterson
2016-09-07
1
-4
/
+4
*
|
Eliminate a tautological-pointer-compare warning found by Clang.
Brett Cannon
2016-09-07
1
-9
/
+5
*
|
require C99 bool
Benjamin Peterson
2016-09-07
2
-23
/
+8
*
|
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson
2016-09-07
4
-5
/
+5
*
|
Issue #16113: one more C90 violation in big endian code.
Christian Heimes
2016-09-07
1
-1
/
+1
*
|
Issue #16113: take 2 on big endian machines.
Christian Heimes
2016-09-07
1
-9
/
+11
*
|
Issue #16113: KeccakP-1600-opt64 does not support big endian platforms yet.
Christian Heimes
2016-09-07
1
-1
/
+4
*
|
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes
2016-09-07
20
-0
/
+6299
*
|
blake2: silence two more warnings on platforms with size_t < uint64_t. Don't ...
Christian Heimes
2016-09-07
2
-4
/
+4
*
|
Issue #27959: Adds oem encoding, alias ansi to mbcs, move aliasmbcs to codec ...
Steve Dower
2016-09-06
2
-1
/
+116
*
|
Fix some warnings from MSVC
Steve Dower
2016-09-06
3
-6
/
+3
*
|
merge 3.5
Benjamin Peterson
2016-09-06
1
-1
/
+2
|
\
|
|
*
do not memcpy from NULL
Benjamin Peterson
2016-09-06
1
-1
/
+2
*
|
Silence two warnings in blake2. key_length is between 0 and 64 (block size).
Christian Heimes
2016-09-07
2
-2
/
+2
*
|
Issue #27776: include process.h on Windows for getpid()
Victor Stinner
2016-09-06
1
-0
/
+3
*
|
os.urandom() now blocks on Linux
Victor Stinner
2016-09-06
2
-12
/
+47
*
|
Add os.getrandom()
Victor Stinner
2016-09-06
2
-1
/
+106
*
|
Run Argument Clinic on posixmodule.c
Victor Stinner
2016-09-06
2
-11
/
+11
*
|
Issue #26798: for loop initial declarations, take 3
Christian Heimes
2016-09-07
1
-0
/
+1
*
|
Issue #26798: for loop initial declarations, take 2
Christian Heimes
2016-09-07
4
-17
/
+23
*
|
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...
Christian Heimes
2016-09-06
1
-1
/
+34
|
\
|
|
*
Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...
Christian Heimes
2016-09-06
1
-1
/
+34
*
|
Issue #26798: for loop initial declarations are only allowed in C99 or C11 mode
Christian Heimes
2016-09-06
4
-9
/
+18
*
|
Issue #25761: Improved error reporting about truncated pickle data in
Serhiy Storchaka
2016-09-06
1
-39
/
+41
*
|
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson
2016-09-06
9
-57
/
+57
*
|
replace Python aliases for standard integer types with the standard integer t...
Benjamin Peterson
2016-09-06
3
-36
/
+32
*
|
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes
2016-09-06
22
-8
/
+4650
*
|
include (now) int standard headers
Benjamin Peterson
2016-09-06
1
-6
/
+2
*
|
do not need vcstdint.h anymore
Benjamin Peterson
2016-09-06
1
-1
/
+0
*
|
require standard int types to be defined (#17884)
Benjamin Peterson
2016-09-06
1
-8
/
+0
*
|
Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...
Christian Heimes
2016-09-06
2
-0
/
+189
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
13
-128
/
+118
*
|
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-05
7
-17
/
+17
*
|
Avoid inefficient way to call functions without argument
Victor Stinner
2016-09-05
3
-6
/
+6
*
|
merge 3.5
Benjamin Peterson
2016-09-05
1
-1
/
+1
|
\
|
|
*
explicitly cast away constness to silence compiler warning
Benjamin Peterson
2016-09-05
1
-1
/
+1
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
15
-152
/
+6
*
|
merge 3.5
Benjamin Peterson
2016-09-05
1
-0
/
+2
|
\
|
|
*
Backed out changeset 8b6be1341770
Benjamin Peterson
2016-09-05
1
-0
/
+2
*
|
merge 3.5
Benjamin Peterson
2016-09-05
1
-2
/
+0
|
\
|
[next]