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_pydoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__` docst...
Nikita Sobolev
2023-11-19
1
-14/+14
*
gh-107782: Use _testcapi to test non-representable signatures (GH-109325)
Serhiy Storchaka
2023-09-14
1
-2/+37
*
gh-108638: Fix tests when _stat extension is missing (#108689)
Victor Stinner
2023-08-31
1
-1/+7
*
gh-107526: Fix test_module_level_callable_unrepresentable_default (gh-108187)
Dong-hee Na
2023-08-21
1
-1/+1
*
gh-107782: Pydoc: fall back to __text_signature__ if inspect.signature() fail...
Serhiy Storchaka
2023-08-11
1
-0/+54
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-0/+50
*
gh-102541: Add test case for help() for non_existent_module (#106340)
Kirill Podoprigora
2023-07-11
1
-1/+10
*
gh-102541: Fix Helper.help("mod") for non-existent mod (#105934)
Kirill Podoprigora
2023-07-01
1
-0/+7
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-1/+1
*
gh-94318: Strip trailing spaces in pydoc text output (GH-94319)
Serhiy Storchaka
2022-06-27
1
-49/+49
*
gh-84461: Fix Emscripten umask and permission issues (GH-94002)
Christian Heimes
2022-06-19
1
-0/+1
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-0/+1
*
gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846)
Christian Heimes
2022-05-16
1
-2/+6
*
bpo-46998: Allow subclassing Any at runtime (GH-31841)
Shantanu
2022-04-05
1
-6/+6
*
bpo-26120: do not exclude __future__ import in pydoc of the __future__ module...
Irit Katriel
2022-03-29
1
-0/+17
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-1/+2
*
bpo-40296: Fix supporting generic aliases in pydoc (GH-30253)
Serhiy Storchaka
2022-03-18
1
-0/+58
*
bpo-47042: Fix testing the HTML output in test_pydoc (GH-31959)
Serhiy Storchaka
2022-03-17
1
-6/+10
*
General cleanup of test_pydoc (GH-29459)
Zachary Ware
2021-11-07
1
-43/+43
*
bpo-10716: Migrating pydoc to html5. (GH-28651)
Julien Palard
2021-10-09
1
-166/+114
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-15/+6
*
bpo-45020: Freeze some of the modules imported during startup. (gh-28335)
Eric Snow
2021-09-15
1
-0/+2
*
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
Gregory Anders
2021-08-26
1
-4/+12
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-2/+2
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-1/+1
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
1
-2/+4
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-1/+1
*
bpo-42988: Remove the pydoc getfile feature (GH-25015)
Victor Stinner
2021-03-29
1
-6/+0
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi
2020-08-03
1
-8/+7
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-2/+3
*
bpo-35113: Fix inspect.getsource to return correct source for inner classes (...
Karthikeyan Singaravelan
2020-04-18
1
-0/+1
*
bpo-40257: Improve help for the typing module (GH-19546)
Serhiy Storchaka
2020-04-18
1
-1/+2
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-1/+2
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-1/+1
*
bpo-38786: Add parsing of https links to pydoc (GH-17143)
Kirill
2019-11-13
1
-0/+11
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010)
Dan Rose
2019-05-24
1
-0/+23
*
bpo-36729: Delete unused text variable on tests. (GH-12959)
Emmanuel Arias
2019-04-29
1
-4/+0
*
bpo-35619: Improve support of custom data descriptors in help() and pydoc. (G...
Serhiy Storchaka
2019-01-15
1
-10/+164
*
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
Serhiy Storchaka
2018-12-31
1
-0/+10
*
bpo-35614: Fix pydoc help() on metaclasses (#11357)
Sanyam Khurana
2018-12-31
1
-0/+11
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-2/+2
*
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
Serhiy Storchaka
2018-11-08
1
-0/+99
*
bpo-8525: help() on a type now shows builtin subclasses (GH-5066)
Sanyam Khurana
2018-10-21
1
-0/+118
*
bpo-34182: Fix test_pydoc running as a script. (GH-8389)
Bo Bayles
2018-07-29
1
-1/+2
*
bpo-33185: Improve wording and markup (GH-6477)
Nick Coghlan
2018-04-15
1
-1/+1
*
bpo-33185: Fix regression in pydoc CLI sys.path handling (GH-6419)
Nick Coghlan
2018-04-15
1
-0/+67
*
bpo-32226: PEP 560: improve typing module (#4906)
Ivan Levkivskyi
2018-01-20
1
-1/+1
*
bpo-32031: Fix pydoc `test_mixed_case_module_names_are_lower_cased` (GH-4441)
xdegaye
2017-11-18
1
-1/+1
[next]