Staging
v0.8.1
https://github.com/python/cpython
Revision d9ede202ea728176db3b6be23c677c090ab36e6f authored by Georg Brandl on 01 August 2010, 22:13:33 UTC, committed by Georg Brandl on 01 August 2010, 22:13:33 UTC
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r83421 | georg.brandl | 2010-08-01 20:52:52 +0200 (So, 01 Aug 2010) | 25 lines

  Merged revisions 83393,83396,83398,83405,83408 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83393 | georg.brandl | 2010-08-01 10:35:29 +0200 (So, 01 Aug 2010) | 1 line

    #1690103: fix initial namespace for code run with trace.main().
  ........
    r83396 | georg.brandl | 2010-08-01 10:52:32 +0200 (So, 01 Aug 2010) | 1 line

    #4810: document "--" option separator in timeit help.
  ........
    r83398 | georg.brandl | 2010-08-01 11:06:34 +0200 (So, 01 Aug 2010) | 1 line

    #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes.  Handle that as a special case.
  ........
    r83405 | georg.brandl | 2010-08-01 16:38:17 +0200 (So, 01 Aug 2010) | 1 line

    #4943: do not try to include drive letters (and colons) when looking for a probably module name.
  ........
    r83408 | georg.brandl | 2010-08-01 17:30:56 +0200 (So, 01 Aug 2010) | 1 line

    #5551: symbolic links never can be mount points.  Fixes the fix for #1713.
  ........
................
  r83424 | georg.brandl | 2010-08-01 21:02:09 +0200 (So, 01 Aug 2010) | 29 lines

  Merged revisions 83385-83389,83391 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83385 | georg.brandl | 2010-08-01 08:42:45 +0200 (So, 01 Aug 2010) | 1 line

    #8773: mailbox.py does not need to be executable.
  ........
    r83386 | georg.brandl | 2010-08-01 08:44:46 +0200 (So, 01 Aug 2010) | 1 line

    #8768: name test method properly so that it gets executed.
  ........
    r83387 | georg.brandl | 2010-08-01 08:53:28 +0200 (So, 01 Aug 2010) | 1 line

    #8735: better explain semantics of *values* argument for parse().
  ........
    r83388 | georg.brandl | 2010-08-01 09:48:43 +0200 (So, 01 Aug 2010) | 1 line

    #7395: fix traceback in do_add() when no stats are loaded.  Apply same fix for do_sort() and do_reverse().
  ........
    r83389 | georg.brandl | 2010-08-01 09:57:47 +0200 (So, 01 Aug 2010) | 1 line

    Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended.
  ........
    r83391 | georg.brandl | 2010-08-01 10:10:08 +0200 (So, 01 Aug 2010) | 1 line

    Add another news entry.
  ........
................
1 parent e64de92
History
Tip revision: d9ede202ea728176db3b6be23c677c090ab36e6f authored by Georg Brandl on 01 August 2010, 22:13:33 UTC
Merged revisions 83421,83424 via svnmerge from
Tip revision: d9ede20
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