Staging
v0.8.1
https://github.com/python/cpython
Revision 50699215f8120afd2c5649161491ac899e8c8e44 authored by Tim Peters on 04 September 2000, 07:34:06 UTC, committed by Tim Peters on 04 September 2000, 07:34:06 UTC
waste an hour tracking down an illusion; repaired it; writing/reading non-
printable characters (except \t\r\n) into/outof text-mode files ain't
defined x-platform, and at least some Windows text editors do surprising
things in their presence.
Also added a by-hand "build humber" to the Windows build, in an approximation
of Python's inexplicable BUILD-number Unix scheme.  I'll try to remember to
increment it each time I make a Windows installer available.  It's starting
at 2, cuz I've put 2 installers out so far (both with BUILD #0).
1 parent b89f41e
History
Tip revision: 50699215f8120afd2c5649161491ac899e8c8e44 authored by Tim Peters on 04 September 2000, 07:34:06 UTC
test_mmap wrote null bytes into its expected-output file; this caused me to
Tip revision: 5069921
File Mode Size
.cvsignore -rw-r--r-- 17 bytes
Makefile.in -rw-r--r-- 2.6 KB
abstract.c -rw-r--r-- 42.3 KB
bufferobject.c -rw-r--r-- 11.1 KB
classobject.c -rw-r--r-- 40.4 KB
cobject.c -rw-r--r-- 3.6 KB
complexobject.c -rw-r--r-- 10.9 KB
dictobject.c -rw-r--r-- 27.6 KB
fileobject.c -rw-r--r-- 27.2 KB
floatobject.c -rw-r--r-- 15.7 KB
frameobject.c -rw-r--r-- 8.4 KB
funcobject.c -rw-r--r-- 5.6 KB
intobject.c -rw-r--r-- 18.2 KB
listobject.c -rw-r--r-- 38.4 KB
longobject.c -rw-r--r-- 35.6 KB
methodobject.c -rw-r--r-- 5.0 KB
moduleobject.c -rw-r--r-- 4.7 KB
object.c -rw-r--r-- 26.8 KB
rangeobject.c -rw-r--r-- 4.6 KB
sliceobject.c -rw-r--r-- 3.6 KB
stringobject.c -rw-r--r-- 67.9 KB
tupleobject.c -rw-r--r-- 12.4 KB
typeobject.c -rw-r--r-- 1.3 KB
unicodectype.c -rw-r--r-- 468.8 KB
unicodeobject.c -rw-r--r-- 122.8 KB
xxobject.c -rw-r--r-- 2.4 KB

back to top