summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/resources
stat options
Period:
Authors:

Commits per author per week (path 'Mac/BuildScript/resources')

AuthorW07 2026W08 2026W09 2026W10 2026Total
Total00000
>
authorGregory P. Smith <greg@mad-scientist.com>2009-11-01 18:31:13 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-11-01 18:31:13 (GMT)
commit6da85f947f0c03a9fde7de4a9386498be8eaaa94 (patch)
treea20c527f892bd493169c680b0812bf23d79f4ea6 /Misc
parentf44aa34ceec6e6d068802946f759d2db4bdc1087 (diff)
downloadcpython-6da85f947f0c03a9fde7de4a9386498be8eaaa94.zip
cpython-6da85f947f0c03a9fde7de4a9386498be8eaaa94.tar.gz
cpython-6da85f947f0c03a9fde7de4a9386498be8eaaa94.tar.bz2
Merged revisions 76000 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76000 | gregory.p.smith | 2009-10-31 14:26:08 -0700 (Sat, 31 Oct 2009) | 7 lines Fixes issue7208 - getpass would still allow the password to be echoed on Solaris due to not flushing the input buffer. This change also incorporates some additional getpass implementation suggestions for security based on an analysis of getpass.c linked to from the issue. ........