index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
modulefinder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45017: move opcode-related logic from modulefinder to dis (GH-28246)
Irit Katriel
2021-09-09
1
-26/+7
*
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner
2020-04-30
1
-2/+0
*
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)
Anthony Sottile
2020-04-22
1
-1/+1
*
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)
Barry
2020-04-20
1
-9/+10
*
bpo-40260: Update modulefinder to use io.open_code() and respect coding comme...
Barry
2020-04-14
1
-16/+14
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
1
-7/+1
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-2/+3
*
bpo-35936: Updates to modulefinder (GH-11787)
Brandt Bucher
2019-04-07
1
-16/+76
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-2/+3
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka
2016-05-08
1
-26/+17
|
\
|
*
Issue #26881: The modulefinder module now supports extended opcode arguments.
Serhiy Storchaka
2016-05-08
1
-27/+18
*
|
Issue #26647: Cleanup modulefinder
Victor Stinner
2016-04-12
1
-5/+5
*
|
Issue #25487: Fix tests not updated when the imp module moved to a
Brett Cannon
2015-10-30
1
-1/+1
|
/
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-2/+2
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-1/+1
*
Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_pa...
Berker Peksag
2014-07-07
1
-5/+6
*
merge for issue #20778
Brett Cannon
2014-02-28
1
-5/+7
|
\
|
*
Issue #20778: Fix modulefinder to work with bytecode-only modules.
Brett Cannon
2014-02-28
1
-1/+1
*
|
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-23
1
-0/+1
|
\
\
|
|
/
|
*
Issue #16752: Add a missing import to modulefinder.
Brett Cannon
2012-12-23
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
[next]