summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_doctest.py
Commit message (Expand)AuthorAgeFilesLines
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-041-1/+1
* GH-84783: Make the slice object hashable (GH-101264)Furkan Onder2023-02-191-1/+1
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-111-3/+1
* gh-84623: Move imports in doctests (#94133)Victor Stinner2022-06-221-3/+3
* bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)Nikita Sobolev2022-05-191-1/+22
* bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)Daniƫl van Noord2022-03-221-0/+16
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-1/+6
* bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Alex Waygood2021-10-281-0/+15
* bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...Irit Katriel2021-10-221-1/+1
* bpo-45229: Make doctest tests discoverable (GH-28986)Serhiy Storchaka2021-10-201-14/+6
* bpo-24234: implement complex.__complex__ (GH-27887)Mark Dickinson2021-08-231-1/+1
* bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)Batuhan Taskaya2021-07-251-0/+1
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-071-2/+4
* bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)Ammar Askar2021-07-041-0/+1
* bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)Alfred Perlstein2021-05-051-1/+14
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)Inada Naoki2021-04-021-3/+3
* bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)pxinwr2020-12-041-1/+2
* bpo-40275: Use new test.support helper submodules in tests (GH-21448)Hai Shi2020-08-031-6/+10
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-291-1/+2
* bpo-40636: Clarify the zip built-in docstring. (GH-20118)Gregory P. Smith2020-05-151-1/+2
* bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)sweeneyde2020-04-221-1/+1
* bpo-39481: Implementation for PEP 585 (#18239)Guido van Rossum2020-04-071-1/+1
* bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...Peter Donis2020-03-261-4/+89
* bpo-36406: Handle namespace packages in doctest (GH-12520)Xtreak2019-12-131-1/+5
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-22385: Support output separators in hex methods. (#13578)Gregory P. Smith2019-05-291-1/+4
* bpo-24746: Fix doctest failures when running the testsuite with -R (#11501)Pablo Galindo2019-01-101-2/+1
* bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#10639)Sanyam Khurana2019-01-091-1/+47
* bpo-12458: Fix line numbers for multiline expressions. (GH-8774)Serhiy Storchaka2018-09-171-1/+1
* bpo-33073: Adding as_integer_ratio to ints. (GH-8750)Lisa Roach2018-09-141-1/+2
* bpo-33053: -m now adds *starting* directory to sys.path (GH-6231)Nick Coghlan2018-03-251-5/+11
* bpo-32991: Restore expectation that inspect.getfile raises TypeError on names...Jason R. Coombs2018-03-051-1/+18
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-1/+1
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-141-1/+1
* Issue #18300: Merge from 3.5Berker Peksag2016-06-241-15/+9
|\
| * Issue #18300: Set TERM='' by default in assert_python_*Berker Peksag2016-06-241-15/+9
* | Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-1/+1
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-3/+1
* | test_doctest: remove unused importsVictor Stinner2016-03-251-2/+1
|/
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* Fix test_doctest in verbose modeVictor Stinner2015-12-021-2/+2
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-4/+4
* Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-251-1/+1
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-2/+2
|\
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-2/+2
* | Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-4/+4
|\ \ | |/
| * Open files in binary mode to avoid newlines transformation.Serhiy Storchaka2015-04-041-4/+4