Staging
v0.5.1
https://github.com/python/cpython
Revision b8d0e365e206328557a45f937a23844929427ffb authored by Georg Brandl on 26 November 2010, 07:53:50 UTC, committed by Georg Brandl on 26 November 2010, 07:53:50 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85617 | georg.brandl | 2010-10-17 12:09:06 +0200 (So, 17 Okt 2010) | 1 line

  #5212: md5 weaknesses do not affect hmac, so remove the note about that.
........
  r85618 | georg.brandl | 2010-10-17 12:14:38 +0200 (So, 17 Okt 2010) | 1 line

  #9086: correct wrong terminology about linking with pythonXY.dll.
........
  r85619 | georg.brandl | 2010-10-17 12:15:50 +0200 (So, 17 Okt 2010) | 1 line

  Make file names consistent.
........
  r85620 | georg.brandl | 2010-10-17 12:22:28 +0200 (So, 17 Okt 2010) | 1 line

  Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway.
........
  r85621 | georg.brandl | 2010-10-17 12:24:54 +0200 (So, 17 Okt 2010) | 1 line

  #9105: move pickle warning to a bit more prominent location.
........
  r85622 | georg.brandl | 2010-10-17 12:28:04 +0200 (So, 17 Okt 2010) | 1 line

  #9112: document error() and exit() methods of ArgumentParser.
........
  r85624 | georg.brandl | 2010-10-17 12:34:28 +0200 (So, 17 Okt 2010) | 1 line

  Some markup and style fixes in argparse docs.
........
  r85626 | georg.brandl | 2010-10-17 12:38:20 +0200 (So, 17 Okt 2010) | 1 line

  #9117: fix syntax for class definition.
........
  r85627 | georg.brandl | 2010-10-17 12:44:11 +0200 (So, 17 Okt 2010) | 1 line

  #9138: reword introduction to classes in Python.
........
  r85629 | georg.brandl | 2010-10-17 12:51:45 +0200 (So, 17 Okt 2010) | 1 line

  #5962: clarify sys.exit() vs. threads.
........
  r85631 | georg.brandl | 2010-10-17 12:53:54 +0200 (So, 17 Okt 2010) | 1 line

  Fix capitalization.
........
  r85635 | georg.brandl | 2010-10-17 13:03:22 +0200 (So, 17 Okt 2010) | 1 line

  #5121: fix claims about default values leading to segfaults.
........
  r85636 | georg.brandl | 2010-10-17 13:06:14 +0200 (So, 17 Okt 2010) | 1 line

  #9237: document sys.call_tracing().
........
  r85638 | georg.brandl | 2010-10-17 13:13:37 +0200 (So, 17 Okt 2010) | 1 line

  Port changes to pickle docs apparently lost in py3k.
........
  r85639 | georg.brandl | 2010-10-17 13:23:56 +0200 (So, 17 Okt 2010) | 1 line

  Make twisted example a bit more logical.
........
  r85641 | georg.brandl | 2010-10-17 13:29:07 +0200 (So, 17 Okt 2010) | 1 line

  Fix documentation of dis.opmap direction.
........
  r85642 | georg.brandl | 2010-10-17 13:36:28 +0200 (So, 17 Okt 2010) | 1 line

  #9730: fix example.
........
1 parent 26946ec
History
Tip revision: b8d0e365e206328557a45f937a23844929427ffb authored by Georg Brandl on 26 November 2010, 07:53:50 UTC
Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from
Tip revision: b8d0e36
File Mode Size
Python-ast.c -rw-r--r-- 257.9 KB
_warnings.c -rw-r--r-- 25.7 KB
asdl.c -rw-r--r-- 1.4 KB
ast.c -rw-r--r-- 106.3 KB
atof.c -rw-r--r-- 1016 bytes
bltinmodule.c -rw-r--r-- 86.5 KB
ceval.c -rw-r--r-- 147.9 KB
codecs.c -rw-r--r-- 24.2 KB
compile.c -rw-r--r-- 109.0 KB
dtoa.c -rw-r--r-- 79.2 KB
dup2.c -rw-r--r-- 705 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-- 21.8 KB
formatter_string.c -rw-r--r-- 652 bytes
formatter_unicode.c -rw-r--r-- 512 bytes
frozen.c -rw-r--r-- 1.2 KB
frozenmain.c -rw-r--r-- 1.4 KB
future.c -rw-r--r-- 4.4 KB
getargs.c -rw-r--r-- 56.2 KB
getcompiler.c -rw-r--r-- 366 bytes
getcopyright.c -rw-r--r-- 503 bytes
getcwd.c -rw-r--r-- 1.5 KB
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-- 42.4 KB
import.c -rw-r--r-- 98.0 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-- 38.4 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-- 22.7 KB
pyarena.c -rw-r--r-- 5.8 KB
pyctype.c -rw-r--r-- 7.7 KB
pyfpe.c -rw-r--r-- 623 bytes
pymath.c -rw-r--r-- 1.5 KB
pystate.c -rw-r--r-- 19.1 KB
pystrcmp.c -rw-r--r-- 613 bytes
pystrtod.c -rw-r--r-- 39.0 KB
pythonrun.c -rw-r--r-- 54.9 KB
sigcheck.c -rw-r--r-- 529 bytes
strdup.c -rw-r--r-- 256 bytes
strtod.c -rw-r--r-- 5.6 KB
structmember.c -rw-r--r-- 10.4 KB
symtable.c -rw-r--r-- 47.6 KB
sysmodule.c -rw-r--r-- 53.2 KB
thread.c -rw-r--r-- 11.2 KB
thread_atheos.h -rw-r--r-- 5.8 KB
thread_beos.h -rw-r--r-- 5.9 KB
thread_cthread.h -rw-r--r-- 2.3 KB
thread_foobar.h -rw-r--r-- 1.4 KB
thread_lwp.h -rw-r--r-- 2.8 KB
thread_nt.h -rw-r--r-- 8.6 KB
thread_os2.h -rw-r--r-- 5.7 KB
thread_pth.h -rw-r--r-- 4.6 KB
thread_pthread.h -rw-r--r-- 12.5 KB
thread_sgi.h -rw-r--r-- 8.0 KB
thread_solaris.h -rw-r--r-- 2.6 KB
thread_wince.h -rw-r--r-- 3.5 KB
traceback.c -rw-r--r-- 8.5 KB

back to top