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_doctest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-1/+1
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
1
-1/+1
*
gh-93883: elide traceback indicators when possible (#93994)
John Belmonte
2022-07-11
1
-3/+1
*
gh-84623: Move imports in doctests (#94133)
Victor Stinner
2022-06-22
1
-3/+3
*
bpo-28249: fix `lineno` location for empty `DocTest` instances (GH-30498)
Nikita Sobolev
2022-05-19
1
-1/+22
*
bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)
Daniƫl van Noord
2022-03-22
1
-0/+16
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-1/+6
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Alex Waygood
2021-10-28
1
-0/+15
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-22
1
-1/+1
*
bpo-45229: Make doctest tests discoverable (GH-28986)
Serhiy Storchaka
2021-10-20
1
-14/+6
*
bpo-24234: implement complex.__complex__ (GH-27887)
Mark Dickinson
2021-08-23
1
-1/+1
*
bpo-43950: support some multi-line expressions for PEP 657 (GH-27339)
Batuhan Taskaya
2021-07-25
1
-0/+1
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-2/+4
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-0/+1
*
bpo-35753: Fix crash in doctest with unwrap-able functions (#22981)
Alfred Perlstein
2021-05-05
1
-1/+14
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki
2021-04-02
1
-3/+3
*
bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419)
pxinwr
2020-12-04
1
-1/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi
2020-08-03
1
-6/+10
*
bpo-29882: Add an efficient popcount method for integers (#771)
Niklas Fiekas
2020-05-29
1
-1/+2
*
bpo-40636: Clarify the zip built-in docstring. (GH-20118)
Gregory P. Smith
2020-05-15
1
-1/+2
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
1
-1/+1
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-1/+1
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Peter Donis
2020-03-26
1
-4/+89
*
bpo-36406: Handle namespace packages in doctest (GH-12520)
Xtreak
2019-12-13
1
-1/+5
*
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
[next]