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
/
Lib
/
test
/
test_builtin.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert a premature patch for issue #14010 (changeset aaaf36026511).
Serhiy Storchaka
2013-04-06
1
-33/+1
*
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-1/+33
*
#17255: merge with 3.2.
Ezio Melotti
2013-02-21
1
-0/+2
|
\
|
*
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
Ezio Melotti
2013-02-21
1
-0/+2
*
|
Merge: #17142: fix apparent copy and paste error in test_all.
R David Murray
2013-02-06
1
-1/+1
|
\
\
|
|
/
|
*
#17142: fix apparent copy and paste error in test_all.
R David Murray
2013-02-06
1
-1/+1
*
|
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
1
-7/+0
|
\
\
|
|
/
|
*
Back out fix for issue #13886; it introduced a new bug in interactive readlin...
Nadeem Vawda
2013-02-02
1
-7/+0
*
|
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Nadeem Vawda
2013-01-27
1
-0/+7
|
\
\
|
|
/
|
*
Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.
Nadeem Vawda
2013-01-27
1
-0/+7
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-0/+1
*
|
Issue #16045: add more unit tests for built-in int()
Andrew Svetlov
2012-12-23
1
-0/+2
*
|
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-0/+1
*
|
Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.
Florent Xicluna
2012-07-08
1
-1/+2
*
|
Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore
Victor Stinner
2012-06-05
1
-9/+31
*
|
Issue #14385: Support other types than dict for __builtins__
Victor Stinner
2012-04-18
1
-0/+33
*
|
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
1
-0/+41
*
|
Skip early if stdin and stdout are not ttys
Antoine Pitrou
2011-11-06
1
-0/+2
|
\
\
|
|
/
|
*
Skip early if stdin and stdout are not ttys
Antoine Pitrou
2011-11-06
1
-0/+2
|
*
Backport robustness fix for test_builtin
Antoine Pitrou
2011-11-06
1
-21/+31
*
|
Try to make the tty input() tests more robust
Antoine Pitrou
2011-11-06
1
-21/+31
*
|
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou
2011-11-05
1
-0/+70
|
\
\
|
|
/
|
*
Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode
Antoine Pitrou
2011-11-05
1
-0/+70
*
|
#13054: fix usage of sys.maxunicode after PEP-393.
Ezio Melotti
2011-10-04
1
-2/+1
*
|
also make NotImplementedType callable
Benjamin Peterson
2011-07-29
1
-1/+1
*
|
make the types of None and Ellipsis callable
Benjamin Peterson
2011-07-29
1
-0/+7
*
|
bytes should be verboten in sum() (fixes #12654)
Benjamin Peterson
2011-07-29
1
-0/+3
*
|
allow __dir__ to return any sequence
Benjamin Peterson
2011-06-11
1
-1/+9
*
|
test that object has a __dir__() implementation
Benjamin Peterson
2011-05-25
1
-0/+2
*
|
Issue 9856: Change object.__format__ with a non-empty format string from a Pe...
Eric V. Smith
2011-03-12
1
-3/+3
*
|
Removed fcmp and FUZZ from test.support, following the discussion on python-dev:
Eli Bendersky
2011-02-25
1
-5/+8
|
/
*
Add an "optimize" parameter to compile() to control the optimization level, a...
Georg Brandl
2010-12-04
1
-0/+29
*
Issue #10518: Bring back the callable() builtin.
Antoine Pitrou
2010-11-27
1
-12/+29
*
merge all range tests into test_range
Benjamin Peterson
2010-11-20
1
-178/+0
*
enable test that was commented out for whatever reason
Benjamin Peterson
2010-11-20
1
-1/+1
*
count() should return integers #10474
Benjamin Peterson
2010-11-20
1
-0/+2
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-6/+6
*
Issue #9213: Add index and count methods to range objects, needed to
Daniel Stutzbach
2010-09-13
1
-0/+54
*
Issue 7994: Make object.__format__() raise a PendingDeprecationWarning
Eric Smith
2010-09-13
1
-0/+110
*
Issue #9804: ascii() now always represents unicode surrogate pairs as
Antoine Pitrou
2010-09-09
1
-0/+22
*
only catch AttributeError in hasattr() #9666
Benjamin Peterson
2010-08-24
1
-5/+6
*
cleanup imports
Benjamin Peterson
2010-08-23
1
-9/+7
*
Issue #665761: functools.reduce() will no longer mask exceptions other
Alexander Belopolsky
2010-08-16
1
-0/+1
*
Merged revisions 81525 via svnmerge from
Mark Dickinson
2010-05-25
1
-0/+18
*
Issue #1533: Merge added trunk range tests to py3k. (The fix itself
Mark Dickinson
2010-05-05
1
-2/+42
*
Clean up the manipulation of the warnings filter in test_builtin.
Brett Cannon
2010-03-20
1
-8/+5
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-4/+4
*
Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr()
Victor Stinner
2010-03-12
1
-0/+2
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-14/+14
*
Issue #7435: Remove duplicate int/long tests, and other
Mark Dickinson
2009-12-05
1
-51/+5
[next]