- 11 Haz, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
This allows findsource() to work in doctests. A patch from Dirkjan Ochtman.
-
- 28 Mar, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Daniel Urban.
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 02 Agu, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79165 | florent.xicluna | 2010-03-21 03:14:24 +0200 (Sun, 21 Mar 2010) | 2 lines #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77942 | ezio.melotti | 2010-02-03 07:37:26 +0200 (Wed, 03 Feb 2010) | 1 line #7092: Silence more py3k warnings. Patch by Florent Xicluna. ........ r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line #7092: silence some more py3k warnings. ........
-
- 17 Haz, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
The fix for issue 4050 caused a regression: before that fix, source lines in the linecache would eventually be found by inspect. After the fix inspect reports an error earlier, and the source isn't found. The fix for the fix is to have getsourcefile look in the linecache for the file and return the psuedo-filename if the source is there, just as it already returns it if there is a PEP 302 loader.
-
- 10 Nis, 2010 1 kayıt (commit)
-
-
Jean-Paul Calderone yazdı
The test_classify_oldstyle and test_classify_newstyle methods of test.test_inspect.TestClassesAndFunctions were previously almost identical (aside from irrelevant whitespace and one semantic difference). They now share a single helper. Fixes issue #8363.
-
- 31 Mar, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 30 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by George Sakkis
-
- 21 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 23 Şub, 2010 1 kayıt (commit)
-
-
R. David Murray yazdı
with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
-
- 07 Şub, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 03 Şub, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 23 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 08 Ock, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
- 15 Eki, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 May, 2009 1 kayıt (commit)
-
-
Philip Jenvey yazdı
-
- 14 May, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
turns out not to be an external module on some other platform.
-
- 13 May, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
file is a binary. Patch by Brodie Rao, test by Daniel Diniz.
-
- 17 Ock, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Ock, 2009 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
e.g. a __slots__ attribute which has not been set.
-
- 14 Ara, 2008 2 kayıt (commit)
-
-
Nick Coghlan yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67750 | nick.coghlan | 2008-12-14 20:54:50 +1000 (Sun, 14 Dec 2008) | 1 line Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details. ........ r67751 | nick.coghlan | 2008-12-14 21:09:40 +1000 (Sun, 14 Dec 2008) | 1 line Add file that was missed from r67750 ........
-
Nick Coghlan yazdı
Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details.
-
- 07 Haz, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
to ease standalone use of the algorithm.
-
- 03 Mar, 2008 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Christian Heimes yazdı
-
- 18 Şub, 2008 1 kayıt (commit)
-
-
Facundo Batista yazdı
inspect.py. Thanks Javi Mansilla for patch review and corrections.
-
- 27 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
-
- 08 Eyl, 2006 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 07 Eyl, 2006 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314
-
- 14 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
Add a test to test_inspect to make sure indented source is recognized correctly. (fixes #1224621)
-
- 28 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 27 Tem, 2006 1 kayıt (commit)
-
-
Barry Warsaw yazdı
inspect.py, and pydoc.py. Specifically, this allows for querying the type of an object against these built-in C types and more importantly, for getting their docstrings printed in the interactive interpreter's help() function. This patch includes a new built-in module called _types which provides definitions of getset and member descriptors for use by the types.py module. These types are exposed as types.GetSetDescriptorType and types.MemberDescriptorType. Query functions are provided as inspect.isgetsetdescriptor() and inspect.ismemberdescriptor(). The implementations of these are robust enough to work with Python implementations other than CPython, which may not have these fundamental types. The patch also includes documentation and test suite updates. I commit these changes now under these guiding principles: 1. Silence is assent. The release manager has not said "no", and of the few people that cared enough to respond to the thread, the worst vote was "0". 2. It's easier to ask for forgiveness than permission. 3. It's so dang easy to revert stuff in svn, that you could view this as a forcing function. :) Windows build patches will follow.
-
- 20 Tem, 2006 1 kayıt (commit)
-
-
Phillip J. Eby yazdı
(There was a problem with empty filenames still causing recursion)
-
- 10 Tem, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Phillip J. Eby yazdı
-
- 09 Haz, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
Occurences in email and compiler were ignored due to backwards compat requirements.
-
- 27 Mar, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
def foo((x)): was getting recognized as requiring tuple unpacking which is not correct. Add tests for this case and the proper way to unpack a tuple of one: def foo((x,)): test_inpsect was incorrect before. I'm not sure why it was passing, but that has been corrected with a test for both functions above. This means the test (and therefore inspect.getargspec()) are broken in 2.4.
-