Author: martin.v.loewis
Date: Sun Aug 5 17:39:16 2007
New Revision: 56754
Modified:
python/branches/py3k-struni/Doc/lib/libbsddb.tex
python/branches/py3k-struni/Lib/bsddb/__init__.py
python/branches/py3k-struni/Lib/test/test_bsddb.py
python/branches/py3k-struni/Modules/_bsddb.c
Log:
M
Author: martin.v.loewis
Date: Sun Aug 5 22:26:11 2007
New Revision: 56755
Modified:
python/branches/py3k-struni/Doc/api/concrete.tex
python/branches/py3k-struni/Objects/bytesobject.c
python/branches/py3k-struni/Objects/unicodeobject.c
Log:
Change PyUnicode_FromString[AndSize] to expect U
Author: brett.cannon
Date: Mon Aug 6 00:23:10 2007
New Revision: 56757
Modified:
python/branches/py3k-struni/Lib/tempfile.py
python/branches/py3k-struni/Misc/ACKS
Log:
Move tempfile over to the io module. Makes test_threaded_import pass.
Thanks Paul Colomiets.
Modified: python/branches/