Author: christian.heimes
Date: Tue Nov 6 12:52:32 2007
New Revision: 58876
Modified:
python/branches/py3k-pep3137/Doc/library/exceptions.rst
python/branches/py3k-pep3137/Doc/library/warnings.rst
python/branches/py3k-pep3137/Include/pydebug.h
python/branches/py3k-pep3137/Include/pyerro
Author: christian.heimes
Date: Tue Nov 6 12:44:48 2007
New Revision: 58875
Modified:
python/branches/py3k/Lib/test/test_inspect.py
Log:
Fixed bug #1384 Windows fix for inspect tests
Thanks to Amaury Forgeot d'Arc for fixing my patch ;-)
Modified: python/branches/py3k/Lib/test/test_inspect.py
Author: christian.heimes
Date: Tue Nov 6 12:54:47 2007
New Revision: 58877
Modified:
python/branches/py3k-pep3137/ (props changed)
python/branches/py3k-pep3137/Lib/test/test_inspect.py
Log:
Merged revisions 58866-58876 via svnmerge from
svn+ssh://[EMAIL PROTECTED]/python/branches/py3k
.
Author: georg.brandl
Date: Tue Nov 6 13:35:55 2007
New Revision: 58878
Modified:
python/branches/py3k-pep3137/Doc/library/exceptions.rst
python/branches/py3k-pep3137/Doc/library/functions.rst
python/branches/py3k-pep3137/Doc/library/stdtypes.rst
python/branches/py3k-pep3137/Doc/librar
Author: guido.van.rossum
Date: Tue Nov 6 15:22:33 2007
New Revision: 58879
Modified:
python/branches/py3k-pep3137/Lib/test/pickletester.py
Log:
Make the main loop in the main program a little more practical.
Modified: python/branches/py3k-pep3137/Lib/test/pickletester.py
Author: guido.van.rossum
Date: Tue Nov 6 16:12:52 2007
New Revision: 58880
Modified:
python/branches/py3k-pep3137/Doc/whatsnew/3.0.rst
Log:
Update comments about bytes to align with PEP 3137.
Modified: python/branches/py3k-pep3137/Doc/whatsnew/3.0.rst
Author: christian.heimes
Date: Tue Nov 6 19:43:23 2007
New Revision: 58881
Modified:
python/branches/py3k-pep3137/Lib/mailbox.py
python/branches/py3k-pep3137/Lib/test/test_mailbox.py
Log:
Fixed (most) problems with test_mailbox and test_old_mailbox
Andrew Kuchling said: I think mailboxes sh
Author: guido.van.rossum
Date: Tue Nov 6 20:21:16 2007
New Revision: 58883
Modified:
python/branches/py3k-pep3137/Lib/test/regrtest.py
python/branches/py3k-pep3137/Lib/test/test_struct.py
Log:
Move the char-cache-warming code from test_struct.py to regrtest.py,
so other tests can benefit fr
Author: guido.van.rossum
Date: Tue Nov 6 19:57:40 2007
New Revision: 58882
Modified:
python/branches/py3k-pep3137/Lib/io.py
Log:
Fix the final two failing tests in test_mailbox. They failed because
io.py didn't equate f.readline(-1) with f.readline(None) i.e. f.readline().
Modified: python/
Author: guido.van.rossum
Date: Tue Nov 6 21:40:52 2007
New Revision: 58884
Modified:
python/branches/py3k-pep3137/Lib/test/regrtest.py
Log:
Don't leave args and tests as iterators after mapping through removepy.
Modified: python/branches/py3k-pep3137/Lib/test/regrtest.py
Author: guido.van.rossum
Date: Tue Nov 6 21:41:49 2007
New Revision: 58885
Modified:
python/branches/py3k-pep3137/Lib/io.py
python/branches/py3k-pep3137/Lib/plat-mac/aetypes.py
python/branches/py3k-pep3137/Lib/plat-mac/plistlib.py
python/branches/py3k-pep3137/Mac/Modules/ae/_AEmodule.
Author: guido.van.rossum
Date: Tue Nov 6 21:51:31 2007
New Revision: 58886
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/library/hashlib.rst
python/branches/py3k/Lib/hmac.py
python/branches/py3k/Lib/test/test_hmac.py
Log:
Merged revisions 58862-58885 via s
Author: guido.van.rossum
Date: Tue Nov 6 22:37:04 2007
New Revision: 58889
Removed:
python/branches/py3k-pep3137/
Log:
Deleting the py3k-pep3137 branch (if I understand svn delete correctly).
___
Python-3000-checkins mailing list
Python-3000-checkin
Author: guido.van.rossum
Date: Tue Nov 6 21:52:47 2007
New Revision: 58887
Modified:
python/branches/py3k-pep3137/ (props changed)
python/branches/py3k-pep3137/Doc/library/hashlib.rst
python/branches/py3k-pep3137/Lib/hmac.py
python/branches/py3k-pep3137/Lib/test/test_hmac.py
Log:
Me
Author: brett.cannon
Date: Wed Nov 7 00:14:42 2007
New Revision: 58890
Modified:
python/branches/py3k/Modules/_sqlite/statement.c
Log:
Remove an unused local variable.
Modified: python/branches/py3k/Modules/_sqlite/statement.c
=
Author: brett.cannon
Date: Wed Nov 7 00:15:11 2007
New Revision: 58891
Modified:
python/branches/py3k/Modules/datetimemodule.c
Log:
Change a variable to Py_ssize_t to silence a compiler warning (and because it
is more appropriate).
Modified: python/branches/py3k/Modules/datetimemodule.c
16 matches
Mail list logo