[Python-3000-checkins] r57458 - in python/branches/py3k: Objects/descrobject.c Objects/typeobject.c PC/winsound.c Python/future.c Python/pythonrun.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 09:41:59 2007 New Revision: 57458 Modified: python/branches/py3k/Objects/descrobject.c python/branches/py3k/Objects/typeobject.c python/branches/py3k/PC/winsound.c python/branches/py3k/Python/future.c python/branches/py3k/Python/pythonrun.c Log:

[Python-3000-checkins] r57459 - python/branches/py3k/Modules/sha256module.c python/branches/py3k/Modules/sha512module.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 10:01:41 2007 New Revision: 57459 Modified: python/branches/py3k/Modules/sha256module.c python/branches/py3k/Modules/sha512module.c Log: Use unicode Modified: python/branches/py3k/Modules/sha256module.c ==

[Python-3000-checkins] r57460 - python/branches/py3k/Objects/weakrefobject.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 10:13:40 2007 New Revision: 57460 Modified: python/branches/py3k/Objects/weakrefobject.c Log: Support unicode names Modified: python/branches/py3k/Objects/weakrefobject.c == --- py

[Python-3000-checkins] r57462 - in python/branches/py3k/Lib: email test/test_email.py test/test_email_codecs.py test/test_email_renamed.py

2007-08-25 Thread guido.van.rossum
Author: guido.van.rossum Date: Sat Aug 25 15:43:02 2007 New Revision: 57462 Removed: python/branches/py3k/Lib/email/ python/branches/py3k/Lib/test/test_email.py python/branches/py3k/Lib/test/test_email_codecs.py python/branches/py3k/Lib/test/test_email_renamed.py Log: Remove the email

[Python-3000-checkins] r57463 - python/branches/py3k/Doc/tools/roman.py

2007-08-25 Thread guido.van.rossum
Author: guido.van.rossum Date: Sat Aug 25 16:55:35 2007 New Revision: 57463 Modified: python/branches/py3k/Doc/tools/roman.py Log: Cosmetic fixes to make this work with Py3k (as well as with 2.5 still). Patch by Christian Heimes. Modified: python/branches/py3k/Doc/tools/roman.py =

[Python-3000-checkins] r57468 - python/branches/py3k/Include/funcobject.h

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 19:01:41 2007 New Revision: 57468 Modified: python/branches/py3k/Include/funcobject.h Log: Fix some comments Modified: python/branches/py3k/Include/funcobject.h == --- python/branc

[Python-3000-checkins] r57469 - python/branches/py3k/Modules/_ssl.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 19:03:03 2007 New Revision: 57469 Modified: python/branches/py3k/Modules/_ssl.c Log: Use unicode Modified: python/branches/py3k/Modules/_ssl.c == --- python/branches/py3k/Modules/_

[Python-3000-checkins] r57470 - python/branches/py3k/Objects/stringlib/string_format.h

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 19:08:59 2007 New Revision: 57470 Modified: python/branches/py3k/Objects/stringlib/string_format.h Log: Get rid of compiler warning on 64-bit Modified: python/branches/py3k/Objects/stringlib/string_format.h =

[Python-3000-checkins] r57471 - python/branches/py3k/Modules/pyexpat.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 19:20:32 2007 New Revision: 57471 Modified: python/branches/py3k/Modules/pyexpat.c Log: Use unicode Modified: python/branches/py3k/Modules/pyexpat.c == --- python/branches/py3k/Mod

[Python-3000-checkins] r57472 - python/branches/py3k/Lib/test/test_pyclbr.py

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 19:23:06 2007 New Revision: 57472 Modified: python/branches/py3k/Lib/test/test_pyclbr.py Log: Get test_pyclbr to pass after removing the email package Modified: python/branches/py3k/Lib/test/test_pyclbr.py ==

