Staging
v0.5.1
https://github.com/python/cpython
Revision 35c8658a74d9b51c6c4755514b02fe3f9d6bb6b8 authored by Amaury Forgeot d'Arc on 17 June 2008, 21:11:29 UTC, committed by Amaury Forgeot d'Arc on 17 June 2008, 21:11:29 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64119 | andrew.kuchling | 2008-06-11 14:53:14 +0200 (mer., 11 juin 2008) | 1 line

  Note PEP 371 section
........
  r64147 | benjamin.peterson | 2008-06-11 22:04:30 +0200 (mer., 11 juin 2008) | 2 lines

  update ACKS and NEWs for multiprocessing
........
  r64150 | georg.brandl | 2008-06-11 22:28:06 +0200 (mer., 11 juin 2008) | 2 lines

  Can we agree to put dots at entry ends? Thanks.
........
  r64165 | armin.rigo | 2008-06-12 11:50:58 +0200 (jeu., 12 juin 2008) | 3 lines

  Sounds obvious, but I didn't even realize that you can put non-string
  keys in type dictionaries without using this locals() hack.
........
  r64219 | neal.norwitz | 2008-06-13 08:00:46 +0200 (ven., 13 juin 2008) | 1 line

  Check for memory alloc failure
........
  r64220 | neal.norwitz | 2008-06-13 08:02:26 +0200 (ven., 13 juin 2008) | 3 lines

  Fix some memory dealloc problems when exceptions occur.
  It caused: "Fatal Python error: UNREF invalid object" in the DoubleTest.
........
  r64221 | neal.norwitz | 2008-06-13 08:03:25 +0200 (ven., 13 juin 2008) | 3 lines

  Fix typo in method name.  The LT class implemented less than.  The LE class
  should implement less than or equal to (as the code does).
........
  r64229 | georg.brandl | 2008-06-13 15:26:54 +0200 (ven., 13 juin 2008) | 2 lines

  Clarification.
........
  r64230 | robert.schuppenies | 2008-06-13 15:29:37 +0200 (ven., 13 juin 2008) | 2 lines

  Fixed: sys.getsizeof does not take the actual length of the tuples into account.
........
  r64233 | benjamin.peterson | 2008-06-13 17:11:50 +0200 (ven., 13 juin 2008) | 2 lines

  platform.uname now tries to fill empty values even when os.uname is present
........
  r64235 | benjamin.peterson | 2008-06-13 17:41:09 +0200 (ven., 13 juin 2008) | 1 line

  set svn:ignore on multiprocessing
........
  r64253 | andrew.kuchling | 2008-06-13 21:38:18 +0200 (ven., 13 juin 2008) | 1 line

  Typo fixes
........
  r64278 | martin.v.loewis | 2008-06-14 16:24:47 +0200 (sam., 14 juin 2008) | 2 lines

  Disable UAC by default.
........
  r64280 | gregory.p.smith | 2008-06-14 19:34:09 +0200 (sam., 14 juin 2008) | 3 lines

  silence the test when it is skipped on some platforms.  should fix a
  buildbot.
........
  r64301 | georg.brandl | 2008-06-15 21:54:36 +0200 (dim., 15 juin 2008) | 2 lines

  Forward-port new test from r64300.
........
  r64303 | raymond.hettinger | 2008-06-16 03:42:40 +0200 (lun., 16 juin 2008) | 1 line

  Issue 3116: fix quadratic behavior in marshal.dumps().
........
  r64320 | georg.brandl | 2008-06-16 23:00:47 +0200 (lun., 16 juin 2008) | 2 lines

  Add Jesse Noller to the developers list.
........
  r64328 | georg.brandl | 2008-06-17 11:01:35 +0200 (mar., 17 juin 2008) | 2 lines

  Split the HTML index.
........
  r64338 | vinay.sajip | 2008-06-17 13:02:14 +0200 (mar., 17 juin 2008) | 1 line

  Bug #3126: StreamHandler and FileHandler check before calling "flush" and "close" that the stream object has these, using hasattr (thanks to bobf for the patch).
........
  r64339 | vinay.sajip | 2008-06-17 13:04:02 +0200 (mar., 17 juin 2008) | 1 line

  Updated with fix for #3126.
