| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) | Inada Naoki | 2021-04-02 | 1 | -1/+1 |
|
|
* | Only eliminate jumps to successor block if jump is unconditional. (GH-24417) | Mark Shannon | 2021-02-02 | 1 | -0/+16 |
|
|
* | Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar... | Raymond Hettinger | 2020-10-07 | 1 | -5/+0 |
|
|
* | bpo-26680: Incorporate is_integer in all built-in and standard library numeri... | Robert Smallshire | 2020-10-01 | 1 | -0/+5 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21169) | Hai Shi | 2020-06-30 | 1 | -2/+3 |
|
|
* | bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006) | Serhiy Storchaka | 2020-06-21 | 1 | -11/+2 |
|
|
* | bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) | Serhiy Storchaka | 2019-03-05 | 1 | -9/+6 |
|
|
* | bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an... | Serhiy Storchaka | 2017-03-06 | 1 | -2/+2 |
|
|
* | bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) | Serhiy Storchaka | 2017-03-05 | 1 | -0/+4 |
|
|
* | Issue #27792: force int return type for modulo operations involving bools. | Mark Dickinson | 2016-08-22 | 1 | -0/+7 |
|
|
* | Anti-registration of various ABC methods. | Guido van Rossum | 2016-08-18 | 1 | -0/+11 |
|
|
* | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. | Serhiy Storchaka | 2016-05-12 | 1 | -0/+4 |
|
|
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -4/+3 |
|
|
* | test values and types of (True/False).(imag/real) | Benjamin Peterson | 2011-05-25 | 1 | -0/+10 |
|
|
* | Issue #10518: Bring back the callable() builtin. | Antoine Pitrou | 2010-11-27 | 1 | -2/+2 |
|
|
* | Merged revisions 79502 via svnmerge from | Antoine Pitrou | 2010-03-30 | 1 | -0/+12 |
|
|
* | Merged revisions 78249 via svnmerge from | Ezio Melotti | 2010-02-20 | 1 | -6/+0 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -3/+3 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -5/+5 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -6/+0 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -7/+7 |
|
|
* | Format bools properly in %d. | Martin v. Löwis | 2007-08-14 | 1 | -0/+6 |
|
|
* | Getting rid of cPickle. Mmm, feels good! | Guido van Rossum | 2007-07-20 | 1 | -41/+0 |
|
|
* | Fix test_bool and test_bufio. | Guido van Rossum | 2007-05-24 | 1 | -2/+2 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+2 |
|
|
* | Fix the picklevalue test; it broke due to the change in default protocol. | Guido van Rossum | 2007-05-15 | 1 | -9/+15 |
|
|
* | Add two more space tests. | Walter Dörwald | 2007-05-05 | 1 | -0/+2 |
|
|
* | Remove duplicate tests. | Walter Dörwald | 2007-05-05 | 1 | -24/+4 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -22/+22 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | Remove isCallable() and sequenceIncludes() from the operator module. | Collin Winter | 2007-03-21 | 1 | -2/+0 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -7/+5 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -4/+31 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -1/+1 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -3/+3 |
|
|
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 | 1 | -6/+19 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -3/+3 |
|
|
* | Add tests for __nonzero__() problems. | Jeremy Hylton | 2003-06-27 | 1 | -0/+21 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-05-12 | 1 | -1/+0 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -1/+1 |
|
|
* | Consistently use test_support.foo everywhere. | Walter Dörwald | 2003-05-01 | 1 | -15/+5 |
|
|
* | Factor out common boilerplate for test_support | Raymond Hettinger | 2003-04-27 | 1 | -3/+1 |
|
|
* | Port test_bool.py to PyUnit. From SF patch #662807. | Walter Dörwald | 2003-04-25 | 1 | -253/+328 |
|
|
* | - bool() called without arguments now returns False rather than | Guido van Rossum | 2003-04-19 | 1 | -0/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -1/+1 |
|
|
* | More mindless --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 | 1 | -23/+24 |
|
|
* | Patch #542569: tp_print tp_repr tp_str in test_bool.py. | Martin v. Löwis | 2002-04-14 | 1 | -1/+18 |
|
|
* | Add tests for binary pickles. | Guido van Rossum | 2002-04-05 | 1 | -0/+12 |
|
|