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
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-12/+9
*
inspect.signature: Support classes without user-defined __init__/__new__ #20308
Yury Selivanov
2014-01-28
1
-0/+11
*
inspect.signature: Add support for 'functools.partialmethod' #20223
Yury Selivanov
2014-01-27
1
-40/+67
*
inspect.signature: Use '/' to separate positional-only parameters from
Yury Selivanov
2014-01-27
1
-23/+30
*
inspect.getfile: Don't crash on classes without '__module__' attribute #20372
Yury Selivanov
2014-01-27
1
-3/+4
*
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-5/+27
*
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
1
-37/+58
*
Issue #20144: Argument Clinic now supports simple constants as parameter
Larry Hastings
2014-01-07
1
-7/+49
*
merge 3.3 (closes #20108)
Benjamin Peterson
2014-01-02
1
-1/+3
|
\
|
*
avoid parameter name clash (closes #20108)
Benjamin Peterson
2014-01-02
1
-1/+3
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
1
-0/+62
*
|
Issue #19030: final pieces for proper location of various class attributes lo...
Ethan Furman
2013-10-21
1
-23/+32
*
|
Issue #19030: special-cased __dict__ as the actual dict is not returned, a p...
Ethan Furman
2013-10-18
1
-0/+2
*
|
Close #19030: inspect.getmembers and inspect.classify_class_attrs
Ethan Furman
2013-10-18
1
-24/+33
*
|
Close #19030: improvements to inspect and Enum.
Ethan Furman
2013-09-25
1
-29/+69
*
|
Close #18626: add a basic CLI for the inspect module
Nick Coghlan
2013-09-22
1
-0/+61
*
|
Close #18929: inspect.classify_class_attrs will now search the metaclasses (l...
Ethan Furman
2013-09-15
1
-1/+6
*
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
1
-1/+2
|
\
\
|
|
/
|
*
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
1
-1/+2
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-2/+2
|
\
\
|
|
/
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-2/+2
*
|
Close #13266: Add inspect.unwrap
Nick Coghlan
2013-07-28
1
-7/+37
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
1
-1/+3
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-1/+1
*
|
#17526: merge with 3.3.
Ezio Melotti
2013-03-30
1
-1/+1
|
\
\
|
|
/
|
*
#17526: fix an IndexError raised while passing code without filename to inspe...
Ezio Melotti
2013-03-30
1
-1/+1
*
|
Issue #17071: Signature.bind() now works when one of the keyword arguments is...
Antoine Pitrou
2013-01-29
1
-4/+4
|
\
\
|
|
/
|
*
Issue #17071: Signature.bind() now works when one of the keyword arguments is...
Antoine Pitrou
2013-01-29
1
-4/+4
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-10/+10
|
/
*
Issue #15401: Fix typo in inspect.getclosurevars docstring.
Meador Inge
2012-07-20
1
-1/+1
*
Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_...
Nick Coghlan
2012-07-18
1
-2/+9
*
Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing o...
Nick Coghlan
2012-06-23
1
-0/+18
*
Close #13062: Add inspect.getclosurevars to simplify testing stateful closures
Nick Coghlan
2012-06-23
1
-0/+54
*
Issue #15008: Implement PEP 362 "Signature Objects".
Larry Hastings
2012-06-22
1
-3/+772
*
Issue #14987: Add a missing import statement
Brett Cannon
2012-06-03
1
-0/+1
*
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-11/+16
*
Merge
Michael Foord
2011-12-22
1
-4/+5
|
\
|
*
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...
Michael Foord
2011-12-22
1
-4/+5
*
|
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
1
-33/+46
|
\
\
|
|
/
|
*
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
1
-33/+46
*
|
Merge 3.2
Michael Foord
2011-12-18
1
-4/+6
|
\
\
|
|
/
|
*
Fix inspect.getattr_static to work on modules (again).
Michael Foord
2011-12-18
1
-4/+6
*
|
Merge 3.2
Éric Araujo
2011-11-29
1
-1/+1
|
\
\
|
|
/
|
*
Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487).
Éric Araujo
2011-11-29
1
-1/+1
*
|
remove unused imports (closes #12432)
Benjamin Peterson
2011-06-28
1
-1/+0
*
|
give the names of missing positional or keyword-only arguments (closes #12356)
Benjamin Peterson
2011-06-24
1
-12/+29
*
|
merge 3.2 (#9284)
Benjamin Peterson
2011-06-11
1
-2/+6
|
\
\
|
|
/
|
*
allow "fake" filenames in findsource (closes #9284)
Benjamin Peterson
2011-06-11
1
-2/+6
[prev]
[next]