Staging
v0.5.1
https://github.com/python/cpython
Revision efcdd8494a13a40e9f0defd8285810524856bae1 authored by Ezio Melotti on 03 August 2010, 02:20:23 UTC, committed by Ezio Melotti on 03 August 2010, 02:20:23 UTC
........
  r75407 | antoine.pitrou | 2009-10-14 20:30:52 +0300 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in the aifc module
........
  r75409 | antoine.pitrou | 2009-10-14 21:01:33 +0300 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in bsddb
........
  r75410 | antoine.pitrou | 2009-10-14 21:09:45 +0300 (Wed, 14 Oct 2009) | 3 lines

  Silence a py3k warning claiming to affect Lib/calendar.py
........
  r75411 | antoine.pitrou | 2009-10-14 21:12:54 +0300 (Wed, 14 Oct 2009) | 3 lines

  Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)
........
  r75412 | antoine.pitrou | 2009-10-14 21:27:32 +0300 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in the socket module
........
  r75413 | antoine.pitrou | 2009-10-14 21:31:05 +0300 (Wed, 14 Oct 2009) | 3 lines

  Fix a py3k warning in the sndhdr module (found with test_email)
........
  r75415 | antoine.pitrou | 2009-10-14 21:39:46 +0300 (Wed, 14 Oct 2009) | 3 lines

  Silence some py3k warnings claiming to affect _pyio
........
  r75419 | antoine.pitrou | 2009-10-14 21:56:11 +0300 (Wed, 14 Oct 2009) | 3 lines

  Silence py3k warning claiming to affect the random module
........
  r75420 | antoine.pitrou | 2009-10-14 22:04:48 +0300 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in httplib
........
  r75421 | antoine.pitrou | 2009-10-14 22:09:48 +0300 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in the uuid module
........
1 parent edb3512
History
Tip revision: efcdd8494a13a40e9f0defd8285810524856bae1 authored by Ezio Melotti on 03 August 2010, 02:20:23 UTC
Unblocked revisions 75407,75409-75413,75415,75419-75421 via svnmerge
Tip revision: efcdd84
File Mode Size
Python-ast.c -rw-r--r-- 246.7 KB
_warnings.c -rw-r--r-- 24.9 KB
asdl.c -rw-r--r-- 1.4 KB
ast.c -rw-r--r-- 103.3 KB
atof.c -rw-r--r-- 1016 bytes
bltinmodule.c -rw-r--r-- 85.3 KB
ceval.c -rw-r--r-- 140.3 KB
codecs.c -rw-r--r-- 24.2 KB
compile.c -rw-r--r-- 109.6 KB
dup2.c -rw-r--r-- 685 bytes
dynload_aix.c -rw-r--r-- 5.7 KB
dynload_atheos.c -rw-r--r-- 1.2 KB
dynload_beos.c -rw-r--r-- 7.0 KB
dynload_dl.c -rw-r--r-- 561 bytes
dynload_hpux.c -rw-r--r-- 1.5 KB
dynload_next.c -rw-r--r-- 3.9 KB
dynload_os2.c -rw-r--r-- 1.2 KB
dynload_shlib.c -rw-r--r-- 3.6 KB
dynload_stub.c -rw-r--r-- 202 bytes
dynload_win.c -rw-r--r-- 9.2 KB
errors.c -rw-r--r-- 20.9 KB
formatter_string.c -rw-r--r-- 567 bytes
formatter_unicode.c -rw-r--r-- 461 bytes
frozen.c -rw-r--r-- 1.2 KB
frozenmain.c -rw-r--r-- 1.4 KB
future.c -rw-r--r-- 4.3 KB
getargs.c -rw-r--r-- 55.4 KB
getcompiler.c -rw-r--r-- 366 bytes
getcopyright.c -rw-r--r-- 503 bytes
getcwd.c -rw-r--r-- 1.5 KB
getmtime.c -rw-r--r-- 388 bytes
getopt.c -rw-r--r-- 3.3 KB
getplatform.c -rw-r--r-- 130 bytes
getversion.c -rw-r--r-- 289 bytes
graminit.c -rw-r--r-- 41.4 KB
import.c -rw-r--r-- 97.7 KB
importdl.c -rw-r--r-- 2.2 KB
importdl.h -rw-r--r-- 1.0 KB
mactoolboxglue.c -rw-r--r-- 13.7 KB
marshal.c -rw-r--r-- 35.8 KB
modsupport.c -rw-r--r-- 16.4 KB
mysnprintf.c -rw-r--r-- 3.3 KB
mystrtoul.c -rw-r--r-- 7.9 KB
peephole.c -rw-r--r-- 21.2 KB
pyarena.c -rw-r--r-- 5.8 KB
pyfpe.c -rw-r--r-- 623 bytes
pymath.c -rw-r--r-- 6.6 KB
pystate.c -rw-r--r-- 19.1 KB
pystrcmp.c -rw-r--r-- 613 bytes
pystrtod.c -rw-r--r-- 15.6 KB
pythonrun.c -rw-r--r-- 55.0 KB
sigcheck.c -rw-r--r-- 529 bytes
strdup.c -rw-r--r-- 256 bytes
strtod.c -rw-r--r-- 5.5 KB
structmember.c -rw-r--r-- 10.4 KB
symtable.c -rw-r--r-- 46.2 KB
sysmodule.c -rw-r--r-- 48.8 KB
thread.c -rw-r--r-- 11.2 KB
thread_atheos.h -rw-r--r-- 6.6 KB
thread_beos.h -rw-r--r-- 6.6 KB
thread_cthread.h -rw-r--r-- 3.0 KB
thread_foobar.h -rw-r--r-- 2.0 KB
thread_lwp.h -rw-r--r-- 3.4 KB
thread_nt.h -rw-r--r-- 7.3 KB
thread_os2.h -rw-r--r-- 6.3 KB
thread_pth.h -rw-r--r-- 5.3 KB
thread_pthread.h -rw-r--r-- 13.1 KB
thread_sgi.h -rw-r--r-- 10.9 KB
thread_solaris.h -rw-r--r-- 3.3 KB
thread_wince.h -rw-r--r-- 4.1 KB
traceback.c -rw-r--r-- 8.6 KB

back to top