[Python-3000-checkins] r51337 - python/branches/p3yk/Lib/wsgiref/handlers.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 17 10:56:08 2006 New Revision: 51337 Modified: python/branches/p3yk/Lib/wsgiref/handlers.py Log: Use explicit relative import, to make things work again. Modified: python/branches/p3yk/Lib/wsgiref/handlers.py =

[Python-3000-checkins] r51338 - python/branches/p3yk/Lib/logging/handlers.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 17 10:57:26 2006 New Revision: 51338 Modified: python/branches/p3yk/Lib/logging/handlers.py Log: If cPickle isn't available, use pickle. Modified: python/branches/p3yk/Lib/logging/handlers.py ==

[Python-3000-checkins] r51339 - python/branches/p3yk/Lib/xml/sax/__init__.py python/branches/p3yk/Lib/xml/sax/saxutils.py python/branches/p3yk/Lib/xml/sax/xmlreader.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 17 11:10:09 2006 New Revision: 51339 Modified: python/branches/p3yk/Lib/xml/sax/__init__.py python/branches/p3yk/Lib/xml/sax/saxutils.py python/branches/p3yk/Lib/xml/sax/xmlreader.py Log: Use explicit relative import to make this work again. Modifi

[Python-3000-checkins] r51343 - in python/branches/p3yk: Lib/Cookie.py Lib/ctypes/macholib/dyld.py Lib/sqlite3/__init__.py Lib/test/pickletester.py Lib/test/regrtest.py Lib/test/test_array.py Lib/test

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 17 22:24:18 2006 New Revision: 51343 Modified: python/branches/p3yk/Lib/Cookie.py python/branches/p3yk/Lib/ctypes/macholib/dyld.py python/branches/p3yk/Lib/sqlite3/__init__.py python/branches/p3yk/Lib/test/pickletester.py python/branches/p3yk/L

[Python-3000-checkins] r51344 - in python/branches/p3yk: Lib/test/test_str.py Lib/test/test_unicode.py Objects/stringobject.c Objects/unicodeobject.c

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 17 23:11:47 2006 New Revision: 51344 Modified: python/branches/p3yk/Lib/test/test_str.py python/branches/p3yk/Lib/test/test_unicode.py python/branches/p3yk/Objects/stringobject.c python/branches/p3yk/Objects/unicodeobject.c Log: Make the it_index

[Python-3000-checkins] r51345 - in python/branches/p3yk: Modules/cPickle.c setup.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 00:28:49 2006 New Revision: 51345 Modified: python/branches/p3yk/Modules/cPickle.c python/branches/p3yk/setup.py Log: Fixed cPickle, by restoring some of the deleted code. -This line, and those below, will be ignored-- Msetup.py MModules/cPi

[Python-3000-checkins] r51346 - in python/branches/p3yk/Lib/sqlite3: dbapi2.py test/userfunctions.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 00:37:44 2006 New Revision: 51346 Modified: python/branches/p3yk/Lib/sqlite3/dbapi2.py python/branches/p3yk/Lib/sqlite3/test/userfunctions.py Log: Make unit tests pass: replace apply() and adapt to different attribute message. Modified: python/bran

[Python-3000-checkins] r51347 - python/branches/p3yk/BROKEN

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 00:40:02 2006 New Revision: 51347 Added: python/branches/p3yk/BROKEN (contents, props changed) Log: For posterity, here's a list of currently failing tests in py3k. Added: python/branches/p3yk/BROKEN =

[Python-3000-checkins] r51348 - python/branches/p3yk/Objects/typeobject.c

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 01:09:57 2006 New Revision: 51348 Modified: python/branches/p3yk/Objects/typeobject.c Log: Fix non-C89-compatible syntax. Modified: python/branches/p3yk/Objects/typeobject.c =

[Python-3000-checkins] r51349 - python/branches/p3yk/Lib/bsddb/dbutils.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 01:29:08 2006 New Revision: 51349 Modified: python/branches/p3yk/Lib/bsddb/dbutils.py Log: Fix another relative import. Modified: python/branches/p3yk/Lib/bsddb/dbutils.py ==

[Python-3000-checkins] r51350 - python/branches/p3yk/Lib/bsddb/dbobj.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 02:44:46 2006 New Revision: 51350 Modified: python/branches/p3yk/Lib/bsddb/dbobj.py Log: Delete merge turd. Modified: python/branches/p3yk/Lib/bsddb/dbobj.py == --- python/bra

[Python-3000-checkins] r51351 - python/branches/p3yk/Lib/bsddb/dbobj.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 03:37:37 2006 New Revision: 51351 Modified: python/branches/p3yk/Lib/bsddb/dbobj.py Log: Get rid of the apply() calls here, to make the unit test pass. Modified: python/branches/p3yk/Lib/bsddb/dbobj.py =

[Python-3000-checkins] r51352 - python/branches/p3yk/Lib/test/regrtest.py

2006-08-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 18 03:39:54 2006 New Revision: 51352 Modified: python/branches/p3yk/Lib/test/regrtest.py Log: test_bsddb runs fine on darwin. Modified: python/branches/p3yk/Lib/test/regrtest.py