[Python-checkins] r75800 - python/branches/release26-maint

georg.brandl python-checkins at python.org
Tue Oct 27 16:41:52 CET 2009


Author: georg.brandl
Date: Tue Oct 27 16:41:51 2009
New Revision: 75800

Log:
Blocked revisions 72199,72210,72241,73109,73135 via svnmerge

........
  r72199 | benjamin.peterson | 2009-05-02 19:33:01 +0200 (Sa, 02 Mai 2009) | 1 line
  
  remove py3k compat code
........
  r72210 | gregory.p.smith | 2009-05-02 20:58:21 +0200 (Sa, 02 Mai 2009) | 2 lines
  
  Convert test method names to PEP8 style.
........
  r72241 | gregory.p.smith | 2009-05-03 21:37:05 +0200 (So, 03 Mai 2009) | 3 lines
  
  Optimization: move RFC defined network constant construction out of
  the is_*() methods and into module private instances.
........
  r73109 | gregory.p.smith | 2009-06-01 19:40:41 +0200 (Mo, 01 Jun 2009) | 6 lines
  
  Sync up __version__ number with the version of the ipaddr-py project this
  library came from that it matches.
  
  Remove the former apache license text now that its been contributed to PSF to
  avoid confusion.
........
  r73135 | gregory.p.smith | 2009-06-02 07:25:34 +0200 (Di, 02 Jun 2009) | 3 lines
  
  Fixes issue6169: it was possible for two ipaddr network addresses to compare
  as both < and > than eachother.
........


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


More information about the Python-checkins mailing list