summaryrefslogtreecommitdiff
path: root/Lib/test/test_builtin.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25983: Added tests for multi-argument type().Serhiy Storchaka2016-02-081-0/+155
* Issue #24402: Merge potential test fix from 3.4 into 3.5Martin Panter2015-10-101-45/+48
|\
| * Issue #24402: Factor out PtyTests.run_child() in input() testsMartin Panter2015-10-101-45/+48
* | Issue #24402: Merge input() fix from 3.4 into 3.5Martin Panter2015-10-101-76/+110
|\ \ | |/
| * Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by EryksunMartin Panter2015-10-101-76/+110
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-11/+14
|\ \ | |/
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-11/+14
* | Issue #22215: Now ValueError is raised instead of TypeError when str or bytesSerhiy Storchaka2014-09-061-2/+2
* | test the change of #21193 correctlyBenjamin Peterson2014-04-111-2/+2
* | Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeErr...Mark Dickinson2014-04-111-1/+1
|/
* Issue #20599: Don't clear environment in test_cleanup() of test_builtinVictor Stinner2014-02-131-2/+1
* Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtinVictor Stinner2014-02-121-3/+11
* Try to fix test_cleanup (issue #20599).Serhiy Storchaka2014-02-121-2/+2
* Issue #19255: The builtins module is restored to initial value beforeSerhiy Storchaka2014-02-101-0/+29
* Issue #3158: doctest can now find doctests in functions and methodsZachary Ware2013-11-241-16/+5
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-0/+5
* Cleanup test_builtinVictor Stinner2013-08-221-12/+4
* Issue 18111: Add a default argument to min() and max()Raymond Hettinger2013-06-241-0/+28
* Make test_builtin work when executed directlyBrett Cannon2013-06-151-1/+4
* Revert a premature patch for issue #14010 (changeset 846bd418aee5).Serhiy Storchaka2013-04-061-33/+1
|\
| * Revert a premature patch for issue #14010 (changeset aaaf36026511).Serhiy Storchaka2013-04-061-33/+1
* | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+33
|\ \ | |/
| * Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+33
* | #17255: merge with 3.3.Ezio Melotti2013-02-211-0/+2
|\ \ | |/
| * #17255: merge with 3.2.Ezio Melotti2013-02-211-0/+2
| |\
| | * #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.Ezio Melotti2013-02-211-0/+2
* | | Merge: #17142: fix apparent copy and paste error in test_all.R David Murray2013-02-061-1/+1
|\ \ \ | |/ /
| * | Merge: #17142: fix apparent copy and paste error in test_all.R David Murray2013-02-061-19/+140
| |\ \ | | |/ | |/|
| * | #17142: fix apparent copy and paste error in test_all.R David Murray2013-02-061-1/+1
* | | Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-7/+0
|\ \ \ | | |/ | |/|
| * | Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-19/+140
| |\ \ | | |/ | |/|
| * | Back out fix for issue #13886; it introduced a new bug in interactive readlin...Nadeem Vawda2013-02-021-7/+0
* | | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
|\ \ \ | | |/ | |/|
| * | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-19/+140
| |\ \ | | |/ | |/|
| * | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+7
| * | Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-201-0/+1
* | | Issue #9856: Replace deprecation warinigs to raising TypeError in object.__fo...Andrew Svetlov2012-12-231-10/+4
* | | Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-231-0/+2
|\ \ \ | | |/ | |/|
| * | Issue #16045: add more unit tests for built-in int()Andrew Svetlov2012-12-231-0/+2
* | | use error label instead of breaking eval loop (closes #16693)Benjamin Peterson2012-12-151-0/+5
|/ /
* | Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-201-0/+1
* | Issue #11022 and #15287: correctly remove the TESTFN file in test_builtin.Florent Xicluna2012-07-081-1/+2
* | Close #11022: TextIOWrapper doesn't call locale.setlocale() anymoreVictor Stinner2012-06-051-9/+31
* | Issue #14385: Support other types than dict for __builtins__Victor Stinner2012-04-191-0/+33
* | Issue #14288: Serialization support for builtin iterators.Kristj?n Valur J?nsson2012-04-031-0/+41
* | Skip early if stdin and stdout are not ttysAntoine Pitrou2011-11-061-0/+2
|\ \ | |/
| * Skip early if stdin and stdout are not ttysAntoine Pitrou2011-11-061-0/+2
| * Backport robustness fix for test_builtinAntoine Pitrou2011-11-061-21/+31
* | Try to make the tty input() tests more robustAntoine Pitrou2011-11-061-21/+31