]> granicus.if.org Git - python/commit
Merged revisions 55007-55179 via svnmerge from
authorGuido van Rossum <guido@python.org>
Mon, 7 May 2007 22:24:25 +0000 (22:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 May 2007 22:24:25 +0000 (22:24 +0000)
commit805365ee39298f93e433e19ae0dd87c6f782145b
treeae8f8a3c315b49cfb2e7926d4b7e56f64c68b21c
parent598d98a7e8981e650e803e41e884ffc905b2311e
Merged revisions 55007-55179 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/p3yk

........
  r55077 | guido.van.rossum | 2007-05-02 11:54:37 -0700 (Wed, 02 May 2007) | 2 lines

  Use the new print syntax, at least.
........
  r55142 | fred.drake | 2007-05-04 21:27:30 -0700 (Fri, 04 May 2007) | 1 line

  remove old cruftiness
........
  r55143 | fred.drake | 2007-05-04 21:52:16 -0700 (Fri, 04 May 2007) | 1 line

  make this work with the new Python
........
  r55162 | neal.norwitz | 2007-05-06 22:29:18 -0700 (Sun, 06 May 2007) | 1 line

  Get asdl code gen working with Python 2.3.  Should continue to work with 3.0
........
  r55164 | neal.norwitz | 2007-05-07 00:00:38 -0700 (Mon, 07 May 2007) | 1 line

  Verify checkins to p3yk (sic) branch go to 3000 list.
........
  r55166 | neal.norwitz | 2007-05-07 00:12:35 -0700 (Mon, 07 May 2007) | 1 line

  Fix this test so it runs again by importing warnings_test properly.
........
  r55167 | neal.norwitz | 2007-05-07 01:03:22 -0700 (Mon, 07 May 2007) | 8 lines

  So long xrange.  range() now supports values that are outside
  -sys.maxint to sys.maxint.  floats raise a TypeError.

  This has been sitting for a long time.  It probably has some problems and
  needs cleanup.  Objects/rangeobject.c now uses 4-space indents since
  it is almost completely new.
........
  r55171 | guido.van.rossum | 2007-05-07 10:21:26 -0700 (Mon, 07 May 2007) | 4 lines

  Fix two tests that were previously depending on significant spaces
  at the end of a line (and before that on Python 2.x print behavior
  that has no exact equivalent in 3.0).
........
150 files changed:
Demo/tix/grid.py
Doc/lib/libdbhash.tex
Doc/lib/libfuncs.tex
Doc/lib/libitertools.tex
Doc/lib/librandom.tex
Doc/lib/libstdtypes.tex
Doc/lib/libtimeit.tex
Doc/lib/libtypes.tex
Doc/tut/tut.tex
Doc/whatsnew/Makefile [deleted file]
Lib/Cookie.py
Lib/bsddb/test/test_thread.py
Lib/calendar.py
Lib/copy.py
Lib/ctypes/test/test_arrays.py
Lib/ctypes/test/test_slicing.py
Lib/difflib.py
Lib/distutils/command/install.py
Lib/doctest.py
Lib/genericpath.py
Lib/gettext.py
Lib/heapq.py
Lib/hmac.py
Lib/idlelib/CodeContext.py
Lib/mhlib.py
Lib/pickle.py
Lib/plat-mac/EasyDialogs.py
Lib/plat-mac/applesingle.py
Lib/plat-riscos/riscospath.py
Lib/popen2.py
Lib/pydoc.py
Lib/random.py
Lib/sqlite3/test/regression.py
Lib/sre_compile.py
Lib/string.py
Lib/stringprep.py
Lib/subprocess.py
Lib/tarfile.py
Lib/tempfile.py
Lib/test/fork_wait.py
Lib/test/list_tests.py
Lib/test/output/test_cProfile
Lib/test/output/test_profile
Lib/test/pickletester.py
Lib/test/seq_tests.py
Lib/test/sortperf.py
Lib/test/string_tests.py
Lib/test/test_array.py
Lib/test/test_binascii.py
Lib/test/test_bisect.py
Lib/test/test_bsddb.py
Lib/test/test_bufio.py
Lib/test/test_builtin.py
Lib/test/test_bz2.py
Lib/test/test_calendar.py
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Lib/test/test_compile.py
Lib/test/test_complex.py
Lib/test/test_contains.py
Lib/test/test_copy.py
Lib/test/test_csv.py
Lib/test/test_datetime.py
Lib/test/test_decimal.py
Lib/test/test_deque.py
Lib/test/test_descr.py
Lib/test/test_dis.py
Lib/test/test_doctest.py
Lib/test/test_dummy_thread.py
Lib/test/test_enumerate.py
Lib/test/test_functools.py
Lib/test/test_gc.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Lib/test/test_grp.py
Lib/test/test_heapq.py
Lib/test/test_index.py
Lib/test/test_io.py
Lib/test/test_isinstance.py
Lib/test/test_iter.py
Lib/test/test_iterlen.py
Lib/test/test_itertools.py
Lib/test/test_list.py
Lib/test/test_listcomps.py
Lib/test/test_logging.py
Lib/test/test_long.py
Lib/test/test_mailbox.py
Lib/test/test_mhlib.py
Lib/test/test_mimetools.py
Lib/test/test_mmap.py
Lib/test/test_multibytecodec.py
Lib/test/test_multibytecodec_support.py
Lib/test/test_mutants.py
Lib/test/test_operator.py
Lib/test/test_peepholer.py
Lib/test/test_pep352.py
Lib/test/test_pow.py
Lib/test/test_pprint.py
Lib/test/test_pwd.py
Lib/test/test_queue.py
Lib/test/test_random.py
Lib/test/test_repr.py
Lib/test/test_richcmp.py
Lib/test/test_set.py
Lib/test/test_setcomps.py
Lib/test/test_slice.py
Lib/test/test_sort.py
Lib/test/test_struct.py
Lib/test/test_structseq.py
Lib/test/test_tempfile.py
Lib/test/test_trace.py
Lib/test/test_tuple.py
Lib/test/test_ucn.py
Lib/test/test_unicode.py
Lib/test/test_unicodedata.py
Lib/test/test_userdict.py
Lib/test/test_userlist.py
Lib/test/test_warnings.py
Lib/test/test_winsound.py
Lib/test/test_xdrlib.py
Lib/test/test_xrange.py
Lib/test/test_zipfile.py
Lib/test/test_zipfile64.py
Lib/test/time_hashlib.py
Lib/types.py
Lib/urllib.py
Misc/NEWS
Objects/rangeobject.c
Parser/asdl.py
Parser/asdl_c.py
Parser/spark.py
Python/bltinmodule.c
Tools/pybench/Arithmetic.py
Tools/pybench/Calls.py
Tools/pybench/Constructs.py
Tools/pybench/Dict.py
Tools/pybench/Exceptions.py
Tools/pybench/Imports.py
Tools/pybench/Instances.py
Tools/pybench/Lists.py
Tools/pybench/Lookups.py
Tools/pybench/NewInstances.py
Tools/pybench/Numbers.py
Tools/pybench/Strings.py
Tools/pybench/Tuples.py
Tools/pybench/Unicode.py
Tools/pybench/systimes.py
Tools/scripts/reindent.py
Tools/unicode/makeunicodedata.py
Tools/unicode/mkstringprep.py