Author: christian.heimes
Date: Wed Jan 30 10:51:48 2008
New Revision: 60437
Modified:
python/branches/py3k/Lib/test/test_bytes.py
python/branches/py3k/Misc/NEWS
python/branches/py3k/Objects/bytesobject.c
Log:
Fixed #1969: split and rsplit in bytearray are inconsistent
Modified: python/br
Author: christian.heimes
Date: Wed Jan 30 12:28:29 2008
New Revision: 60439
Modified:
python/branches/py3k/Objects/stringobject.c
Log:
Fixed issue #1973: bytes.fromhex('') raises SystemError
Modified: python/branches/py3k/Objects/stringobject.c
=
Author: christian.heimes
Date: Wed Jan 30 12:27:57 2008
New Revision: 60438
Modified:
python/branches/py3k/Misc/NEWS
Log:
Fixed issue #1973: bytes.fromhex('') raises SystemError
Modified: python/branches/py3k/Misc/NEWS
===
Author: christian.heimes
Date: Wed Jan 30 12:58:22 2008
New Revision: 60443
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/tutorial/errors.rst
python/branches/py3k/Include/unicodeobject.h
python/branches/py3k/Lib/_abcoll.py
python/branches/py3k/Objects/un
Author: christian.heimes
Date: Wed Jan 30 12:57:58 2008
New Revision: 60442
Modified:
python/branches/py3k/Lib/test/test_bytes.py
Log:
Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests
Modified: python/branches/py3k/Lib/test/test_bytes.py
Author: christian.heimes
Date: Wed Jan 30 13:01:19 2008
New Revision: 60444
Modified:
python/branches/py3k/Lib/test/test_bytes.py
Log:
Removed unused import
Modified: python/branches/py3k/Lib/test/test_bytes.py
==
---
Author: christian.heimes
Date: Wed Jan 30 16:02:52 2008
New Revision: 60447
Modified:
python/branches/py3k/Lib/test/test_bytes.py
Log:
Enabled fromhex('') test for bytes
Modified: python/branches/py3k/Lib/test/test_bytes.py
==
Author: raymond.hettinger
Date: Wed Jan 30 21:15:17 2008
New Revision: 60453
Modified:
python/branches/py3k/Doc/library/functions.rst
python/branches/py3k/Doc/library/stdtypes.rst
python/branches/py3k/Lib/cookielib.py
python/branches/py3k/Lib/pstats.py
python/branches/py3k/Lib/test/
Author: raymond.hettinger
Date: Thu Jan 31 00:33:08 2008
New Revision: 60466
Modified:
python/branches/py3k/Objects/setobject.c
Log:
Remove duplicate function.
Modified: python/branches/py3k/Objects/setobject.c
==
---
Author: christian.heimes
Date: Thu Jan 31 02:08:32 2008
New Revision: 60467
Modified:
python/branches/py3k/Include/setobject.h
python/branches/py3k/Objects/setobject.c
Log:
Fixed r60466
Modified: python/branches/py3k/Include/setobject.h
==
Author: raymond.hettinger
Date: Thu Jan 31 02:10:03 2008
New Revision: 60468
Modified:
python/branches/py3k/Lib/pprint.py
python/branches/py3k/Lib/test/test_pprint.py
Log:
Update pprint() to match the new repr style for frozensets
Modified: python/branches/py3k/Lib/pprint.py
===
11 matches
Mail list logo