........
1 parent 6a00b64
History
Tip revision: 35c8658a74d9b51c6c4755514b02fe3f9d6bb6b8 authored by Amaury Forgeot d'Arc on 17 June 2008, 21:11:29 UTC
Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from
Tip revision: 35c8658
File Mode Size
bsddb
ctypes
curses
dbm
distutils
email
encodings
html
http
idlelib
json
lib2to3
logging
msilib
multiprocessing
plat-aix4
plat-atheos
plat-freebsd4
plat-freebsd5
plat-freebsd6
plat-freebsd7
plat-freebsd8
plat-generic
plat-linux2
plat-netbsd1
plat-next3
plat-os2emx
plat-sunos5
plat-unixware7
site-packages
sqlite3
test
tkinter
wsgiref
xml
xmlrpc
__future__.py -rw-r--r-- 4.3 KB
__phello__.foo.py -rw-r--r-- 64 bytes
_abcoll.py -rw-r--r-- 14.7 KB
_dummy_thread.py -rw-r--r-- 4.4 KB
_markupbase.py -rw-r--r-- 14.0 KB
_strptime.py -rw-r--r-- 19.3 KB
_threading_local.py -rw-r--r-- 6.8 KB
_weakrefset.py -rw-r--r-- 4.1 KB
abc.py -rw-r--r-- 6.6 KB
aifc.py -rw-r--r-- 30.1 KB
ast.py -rw-r--r-- 11.0 KB
asynchat.py -rw-r--r-- 10.9 KB
asyncore.py -rw-r--r-- 16.4 KB
base64.py -rwxr-xr-x 13.0 KB
bdb.py -rw-r--r-- 19.8 KB
binhex.py -rw-r--r-- 13.6 KB
bisect.py -rw-r--r-- 2.3 KB
build_class.py -rw-r--r-- 0 bytes
cProfile.py -rwxr-xr-x 6.2 KB
calendar.py -rw-r--r-- 22.1 KB
cgi.py -rwxr-xr-x 30.4 KB
cgitb.py -rw-r--r-- 11.7 KB
chunk.py -rw-r--r-- 5.3 KB
cmd.py -rw-r--r-- 14.5 KB
code.py -rw-r--r-- 9.4 KB
codecs.py -rw-r--r-- 34.0 KB
codeop.py -rw-r--r-- 5.9 KB
collections.py -rw-r--r-- 17.0 KB
colorsys.py -rw-r--r-- 3.4 KB
compileall.py -rw-r--r-- 5.5 KB
configparser.py -rw-r--r-- 23.9 KB
contextlib.py -rw-r--r-- 4.1 KB
copy.py -rw-r--r-- 9.6 KB
copyreg.py -rw-r--r-- 6.5 KB
csv.py -rw-r--r-- 14.5 KB
decimal.py -rw-r--r-- 193.9 KB
difflib.py -rw-r--r-- 79.2 KB
dis.py -rw-r--r-- 8.1 KB
doctest.py -rw-r--r-- 95.6 KB
dummy_threading.py -rw-r--r-- 2.7 KB
filecmp.py -rw-r--r-- 9.3 KB
fileinput.py -rw-r--r-- 13.9 KB
fnmatch.py -rw-r--r-- 2.9 KB
formatter.py -rw-r--r-- 14.6 KB
fractions.py -rwxr-xr-x 19.8 KB
ftplib.py -rw-r--r-- 28.0 KB
functools.py -rw-r--r-- 2.1 KB
genericpath.py -rw-r--r-- 2.9 KB
getopt.py -rw-r--r-- 7.1 KB
getpass.py -rw-r--r-- 5.1 KB
gettext.py -rw-r--r-- 18.5 KB
glob.py -rw-r--r-- 2.2 KB
gzip.py -rw-r--r-- 16.9 KB
hashlib.py -rw-r--r-- 4.8 KB
heapq.py -rw-r--r-- 15.3 KB
hmac.py -rw-r--r-- 4.7 KB
imaplib.py -rw-r--r-- 45.9 KB
imghdr.py -rw-r--r-- 3.4 KB
inspect.py -rw-r--r-- 38.8 KB
io.py -rw-r--r-- 70.1 KB
keyword.py -rwxr-xr-x 2.0 KB
linecache.py -rw-r--r-- 4.2 KB
locale.py -rw-r--r-- 80.2 KB
macpath.py -rw-r--r-- 4.7 KB
macurl2path.py -rw-r--r-- 3.2 KB
mailbox.py -rwxr-xr-x 68.2 KB
mailcap.py -rw-r--r-- 7.3 KB
mimetypes.py -rw-r--r-- 18.3 KB
modulefinder.py -rw-r--r-- 23.5 KB
netrc.py -rw-r--r-- 4.1 KB
nntplib.py -rw-r--r-- 20.7 KB
ntpath.py -rw-r--r-- 15.2 KB
nturl2path.py -rw-r--r-- 2.2 KB
numbers.py -rw-r--r-- 9.9 KB
opcode.py -rw-r--r-- 4.8 KB
optparse.py -rw-r--r-- 58.3 KB
os.py -rw-r--r-- 21.0 KB
os2emxpath.py -rw-r--r-- 4.4 KB
pdb.doc -rw-r--r-- 7.7 KB
pdb.py -rwxr-xr-x 43.8 KB
pickle.py -rw-r--r-- 43.1 KB
pickletools.py -rw-r--r-- 74.0 KB
pipes.py -rw-r--r-- 9.1 KB
pkgutil.py -rw-r--r-- 19.4 KB
platform.py -rwxr-xr-x 49.6 KB
plistlib.py -rw-r--r-- 13.4 KB
poplib.py -rw-r--r-- 12.1 KB
posixpath.py -rw-r--r-- 10.8 KB
pprint.py -rw-r--r-- 11.6 KB
profile.py -rwxr-xr-x 23.1 KB
pstats.py -rw-r--r-- 25.9 KB
pty.py -rw-r--r-- 4.8 KB
py_compile.py -rw-r--r-- 6.0 KB
pyclbr.py -rw-r--r-- 12.9 KB
pydoc.py -rwxr-xr-x 87.1 KB
pydoc_topics.py -rw-r--r-- 349.5 KB
queue.py -rw-r--r-- 8.4 KB
quopri.py -rwxr-xr-x 7.1 KB
random.py -rw-r--r-- 25.0 KB
re.py -rw-r--r-- 12.4 KB
reprlib.py -rw-r--r-- 4.0 KB
rlcompleter.py -rw-r--r-- 5.0 KB
robotparser.py -rw-r--r-- 6.7 KB
runpy.py -rwxr-xr-x 5.1 KB
sched.py -rw-r--r-- 5.0 KB
shelve.py -rw-r--r-- 7.5 KB
shlex.py -rw-r--r-- 10.8 KB
shutil.py -rw-r--r-- 7.0 KB
site.py -rw-r--r-- 18.2 KB
smtpd.py -rwxr-xr-x 17.6 KB
smtplib.py -rwxr-xr-x 29.8 KB
sndhdr.py -rw-r--r-- 6.1 KB
socket.py -rw-r--r-- 9.4 KB
socketserver.py -rw-r--r-- 21.2 KB
sre_compile.py -rw-r--r-- 16.0 KB
sre_constants.py -rw-r--r-- 7.0 KB
sre_parse.py -rw-r--r-- 26.6 KB
ssl.py -rw-r--r-- 14.4 KB
stat.py -rw-r--r-- 1.7 KB
string.py -rw-r--r-- 10.4 KB
stringprep.py -rw-r--r-- 12.6 KB
struct.py -rw-r--r-- 54 bytes
subprocess.py -rw-r--r-- 44.7 KB
sunau.py -rw-r--r-- 16.1 KB
sunaudio.py -rw-r--r-- 1.3 KB
symbol.py -rwxr-xr-x 2.0 KB
symtable.py -rw-r--r-- 7.5 KB
tabnanny.py -rwxr-xr-x 11.1 KB
tarfile.py -rw-r--r-- 85.2 KB
telnetlib.py -rw-r--r-- 21.3 KB
tempfile.py -rw-r--r-- 18.3 KB
textwrap.py -rw-r--r-- 15.3 KB
this.py -rw-r--r-- 1003 bytes
threading.py -rw-r--r-- 27.9 KB
timeit.py -rw-r--r-- 11.7 KB
token.py -rwxr-xr-x 2.9 KB
tokenize.py -rw-r--r-- 17.3 KB
trace.py -rw-r--r-- 29.2 KB
traceback.py -rw-r--r-- 10.2 KB
tty.py -rw-r--r-- 879 bytes
types.py -rw-r--r-- 1.1 KB
unittest.py -rw-r--r-- 30.0 KB
urllib.py -rw-r--r-- 60.4 KB
urllib2.py -rw-r--r-- 46.6 KB
urlparse.py -rw-r--r-- 10.8 KB
uu.py -rwxr-xr-x 6.0 KB
uuid.py -rw-r--r-- 20.5 KB
warnings.py -rw-r--r-- 9.7 KB
wave.py -rw-r--r-- 17.5 KB
weakref.py -rw-r--r-- 9.7 KB
webbrowser.py -rw-r--r-- 20.5 KB
wsgiref.egg-info -rw-r--r-- 187 bytes
xdrlib.py -rw-r--r-- 5.3 KB
zipfile.py -rw-r--r-- 48.4 KB

back to top