[Python-3000-checkins] r57474 - python/branches/py3k/Lib/test/test_zipfile.py

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 19:57:37 2007 New Revision: 57474 Modified: python/branches/py3k/Lib/test/test_zipfile.py Log: Disable test until email comes back Modified: python/branches/py3k/Lib/test/test_zipfile.py =

[Python-3000-checkins] r57475 - python/branches/py3k/Lib/test/test_whichdb.py

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 20:00:36 2007 New Revision: 57475 Modified: python/branches/py3k/Lib/test/test_whichdb.py Log: Get test working when there are multiple dbs supported. Modified: python/branches/py3k/Lib/test/test_whichdb.py =

[Python-3000-checkins] r57477 - python/branches/py3k/Lib/urllib.py python/branches/py3k/Lib/urllib2.py

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sat Aug 25 21:00:31 2007 New Revision: 57477 Modified: python/branches/py3k/Lib/urllib.py python/branches/py3k/Lib/urllib2.py Log: Get the urllib tests to pass without the email package Modified: python/branches/py3k/Lib/urllib.py =

[Python-3000-checkins] r57485 - python/branches/py3k/Python/Python-ast.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 04:06:15 2007 New Revision: 57485 Modified: python/branches/py3k/Python/Python-ast.c Log: Regenerate Modified: python/branches/py3k/Python/Python-ast.c == --- python/branches/py3k/

[Python-3000-checkins] r57486 - in python/branches/py3k: Include/moduleobject.h Objects/moduleobject.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 04:21:42 2007 New Revision: 57486 Modified: python/branches/py3k/Include/moduleobject.h python/branches/py3k/Objects/moduleobject.c Log: Get rid of more uses of string and use const in a few places. Modified: python/branches/py3k/Include/moduleobject.h

[Python-3000-checkins] r57487 - python/branches/py3k/Modules/_lsprof.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 04:22:30 2007 New Revision: 57487 Modified: python/branches/py3k/Modules/_lsprof.c Log: Use unicode Modified: python/branches/py3k/Modules/_lsprof.c == --- python/branches/py3k/Mod

[Python-3000-checkins] r57488 - python/branches/py3k/Modules/_ssl.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 04:26:31 2007 New Revision: 57488 Modified: python/branches/py3k/Modules/_ssl.c Log: Return a boolean for status Modified: python/branches/py3k/Modules/_ssl.c == --- python/branche

[Python-3000-checkins] r57489 - python/branches/py3k/Modules/grpmodule.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 04:54:31 2007 New Revision: 57489 Modified: python/branches/py3k/Modules/grpmodule.c Log: Use unicode Modified: python/branches/py3k/Modules/grpmodule.c == --- python/branches/py3k

[Python-3000-checkins] r57490 - in python/branches/py3k: Lib/hashlib.py Modules/_hashopenssl.c

2007-08-25 Thread gregory.p.smith
Author: gregory.p.smith Date: Sun Aug 26 04:58:36 2007 New Revision: 57490 Modified: python/branches/py3k/Lib/hashlib.py python/branches/py3k/Modules/_hashopenssl.c Log: Use the new buffer api for input data. Modified: python/branches/py3k/Lib/hashlib.py ===

[Python-3000-checkins] r57492 - python/branches/py3k/Modules/_sre.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 05:55:15 2007 New Revision: 57492 Modified: python/branches/py3k/Modules/_sre.c Log: Use unicode Modified: python/branches/py3k/Modules/_sre.c == --- python/branches/py3k/Modules/_

[Python-3000-checkins] r57493 - in python/branches/py3k: Lib/test/test_funcattrs.py Objects/funcobject.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 05:56:04 2007 New Revision: 57493 Modified: python/branches/py3k/Lib/test/test_funcattrs.py python/branches/py3k/Objects/funcobject.c Log: Use unicode and stop supporting str8 Modified: python/branches/py3k/Lib/test/test_funcattrs.py ===

