summaryrefslogtreecommitdiff
path: root/Lib/modulefinder.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-081-26/+17
|\
| * Issue #26881: The modulefinder module now supports extended opcode arguments.Serhiy Storchaka2016-05-081-27/+18
* | Issue #26647: Cleanup modulefinderVictor Stinner2016-04-121-5/+5
* | Issue #25487: Fix tests not updated when the imp module moved to aBrett Cannon2015-10-301-1/+1
|/
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-2/+2
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-1/+1
* Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_pa...Berker Peksag2014-07-071-5/+6
* merge for issue #20778Brett Cannon2014-02-281-7/+12
|\
| * Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-28/+1
| |\
| * \ #18705: merge with 3.3.Ezio Melotti2013-08-171-1/+1
| |\ \
| * | | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-1/+4
| * | | merge with 3.3Brett Cannon2012-12-221-0/+1
| |\ \ \
| * | | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* | | | | Issue #20778: Fix modulefinder to work with bytecode-only modules.Brett Cannon2014-02-281-1/+1
| |_|_|/ |/| | |
* | | | Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-28/+1
| |_|/ |/| |
* | | #18705: fix a number of typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
| |/ |/|
* | Issue #16752: Add a missing import to modulefinder.Brett Cannon2012-12-221-0/+1
|/
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-2/+3
* Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti)Éric Araujo2011-08-011-2/+1
* Modernize modulefinder module and tests a bit.Éric Araujo2011-07-281-9/+6
* merge 11164Martin v. Löwis2011-05-091-3/+4
|\
| * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-3/+4
* | Silence ResourceWarnings in modulefinder by using file context managers.Brett Cannon2010-10-301-9/+13
|/
* no 2.3 compat in the py3k lib #3676Benjamin Peterson2009-02-161-6/+1
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-1/+4
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-6/+6
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-6/+6
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-6/+7
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-191-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-6/+6
* Some quick fixes of code that was sorting dict.keys() etc.Guido van Rossum2007-06-121-6/+3
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-21/+21
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Thomas Heller fixed modulefinder and added a test. Thanks!Guido van Rossum2006-10-271-37/+105
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-2/+2
* 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