Staging
v0.5.1
https://github.com/python/cpython
Revision 190d79e5c648174b550de2bef75d1b4addf0d625 authored by Christian Heimes on 30 January 2008, 11:58:22 UTC, committed by Christian Heimes on 30 January 2008, 11:58:22 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r60425 | raymond.hettinger | 2008-01-29 20:52:09 +0100 (Tue, 29 Jan 2008) | 1 line

  CallMethod is faster with a NULL third-argument than with an empty format string.
........
  r60431 | raymond.hettinger | 2008-01-30 01:01:07 +0100 (Wed, 30 Jan 2008) | 1 line

  Add isdisjoint() to the Set/MutableSet ABCs.
........
  r60432 | raymond.hettinger | 2008-01-30 01:08:31 +0100 (Wed, 30 Jan 2008) | 1 line

  MutableSets support a remove() method.
........
  r60433 | raymond.hettinger | 2008-01-30 01:51:58 +0100 (Wed, 30 Jan 2008) | 1 line

  Demonstrate new except/as syntax.
........
  r60440 | christian.heimes | 2008-01-30 12:32:37 +0100 (Wed, 30 Jan 2008) | 1 line

  Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines()
........
1 parent 510711d
History
Tip revision: 190d79e5c648174b550de2bef75d1b4addf0d625 authored by Christian Heimes on 30 January 2008, 11:58:22 UTC
Merged revisions 60408-60440 via svnmerge from
Tip revision: 190d79e
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgsvnexternals -rw-r--r-- 65 bytes
.hgtags -rw-r--r-- 2.6 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 36.4 KB
README -rw-r--r-- 5.0 KB
RELNOTES -rw-r--r-- 2.7 KB
configure -rwxr-xr-x 635.6 KB
configure.in -rw-r--r-- 96.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.1 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 68.4 KB

README

back to top