Staging
v0.8.1
https://github.com/python/cpython
Revision 935f09aea1ab7eb60e881b88d3f82e2ac92bcf98 authored by Florent Xicluna on 09 August 2010, 22:15:51 UTC, committed by Florent Xicluna on 09 August 2010, 22:15:51 UTC
................
  r83902 | florent.xicluna | 2010-08-09 22:02:00 +0200 (lun., 09 août 2010) | 25 lines

  Merged revisions 83833,83838-83839,83859,83878 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines

    Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
  ........
    r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines

    Typo.
  ........
    r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines

    Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
  ........
    r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines

    Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
  ........
    r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line

    Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
  ........
................
  r83907 | florent.xicluna | 2010-08-09 22:29:44 +0200 (lun., 09 août 2010) | 27 lines

  Missed the svnmerge property on r83902.

  Recorded merge of revisions 83833,83838-83839,83859,83878 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines

    Add test case for the HTTPResponse being an iterable.  Follow-up of issue #4608.
  ........
    r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines

    Typo.
  ........
    r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines

    Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.
  ........
    r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines

    Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array.
  ........
    r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line

    Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest).
  ........
................
1 parent ca2a48f
History
Tip revision: 935f09aea1ab7eb60e881b88d3f82e2ac92bcf98 authored by Florent Xicluna on 09 August 2010, 22:15:51 UTC
Blocked revisions 83902,83907 via svnmerge
Tip revision: 935f09a
File Mode Size
stringlib
abstract.c -rw-r--r-- 80.2 KB
boolobject.c -rw-r--r-- 7.1 KB
bufferobject.c -rw-r--r-- 23.3 KB
bytearrayobject.c -rw-r--r-- 96.2 KB
bytes_methods.c -rw-r--r-- 16.9 KB
cellobject.c -rw-r--r-- 4.0 KB
classobject.c -rw-r--r-- 78.2 KB
cobject.c -rw-r--r-- 3.8 KB
codeobject.c -rw-r--r-- 21.1 KB
complexobject.c -rw-r--r-- 35.6 KB
descrobject.c -rw-r--r-- 45.6 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 78.9 KB
enumobject.c -rw-r--r-- 11.2 KB
exceptions.c -rw-r--r-- 61.7 KB
fileobject.c -rw-r--r-- 80.2 KB
floatobject.c -rw-r--r-- 70.6 KB
frameobject.c -rw-r--r-- 30.7 KB
funcobject.c -rw-r--r-- 27.0 KB
genobject.c -rw-r--r-- 12.4 KB
intobject.c -rw-r--r-- 40.6 KB
iterobject.c -rw-r--r-- 7.5 KB
listobject.c -rw-r--r-- 87.5 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 106.0 KB
methodobject.c -rw-r--r-- 11.6 KB
moduleobject.c -rw-r--r-- 8.1 KB
object.c -rw-r--r-- 65.2 KB
obmalloc.c -rw-r--r-- 63.8 KB
rangeobject.c -rw-r--r-- 10.9 KB
setobject.c -rw-r--r-- 70.5 KB
sliceobject.c -rw-r--r-- 10.8 KB
stringobject.c -rw-r--r-- 152.3 KB
structseq.c -rw-r--r-- 15.6 KB
tupleobject.c -rw-r--r-- 27.8 KB
typeobject.c -rw-r--r-- 202.1 KB
unicodectype.c -rw-r--r-- 15.8 KB
unicodeobject.c -rw-r--r-- 269.0 KB
unicodetype_db.h -rw-r--r-- 98.8 KB
weakrefobject.c -rw-r--r-- 30.3 KB

back to top