Staging
v0.8.1
https://github.com/python/cpython
Revision 0771591fe1068c9b437bb92d3ac372d7c09b2ff3 authored by Georg Brandl on 02 August 2010, 21:45:43 UTC, committed by Georg Brandl on 02 August 2010, 21:45:43 UTC
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r83593 | georg.brandl | 2010-08-02 23:44:25 +0200 (Mo, 02 Aug 2010) | 57 lines

  Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line

    #8578: mention danger of not incref'ing weak referenced object.
  ........
    r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line

    #7973: Fix distutils options spelling.
  ........
    r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line

    #7386: add example that shows that trailing path separators are stripped.
  ........
    r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line

    #8172: how does one use a property?
  ........
    r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line

    #9451: strengthen warning about __*__ special name usage.
  ........
    r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line

    #7280: note about nasmw.exe.
  ........
    r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line

    #8861: remove unused variable.
  ........
    r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line

    #8648: document UTF-7 codec functions.
  ........
    r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line

    #9037: add example how to raise custom exceptions from C code.
  ........
    r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line

    #9111: document that do_help() looks at docstrings.
  ........
    r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line

    Clarify that abs() is not a namespace.
  ........
    r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line

    #6867: epoll.register() returns None.
  ........
    r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line

    #9238: zipfile does handle archive comments.
  ........
................
1 parent f287d64
History
Tip revision: 0771591fe1068c9b437bb92d3ac372d7c09b2ff3 authored by Georg Brandl on 02 August 2010, 21:45:43 UTC
Merged revisions 83593 via svnmerge from
Tip revision: 0771591
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