]> granicus.if.org Git - python/commit
Merged revisions 55328-55341 via svnmerge from
authorGuido van Rossum <guido@python.org>
Tue, 15 May 2007 18:46:22 +0000 (18:46 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 May 2007 18:46:22 +0000 (18:46 +0000)
commit1bc535dc7854b6be009a6bf3413a3a470e3fe749
tree7a43646468849a9ae624bd4314ff26b7b0e30f21
parent360e4b8fb19f34360093bc15ef9aad13115a6069
Merged revisions 55328-55341 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
  r55329 | brett.cannon | 2007-05-14 16:36:56 -0700 (Mon, 14 May 2007) | 3 lines

  Implement the removal of tuple parameter unpacking (PEP 3113).
  Thanks, Tony Lownds for the patch.
........
  r55331 | neal.norwitz | 2007-05-14 16:40:30 -0700 (Mon, 14 May 2007) | 1 line

  Update to use Python 3.0
........
  r55332 | brett.cannon | 2007-05-14 16:47:18 -0700 (Mon, 14 May 2007) | 2 lines

  Mention PEP 3113.  And thanks to Tony Lownds for the PEP 3113 patch.
........
  r55333 | neal.norwitz | 2007-05-14 16:57:06 -0700 (Mon, 14 May 2007) | 1 line

  Fix exception printing (no more exceptions module)
........
  r55334 | neal.norwitz | 2007-05-14 17:11:10 -0700 (Mon, 14 May 2007) | 1 line

  Remove popen* functions from os
........
  r55335 | neal.norwitz | 2007-05-14 18:03:38 -0700 (Mon, 14 May 2007) | 1 line

  Get rid of most of popen.  There are still some uses I need to cleanup.
........
  r55336 | neal.norwitz | 2007-05-14 21:11:34 -0700 (Mon, 14 May 2007) | 1 line

  Remove a few more remnants of the compiler package
........
  r55337 | neal.norwitz | 2007-05-14 22:28:27 -0700 (Mon, 14 May 2007) | 1 line

  Get test_[cx]pickle working on 64-bit platforms (avoid overflow int/long)
........
64 files changed:
Doc/Makefile.deps
Doc/lib/lib.tex
Doc/lib/libitertools.tex
Doc/lib/libos.tex
Doc/lib/libpopen2.tex [deleted file]
Doc/lib/libsubprocess.tex
Doc/ref/ref3.tex
Doc/ref/ref5.tex
Doc/ref/ref7.tex
Doc/tut/tut.tex
Grammar/Grammar
Include/Python-ast.h
Include/graminit.h
Lib/aifc.py
Lib/bdb.py
Lib/binhex.py
Lib/cgitb.py
Lib/formatter.py
Lib/idlelib/CallTips.py
Lib/idlelib/Debugger.py
Lib/imputil.py
Lib/inspect.py
Lib/modulefinder.py
Lib/os.py
Lib/pdb.py
Lib/plat-irix6/flp.py
Lib/plat-mac/findertools.py
Lib/popen2.py [deleted file]
Lib/pprint.py
Lib/pydoc.py
Lib/sunau.py
Lib/test/inspect_fodder.py
Lib/test/inspect_fodder2.py
Lib/test/regrtest.py
Lib/test/test___all__.py
Lib/test/test_compile.py
Lib/test/test_complex_args.py [deleted file]
Lib/test/test_grammar.py
Lib/test/test_inspect.py
Lib/test/test_itertools.py
Lib/test/test_math.py
Lib/test/test_popen2.py [deleted file]
Lib/test/test_scope.py
Lib/test/test_sort.py
Lib/test/test_threadsignals.py
Lib/threading.py
Lib/tokenize.py
Lib/urlparse.py
Lib/wave.py
Makefile.pre.in
Misc/NEWS
Misc/cheatsheet
Modules/cPickle.c
Modules/parsermodule.c
PCbuild/python.iss
Parser/Python.asdl
Parser/asdl.py
Parser/spark.py
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/graminit.c
Python/symtable.c
Tools/scripts/reindent.py