Author: guido.van.rossum
Date: Wed Oct 31 17:41:08 2007
New Revision: 58730
Modified:
python/branches/py3k-pep3137/Lib/test/test_bytes.py
python/branches/py3k-pep3137/Objects/stringobject.c
Log:
Patch 1365 by Christian Heimes.
Implement str8(N) -> s'\0'*N, and a unit test for bytes(N) behavi
Author: christian.heimes
Date: Wed Oct 31 19:53:44 2007
New Revision: 58732
Modified:
python/branches/py3k/Lib/gettext.py
python/branches/py3k/Lib/test/test_gettext.py
Log:
Fixed gettext module for Windows. The metadata lines always end in \n and not
in os.linesep
Modified: python/branches
Author: christian.heimes
Date: Wed Oct 31 20:40:17 2007
New Revision: 58734
Modified:
python/branches/py3k/Lib/test/test_dumbdbm.py
Log:
Fixed test_dumbdbm
The test failed on Windows. I hope the change follows the spirit of the test.
On Unix it checks if dumbdbm can handle Windows line separat
Author: christian.heimes
Date: Wed Oct 31 20:43:22 2007
New Revision: 58735
Modified:
python/branches/py3k-pep3137/ (props changed)
python/branches/py3k-pep3137/Lib/gettext.py
python/branches/py3k-pep3137/Lib/test/test_dumbdbm.py
python/branches/py3k-pep3137/Lib/test/test_gettext.py
Author: christian.heimes
Date: Wed Oct 31 20:51:01 2007
New Revision: 58736
Modified:
python/branches/py3k/Lib/test/output/test_pep277
Log:
Oh, I missed the output part of the test ...
Modified: python/branches/py3k/Lib/test/output/test_pep277
==
Author: christian.heimes
Date: Wed Oct 31 20:20:48 2007
New Revision: 58733
Modified:
python/branches/py3k/Modules/_fileio.c
Log:
Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not set
because the name is stored in widename.
Modified: python/branches/py3k/Modules/_fil
Author: guido.van.rossum
Date: Thu Nov 1 00:46:28 2007
New Revision: 58742
Modified:
python/branches/py3k-pep3137/ (props changed)
python/branches/py3k-pep3137/Lib/test/output/test_pep277
Log:
Merged revisions 58735-58741 via svnmerge from
svn+ssh://[EMAIL PROTECTED]/python/branches/py3k