Staging
v0.8.1
https://github.com/python/cpython
Revision 4e25978db688fa2a9053ac11e2e7fd8ae4199263 authored by Georg Brandl on 13 August 2009, 09:09:08 UTC, committed by Georg Brandl on 13 August 2009, 09:09:08 UTC
................
  r73894 | ezio.melotti | 2009-07-09 00:24:06 +0200 (Do, 09 Jul 2009) | 9 lines

  Merged revisions 73841 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73841 | ezio.melotti | 2009-07-04 17:58:27 +0300 (Sat, 04 Jul 2009) | 1 line

    if zlib -> skipUnless(zlib) and minor cleanups
  ........
................
  r73917 | amaury.forgeotdarc | 2009-07-10 00:44:11 +0200 (Fr, 10 Jul 2009) | 12 lines

  Merged revisions 73916 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73916 | amaury.forgeotdarc | 2009-07-10 00:37:22 +0200 (ven., 10 juil. 2009) | 5 lines

    #6416: Fix compilation of the select module on Windows, as well as test_subprocess:
    PIPE_BUF is not defined on Windows, and probably has no meaning there.

    Anyway the subprocess module uses another way to perform non-blocking reads (with a thread)
  ........
................
  r73956 | ezio.melotti | 2009-07-11 20:28:48 +0200 (Sa, 11 Jul 2009) | 9 lines

  Merged revisions 73931 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73931 | ezio.melotti | 2009-07-10 23:25:56 +0300 (Fri, 10 Jul 2009) | 1 line

    more cleanups and if zlib -> skipUnless(zlib)
  ........
................
  r73978 | amaury.forgeotdarc | 2009-07-12 18:43:19 +0200 (So, 12 Jul 2009) | 13 lines

  Merged revisions 73952 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  (Only docstrings were modified, won't backport to 3.1)

  ........
    r73952 | amaury.forgeotdarc | 2009-07-11 16:33:51 +0200 (sam., 11 juil. 2009) | 4 lines

    #2622 Import errors in email.message, from a py2app standalone application.

    Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
  ........
................
  r73983 | raymond.hettinger | 2009-07-12 22:49:21 +0200 (So, 12 Jul 2009) | 1 line

  Document the thousands separator.
................
  r73993 | benjamin.peterson | 2009-07-13 02:00:31 +0200 (Mo, 13 Jul 2009) | 8 lines

  Unblocked revisions 73991 via svnmerge

  ........
    r73991 | benjamin.peterson | 2009-07-12 18:56:18 -0500 (Sun, 12 Jul 2009) | 1 line

    change encoding to utf-8
  ........
................
  r73996 | vinay.sajip | 2009-07-13 13:28:25 +0200 (Mo, 13 Jul 2009) | 1 line

  Issue #6314: logging: Extra checks on the "level" argument.
................
1 parent df47515
History
Tip revision: 4e25978db688fa2a9053ac11e2e7fd8ae4199263 authored by Georg Brandl on 13 August 2009, 09:09:08 UTC
Blocked revisions 73894,73917,73956,73978,73983,73993,73996 via svnmerge
Tip revision: 4e25978
File Mode Size
stringlib
abstract.c -rw-r--r-- 58.6 KB
boolobject.c -rw-r--r-- 4.3 KB
bytearrayobject.c -rw-r--r-- 95.5 KB
bytes_methods.c -rw-r--r-- 9.8 KB
bytesobject.c -rw-r--r-- 83.8 KB
capsule.c -rw-r--r-- 6.9 KB
cellobject.c -rw-r--r-- 3.6 KB
classobject.c -rw-r--r-- 14.5 KB
cobject.c -rw-r--r-- 4.1 KB
codeobject.c -rw-r--r-- 17.5 KB
complexobject.c -rw-r--r-- 25.3 KB
descrobject.c -rw-r--r-- 33.7 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 73.9 KB
enumobject.c -rw-r--r-- 10.2 KB
exceptions.c -rw-r--r-- 54.6 KB
fileobject.c -rw-r--r-- 11.8 KB
floatobject.c -rw-r--r-- 55.4 KB
frameobject.c -rw-r--r-- 26.3 KB
funcobject.c -rw-r--r-- 23.7 KB
genobject.c -rw-r--r-- 10.0 KB
iterobject.c -rw-r--r-- 5.2 KB
listobject.c -rw-r--r-- 66.9 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 108.5 KB
memoryobject.c -rw-r--r-- 24.0 KB
methodobject.c -rw-r--r-- 6.9 KB
moduleobject.c -rw-r--r-- 9.9 KB
object.c -rw-r--r-- 44.6 KB
obmalloc.c -rw-r--r-- 57.4 KB
rangeobject.c -rw-r--r-- 19.2 KB
setobject.c -rw-r--r-- 57.4 KB
sliceobject.c -rw-r--r-- 8.7 KB
structseq.c -rw-r--r-- 12.5 KB
tupleobject.c -rw-r--r-- 23.5 KB
typeobject.c -rw-r--r-- 163.2 KB
unicodectype.c -rw-r--r-- 17.2 KB
unicodeobject.c -rw-r--r-- 296.9 KB
unicodetype_db.h -rw-r--r-- 103.3 KB
weakrefobject.c -rw-r--r-- 28.5 KB

back to top