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
*
Fixed #1969: split and rsplit in bytearray are inconsistent
Christian Heimes
2008-01-30
1
-3/+3
*
Merged revisions 60383-60407 via svnmerge from
Christian Heimes
2008-01-29
1
-19/+8
*
Partially revert r60376: restore ability for ints to be automatically convert...
Eric Smith
2008-01-28
1
-4/+15
*
Merged revisions 60379-60382 via svnmerge from
Christian Heimes
2008-01-28
2
-7/+8
*
Merged revisions 60364-60378 via svnmerge from
Christian Heimes
2008-01-27
2
-0/+177
*
Restrict format presentation types to those specified in the 'Standard Format...
Eric Smith
2008-01-27
1
-77/+0
*
Merged revisions 60350-60363 via svnmerge from
Christian Heimes
2008-01-27
1
-5/+5
*
Merged revisions 60284-60349 via svnmerge from
Christian Heimes
2008-01-27
4
-14/+20
*
#1939: update code object docstring.
Georg Brandl
2008-01-26
1
-2/+3
*
Merged revisions 60245-60277 via svnmerge from
Christian Heimes
2008-01-25
2
-0/+10
*
Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed
Facundo Batista
2008-01-19
1
-2/+0
*
Merged revisions 60053-60078 via svnmerge from
Christian Heimes
2008-01-19
1
-34/+34
*
long(float('nan')) raises an OverflowError as discussed on the mailing list a...
Christian Heimes
2008-01-15
1
-1/+3
*
Merged revisions 59933-59951 via svnmerge from
Christian Heimes
2008-01-14
2
-34/+154
*
Merged revisions 59921-59932 via svnmerge from
Christian Heimes
2008-01-12
2
-6/+208
*
Simplifed argument parsing in object.__format__, added test case.
Eric Smith
2008-01-11
1
-5/+1
*
Clean up PyString_Size().
Alexandre Vassalotti
2008-01-07
1
-14/+7
*
Issue #1393: object_richcompare() returns NotImplemented instead of
Guido van Rossum
2008-01-06
1
-1/+4
*
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...
Christian Heimes
2008-01-04
1
-1/+1
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
1
-0/+3
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
1
-1/+1
*
Merged revisions 59628-59641 via svnmerge from
Christian Heimes
2008-01-01
1
-0/+1
*
Merge changes from 59576 from trunk to p3yk branch; these were skipped
Guido van Rossum
2008-01-01
1
-13/+16
*
Drop _PyLong_FitsInLong. Fixes #1666.
Martin v. Löwis
2007-12-20
2
-34/+36
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
24
-575/+575
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
2
-2/+67
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
1
-5/+5
*
Merged revisions 59488-59511 via svnmerge from
Christian Heimes
2007-12-15
1
-33/+70
*
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes
2007-12-11
1
-7/+248
*
Merged revisions 59450-59464 via svnmerge from
Christian Heimes
2007-12-11
1
-1/+12
*
Issue #1580: New free format floating point representation based on "Floating...
Christian Heimes
2007-12-10
2
-2/+707
*
Fixed issue #1564: The set implementation should special-case PyUnicode inste...
Christian Heimes
2007-12-10
4
-44/+40
*
typo
Skip Montanaro
2007-12-09
1
-1/+1
*
Fixed a bug found by Marcin Kowalczyk
Christian Heimes
2007-12-08
1
-1/+1
*
Merged revisions 59407-59422 via svnmerge from
Christian Heimes
2007-12-08
1
-19/+44
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
3
-54/+41
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-6/+0
*
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis
2007-12-04
4
-11/+47
*
Fix issue #1553: An errornous __length_hint__ can make list() raise a
Alexandre Vassalotti
2007-12-04
2
-4/+6
*
Remove a few tab characters introduced by r59314.
Alexandre Vassalotti
2007-12-04
1
-3/+3
*
Issue #1283: Allow any iterable of integers to be passed to
Alexandre Vassalotti
2007-12-04
1
-18/+71
*
Add an errors parameter to open() and TextIOWrapper() to specify error handling.
Guido van Rossum
2007-12-03
2
-3/+5
*
Merged revisions 59275-59303 via svnmerge from
Christian Heimes
2007-12-03
2
-2/+4
*
Reverting last commit. I had some staled data from an attempted svnmerge in m...
Christian Heimes
2007-12-03
1
-2/+2
*
Patch #1537 from Chad Austin
Christian Heimes
2007-12-03
1
-2/+2
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
22
-123/+123
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
3
-5/+5
*
Merged revisions 59245-59254 via svnmerge from
Christian Heimes
2007-12-01
1
-0/+47
*
Rename the internal name of dictproxy -> dict_proxy,
Guido van Rossum
2007-11-30
1
-1/+1
*
Partial fix for bug #1306
Christian Heimes
2007-11-30
1
-1/+8
[next]