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.

classification
Title: meta issue: bugs.python.org search shows only issues with recent activity
Type: behavior Stage: resolved
Components: Demos and Tools Versions:
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: Oren Milman, ezio.melotti, yan12125
Priority: critical Keywords:

Created on 2017-09-27 09:19 by Oren Milman, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (6)
msg303114 - (view) Author: Oren Milman (Oren Milman) * Date: 2017-09-27 09:19
For example, when I search for 'ctypes', I get only two results.

Just in case, i checked and got the same results in multiple browsers, and also on Ubuntu and on Windows.
msg303116 - (view) Author: Oren Milman (Oren Milman) * Date: 2017-09-27 09:22
I am not 100% sure that issues are showed because they had a recent activity, but ISTM like the reason..
msg303168 - (view) Author: (yan12125) * Date: 2017-09-27 18:49
IIRC bugs of bugs.python.org should go to http://psf.upfronthosting.co.za/roundup/meta/
msg303177 - (view) Author: Oren Milman (Oren Milman) * Date: 2017-09-27 20:38
thanks :)
opened http://psf.upfronthosting.co.za/roundup/meta/issue642
msg303178 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2017-09-27 20:49
This should be fixed now, thanks for the report!
msg303179 - (view) Author: Oren Milman (Oren Milman) * Date: 2017-09-27 20:50
fixed indeed. thanks! :)
History
Date User Action Args
2022-04-11 14:58:52adminsetgithub: 75786
2017-09-27 20:50:18Oren Milmansetmessages: + msg303179
2017-09-27 20:49:08ezio.melottisetstatus: open -> closed
messages: + msg303178

assignee: ezio.melotti
resolution: third party
stage: resolved
2017-09-27 20:38:38Oren Milmansetmessages: + msg303177
2017-09-27 18:49:21yan12125setnosy: + yan12125
messages: + msg303168
2017-09-27 10:35:11serhiy.storchakasetpriority: normal -> critical
2017-09-27 09:24:31Oren Milmansetnosy: + ezio.melotti
2017-09-27 09:22:01Oren Milmansetmessages: + msg303116
2017-09-27 09:19:53Oren Milmancreate