[Python-checkins] r86775 - python/branches/release27-maint

georg.brandl python-checkins at python.org
Fri Nov 26 09:16:26 CET 2010


Author: georg.brandl
Date: Fri Nov 26 09:16:26 2010
New Revision: 86775

Log:
Blocked revisions 85875-85877,85888-85889,85908-85911,85979,86256,86324,86409,86427,86429,86444-86446,86451 via svnmerge

........
  r85875 | georg.brandl | 2010-10-28 10:38:30 +0200 (Do, 28 Okt 2010) | 1 line
  
  Fix bytes/str issues in get-remote-certificate.py.
........
  r85876 | georg.brandl | 2010-10-28 11:03:20 +0200 (Do, 28 Okt 2010) | 1 line
  
  #10218: return timeout status from Condition.wait, mirroring other primitives' behavior.
........
  r85877 | georg.brandl | 2010-10-28 11:24:56 +0200 (Do, 28 Okt 2010) | 1 line
  
  Condition.wait now returns bool.
........
  r85888 | georg.brandl | 2010-10-28 15:01:06 +0200 (Do, 28 Okt 2010) | 1 line
  
  Support new Condition return value in the multiprocessing version.
........
  r85889 | georg.brandl | 2010-10-28 15:07:50 +0200 (Do, 28 Okt 2010) | 1 line
  
  Review new Barrier docs.
........
  r85908 | georg.brandl | 2010-10-29 07:22:17 +0200 (Fr, 29 Okt 2010) | 1 line
  
  send_bytes obviously needs bytes...
........
  r85909 | georg.brandl | 2010-10-29 07:24:24 +0200 (Fr, 29 Okt 2010) | 1 line
  
  Re-add "debugger" label, it is used in pydoc-topics.
........
  r85910 | georg.brandl | 2010-10-29 07:30:17 +0200 (Fr, 29 Okt 2010) | 1 line
  
  Port suspicious markup builder and patchlevel.py so that they can be used with Python 2 and 3 without conversion.
........
  r85911 | georg.brandl | 2010-10-29 07:36:28 +0200 (Fr, 29 Okt 2010) | 1 line
  
  Fix markup error and update false positive entries from "make suspicious".
........
  r85979 | georg.brandl | 2010-10-30 16:33:28 +0200 (Sa, 30 Okt 2010) | 1 line
  
  Fix test_mailbox by supporting context manager protocol for get_file() returns.
........
  r86256 | georg.brandl | 2010-11-06 08:19:35 +0100 (Sa, 06 Nov 2010) | 1 line
  
  #10334: add a role to refer to Python source files in SVN.
........
  r86324 | georg.brandl | 2010-11-08 17:57:52 +0100 (Mo, 08 Nov 2010) | 1 line
  
  Fix next version name.
........
  r86409 | georg.brandl | 2010-11-11 08:26:40 +0100 (Do, 11 Nov 2010) | 1 line
  
  Review the new configparser docs.
........
  r86427 | georg.brandl | 2010-11-12 09:09:11 +0100 (Fr, 12 Nov 2010) | 1 line
  
  Switch to Sphinx 1.0.5.
........
  r86429 | georg.brandl | 2010-11-12 09:57:12 +0100 (Fr, 12 Nov 2010) | 1 line
  
  Add a deprecated-removed directive that allows to give the version of removal for deprecations.
........
  r86444 | georg.brandl | 2010-11-13 07:36:58 +0100 (Sa, 13 Nov 2010) | 1 line
  
  Update pydoc topics.
........
  r86445 | georg.brandl | 2010-11-13 07:38:37 +0100 (Sa, 13 Nov 2010) | 1 line
  
  Ignore suspicious-ignore file.
........
  r86446 | georg.brandl | 2010-11-13 07:39:58 +0100 (Sa, 13 Nov 2010) | 1 line
  
  Bump to 3.2a4.
........
  r86451 | georg.brandl | 2010-11-13 14:25:40 +0100 (Sa, 13 Nov 2010) | 1 line
  
  Minor edits.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list