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
...
*
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
*
Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se...
Antoine Pitrou
2009-05-04
1
-184/+240
*
There's no %A in Python 2.x!
Walter Dörwald
2009-05-03
1
-1/+1
*
Issue #5108: Handle %s like %S and %R in PyUnicode_FromFormatV(): Call
Walter Dörwald
2009-05-03
1
-48/+32
*
Eliminate some locale-dependent calls to isspace and tolower.
Mark Dickinson
2009-05-03
2
-10/+10
*
Remove unnecessary uses of context in PyGetSetDef. See issue #5880.
Mark Dickinson
2009-05-03
1
-10/+15
*
Remove unnecessary use of context for long getters.
Mark Dickinson
2009-05-02
1
-10/+15
*
Keep py3k and trunk code in sync.
Eric Smith
2009-05-02
1
-0/+4
*
#5889: remove comma at the end of a list that some C compilers don't like.
Georg Brandl
2009-05-01
1
-1/+1
*
Issue #1588: Add complex.__format__.
Eric Smith
2009-04-30
2
-49/+371
*
Remove format_float and use _PyOS_double_to_string instead.
Mark Dickinson
2009-04-29
1
-82/+13
*
Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k....
Eric Smith
2009-04-27
3
-266/+44
*
Backport r71967 changes from py3k to trunk.
Mark Dickinson
2009-04-26
1
-60/+21
*
Reset errno before both calls to PyOS_ascii_strtod, not just one.
Mark Dickinson
2009-04-26
1
-2/+2
*
Issue #4971: Fix titlecase for characters that are their own
Martin v. Löwis
2009-04-26
1
-6/+1
*
Issue #5835, deprecate PyOS_ascii_formatd.
Eric Smith
2009-04-25
3
-19/+10
*
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
Walter Dörwald
2009-04-25
1
-2/+2
*
Fix typo in complex parsing code; expand tests.
Mark Dickinson
2009-04-25
1
-1/+1
*
fix a segfault when setting __class__ in __del__ #5283
Benjamin Peterson
2009-04-25
1
-0/+6
*
Fix missing 'return NULL'
Mark Dickinson
2009-04-24
1
-1/+1
*
Issue #5816:
Mark Dickinson
2009-04-24
1
-164/+158
*
Fixed issue 5782: formatting with commas didn't work if no specifier type cod...
Eric Smith
2009-04-22
1
-0/+1
*
Backport of some of the work in r71665 to trunk. This reworks much of
Eric Smith
2009-04-22
3
-443/+676
*
Issue #3166: Make long -> float (and int -> float) conversions
Mark Dickinson
2009-04-20
2
-27/+220
[prev]
[next]