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
*
Issue 6330: Fix --enable-unicode=ucs4.
Eric Smith
2009-07-30
1
-3/+20
*
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Raymond Hettinger
2009-07-27
1
-1/+1
*
Sync trunk and py3k versions of string formatting. Will manually merge into p...
Eric Smith
2009-07-27
1
-0/+6
*
clarify
Benjamin Peterson
2009-07-25
1
-1/+1
*
Issue #6540: Fixed crash for bytearray.translate() with invalid parameters.
Georg Brandl
2009-07-22
1
-3/+5
*
must use _PyThreadState_Current so it isn't checked for NULL #6530
Benjamin Peterson
2009-07-21
1
-4/+6
*
Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun.
Alexandre Vassalotti
2009-07-07
1
-2/+2
*
only order comparisons are removed in py3k #6119
Benjamin Peterson
2009-07-02
1
-6/+7
*
Issue #6368: Fixed unused variable warning on Unix.
Hirokazu Yamamoto
2009-06-29
1
-0/+2
*
Issue #4856: Remove checks for win NT.
Hirokazu Yamamoto
2009-06-28
1
-19/+11
*
#2016 Fix a crash in function call when the **kwargs dictionary is mutated
Amaury Forgeot d'Arc
2009-06-25
1
-10/+11
*
Issue 6329: Fix iteration for memoryviews.
Raymond Hettinger
2009-06-23
1
-32/+51
*
add underscores
Benjamin Peterson
2009-06-16
1
-2/+2
*
Remove unused macro.
Georg Brandl
2009-06-16
1
-1/+0
*
Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.
Alexandre Vassalotti
2009-06-12
1
-2/+2
*
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
Georg Brandl
2009-06-06
1
-1/+1
*
use the offical api
Benjamin Peterson
2009-06-04
1
-1/+1
*
Fix compilation error with gcc 4.3.2
Antoine Pitrou
2009-06-01
1
-1/+3
*
#4547: When debugging a very large function, it was not always
Amaury Forgeot d'Arc
2009-06-01
1
-2/+2
*
Uninitialized file type would lead to __exit__ lookup failure when site.py
Antoine Pitrou
2009-05-31
1
-0/+3
*
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger
2009-05-29
1
-2/+12
*
plug ref leak
Benjamin Peterson
2009-05-27
1
-4/+7
*
correctly handle descrs with __missing__
Benjamin Peterson
2009-05-27
1
-5/+6
*
handle errors from _PyObject_LookupSpecial when __get__ fails
Benjamin Peterson
2009-05-25
3
-3/+17
*
Issue #6042:
Jeffrey Yasskin
2009-05-23
2
-132/+132
*
Issue 6089: str.format raises SystemError.
Eric Smith
2009-05-23
1
-2/+3
*
Issue #5829: don't raise OverflowError for complex('1e500'). Backport of r72...
Mark Dickinson
2009-05-20
1
-9/+0
*
Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of
Jeffrey Yasskin
2009-05-20
1
-14/+20
*
While I was modifying test_trace, it threw an exception when I accidentally
Jeffrey Yasskin
2009-05-18
1
-1/+2
*
Issue #6044: remove confusing wording from complex -> integer and
Mark Dickinson
2009-05-17
1
-3/+3
*
Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
Hirokazu Yamamoto
2009-05-17
1
-1/+1
*
completely ignore old-style stuff for type checking overloading
Benjamin Peterson
2009-05-16
1
-52/+30
*
deal with old-style classes in issubclass and isinstance
Benjamin Peterson
2009-05-16
1
-2/+2
*
properly lookup __instancecheck__ and __subclasscheck__
Benjamin Peterson
2009-05-16
2
-30/+29
*
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
Mark Dickinson
2009-05-11
1
-16/+36
*
clear error state properly
Benjamin Peterson
2009-05-09
1
-0/+1
*
ignore AttributeErrors for classic classes
Benjamin Peterson
2009-05-09
1
-1/+2
*
*sigh* deal with instances correctly
Benjamin Peterson
2009-05-09
1
-1/+12
*
can't handle classic classes here
Benjamin Peterson
2009-05-09
1
-0/+1
*
ignore classic classes
Benjamin Peterson
2009-05-09
1
-0/+2
*
convert some more special methods to use _PyObject_LookupSpecial
Benjamin Peterson
2009-05-09
1
-13/+8
*
lookup __reversed__ correctly as a special method
Benjamin Peterson
2009-05-09
1
-3/+8
*
Issue 5954, PyFrame_GetLineNumber:
Jeffrey Yasskin
2009-05-08
1
-13/+13
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
1
-0/+46
*
this is now a bound method
Benjamin Peterson
2009-05-08
1
-1/+1
*
add _PyObject_LookupSpecial to handle fetching special method lookup
Benjamin Peterson
2009-05-08
2
-12/+11
*
Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...
Eric Smith
2009-05-05
3
-16/+28
*
Remove unused variable.
Georg Brandl
2009-05-05
1
-1/+0
*
#5929: fix signedness warning.
Georg Brandl
2009-05-05
1
-1/+1
*
Fix issue 5890: (property subclass shadows __doc__ string) by inserting
R. David Murray
2009-05-04
1
-16/+23
[next]