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
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-1/+1
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
*
|
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
1
-8/+6
*
|
Issue #18560: Fix potential NULL pointer dereference in sum()
Christian Heimes
2013-07-26
1
-0/+5
|
\
\
|
|
/
|
*
Issue #18560: Fix potential NULL pointer dereference in sum()
Christian Heimes
2013-07-26
1
-0/+5
*
|
Issue #18408: handle PySys_GetObject() failure, raise a RuntimeError
Victor Stinner
2013-07-16
1
-0/+5
*
|
Merge: #18424: PEP8ify the tense of the sum docstring.
R David Murray
2013-07-10
1
-2/+2
|
\
\
|
|
/
|
*
#18424: PEP8ify the tense of the sum docstring.
R David Murray
2013-07-10
1
-2/+2
*
|
Issue 18111: Add a default argument to min() and max()
Raymond Hettinger
2013-06-25
1
-14/+26
*
|
rather than passing locals to the class body, just execute the class body in ...
Benjamin Peterson
2013-05-16
1
-1/+8
*
|
properly lookup the __round__ special method (closes #17722)
Benjamin Peterson
2013-04-13
1
-14/+11
*
|
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
Serhiy Storchaka
2013-04-06
1
-21/+9
|
\
\
|
|
/
|
*
Revert a premature patch for issue #14010 (changeset aaaf36026511).
Serhiy Storchaka
2013-04-06
1
-21/+9
*
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-9/+21
|
\
\
|
|
/
|
*
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-9/+21
*
|
Merge
Richard Oudkerk
2013-04-03
1
-0/+1
|
\
\
|
|
/
|
*
Issue #17619: Make input() check for Ctrl-C correctly on Windows.
Richard Oudkerk
2013-04-03
1
-0/+1
*
|
#17178: merge with 3.3.
Ezio Melotti
2013-02-15
1
-2/+4
|
\
\
|
|
/
|
*
#17178: merge with 3.2.
Ezio Melotti
2013-02-15
1
-2/+4
|
|
\
|
|
*
#17178: update any()/all() docstrings to document their behavior with empty i...
Ezio Melotti
2013-02-15
1
-2/+4
|
|
*
Remove unused variabile "plain" in builtin_exec.
Ezio Melotti
2012-11-21
1
-2/+0
*
|
|
compile doesn't accept code objects
Philip Jenvey
2012-12-13
1
-1/+1
*
|
|
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
Benjamin Peterson
2012-10-31
1
-0/+6
|
/
/
*
|
Merge 3.2.
Stefan Krah
2012-08-20
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15741: Fix potential NULL dereference. Found by Coverity.
Stefan Krah
2012-08-20
1
-0/+2
*
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-1/+3
|
\
\
|
|
/
|
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-1/+3
*
|
Fix issue #15607: Update the print builtin function docstring with the new fl...
Senthil Kumaran
2012-08-10
1
-4/+5
*
|
Issue #15471: Don't use mutable object as default values for the
Brett Cannon
2012-08-06
1
-1/+1
*
|
Issue #15508: Fix the docstring for __import__ to not mention negative
Brett Cannon
2012-07-30
1
-3/+2
*
|
Remove outdated statement
Antoine Pitrou
2012-06-23
1
-7/+1
*
|
merge 3.2
Benjamin Peterson
2012-06-02
1
-4/+2
|
\
\
|
|
/
|
*
don't leak if the __class__ closure is set
Benjamin Peterson
2012-06-02
1
-4/+2
*
|
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-1/+1
*
|
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
1
-3/+53
*
|
Closes #13761: add a "flush" keyword argument to print().
Georg Brandl
2012-01-13
1
-5/+19
*
|
merge 3.2
Benjamin Peterson
2012-01-12
1
-3/+1
|
\
\
|
|
/
|
*
fold into one if statement
Benjamin Peterson
2012-01-12
1
-3/+1
*
|
merge 3.2
Benjamin Peterson
2012-01-03
1
-1/+1
|
\
\
|
|
/
|
*
fix formatting
Benjamin Peterson
2012-01-03
1
-1/+1
*
|
Remove "#ifdef Py_UNICODE_WIDE": Python is now always wide
Victor Stinner
2011-11-22
1
-9/+2
*
|
quote the type name for improved readability
Philip Jenvey
2011-11-07
1
-1/+1
*
|
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou
2011-11-05
1
-42/+42
|
\
\
|
|
/
|
*
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou
2011-11-05
1
-42/+41
*
|
Merge 3.2 (linked to issue #1294232)
Florent Xicluna
2011-10-28
1
-1/+1
|
\
\
|
|
/
|
*
Remove unused variable.
Florent Xicluna
2011-10-28
1
-2/+1
*
|
Merge issue 1294232 patch from 3.2
Nick Coghlan
2011-10-23
1
-3/+30
|
\
\
|
|
/
|
*
Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...
Nick Coghlan
2011-10-23
1
-2/+28
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-6/+6
[next]