GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
Miss Islington (bot)
2018-10-19
1
-7
/
+15
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (GH-9702)
Miss Islington (bot)
2018-10-04
1
-1
/
+1
*
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...
Miss Islington (bot)
2018-08-24
1
-1
/
+6
*
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (#...
Miss Islington (bot)
2018-05-29
1
-16
/
+31
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Miss Islington (bot)
2018-03-06
1
-1
/
+2
*
[3.6] bpo-25532: Protect against infinite loops in inspect.unwrap() (GH-1717)...
Serhiy Storchaka
2017-09-27
1
-3
/
+6
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1662)
Dong-hee Na
2017-06-15
1
-4
/
+9
*
[3.6] bpo-29822: make inspect.isabstract() work during __init_subclass__ (#1979)
Nate
2017-06-07
1
-1
/
+22
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...
Xiang Zhang
2017-04-13
1
-12
/
+18
*
Issue #15812: Merge from 3.5
Berker Peksag
2017-01-03
1
-1
/
+0
|
\
|
*
Issue #15812: Delete redundant max(start, 0)
Berker Peksag
2017-01-03
1
-1
/
+0
*
|
Issue #15812: Merge from 3.5
Berker Peksag
2017-01-02
1
-1
/
+1
|
\
|
|
*
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a ...
Berker Peksag
2017-01-02
1
-1
/
+1
*
|
Issue #27172: Undeprecate inspect.getfullargspec()
Nick Coghlan
2016-12-02
1
-17
/
+25
*
|
Merge 3.5 (issue #28639)
Yury Selivanov
2016-11-08
1
-2
/
+2
|
\
|
|
*
Issue #28639: Fix inspect.isawaitable to always return bool
Yury Selivanov
2016-11-08
1
-2
/
+2
*
|
docs/inspect: clarify iscoroutinefunction; add docs for isasyncgen*
Yury Selivanov
2016-11-08
1
-2
/
+7
*
|
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ...
Guido van Rossum
2016-10-22
1
-0
/
+2
|
\
|
|
*
Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ...
Guido van Rossum
2016-10-22
1
-0
/
+2
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-08
1
-0
/
+7
*
|
Issue #27993: Merge plural fixes from 3.5
Martin Panter
2016-09-07
1
-3
/
+2
|
\
|
|
*
Issue #27993: Fix problems with plural objects in docs and comments
Martin Panter
2016-09-07
1
-3
/
+2
*
|
Issue #19611: handle implicit parameters in inspect.signature
Nick Coghlan
2016-06-04
1
-0
/
+14
*
|
Merge 3.5 (issue #26347)
Yury Selivanov
2016-03-02
1
-2
/
+0
|
\
|
|
*
inspect: Fix BoundArguments.apply_defaults to handle empty arguments
Yury Selivanov
2016-03-02
1
-2
/
+0
*
|
Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.
Yury Selivanov
2016-01-11
1
-0
/
+25
*
|
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Serhiy Storchaka
2015-10-29
1
-6
/
+7
|
\
|
|
*
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Serhiy Storchaka
2015-10-29
1
-6
/
+7
*
|
Issue #13248: Delete remaining references of inspect.getargspec().
Berker Peksag
2015-07-31
1
-5
/
+2
*
|
Issue #24485: Function source inspection fails on closures.
Meador Inge
2015-07-23
1
-4
/
+22
|
\
|
|
*
Issue #24485: Function source inspection fails on closures.
Meador Inge
2015-07-23
1
-4
/
+22
*
|
Issue #13248: Remove inspect.getmoduleinfo() from 3.6 (deprecated in 3.3)
Yury Selivanov
2015-07-23
1
-17
/
+0
*
|
Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0)
Yury Selivanov
2015-07-23
1
-25
/
+0
|
/
*
Issue #24485: Revert backwards compatibility breaking changes of #21217.
Yury Selivanov
2015-07-23
1
-18
/
+2
*
Issue #24669: Fix inspect.getsource() for 'async def' functions.
Yury Selivanov
2015-07-21
1
-1
/
+1
*
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
Serhiy Storchaka
2015-07-18
1
-22
/
+19
|
\
|
*
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
Serhiy Storchaka
2015-07-18
1
-16
/
+10
*
|
Issue #24400: Resurrect inspect.isawaitable()
Yury Selivanov
2015-07-03
1
-0
/
+7
*
|
Issue #24400: Remove inspect.isawaitable().
Yury Selivanov
2015-06-30
1
-4
/
+0
*
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-7
/
+43
*
|
Issue #23934: Fix inspect.signature to fail correctly for builtin types.
Yury Selivanov
2015-05-30
1
-1
/
+5
*
|
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov
2015-05-27
1
-0
/
+9
|
\
|
|
*
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov
2015-05-27
1
-0
/
+8
*
|
Issue 20438: Adjust stacklevel of inspect.getargspec() warning.
Yury Selivanov
2015-05-22
1
-1
/
+2
*
|
Issue 20438: Deprecate inspect.getargspec() and friends.
Yury Selivanov
2015-05-22
1
-1
/
+4
*
|
Set stacklevel to 2 to get more accurate warning messages from deprecated fun...
Berker Peksag
2015-05-21
1
-2
/
+4
*
|
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
Yury Selivanov
2015-05-21
1
-3
/
+3
|
\
|
|
*
Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__
Yury Selivanov
2015-05-21
1
-3
/
+3
|
*
inspect: Fix getsource() to load updated source of reloaded module
Yury Selivanov
2014-12-08
1
-5
/
+11
*
|
Issue 24017: Use abc.Coroutine in inspect.iscoroutine() function
Yury Selivanov
2015-05-21
1
-2
/
+1
[next]