| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in comments, docs and test names (#15018) | Min ho Kim | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-22385: Support output separators in hex methods. (#13578) | Gregory P. Smith | 2019-05-29 | 1 | -1/+4 |
|
|
* | bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) | Pablo Galindo | 2019-01-10 | 1 | -2/+1 |
|
|
* | bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639) | Sanyam Khurana | 2019-01-09 | 1 | -1/+47 |
|
|
* | bpo-12458: Fix line numbers for multiline expressions. (GH-8774) | Serhiy Storchaka | 2018-09-17 | 1 | -1/+1 |
|
|
* | bpo-33073: Adding as_integer_ratio to ints. (GH-8750) | Lisa Roach | 2018-09-14 | 1 | -1/+2 |
|
|
* | bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) | Nick Coghlan | 2018-03-25 | 1 | -5/+11 |
|
|
* | bpo-32991: Restore expectation that inspect.getfile raises TypeError on names... | Jason R. Coombs | 2018-03-05 | 1 | -1/+18 |
|
|
* | bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) | INADA Naoki | 2018-01-27 | 1 | -1/+1 |
|
|
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
|
|
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -1/+1 |
|
|
* | Issue #18300: Merge from 3.5 | Berker Peksag | 2016-06-24 | 1 | -15/+9 |
|\ |
|
| * | Issue #18300: Set TERM='' by default in assert_python_* | Berker Peksag | 2016-06-24 | 1 | -15/+9 |
|
|
* | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -1/+1 |
|
|
* | | Issue #27076: Merge spelling from 3.5 | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -3/+1 |
|
|
* | | test_doctest: remove unused imports | Victor Stinner | 2016-03-25 | 1 | -2/+1 |
|/ |
|
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|
|
* | Fix test_doctest in verbose mode | Victor Stinner | 2015-12-02 | 1 | -2/+2 |
|
|
* | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -4/+4 |
|
|
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 1 | -1/+1 |
|
|
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 1 | -2/+2 |
|\ |
|
| * | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 1 | -2/+2 |
|
|
* | | Open files in binary mode to avoid newlines transformation. | Serhiy Storchaka | 2015-04-04 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Open files in binary mode to avoid newlines transformation. | Serhiy Storchaka | 2015-04-04 | 1 | -4/+4 |
|
|
* | | Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. | Yury Selivanov | 2014-12-08 | 1 | -1/+18 |
|
|
* | | Merge: #8473: Add tests that doctest uses universal newlines in testfile. | R David Murray | 2014-10-03 | 1 | -0/+30 |
|\ \
| |/ |
|
| * | #8473: Add tests that doctest uses universal newlines in testfile. | R David Murray | 2014-10-03 | 1 | -0/+30 |
|
|
* | | Issue8297: module attribute lookup failures now include module name in error ... | Ethan Furman | 2014-04-24 | 1 | -2/+2 |
|
|
* | | #15916: if there are no docstrings, make empty suite, not an error. | R David Murray | 2014-04-15 | 1 | -15/+18 |
|
|
* | | fix #21076: turn signal module constants into enums | Giampaolo Rodola' | 2014-04-04 | 1 | -1/+1 |
|/ |
|
* | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. | Tim Peters | 2013-12-04 | 1 | -0/+27 |
|
|
* | Issue #3158: Relax new doctests a bit. | Zachary Ware | 2013-11-24 | 1 | -4/+9 |
|
|
* | Issue #3158: doctest can now find doctests in functions and methods | Zachary Ware | 2013-11-24 | 1 | -0/+29 |
|
|
* | #11390: fix test failures due to readline and windows lineneds. | R David Murray | 2013-06-25 | 1 | -22/+30 |
|
|
* | #11390: convert doctest CLI to argparse and add -o and -f options. | R David Murray | 2013-06-23 | 1 | -0/+226 |
|
|
* | #16522: Add FAIL_FAST flag to doctest. | R David Murray | 2012-11-21 | 1 | -2/+45 |
|
|
* | Merge #14649: clarify DocTestSuite error when there are no docstrings. | R David Murray | 2012-09-10 | 1 | -0/+25 |
|\ |
|
| * | #14649: clarify DocTestSuite error when there are no docstrings. | R David Murray | 2012-09-10 | 1 | -0/+25 |
|
|
* | | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -1/+1 |
|
|
* | | Followup to #7502: add __hash__ method and tests. | Antoine Pitrou | 2011-12-18 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Followup to #7502: add __hash__ method and tests. | Antoine Pitrou | 2011-12-18 | 1 | -0/+19 |
|
|
* | | Issue #7502: Fix equality comparison for DocTestCase instances. | Antoine Pitrou | 2011-12-18 | 1 | -0/+40 |
|\ \
| |/ |
|
| * | Issue #7502: Fix equality comparison for DocTestCase instances. | Antoine Pitrou | 2011-12-18 | 1 | -0/+40 |
|
|
* | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -5/+5 |
| |\ |
|
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -5/+5 |
|
|
| | * | Merged revisions 83259,83261,83264-83265,83268-83269,83271-83272,83281 via sv... | Georg Brandl | 2010-08-01 | 1 | -0/+29 |
|
|
| | * | Merged revisions 78493 via svnmerge from | Florent Xicluna | 2010-02-27 | 1 | -1/+30 |
|
|