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
*
Fix a wrong struct field assignment (docstring as closure).
Georg Brandl
2009-03-31
1
-1/+1
*
Issue #532631: Apply floatformat changes to unicodeobject.c
Mark Dickinson
2009-03-29
1
-0/+9
*
Issue #532631: Add paranoid check to avoid potential buffer overflow
Mark Dickinson
2009-03-29
1
-1/+10
*
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
Mark Dickinson
2009-03-29
3
-3/+3
*
The tracking statistics were actually too pessimistic
Antoine Pitrou
2009-03-23
2
-3/+4
*
Issue #4688: Add a heuristic so that tuples and dicts containing only
Antoine Pitrou
2009-03-23
2
-1/+135
*
Issue #5512: speed up the long division algorithm for Python longs.
Mark Dickinson
2009-03-23
1
-94/+152
*
There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.
Hirokazu Yamamoto
2009-03-21
1
-1/+1
*
Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.
Mark Dickinson
2009-03-20
1
-0/+49
*
fix strange errors when setting attributes on tracebacks #4034
Benjamin Peterson
2009-03-18
1
-1/+11
*
Issue 4474: On platforms with sizeof(wchar_t) == 4 and
Mark Dickinson
2009-03-18
1
-0/+58
*
Fix a small nit in the error message if bool() falls back on __len__ and it r...
Georg Brandl
2009-03-15
1
-1/+5
*
fix tuple.index() error message #5495
Benjamin Peterson
2009-03-15
1
-1/+1
*
Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
Eric Smith
2009-03-14
1
-44/+129
*
fix funky indentation
Benjamin Peterson
2009-03-08
1
-4/+4
*
Fixed memory leak on failure.
Hirokazu Yamamoto
2009-03-05
1
-1/+1
*
Replace long with twodigits, to avoid depending
Mark Dickinson
2009-02-25
1
-1/+1
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
4
-4/+4
*
Issue #5247: Improve error message when unknown format codes are used when us...
Eric Smith
2009-02-20
1
-17/+31
*
A few more minor fixes in longobject.c
Mark Dickinson
2009-02-15
1
-5/+4
*
Issue #5260: Various portability and standards compliance fixes, optimizations
Mark Dickinson
2009-02-15
1
-46/+35
*
Fix compiler warning (gcc)
Antoine Pitrou
2009-02-13
1
-1/+1
*
Issue #5186: Reduce hash collisions for objects with no __hash__ method by
Antoine Pitrou
2009-02-13
1
-15/+7
*
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
Georg Brandl
2009-02-13
1
-3/+3
*
Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for
Mark Dickinson
2009-02-10
1
-1/+1
*
Issue 4804. Add a function to test the validity of file descriptors on Windo...
Kristján Valur Jónsson
2009-02-10
1
-34/+0
*
Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit
Mark Dickinson
2009-02-08
1
-1/+1
*
Remove redundant assignment in _PyObject_LengthHint
Mark Dickinson
2009-02-08
1
-1/+1
*
issue 4804: Provide checks for the format string of strftime, and for the "m...
Kristján Valur Jónsson
2009-02-04
1
-1/+88
*
Validate that __length_hint__ returns a usable result.
Raymond Hettinger
2009-02-03
1
-1/+1
*
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Raymond Hettinger
2009-02-02
3
-14/+27
*
fix indentation in comment
Benjamin Peterson
2009-01-31
1
-2/+2
*
fix indentation; looks like all I managed to do the first time is make things...
Benjamin Peterson
2009-01-31
1
-2558/+2558
*
fix indentation
Benjamin Peterson
2009-01-31
1
-2/+2
*
completely detabify unicodeobject.c
Benjamin Peterson
2009-01-31
1
-3010/+3010
*
Fix comment.
Mark Dickinson
2009-01-26
1
-3/+3
*
Fix undefined behaviour (left shift of negative value) in long_hash. Also,
Mark Dickinson
2009-01-26
1
-9/+10
*
No need for carry to be type twodigits in _PyLong_AsByteArray; digit is large...
Mark Dickinson
2009-01-25
1
-1/+1
*
Fixed compile error on windows.
Hirokazu Yamamoto
2009-01-25
1
-1/+1
*
fix building the core with --disable-unicode
Benjamin Peterson
2009-01-25
3
-17/+48
*
Issue #4393: fix 3 classes of potential portability problems in longobject.c:
Mark Dickinson
2009-01-24
1
-23/+20
*
fix url
Benjamin Peterson
2009-01-20
1
-1/+1
*
#4077: No need to append \n when calling Py_FatalError
Amaury Forgeot d'Arc
2009-01-17
1
-1/+1
*
#4930: Slightly cleaner (and faster) code in type creation:
Amaury Forgeot d'Arc
2009-01-17
1
-2/+2
*
Issue #4935: The overflow checking code in the expandtabs() method common
Antoine Pitrou
2009-01-13
1
-37/+30
*
#3720: Interpreter crashes when an evil iterator removes its own next function.
Amaury Forgeot d'Arc
2009-01-12
3
-2/+19
*
Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
Martin v. Löwis
2009-01-07
4
-12/+18
*
Issue #3680: Reference cycles created through a dict, set or deque iterator d...
Antoine Pitrou
2009-01-01
2
-12/+29
*
Issue #4701: implicitly call PyType_Ready from PyObject_Hash
Nick Coghlan
2008-12-30
1
-0/+11
*
#4764 set IOError.filename when trying to open a directory on POSIX platforms
Benjamin Peterson
2008-12-29
1
-2/+2
[next]