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
/
Python
/
bltinmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a little info to the 3k deprecation warnings about what to use instead.
Neal Norwitz
2008-02-24
1
-4/+4
*
map(None, ...) is not supported in 3.0.
Neal Norwitz
2008-02-24
1
-3/+9
*
Added bin() builtin. I'm going to check in the tests in a seperate checkin, ...
Eric Smith
2008-02-22
1
-0/+13
*
Backport of PEP 3101, Advanced String Formatting, from py3k.
Eric Smith
2008-02-17
1
-0/+19
*
Move __builtins__.trunc() to math.trunc() per
Jeffrey Yasskin
2008-02-01
1
-15/+0
*
CallMethod is faster with a NULL third-argument than with an empty format str...
Raymond Hettinger
2008-01-29
1
-1/+1
*
Fix two crashers.
Guido van Rossum
2008-01-23
1
-1/+6
*
Added bytes and b'' as aliases for str and ''
Christian Heimes
2008-01-18
1
-0/+1
*
Fix C++-style comment.
Georg Brandl
2008-01-05
1
-3/+3
*
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Jeffrey Yasskin
2008-01-05
1
-17/+25
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-23/+30
*
Improve performance of built-in any()/all() by avoiding PyIter_Next() --
Guido van Rossum
2007-12-20
1
-8/+28
*
Note that open() is the preferred way to open files (issue 1510).
Skip Montanaro
2007-12-08
1
-1/+2
*
Fix Issue 1045.
Raymond Hettinger
2007-12-06
1
-24/+3
*
Missing DECREFs
Raymond Hettinger
2007-10-25
1
-0/+2
*
Fixup error return and add support for intermixed ints and floats/
Raymond Hettinger
2007-10-24
1
-1/+7
*
Optimize sum() for integer and float inputs.
Raymond Hettinger
2007-10-24
1
-0/+70
*
Add a bunch more deprecation warnings for builtins that are going away in 3.0
Neal Norwitz
2007-05-23
1
-0/+24
*
Add -3 option to the interpreter to warn about features that are
Neal Norwitz
2007-05-23
1
-0/+5
*
Patch #1444529: the builtin compile() now accepts keyword arguments.
Georg Brandl
2007-03-13
1
-4/+7
*
Typo and grammar fixes.
Georg Brandl
2007-03-13
1
-1/+1
*
Backport from Py3k branch:
Georg Brandl
2007-03-12
1
-9/+10
*
Bug #1283491: follow docstring convention wrt. keyword-able args in sum().
Georg Brandl
2006-10-12
1
-2/+3
*
Fix SF #1552093, eval docstring typo (3 ps in mapping)
Neal Norwitz
2006-09-05
1
-1/+1
*
It's highly unlikely, though possible for PyEval_Get*() to return NULLs.
Neal Norwitz
2006-08-12
1
-2/+2
*
Bug #1535165: fixed a segfault in input() and raw_input() when
Georg Brandl
2006-08-06
1
-1/+1
*
SF #1479181: split open() and file() from being aliases for each other.
Neal Norwitz
2006-05-02
1
-4/+14
*
Replace INT_MAX with PY_SSIZE_T_MAX.
Martin v. Löwis
2006-04-13
1
-3/+2
*
Accept keyword arguments for __import__ and doc the addition of the level par...
Neal Norwitz
2006-04-03
1
-6/+11
*
Patch #1460496: round() now accepts keyword arguments.
Georg Brandl
2006-03-31
1
-13/+15
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
1
-1/+1
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-3/+5
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-1/+1
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
1
-1/+1
*
Fix compiler warning (int vs Py_ssize_t mismatch
Neal Norwitz
2006-02-19
1
-1/+1
*
Use Py_ssize_t to count the
Martin v. Löwis
2006-02-16
1
-15/+15
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-9/+9
*
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo
2006-02-11
1
-3/+3
*
Fix an int/long mismatch identified here:
Neal Norwitz
2005-12-15
1
-1/+2
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-1/+1
*
Fix memory leaks
Neal Norwitz
2005-11-27
1
-5/+8
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
1
-1/+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-1/+1
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
1
-3/+3
*
Removed a check "if (args != NULL)" which is always True and makes no sense.
Armin Rigo
2005-09-20
1
-5/+3
*
bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault.
Georg Brandl
2005-09-15
1
-0/+7
*
Whitespace normalization.
Georg Brandl
2005-08-31
1
-7/+7
*
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Raymond Hettinger
2005-08-21
1
-0/+12
*
Fix cleanup DECREF logic in builtin_filter function.
Georg Brandl
2005-07-19
1
-6/+6
*
Add two new functions, any() and all().
Raymond Hettinger
2005-03-11
1
-0/+65
[next]