Staging
v0.5.1
https://github.com/python/cpython
Revision a612dc02ced728f553dcc91ca557a2a8b7fa0ca6 authored by Christian Heimes on 24 February 2008, 13:08:18 UTC, committed by Christian Heimes on 24 February 2008, 13:08:18 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61034 | georg.brandl | 2008-02-24 01:03:22 +0100 (Sun, 24 Feb 2008) | 4 lines

  #900744: If an invalid chunked-encoding header is sent by a server,
  httplib will now raise IncompleteRead and close the connection instead
  of raising ValueError.
........
  r61035 | georg.brandl | 2008-02-24 01:14:24 +0100 (Sun, 24 Feb 2008) | 2 lines

  #1627: httplib now ignores negative Content-Length headers.
........
  r61039 | andrew.kuchling | 2008-02-24 03:39:15 +0100 (Sun, 24 Feb 2008) | 1 line

  Remove stray word
........
  r61040 | neal.norwitz | 2008-02-24 03:40:58 +0100 (Sun, 24 Feb 2008) | 3 lines

  Add a little info to the 3k deprecation warnings about what to use instead.
  Suggested by Raymond Hettinger.
........
  r61041 | facundo.batista | 2008-02-24 04:17:21 +0100 (Sun, 24 Feb 2008) | 4 lines


  Issue 1742669. Now %d accepts very big float numbers.
  Thanks Gabriel Genellina.
........
  r61046 | neal.norwitz | 2008-02-24 08:21:56 +0100 (Sun, 24 Feb 2008) | 5 lines

  Get ctypes working on the Alpha (Tru64).  The problem was that there
  were two module_methods and the one used depended on the order the
  modules were loaded.  By making the test module_methods static,
  it is not exported and the correct version is picked up.
........
  r61048 | neal.norwitz | 2008-02-24 09:27:49 +0100 (Sun, 24 Feb 2008) | 1 line

  Fix typo of hexidecimal
........
1 parent 8e21a3c
History
Tip revision: a612dc02ced728f553dcc91ca557a2a8b7fa0ca6 authored by Christian Heimes on 24 February 2008, 13:08:18 UTC
Merged revisions 61034-61036,61038-61048 via svnmerge from
Tip revision: a612dc0
File Mode Size
stringlib
abstract.c -rw-r--r-- 59.2 KB
boolobject.c -rw-r--r-- 4.4 KB
bytes_methods.c -rw-r--r-- 15.7 KB
bytesobject.c -rw-r--r-- 93.0 KB
cellobject.c -rw-r--r-- 2.6 KB
classobject.c -rw-r--r-- 14.5 KB
cobject.c -rw-r--r-- 3.9 KB
codeobject.c -rw-r--r-- 17.5 KB
complexobject.c -rw-r--r-- 24.1 KB
descrobject.c -rw-r--r-- 32.6 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 70.3 KB
doubledigits.c -rw-r--r-- 12.0 KB
enumobject.c -rw-r--r-- 9.4 KB
exceptions.c -rw-r--r-- 54.1 KB
fileobject.c -rw-r--r-- 11.8 KB
floatobject.c -rw-r--r-- 46.9 KB
frameobject.c -rw-r--r-- 25.4 KB
funcobject.c -rw-r--r-- 23.4 KB
genobject.c -rw-r--r-- 9.5 KB
iterobject.c -rw-r--r-- 9.3 KB
listobject.c -rw-r--r-- 65.9 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 93.7 KB
memoryobject.c -rw-r--r-- 17.4 KB
methodobject.c -rw-r--r-- 7.8 KB
moduleobject.c -rw-r--r-- 6.3 KB
object.c -rw-r--r-- 41.6 KB
obmalloc.c -rw-r--r-- 56.8 KB
rangeobject.c -rw-r--r-- 18.9 KB
setobject.c -rw-r--r-- 54.7 KB
sliceobject.c -rw-r--r-- 8.7 KB
stringobject.c -rw-r--r-- 83.1 KB
structseq.c -rw-r--r-- 12.4 KB
tupleobject.c -rw-r--r-- 21.7 KB
typeobject.c -rw-r--r-- 158.9 KB
unicodectype.c -rw-r--r-- 16.4 KB
unicodeobject.c -rw-r--r-- 247.1 KB
unicodetype_db.h -rw-r--r-- 91.3 KB
weakrefobject.c -rw-r--r-- 27.9 KB

back to top