[Python-checkins] r77935 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Wed Feb 3 02:57:04 CET 2010


Author: benjamin.peterson
Date: Wed Feb  3 02:57:04 2010
New Revision: 77935

Log:
Blocked revisions 77401,77420,77423,77426,77486,77511,77513,77515,77544,77733,77755,77841,77871,77885,77910-77913 via svnmerge

........
  r77401 | brett.cannon | 2010-01-09 20:48:50 -0600 (Sat, 09 Jan 2010) | 3 lines
  
  Update the version # of Python-ast.c based on the backport of set literals from
  r77400.
........
  r77420 | benjamin.peterson | 2010-01-10 14:42:03 -0600 (Sun, 10 Jan 2010) | 1 line
  
  fix test_popen when the path to python has spaces #7671
........
  r77423 | alexandre.vassalotti | 2010-01-11 16:46:43 -0600 (Mon, 11 Jan 2010) | 2 lines
  
  Update version information for AST changes in r77422.
........
  r77426 | alexandre.vassalotti | 2010-01-11 17:13:49 -0600 (Mon, 11 Jan 2010) | 2 lines
  
  Add missing NEWS entry for r77422.
........
  r77486 | benjamin.peterson | 2010-01-13 20:40:10 -0600 (Wed, 13 Jan 2010) | 1 line
  
  use more robust quoting
........
  r77511 | benjamin.peterson | 2010-01-14 20:26:07 -0600 (Thu, 14 Jan 2010) | 1 line
  
  try to fix for windows
........
  r77513 | vinay.sajip | 2010-01-15 17:27:05 -0600 (Fri, 15 Jan 2010) | 1 line
  
  Fixed issue-number mistake in NEWS update.
........
  r77515 | sean.reifschneider | 2010-01-15 22:27:58 -0600 (Fri, 15 Jan 2010) | 1 line
  
  issue5063: Fixes for building RPM on CentOS plus misc .spec file enhancements.
........
  r77544 | ezio.melotti | 2010-01-16 12:38:01 -0600 (Sat, 16 Jan 2010) | 1 line
  
  typo: use one instead instead of two
........
  r77733 | ezio.melotti | 2010-01-24 15:47:59 -0600 (Sun, 24 Jan 2010) | 1 line
  
  #7269: fix failures in test_bsddb3. Patch by Florent Xicluna.
........
  r77755 | ezio.melotti | 2010-01-26 09:57:21 -0600 (Tue, 26 Jan 2010) | 1 line
  
  #7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
........
  r77841 | ezio.melotti | 2010-01-30 01:22:54 -0600 (Sat, 30 Jan 2010) | 1 line
  
  #7092: silence py3k warnings for deprecated modules
........
  r77871 | ezio.melotti | 2010-01-31 05:46:54 -0600 (Sun, 31 Jan 2010) | 1 line
  
  #7092: silence more -3 and -Wd warnings
........
  r77885 | benjamin.peterson | 2010-01-31 12:02:35 -0600 (Sun, 31 Jan 2010) | 1 line
  
  fix windows buildbot
........
  r77910 | ezio.melotti | 2010-02-02 02:37:35 -0600 (Tue, 02 Feb 2010) | 1 line
  
  #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.
........
  r77911 | ezio.melotti | 2010-02-02 09:12:42 -0600 (Tue, 02 Feb 2010) | 1 line
  
  Silence a couple of -3 warnings
........
  r77912 | ezio.melotti | 2010-02-02 09:57:45 -0600 (Tue, 02 Feb 2010) | 1 line
  
  Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.
........
  r77913 | ezio.melotti | 2010-02-02 11:34:37 -0600 (Tue, 02 Feb 2010) | 1 line
  
  #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Florent Xicluna.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list