Staging
v0.5.1
https://github.com/python/cpython
Revision 0dcc3cc94926c76223d41a0b36f4c0792ec47089 authored by Gregory P. Smith on 18 October 2007, 17:15:20 UTC, committed by Gregory P. Smith on 18 October 2007, 17:15:20 UTC
 - Fix bsddb.dbtables: Don't randomly corrupt newly inserted rows by
   picking a rowid string with null bytes in it.  Such rows could not
   later be deleted, modified or individually selected.  Existing
   bsdTableDb databases created with such rows are out of luck.
 - Use mkdtemp for the test_dbtables test database environment and
   clean it up afterwards using shutil.rmtree.
1 parent 574e1ba
History
Tip revision: 0dcc3cc94926c76223d41a0b36f4c0792ec47089 authored by Gregory P. Smith on 18 October 2007, 17:15:20 UTC
Backport 58532, 58533, 58534:
Tip revision: 0dcc3cc
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.4 KB
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 34.5 KB
README -rw-r--r-- 54.4 KB
configure -rwxr-xr-x 605.8 KB
configure.in -rw-r--r-- 95.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.5 KB
setup.py -rw-r--r-- 67.2 KB

README

back to top