Staging
v0.5.1
https://github.com/python/cpython
Revision a153f063e6321e11a788397c025a66b2c8043be2 authored by Benjamin Peterson on 30 January 2009, 03:48:23 UTC, committed by Benjamin Peterson on 30 January 2009, 03:48:23 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r69118 | benjamin.peterson | 2009-01-29 21:39:35 -0600 (Thu, 29 Jan 2009) | 34 lines

  Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r68884 | kristjan.jonsson | 2009-01-24 04:52:26 -0600 (Sat, 24 Jan 2009) | 1 line

    Add a test for UNC import paths, see issue 3677
  ........
    r68973 | georg.brandl | 2009-01-26 15:29:38 -0600 (Mon, 26 Jan 2009) | 2 lines

    Copy over docs on advanced role features from Sphinx docs.
  ........
    r68978 | mark.dickinson | 2009-01-26 15:51:56 -0600 (Mon, 26 Jan 2009) | 3 lines

    Issue #5073: Fix occasional failure of bsddb/test/test_lock.py.  Thanks
    Hirokazu Yamamoto for the patch.
  ........
    r69003 | benjamin.peterson | 2009-01-26 21:07:53 -0600 (Mon, 26 Jan 2009) | 1 line

    excellent place to use a set() #5069
  ........
    r69083 | benjamin.peterson | 2009-01-28 21:03:00 -0600 (Wed, 28 Jan 2009) | 1 line

    fix download url
  ........
    r69112 | benjamin.peterson | 2009-01-29 20:02:25 -0600 (Thu, 29 Jan 2009) | 1 line

    pep8tify conditionals
  ........
    r69113 | benjamin.peterson | 2009-01-29 20:24:39 -0600 (Thu, 29 Jan 2009) | 1 line

    make _tkinter._flatten check the result of PySequence_Size for errors #3880
  ........
................
1 parent f806dd4
History
Tip revision: a153f063e6321e11a788397c025a66b2c8043be2 authored by Benjamin Peterson on 30 January 2009, 03:48:23 UTC
Merged revisions 69118 via svnmerge from
Tip revision: a153f06
File Mode Size
stringlib
abstract.c -rw-r--r-- 59.0 KB
boolobject.c -rw-r--r-- 4.3 KB
bytearrayobject.c -rw-r--r-- 94.3 KB
bytes_methods.c -rw-r--r-- 15.7 KB
bytesobject.c -rw-r--r-- 83.4 KB
cellobject.c -rw-r--r-- 2.8 KB
classobject.c -rw-r--r-- 14.5 KB
cobject.c -rw-r--r-- 3.8 KB
codeobject.c -rw-r--r-- 17.5 KB
complexobject.c -rw-r--r-- 25.2 KB
descrobject.c -rw-r--r-- 32.6 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 71.5 KB
enumobject.c -rw-r--r-- 9.9 KB
exceptions.c -rw-r--r-- 54.3 KB
fileobject.c -rw-r--r-- 11.8 KB
floatobject.c -rw-r--r-- 55.3 KB
frameobject.c -rw-r--r-- 26.0 KB
funcobject.c -rw-r--r-- 23.4 KB
genobject.c -rw-r--r-- 10.1 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-- 99.0 KB
memoryobject.c -rw-r--r-- 23.9 KB
methodobject.c -rw-r--r-- 6.9 KB
moduleobject.c -rw-r--r-- 9.9 KB
object.c -rw-r--r-- 43.6 KB
obmalloc.c -rw-r--r-- 57.4 KB
rangeobject.c -rw-r--r-- 19.2 KB
setobject.c -rw-r--r-- 57.6 KB
sliceobject.c -rw-r--r-- 8.7 KB
structseq.c -rw-r--r-- 12.5 KB
tupleobject.c -rw-r--r-- 22.2 KB
typeobject.c -rw-r--r-- 162.6 KB
unicodectype.c -rw-r--r-- 17.3 KB
unicodeobject.c -rw-r--r-- 253.6 KB
unicodetype_db.h -rw-r--r-- 103.2 KB
weakrefobject.c -rw-r--r-- 28.5 KB

back to top