summaryrefslogtreecommitdiff
path: root/Lib/modulefinder.py
Commit message (Expand)AuthorAgeFilesLines
* Remove PEP 291 compatibility requirements for ctypes and modulefinderMartin Panter2016-05-141-2/+1
* Issue #26881: modulefinder now works with bytecode with extended args.Serhiy Storchaka2016-05-091-38/+45
* close files explicit (closes #21610)Benjamin Peterson2015-03-101-6/+8
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Fixed a modulefinder crash on certain relative imports.Thomas Heller2008-10-301-1/+4
* Silence warnings under -3 about using dict.has_key() for modulefinder.Brett Cannon2008-08-041-3/+4
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-271-2/+2
* Modulefinder now handles absolute and relative imports, includingThomas Heller2006-10-271-37/+109
* Fix SF item #876278: Unbounded recursion in modulefinder.Thomas Heller2004-05-111-0/+4
* Fix typo.Neil Schemenauer2004-02-151-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* SF #841977 - modulefinder fails to find extension modules in packagesThomas Heller2003-11-141-1/+6
* up the b/w compatibility requirement to 2.2Just van Rossum2003-07-181-1/+1
* Patch #698082 from Thomas Heller: Modulefinder didn't exclude modulesJust van Rossum2003-03-051-4/+4
* Get rid of many apply() calls.Guido van Rossum2003-02-271-2/+2
* removed bizarre construct, no idea why it was there...Just van Rossum2003-02-011-1/+0
* Whitespace normalization.Tim Peters2003-01-291-3/+3
* patch attached to sf item #643711:Just van Rossum2002-12-311-49/+150
* moving modulefinder.py to the standard libraryJust van Rossum2002-12-311-0/+486