Staging
v0.5.1
https://github.com/python/cpython
Revision 1dc54009391974ecc6d18f202be05a230a92ca60 authored by Christian Heimes on 24 March 2008, 02:19:29 UTC, committed by Christian Heimes on 24 March 2008, 02:19:29 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61820 | gregory.p.smith | 2008-03-23 23:14:38 +0100 (Sun, 23 Mar 2008) | 2 lines

  replace calls to get the initial values with the raw constants.
........
  r61821 | gregory.p.smith | 2008-03-24 00:43:02 +0100 (Mon, 24 Mar 2008) | 2 lines

  A bugfix for r61813, it would fail if the data size was >=2**32.
........
  r61822 | gregory.p.smith | 2008-03-24 00:45:12 +0100 (Mon, 24 Mar 2008) | 2 lines

  prevent a warning from the struct module when data size >= 2**32.
........
  r61823 | gregory.p.smith | 2008-03-24 01:08:01 +0100 (Mon, 24 Mar 2008) | 4 lines

  Have the binascii module use zlib's optimized crc32() function when available
  to reduce our code size (1k data table and tiny bit of code).  It falls back
  to its own without zlib.
........
1 parent f8bba8e
History
Tip revision: 1dc54009391974ecc6d18f202be05a230a92ca60 authored by Christian Heimes on 24 March 2008, 02:19:29 UTC
Merged revisions 61820-61823 via svnmerge from
Tip revision: 1dc5400
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgtags -rw-r--r-- 2.7 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-- 6.3 KB
RELNOTES -rw-r--r-- 2.7 KB
configure -rwxr-xr-x 645.6 KB
configure.in -rw-r--r-- 96.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.5 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.5 KB

README

back to top