COMMITS
/ Lib/modulefinder.py December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
May 8, 2016
S
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka committed
S
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka committed
April 12, 2016
V
Issue #26647: Cleanup modulefinder
Victor Stinner committed
October 30, 2015
B
Issue #25487: Fix tests not updated when the imp module moved to a
Brett Cannon committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
July 7, 2014
B
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code().
Berker Peksag committed
February 28, 2014
B
merge for issue #20778
Brett Cannon committed
B
Issue #20778: Fix modulefinder to work with bytecode-only modules.
Brett Cannon committed
January 20, 2014
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
June 16, 2013
B
Issue #17177: The imp module is pending deprecation.
Brett Cannon committed
December 23, 2012
B
merge with 3.3
Brett Cannon committed
B
Issue #16752: Add a missing import to modulefinder.
Brett Cannon committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
May 11, 2012
B
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon committed
August 1, 2011
É
Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti)
Éric Araujo committed
July 28, 2011
É
Modernize modulefinder module and tests a bit.
Éric Araujo committed
May 9, 2011
M
merge 11164
Martin v. Löwis committed
M
Stop trying to use _xmlplus in the xml module. Closes #11164.
Martin v. Löwis committed
October 30, 2010
B
Silence ResourceWarnings in modulefinder by using file context managers.
Brett Cannon committed
February 16, 2009
B
no 2.3 compat in the py3k lib #3676
Benjamin Peterson committed
November 3, 2008
B
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Benjamin Peterson committed
November 27, 2007
C
Merged revisions 59193-59201 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 24, 2007
G
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl committed
October 22, 2007
B
Make str/str8 comparisons return True/False for !=/==.
Brett Cannon committed
October 19, 2007
G
Patch 1280, by Alexandre Vassalotti.
Guido van Rossum committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
June 12, 2007
G
Some quick fixes of code that was sorting dict.keys() etc.
Guido van Rossum committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
October 27, 2006
G
Thomas Heller fixed modulefinder and added a test. Thanks!
Guido van Rossum committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
May 11, 2004
T
Fix SF item #876278: Unbounded recursion in modulefinder.
Thomas Heller committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
November 14, 2003
T
SF #841977 - modulefinder fails to find extension modules in packages
Thomas Heller committed
July 18, 2003
J
up the b/w compatibility requirement to 2.2
Just van Rossum committed
March 5, 2003
J
Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules
Just van Rossum committed
February 27, 2003
G
Get rid of many apply() calls.
Guido van Rossum committed
February 1, 2003
J
removed bizarre construct, no idea why it was there...
Just van Rossum committed
January 29, 2003
T
Whitespace normalization.
Tim Peters committed
December 31, 2002
J
patch attached to sf item #643711:
Just van Rossum committed
J
moving modulefinder.py to the standard library
Just van Rossum committed