mirror of
https://github.com/python/cpython.git
synced 2024-11-30 05:15:14 +08:00
49fd7fa443
number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway. |
||
---|---|---|
.. | ||
beer.py | ||
eqfix.py | ||
fact.py | ||
find-uname.py | ||
from.py | ||
ftpstats.py | ||
lpwatch.py | ||
makedir.py | ||
markov.py | ||
mboxconvert.py | ||
mkrcs.py | ||
morse.py | ||
newslist.doc | ||
newslist.py | ||
pi.py | ||
pp.py | ||
primes.py | ||
queens.py | ||
README | ||
script.py | ||
unbirthday.py | ||
update.py | ||
wh.py |
This directory contains a collection of executable Python scripts. See also the Tools/scripts directory! beer.py Print the classic 'bottles of beer' list. eqfix.py Fix .py files to use the correct equality test operator fact.py Factorize numbers find-uname.py Search for Unicode characters using regexps. from.py Summarize mailbox ftpstats.py Summarize ftp daemon log file lpwatch.py Watch BSD line printer queues makedir.py Like mkdir -p markov.py Markov chain simulation of words or characters mboxconvvert.py Convert MH or MMDF mailboxes to unix mailbox format mkrcs.py Fix symlinks named RCS into parallel tree morse.py Produce morse code (audible or on AIFF file) pi.py Print all digits of pi -- given enough time and memory pp.py Emulate some Perl command line options primes.py Print prime numbers queens.py Dijkstra's solution to Wirth's "N Queens problem" script.py Equivalent to BSD script(1) -- by Steen Lumholt unbirthday.py Print unbirthday count update.py Update a bunch of files according to a script.