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
*
locale grouping strings should end in '\0'
Benjamin Peterson
2010-06-07
1
-1/+1
*
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
Ezio Melotti
2010-06-05
1
-63/+56
*
Fix comment typo.
Mark Dickinson
2010-06-05
1
-1/+1
*
Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
Mark Dickinson
2010-06-05
1
-4/+10
*
Issue #8627: remove out-of-date warning about overriding __cmp__
Mark Dickinson
2010-06-05
1
-7/+0
*
_PyObject_LookupSpecial returns a new reference
Benjamin Peterson
2010-06-05
1
-0/+1
*
fix ref counting
Benjamin Peterson
2010-06-05
1
-1/+1
*
implement object.__format__ with PyObject_Format
Benjamin Peterson
2010-06-05
1
-12/+1
*
remove PyType_Ready call; float should be initialized in interpreter startup
Benjamin Peterson
2010-06-05
1
-6/+1
*
properly lookup the __format__ special method
Benjamin Peterson
2010-06-05
1
-21/+11
*
Issue #8748: Fix incorrect results from comparisons between an integer
Mark Dickinson
2010-05-30
1
-9/+54
*
Remove declaration for unused variable.
Mark Dickinson
2010-05-30
1
-1/+0
*
Issue #5211: Complete removal of implicit coercions for the complex
Mark Dickinson
2010-05-30
1
-19/+2
*
#8635: document enumerate() start parameter in docstring.
Georg Brandl
2010-05-22
1
-3/+4
*
Issue #7079: Fix a possible crash when closing a file object while using
Antoine Pitrou
2010-05-17
1
-2/+4
*
Wrap multiline macros in a 'do {} while(0)', for safety.
Mark Dickinson
2010-05-09
1
-37/+43
*
Post-detabification cleanup: whitespace fixes and long line rewraps only.
Mark Dickinson
2010-05-09
1
-159/+155
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
34
-37897/+37897
*
Issue #8659: Remove redundant ABS calls. Thanks Daniel Stutzbach.
Mark Dickinson
2010-05-08
1
-5/+2
*
Add back in a line that was unneeded which advanced a pointer, but commented
Brett Cannon
2010-05-06
1
-0/+1
*
Remove an unneeded assignment.
Brett Cannon
2010-05-05
1
-2/+2
*
Remove an unneeded variable assignment.
Brett Cannon
2010-05-05
1
-2/+1
*
Remove an unneeded variable.
Brett Cannon
2010-05-05
1
-2/+0
*
Remove an unneeded variable increment.
Brett Cannon
2010-05-05
1
-1/+0
*
Issue #8404: Fix set operations on dictionary views.
Alexandre Vassalotti
2010-05-04
1
-3/+6
*
Pull a NULL pointer check up to cover more cases in the function.
Brett Cannon
2010-05-04
1
-2/+4
*
Remove an unneeded variable and assignment.
Brett Cannon
2010-05-04
1
-3/+2
*
Improve error message from nb_int returning a non-integer, in various PyInt_A...
Mark Dickinson
2010-05-02
1
-4/+4
*
Issue 8436: set.__init__ accepts keyword args
Raymond Hettinger
2010-04-18
1
-0/+2
*
tiny simplification
Benjamin Peterson
2010-04-16
1
-2/+1
*
have a clear error when passing something > sys.maxsize to bytearray
Benjamin Peterson
2010-04-16
1
-7/+11
*
Issue #8328: Silence Visual Studio warnings.
Stefan Krah
2010-04-07
1
-6/+6
*
Silence a 'comparison between signed and unsigned integer expressions' gcc wa...
Mark Dickinson
2010-04-06
1
-1/+1
*
Issue #8259: Get rid of 'outrageous left shift count' error when
Mark Dickinson
2010-04-06
1
-14/+6
*
Use a better NaN test in _Py_HashDouble as well.
Mark Dickinson
2010-04-05
1
-3/+6
*
Use a more robust infinity check in _Py_HashDouble.
Mark Dickinson
2010-04-05
1
-3/+3
*
Silence a compiler warning.
Raymond Hettinger
2010-04-03
1
-1/+1
*
more _PyString_Resize error checking
Benjamin Peterson
2010-04-03
2
-12/+18
*
always check _PyString_Resize for error
Benjamin Peterson
2010-04-02
1
-10/+12
*
Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...
Eric Smith
2010-04-02
2
-14/+62
*
Capsule-related changes:
Larry Hastings
2010-04-02
1
-0/+20
*
Issue #8268: Old-style classes (not just instances) now support weak
Antoine Pitrou
2010-03-31
1
-1/+4
*
#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to...
Florent Xicluna
2010-03-30
2
-6/+11
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
3
-10/+329
*
Issue #1583863: An unicode subclass can now override the __str__ method
Victor Stinner
2010-03-22
1
-1/+1
*
Add support for weak references to code objects. This will be used by an opti...
Collin Winter
2010-03-18
1
-2/+5
*
Issue #8024: Update the Unicode database to 5.2
Florent Xicluna
2010-03-18
1
-1020/+1241
*
Issue #7818: set().test_c_api() doesn't expect a set('abc'), modify the set.
Victor Stinner
2010-03-13
1
-1/+15
*
#8030: more docstring fix for builtin types.
Ezio Melotti
2010-02-28
3
-7/+7
*
The set types can also be called without arguments.
Georg Brandl
2010-02-28
1
-2/+4
[next]