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:
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
==
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
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
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
=
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
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/_
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
=
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
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
==
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
=
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
=
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
=
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/
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
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
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
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
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
===
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/_
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
===
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
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
=
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
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
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
==
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/
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
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
==
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
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
===
31 matches
Mail list logo