Staging
v0.8.1
https://github.com/python/cpython
Revision b46562480b350984e7e81693936d1ed471a96b46 authored by Éric Araujo on 25 February 2012, 15:57:04 UTC, committed by Éric Araujo on 25 February 2012, 15:57:04 UTC
When people find bugs in scripts such as reindent.py, msgfmt.py or
pygettext.py, we have to try to reproduce the bug manually, apply a fix
and test manually again.  The alternative is to only read the code and
trust that it works.  This test file is a way to stop that
unsatisfactory state of things and write proper unit tests instead.
1 parent 2e0a0e1
History
Tip revision: b46562480b350984e7e81693936d1ed471a96b46 authored by Éric Araujo on 25 February 2012, 15:57:04 UTC
Add test file for scripts in Tools (#13447).
Tip revision: b465624
File Mode Size
stringlib
abstract.c -rw-r--r-- 69.1 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 86.1 KB
bytes_methods.c -rw-r--r-- 9.9 KB
bytesobject.c -rw-r--r-- 92.1 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.8 KB
classobject.c -rw-r--r-- 18.2 KB
codeobject.c -rw-r--r-- 17.6 KB
complexobject.c -rw-r--r-- 31.5 KB
descrobject.c -rw-r--r-- 46.0 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 91.7 KB
enumobject.c -rw-r--r-- 11.4 KB
exceptions.c -rw-r--r-- 59.1 KB
fileobject.c -rw-r--r-- 15.1 KB
floatobject.c -rw-r--r-- 68.7 KB
frameobject.c -rw-r--r-- 31.0 KB
funcobject.c -rw-r--r-- 29.5 KB
genobject.c -rw-r--r-- 12.8 KB
iterobject.c -rw-r--r-- 7.5 KB
listobject.c -rw-r--r-- 82.6 KB
listsort.txt -rw-r--r-- 31.0 KB
lnotab_notes.txt -rw-r--r-- 5.3 KB
longobject.c -rw-r--r-- 147.0 KB
memoryobject.c -rw-r--r-- 24.0 KB
methodobject.c -rw-r--r-- 8.7 KB
moduleobject.c -rw-r--r-- 13.2 KB
object.c -rw-r--r-- 52.1 KB
obmalloc.c -rw-r--r-- 67.4 KB
rangeobject.c -rw-r--r-- 35.7 KB
setobject.c -rw-r--r-- 70.4 KB
sliceobject.c -rw-r--r-- 11.7 KB
structseq.c -rw-r--r-- 12.0 KB
tupleobject.c -rw-r--r-- 28.6 KB
typeobject.c -rw-r--r-- 193.2 KB
typeslots.inc -rw-r--r-- 3.6 KB
typeslots.py -rw-r--r-- 832 bytes
unicodectype.c -rw-r--r-- 5.4 KB
unicodeobject.c -rw-r--r-- 315.5 KB
unicodetype_db.h -rw-r--r-- 169.5 KB
weakrefobject.c -rw-r--r-- 29.5 KB

back to top