This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2005-09-08 09:28 by misc_from_metz, last changed 2022-04-11 14:56 by admin.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
modulefinder.no_recurse.diff | misc_from_metz, 2005-09-08 09:28 | Add a parameter to ModuleFinder, to not recurse when searching module. | ||
modulefinder-no-recurse.diff | eric.araujo, 2011-07-29 13:53 | review | ||
1.html | mikecmcleod, 2021-12-01 16:31 | bpo-1284670 | ||
2.html | mikecmcleod, 2021-12-01 16:33 | fix non_recursive_import_test_1 and set debug to 0 |
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 30228 | closed | mikecmcleod, 2021-12-22 11:25 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:12 | admin | set | github: 42354 |
2022-01-20 17:22:41 | JelleZijlstra | set | nosy:
+ JelleZijlstra messages: + msg411038 |
2021-12-22 11:25:43 | mikecmcleod | set | pull_requests: + pull_request28450 |
2021-12-01 16:33:24 | mikecmcleod | set | files:
+ 2.html messages: + msg407471 |
2021-12-01 16:31:56 | mikecmcleod | set | files:
+ 1.html messages: + msg407470 |
2021-11-27 11:10:48 | mikecmcleod | set | messages: + msg407139 |
2021-11-25 09:05:00 | iritkatriel | set | nosy:
+ iritkatriel messages: + msg406981 |
2021-11-19 17:16:06 | ethan.furman | set | nosy:
+ ethan.furman |
2021-11-19 12:17:36 | mikecmcleod | set | nosy:
+ mikecmcleod messages: + msg406579 |
2013-01-25 19:18:16 | brett.cannon | set | nosy:
- brett.cannon |
2011-07-29 13:53:58 | eric.araujo | set | files:
+ modulefinder-no-recurse.diff messages: + msg141381 |
2011-07-29 13:52:42 | eric.araujo | set | files: - modulefinder-no-recurse.diff |
2011-07-18 16:32:20 | eric.snow | set | nosy:
+ eric.snow |
2011-07-18 16:23:56 | eric.araujo | set | files:
+ modulefinder-no-recurse.diff nosy: + misc messages: + msg140602 |
2010-12-30 18:37:02 | eric.araujo | set | versions:
+ Python 3.3, - Python 3.2 nosy: - misc_from_metz, BreamoreBoy messages: + msg124928 assignee: eric.araujo stage: test needed -> patch review |
2010-08-22 08:45:21 | ncoghlan | set | messages: + msg114646 |
2010-08-22 08:42:18 | ncoghlan | set | messages: + msg114645 |
2010-08-21 19:33:56 | eric.araujo | set | nosy:
+ eric.araujo, jvr, brett.cannon, ncoghlan messages: + msg114553 |
2010-08-21 19:19:00 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg114551 versions: + Python 3.2, - Python 2.7 |
2009-04-22 05:08:10 | ajaksu2 | set | keywords: + easy |
2009-03-31 01:19:22 | ajaksu2 | set | stage: test needed type: enhancement versions: + Python 2.7 |
2005-09-08 09:28:31 | misc_from_metz | create |