| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -28/+1 |
|\ |
|
| * | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -28/+1 |
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
* | | Issue #17177: The imp module is pending deprecation. | Brett Cannon | 2013-06-16 | 1 | -1/+4 |
* | | merge with 3.3 | Brett Cannon | 2012-12-22 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #16752: Add a missing import to modulefinder. | Brett Cannon | 2012-12-22 | 1 | -0/+1 |
* | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|/ |
|
* | Issue #13959: Deprecate imp.get_suffixes() for new attributes on | Brett Cannon | 2012-05-11 | 1 | -2/+3 |
* | Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) | Éric Araujo | 2011-08-01 | 1 | -2/+1 |
* | Modernize modulefinder module and tests a bit. | Éric Araujo | 2011-07-28 | 1 | -9/+6 |
* | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -3/+4 |
|\ |
|
| * | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 1 | -3/+4 |
* | | Silence ResourceWarnings in modulefinder by using file context managers. | Brett Cannon | 2010-10-30 | 1 | -9/+13 |
|/ |
|
* | no 2.3 compat in the py3k lib #3676 | Benjamin Peterson | 2009-02-16 | 1 | -6/+1 |
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 1 | -1/+4 |
* | Merged revisions 59193-59201 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -2/+2 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -6/+6 |
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -6/+6 |
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -6/+7 |
* | Patch 1280, by Alexandre Vassalotti. | Guido van Rossum | 2007-10-19 | 1 | -1/+1 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -6/+6 |
* | Some quick fixes of code that was sorting dict.keys() etc. | Guido van Rossum | 2007-06-12 | 1 | -6/+3 |
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -1/+2 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -21/+21 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -3/+3 |
* | Thomas Heller fixed modulefinder and added a test. Thanks! | Guido van Rossum | 2006-10-27 | 1 | -37/+105 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -2/+2 |
* | Fix SF item #876278: Unbounded recursion in modulefinder. | Thomas Heller | 2004-05-11 | 1 | -0/+4 |
* | Fix typo. | Neil Schemenauer | 2004-02-15 | 1 | -1/+1 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -4/+4 |
* | SF #841977 - modulefinder fails to find extension modules in packages | Thomas Heller | 2003-11-14 | 1 | -1/+6 |
* | up the b/w compatibility requirement to 2.2 | Just van Rossum | 2003-07-18 | 1 | -1/+1 |
* | Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules | Just van Rossum | 2003-03-05 | 1 | -4/+4 |
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -2/+2 |
* | removed bizarre construct, no idea why it was there... | Just van Rossum | 2003-02-01 | 1 | -1/+0 |
* | Whitespace normalization. | Tim Peters | 2003-01-29 | 1 | -3/+3 |
* | patch attached to sf item #643711: | Just van Rossum | 2002-12-31 | 1 | -49/+150 |
* | moving modulefinder.py to the standard library | Just van Rossum | 2002-12-31 | 1 | -0/+486 |