[Python-3000-checkins] r57494 - python/branches/py3k/Objects/unicodeobject.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 05:58:25 2007 New Revision: 57494 Modified: python/branches/py3k/Objects/unicodeobject.c Log: Remove assert that seems out of place. It triggers with test_string, but without it test_string passes. I'm not sure why it was there. Modified: python/branche

[Python-3000-checkins] r57495 - python/branches/py3k/Lib/idlelib/CallTips.py

2007-08-25 Thread kurt.kaiser
Author: kurt.kaiser Date: Sun Aug 26 06:18:40 2007 New Revision: 57495 Modified: python/branches/py3k/Lib/idlelib/CallTips.py Log: Fix another map(...) --> list(map...) Modified: python/branches/py3k/Lib/idlelib/CallTips.py =

[Python-3000-checkins] r57496 - in python/branches/py3k: Lib/binhex.py Modules/cjkcodecs/cjkcodecs.h Modules/cjkcodecs/multibytecodec.c Objects/abstract.c Objects/floatobject.c Objects/object.c Object

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 06:19:43 2007 New Revision: 57496 Modified: python/branches/py3k/Lib/binhex.py python/branches/py3k/Modules/cjkcodecs/cjkcodecs.h python/branches/py3k/Modules/cjkcodecs/multibytecodec.c python/branches/py3k/Objects/abstract.c python/branches/py3

[Python-3000-checkins] r57497 - python/branches/py3k/Objects/complexobject.c python/branches/py3k/Objects/exceptions.c python/branches/py3k/Objects/listobject.c python/branches/py3k/Objects/longobject

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 06:51:10 2007 New Revision: 57497 Modified: python/branches/py3k/Objects/complexobject.c python/branches/py3k/Objects/exceptions.c python/branches/py3k/Objects/listobject.c python/branches/py3k/Objects/longobject.c python/branches/py3k/Objects/m

[Python-3000-checkins] r57498 - python/branches/py3k/Modules/arraymodule.c python/branches/py3k/Modules/parsermodule.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 06:51:28 2007 New Revision: 57498 Modified: python/branches/py3k/Modules/arraymodule.c python/branches/py3k/Modules/parsermodule.c Log: Use unicode and remove support for some uses of str8. Modified: python/branches/py3k/Modules/arraymodule.c ==

[Python-3000-checkins] r57499 - python/branches/py3k/Modules/ossaudiodev.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 06:57:08 2007 New Revision: 57499 Modified: python/branches/py3k/Modules/ossaudiodev.c Log: Use unicode Modified: python/branches/py3k/Modules/ossaudiodev.c == --- python/branches/

[Python-3000-checkins] r57500 - python/branches/py3k/Modules/zipimport.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 07:08:21 2007 New Revision: 57500 Modified: python/branches/py3k/Modules/zipimport.c Log: Use unicode (and bytes as appropriate) Modified: python/branches/py3k/Modules/zipimport.c

[Python-3000-checkins] r57501 - in python/branches/py3k: Modules/cjkcodecs/cjkcodecs.h Python/import.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 07:32:41 2007 New Revision: 57501 Modified: python/branches/py3k/Modules/cjkcodecs/cjkcodecs.h python/branches/py3k/Python/import.c Log: Fix a couple of warnings Modified: python/branches/py3k/Modules/cjkcodecs/cjkcodecs.h ==

[Python-3000-checkins] r57502 - python/branches/py3k/Python/ceval.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 07:33:45 2007 New Revision: 57502 Modified: python/branches/py3k/Python/ceval.c Log: Use unicode Modified: python/branches/py3k/Python/ceval.c == --- python/branches/py3k/Python/ce

[Python-3000-checkins] r57504 - in python/branches/py3k: Objects/typeobject.c Python/import.c

2007-08-25 Thread neal.norwitz
Author: neal.norwitz Date: Sun Aug 26 08:45:23 2007 New Revision: 57504 Modified: python/branches/py3k/Objects/typeobject.c python/branches/py3k/Python/import.c Log: Use unicode and remove support for some uses of str8. Modified: python/branches/py3k/Objects/typeobject.c ===