Staging
v0.5.1
Revision 87c0f1d1c95eb1766a1340cd100533dfd7a86d52 authored by Guido van Rossum on 19 November 2007, 18:03:44 UTC, committed by Guido van Rossum on 19 November 2007, 18:03:44 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59044 | neal.norwitz | 2007-11-18 17:46:20 -0800 (Sun, 18 Nov 2007) | 1 line

  Use a slightly more recent version than 1.5.2b2.
........
  r59047 | walter.doerwald | 2007-11-19 04:14:05 -0800 (Mon, 19 Nov 2007) | 2 lines

  Fix typo in comment.
........
  r59049 | walter.doerwald | 2007-11-19 04:41:10 -0800 (Mon, 19 Nov 2007) | 4 lines

  Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode())
  calling codecs.utf_8_decode() with final==True, which falled with incomplete
  byte sequences. Fix and test by James G. Sack.
........
  r59051 | nick.coghlan | 2007-11-19 05:56:27 -0800 (Mon, 19 Nov 2007) | 1 line

  Enable some test_cmd_line_script debugging output to investigate failure on Mac OSX buildbot
........
  r59053 | facundo.batista | 2007-11-19 08:30:24 -0800 (Mon, 19 Nov 2007) | 3 lines


  Fixed detail in add_type() explanation (issue 1463).
........
  r59054 | guido.van.rossum | 2007-11-19 09:35:24 -0800 (Mon, 19 Nov 2007) | 2 lines

  Make this work stand-alone, too.
........
  r59055 | guido.van.rossum | 2007-11-19 09:50:22 -0800 (Mon, 19 Nov 2007) | 3 lines

  Fix the OSX failures in this test -- they were due to /tmp being a symlink
  to /private/tmp.  Adding a call to os.path.realpath() to temp_dir() fixed it.
........
1 parent 87afcbf
History
File Mode Size
Python-ast.c -rw-r--r-- 116.8 KB
asdl.c -rw-r--r-- 661 bytes
ast.c -rw-r--r-- 97.4 KB
atof.c -rw-r--r-- 815 bytes
bltinmodule.c -rw-r--r-- 48.0 KB
ceval.c -rw-r--r-- 97.1 KB
codecs.c -rw-r--r-- 20.5 KB
compile.c -rw-r--r-- 99.1 KB
dup2.c -rw-r--r-- 685 bytes
dynload_aix.c -rw-r--r-- 4.9 KB
dynload_atheos.c -rw-r--r-- 1.0 KB
dynload_dl.c -rw-r--r-- 561 bytes
dynload_hpux.c -rw-r--r-- 1.3 KB
dynload_next.c -rw-r--r-- 3.4 KB
dynload_os2.c -rw-r--r-- 1020 bytes
dynload_shlib.c -rw-r--r-- 3.2 KB
dynload_stub.c -rw-r--r-- 202 bytes
dynload_win.c -rw-r--r-- 7.2 KB
errors.c -rw-r--r-- 19.7 KB
formatter_unicode.c -rw-r--r-- 484 bytes
frozen.c -rw-r--r-- 1.3 KB
frozenmain.c -rw-r--r-- 1.3 KB
future.c -rw-r--r-- 3.3 KB
getargs.c -rw-r--r-- 43.5 KB
getcompiler.c -rw-r--r-- 366 bytes
getcopyright.c -rw-r--r-- 503 bytes
getcwd.c -rw-r--r-- 1.4 KB
getmtime.c -rw-r--r-- 388 bytes
getopt.c -rw-r--r-- 2.8 KB
getplatform.c -rw-r--r-- 130 bytes
getversion.c -rw-r--r-- 290 bytes
graminit.c -rw-r--r-- 35.8 KB
hypot.c -rw-r--r-- 260 bytes
import.c -rw-r--r-- 77.5 KB
importdl.c -rw-r--r-- 2.0 KB
importdl.h -rw-r--r-- 990 bytes
mactoolboxglue.c -rw-r--r-- 13.7 KB
marshal.c -rw-r--r-- 25.2 KB
memmove.c -rw-r--r-- 439 bytes
modsupport.c -rw-r--r-- 14.7 KB
mysnprintf.c -rw-r--r-- 2.6 KB
mystrtoul.c -rw-r--r-- 5.7 KB
peephole.c -rw-r--r-- 17.5 KB
pyarena.c -rw-r--r-- 5.8 KB
pyfpe.c -rw-r--r-- 623 bytes
pystate.c -rw-r--r-- 16.7 KB
pystrtod.c -rw-r--r-- 6.0 KB
pythonrun.c -rw-r--r-- 47.9 KB
sigcheck.c -rw-r--r-- 529 bytes
strdup.c -rw-r--r-- 256 bytes
strerror.c -rw-r--r-- 416 bytes
strtod.c -rw-r--r-- 5.1 KB
structmember.c -rw-r--r-- 6.3 KB
symtable.c -rw-r--r-- 42.9 KB
sysmodule.c -rw-r--r-- 35.2 KB
thread.c -rw-r--r-- 9.5 KB
thread_atheos.h -rw-r--r-- 6.0 KB
thread_cthread.h -rw-r--r-- 2.7 KB
thread_foobar.h -rw-r--r-- 1.9 KB
thread_lwp.h -rw-r--r-- 3.1 KB
thread_nt.h -rw-r--r-- 6.6 KB
thread_os2.h -rw-r--r-- 5.6 KB
thread_pth.h -rw-r--r-- 5.2 KB
thread_pthread.h -rw-r--r-- 12.1 KB
thread_sgi.h -rw-r--r-- 9.4 KB
thread_solaris.h -rw-r--r-- 3.0 KB
thread_wince.h -rw-r--r-- 4.0 KB
traceback.c -rw-r--r-- 6.3 KB

back to top