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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
ensure no one tries to hash things before the random seed is found
Benjamin Peterson
2012-02-21
2
-0/+2
*
|
|
update to Unicode 6.1
Benjamin Peterson
2012-02-21
1
-1166/+1273
*
|
|
Forgot the "empty string -> hash == 0" special case for strings.
Georg Brandl
2012-02-20
1
-0/+8
*
|
|
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl
2012-02-20
2
-6/+19
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
3
-2/+24
|
|
\
\
|
|
|
/
|
|
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
3
-2/+24
*
|
|
check for NULL to fix segfault
Benjamin Peterson
2012-02-20
1
-1/+1
*
|
|
use new generic __dict__ descriptor implementations
Benjamin Peterson
2012-02-20
2
-90/+4
*
|
|
add generic implementation of a __dict__ descriptor for C types
Benjamin Peterson
2012-02-20
2
-18/+46
*
|
|
initialize __dict__ if needed
Benjamin Peterson
2012-02-19
1
-6/+12
*
|
|
use defaults
Benjamin Peterson
2012-02-19
1
-3/+3
*
|
|
merge 3.2
Benjamin Peterson
2012-02-19
1
-3/+1
|
\
\
\
|
|
/
/
|
*
|
use Py_CLEAR
Benjamin Peterson
2012-02-19
1
-3/+1
*
|
|
allow arbitrary attributes on classmethod and staticmethod (closes #14051)
Benjamin Peterson
2012-02-19
1
-3/+27
*
|
|
Issue #13020: Fix a reference leak when allocating a structsequence object fa...
Antoine Pitrou
2012-02-15
1
-12/+13
|
\
\
\
|
|
/
/
|
*
|
Fix indentation
Antoine Pitrou
2012-02-15
1
-12/+12
|
*
|
Issue #13020: Fix a reference leak when allocating a structsequence object fa...
Antoine Pitrou
2012-02-15
1
-0/+1
*
|
|
(Merge 3.2) Issue #13913: normalize utf-8 codec name in UTF-8 decoder
Victor Stinner
2012-02-14
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #13913: normalize utf-8 codec name in UTF-8 decoder
Victor Stinner
2012-02-14
1
-1/+1
*
|
|
merge 3.2
Benjamin Peterson
2012-02-10
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
this is only a borrowed ref in Brett's branch
Benjamin Peterson
2012-02-10
1
-1/+1
*
|
|
Backout d2c1521ad0a1: _Py_IDENTIFIER() uses UTF-8 again
Victor Stinner
2012-02-07
1
-2/+3
*
|
|
merge 3.2
Benjamin Peterson
2012-02-06
1
-1/+0
|
\
\
\
|
|
/
/
|
*
|
bltinmod is borrowed, so it shouldn't be decrefed
Benjamin Peterson
2012-02-06
1
-1/+0
*
|
|
_Py_Identifier are always ASCII strings
Victor Stinner
2012-02-05
1
-3/+2
*
|
|
merge 3.2
Benjamin Peterson
2012-02-04
1
-5/+10
|
\
\
\
|
|
/
/
|
*
|
put returns on their own lines
Benjamin Peterson
2012-02-04
1
-5/+10
*
|
|
merge 3.2 (closes #13908)
Benjamin Peterson
2012-01-30
1
-1/+5
|
\
\
\
|
|
/
/
|
*
|
ready types returned from PyType_FromSpec
Benjamin Peterson
2012-01-30
1
-0/+3
|
*
|
adjust declaration
Benjamin Peterson
2012-01-30
1
-1/+2
*
|
|
Issue #13848: open() and the FileIO constructor now check for NUL characters ...
Antoine Pitrou
2012-01-29
1
-0/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #13848: open() and the FileIO constructor now check for NUL characters ...
Antoine Pitrou
2012-01-29
1
-0/+13
*
|
|
Merge 3.2 -> default (issue 13889)
Mark Dickinson
2012-01-27
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa...
Mark Dickinson
2012-01-27
1
-0/+5
*
|
|
merge with 3.2
Georg Brandl
2012-01-22
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix #13834: strip() strips leading and trailing whitespace.
Georg Brandl
2012-01-22
1
-1/+1
*
|
|
use the static identifier api for looking up special methods
Benjamin Peterson
2012-01-22
6
-118/+106
*
|
|
Fix some of the remaining test_capi leaks
Antoine Pitrou
2012-01-18
1
-3/+5
*
|
|
Fix some of the remaining test_capi refleaks
Antoine Pitrou
2012-01-18
1
-0/+2
*
|
|
Fix some of the refleaks in test_capi (ported from 3.2)
Antoine Pitrou
2012-01-18
1
-3/+7
|
\
\
\
|
|
/
/
|
*
|
Fix refleaks in test_capi
Antoine Pitrou
2012-01-18
1
-3/+7
*
|
|
Merge refleak fixes from 3.2
Antoine Pitrou
2012-01-18
1
-21/+23
|
\
\
\
|
|
/
/
|
*
|
Fix leaking a RuntimeError objects when creating sub-interpreters
Antoine Pitrou
2012-01-18
1
-21/+23
*
|
|
don't ready in case_operation, since most callers do it themselves
Benjamin Peterson
2012-01-16
1
-2/+5
*
|
|
fix old titlecase function for extended case chars
Benjamin Peterson
2012-01-16
1
-0/+2
*
|
|
comment about how flags could be expanded
Benjamin Peterson
2012-01-16
1
-0/+1
*
|
|
delta encoding of upper/lower/title makes a glorious return (#12736)
Benjamin Peterson
2012-01-16
2
-3452/+1349
*
|
|
Consolidate the occurrances of the prime used as the multiplier when hashing.
Gregory P. Smith
2012-01-14
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Consolidate the occurrances of the prime used as the multiplier when hashing
Gregory P. Smith
2012-01-14
3
-3/+3
*
|
|
fix possible refleaks if PyUnicode_READY fails
Benjamin Peterson
2012-01-14
1
-3/+15
[prev]
[next]