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
*
Merged revisions 87032 via svnmerge from
Mark Dickinson
2010-12-04
1
-4/+14
*
Merged revisions 86791 via svnmerge from
Stefan Krah
2010-11-26
1
-9/+9
*
Revert r86726. Sorry about interfering with the rc.
Armin Rigo
2010-11-24
1
-1/+1
*
A no-op change. It looks like this call was not meant to be a recursive
Armin Rigo
2010-11-24
1
-1/+1
*
Improved docstrings for str and unicode methods format and __format__.
Eric Smith
2010-11-06
2
-4/+6
*
CObject use is marked as a Py3k warning, not a deprecation warning
Jesus Cea
2010-11-04
1
-2/+1
*
Issue 10221: Improve error message for dict.pop().
Raymond Hettinger
2010-10-30
1
-2/+1
*
Issue #9295: Fix a crash under Windows when calling close() on a file
Antoine Pitrou
2010-10-28
1
-0/+6
*
iterators passed to writelines() can close their files; don't segfault #10125
Benjamin Peterson
2010-10-16
1
-0/+5
*
Merged revisions 85392 via svnmerge from
Benjamin Peterson
2010-10-12
1
-4/+1
*
Merged revisions 85193 via svnmerge from
Benjamin Peterson
2010-10-03
1
-2/+2
*
Merged revisions 85154 via svnmerge from
Benjamin Peterson
2010-10-02
1
-2/+5
*
Issue #9869: Make long() and PyNumber_Long return something of type
Mark Dickinson
2010-09-26
1
-1/+8
*
Issue #4947: The write() method of sys.stdout and sys.stderr uses their
Victor Stinner
2010-09-08
1
-4/+33
*
Merged revisions 84408-84409 via svnmerge from
Antoine Pitrou
2010-09-01
1
-1/+6
*
Merged revisions 84391 via svnmerge from
Antoine Pitrou
2010-09-01
2
-14/+11
*
Merged revisions 84344 via svnmerge from
Antoine Pitrou
2010-08-28
1
-48/+65
*
Merged revisions 84320 via svnmerge from
Benjamin Peterson
2010-08-25
1
-2/+2
*
Merged revisions 84106 via svnmerge from
Alexander Belopolsky
2010-08-16
1
-2/+2
*
Merged revisions 83833,83838-83839,83859,83878 via svnmerge from
Florent Xicluna
2010-08-09
1
-2/+2
*
Issue8757: Implicit set-to-frozenset conversion not thread-safe.
Raymond Hettinger
2010-08-06
1
-9/+3
*
Merged revisions 83226-83227,83229-83230,83232 via svnmerge from
Georg Brandl
2010-08-01
1
-4/+2
*
Recorded merge of revisions 83444 via svnmerge from
Georg Brandl
2010-08-01
1
-3/+3
*
Merged revisions 83395 via svnmerge from
Georg Brandl
2010-08-01
1
-2/+2
*
Merged revisions 83400 via svnmerge from
Mark Dickinson
2010-08-01
1
-4/+8
*
#9328: string format methods return strings.
Georg Brandl
2010-07-31
1
-2/+2
*
Sub-issue of #9036: Fix incorrect use of Py_CHARMASK.
Stefan Krah
2010-07-19
1
-1/+1
*
Merged revisions 82814 via svnmerge from
Antoine Pitrou
2010-07-11
1
-11/+3
*
Merged revisions 82573 via svnmerge from
Senthil Kumaran
2010-07-05
2
-2/+3
*
add space
Benjamin Peterson
2010-07-02
1
-1/+1
*
remove unused last argument to property_copy
Benjamin Peterson
2010-06-28
1
-16/+12
*
Fix extra space.
Ezio Melotti
2010-06-26
2
-2/+2
*
remove INT_MAX assertions; they can fail with large Py_ssize_t #9058
Benjamin Peterson
2010-06-22
1
-3/+0
*
fix warning with ucs4
Benjamin Peterson
2010-06-12
1
-1/+2
*
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
Antoine Pitrou
2010-06-11
1
-19/+21
*
Issue #8930: fix some C code indentation
Antoine Pitrou
2010-06-09
2
-217/+217
*
remove extra byte and fix comment
Benjamin Peterson
2010-06-07
1
-2/+2
*
correctly overflow when indexes are too large
Benjamin Peterson
2010-06-07
1
-0/+4
*
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
[next]