Staging
v0.5.1
https://github.com/python/cpython
Revision 6290bcfc2552b03a4d36ffd773d152d0cfb8a571 authored by Georg Brandl on 01 August 2010, 21:48:47 UTC, committed by Georg Brandl on 01 August 2010, 21:48:47 UTC
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r83452 | georg.brandl | 2010-08-01 23:06:46 +0200 (So, 01 Aug 2010) | 25 lines

  Merged revisions 83226-83227,83229-83230,83232 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83226 | georg.brandl | 2010-07-29 16:17:12 +0200 (Do, 29 Jul 2010) | 1 line

    #1090076: explain the behavior of *vars* in get() better.
  ........
    r83227 | georg.brandl | 2010-07-29 16:23:06 +0200 (Do, 29 Jul 2010) | 1 line

    Use Py_CLEAR().
  ........
    r83229 | georg.brandl | 2010-07-29 16:32:22 +0200 (Do, 29 Jul 2010) | 1 line

    #9407: document configparser.Error.
  ........
    r83230 | georg.brandl | 2010-07-29 16:36:11 +0200 (Do, 29 Jul 2010) | 1 line

    Use correct directive and name.
  ........
    r83232 | georg.brandl | 2010-07-29 16:49:08 +0200 (Do, 29 Jul 2010) | 1 line

    #9388: remove ERA_YEAR which is never defined in the source code.
  ........
................
  r83457 | georg.brandl | 2010-08-01 23:10:57 +0200 (So, 01 Aug 2010) | 9 lines

  Merged revisions 83223 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83223 | georg.brandl | 2010-07-29 15:38:37 +0200 (Do, 29 Jul 2010) | 1 line

    #3874: document HTMLParser.unknown_decl().
  ........
................
  r83466 | georg.brandl | 2010-08-01 23:23:50 +0200 (So, 01 Aug 2010) | 29 lines

  Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83160 | georg.brandl | 2010-07-26 10:51:42 +0200 (Mo, 26 Jul 2010) | 1 line

    #9381: fix markup.
  ........
    r83161 | georg.brandl | 2010-07-26 11:33:12 +0200 (Mo, 26 Jul 2010) | 1 line

    Add Brian Quinlan.
  ........
    r83166 | georg.brandl | 2010-07-26 17:11:49 +0200 (Mo, 26 Jul 2010) | 1 line

    Fix grammar.
  ........
    r83168 | georg.brandl | 2010-07-26 19:00:20 +0200 (Mo, 26 Jul 2010) | 1 line

    Fix indentation in example.
  ........
    r83169 | georg.brandl | 2010-07-26 19:09:32 +0200 (Mo, 26 Jul 2010) | 1 line

    Add Reid.
  ........
    r83171 | georg.brandl | 2010-07-26 23:12:13 +0200 (Mo, 26 Jul 2010) | 1 line

    Clarify.
  ........
................
  r83471 | georg.brandl | 2010-08-01 23:26:45 +0200 (So, 01 Aug 2010) | 9 lines

  Merged revisions 83106 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83106 | georg.brandl | 2010-07-23 18:55:26 +0200 (Fr, 23 Jul 2010) | 1 line

    Fix some markup glitches.
  ........
................
  r83475 | georg.brandl | 2010-08-01 23:28:47 +0200 (So, 01 Aug 2010) | 9 lines

  Merged revisions 82965 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r82965 | georg.brandl | 2010-07-19 13:28:05 +0200 (Mo, 19 Jul 2010) | 1 line

    Clarification.  Yay importlib!
  ........
................
  r83480 | georg.brandl | 2010-08-01 23:33:42 +0200 (So, 01 Aug 2010) | 17 lines

  Merged revisions 82871,82960-82961 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r82871 | georg.brandl | 2010-07-14 10:00:22 +0200 (Mi, 14 Jul 2010) | 1 line

    #9258: fix copy-paste errors.
  ........
    r82960 | georg.brandl | 2010-07-19 08:52:35 +0200 (Mo, 19 Jul 2010) | 1 line

    Clarify.
  ........
    r82961 | georg.brandl | 2010-07-19 08:57:52 +0200 (Mo, 19 Jul 2010) | 1 line

    Clarify :option: description.
  ........
................
  r83486 | georg.brandl | 2010-08-01 23:44:38 +0200 (So, 01 Aug 2010) | 13 lines

  Merged revisions 82832,82834 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r82832 | georg.brandl | 2010-07-12 11:00:29 +0200 (Mo, 12 Jul 2010) | 1 line

    Take care of duplicate target name warnings.
  ........
    r82834 | georg.brandl | 2010-07-12 11:06:13 +0200 (Mo, 12 Jul 2010) | 1 line

    Use raw string literals for regexes containing backlash.
  ........
................
1 parent a228ad6
History
Tip revision: 6290bcfc2552b03a4d36ffd773d152d0cfb8a571 authored by Georg Brandl on 01 August 2010, 21:48:47 UTC
Merged revisions 83452,83457,83466,83471,83475,83480,83486 via svnmerge from
Tip revision: 6290bcf
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