Staging
v0.5.1
https://github.com/python/cpython
Revision c4fe6f39612b58d2a4a9caf20e651551dd46ed48 authored by Benjamin Peterson on 19 August 2008, 18:57:56 UTC, committed by Benjamin Peterson on 19 August 2008, 18:57:56 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65780 | antoine.pitrou | 2008-08-17 15:15:07 -0500 (Sun, 17 Aug 2008) | 3 lines

  #3580: fix a failure in test_os
........
  r65782 | benjamin.peterson | 2008-08-17 15:33:45 -0500 (Sun, 17 Aug 2008) | 1 line

  set svn:executable on a script
........
  r65785 | amaury.forgeotdarc | 2008-08-17 16:05:18 -0500 (Sun, 17 Aug 2008) | 3 lines

  Fix a refleak in bytearray.split and bytearray.rsplit, detected by
     regrtest.py -R:: test_bytes
........
  r65809 | nick.coghlan | 2008-08-18 07:42:46 -0500 (Mon, 18 Aug 2008) | 1 line

  Belated NEWS entry for r65642
........
  r65812 | nick.coghlan | 2008-08-18 08:32:19 -0500 (Mon, 18 Aug 2008) | 1 line

  Fix typo
........
  r65834 | amaury.forgeotdarc | 2008-08-18 14:23:47 -0500 (Mon, 18 Aug 2008) | 4 lines

  #2234 distutils failed with mingw binutils 2.18.50.20080109.
  Be less strict when parsing these version numbers,
  they don't necessarily follow the python numbering scheme.
........
  r65846 | georg.brandl | 2008-08-18 18:09:49 -0500 (Mon, 18 Aug 2008) | 2 lines

  Fix grammar.
........
  r65859 | thomas.heller | 2008-08-19 12:47:13 -0500 (Tue, 19 Aug 2008) | 2 lines

  Fix strange character in the docstring.
........
  r65861 | benjamin.peterson | 2008-08-19 12:59:23 -0500 (Tue, 19 Aug 2008) | 1 line

  get unparse to at least unparse its self
........
1 parent ee58fa4
History
Tip revision: c4fe6f39612b58d2a4a9caf20e651551dd46ed48 authored by Benjamin Peterson on 19 August 2008, 18:57:56 UTC
Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from
Tip revision: c4fe6f3
File Mode Size
stringlib
abstract.c -rw-r--r-- 59.1 KB
boolobject.c -rw-r--r-- 4.3 KB
bytearrayobject.c -rw-r--r-- 94.2 KB
bytes_methods.c -rw-r--r-- 15.7 KB
bytesobject.c -rw-r--r-- 83.1 KB
cellobject.c -rw-r--r-- 2.8 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-- 25.3 KB
descrobject.c -rw-r--r-- 32.6 KB
dictnotes.txt -rw-r--r-- 11.9 KB
dictobject.c -rw-r--r-- 70.8 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.5 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.7 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 95.6 KB
memoryobject.c -rw-r--r-- 17.3 KB
methodobject.c -rw-r--r-- 6.9 KB
moduleobject.c -rw-r--r-- 9.8 KB
object.c -rw-r--r-- 42.1 KB
obmalloc.c -rw-r--r-- 57.4 KB
rangeobject.c -rw-r--r-- 19.2 KB
setobject.c -rw-r--r-- 57.0 KB
sliceobject.c -rw-r--r-- 8.7 KB
structseq.c -rw-r--r-- 12.4 KB
tupleobject.c -rw-r--r-- 22.1 KB
typeobject.c -rw-r--r-- 162.6 KB
unicodectype.c -rw-r--r-- 17.1 KB
unicodeobject.c -rw-r--r-- 252.9 KB
unicodetype_db.h -rw-r--r-- 92.3 KB
weakrefobject.c -rw-r--r-- 28.6 KB

back to top