Author: guido.van.rossum
Date: Mon Jul 16 21:29:02 2007
New Revision: 56400
Modified:
python/branches/py3k-struni/Lib/test/test_mmap.py
python/branches/py3k-struni/Modules/mmapmodule.c
Log:
SF patch# 1752647 by Joe Gregorio.
Fixes to make test_mmap.py pass unit tests.
Moves the interface fro
Author: guido.van.rossum
Date: Mon Jul 16 21:42:05 2007
New Revision: 56401
Modified:
python/branches/py3k-struni/Lib/test/test_mmap.py
Log:
Fix a weird use of try/finally to close a file.
(There are more places that don't close 'f' at all if an error occurs,
but none have a bogus try/finally p
Author: guido.van.rossum
Date: Mon Jul 16 21:50:03 2007
New Revision: 56402
Modified:
python/branches/py3k-struni/Lib/uu.py
Log:
Fix test_uu.py by inserting an explicit conversion from bytes to str
into uu.py. (This is *not* SF patch 1754339, which I rejected.)
Modified: python/branches/py3k
Author: guido.van.rossum
Date: Mon Jul 16 22:46:27 2007
New Revision: 56403
Modified:
python/branches/py3k-struni/Objects/unicodeobject.c
python/branches/py3k-struni/Python/bltinmodule.c
python/branches/py3k-struni/Python/errors.c
Log:
Three patches by Amaury Forgeot d'Arc; SF patch# 1754
Author: guido.van.rossum
Date: Mon Jul 16 22:51:57 2007
New Revision: 56404
Modified:
python/branches/py3k-struni/Lib/test/test_urllib2.py
Log:
Fix for one particular test (test_file). There are still four errors.
(This is not the fix suggested by Hasan Diwan in SF patch# 1753889.)
Modified:
Author: guido.van.rossum
Date: Tue Jul 17 01:10:57 2007
New Revision: 56405
Modified:
python/branches/py3k-struni/Lib/distutils/command/bdist_msi.py
python/branches/py3k-struni/Lib/encodings/punycode.py
python/branches/py3k-struni/Lib/getopt.py
python/branches/py3k-struni/Lib/lib-tk/Ti
Author: guido.van.rossum
Date: Tue Jul 17 01:36:05 2007
New Revision: 56406
Modified:
python/branches/py3k-struni/Lib/cProfile.py
python/branches/py3k-struni/Modules/_lsprof.c
Log:
Fix for cProfile.
SF patch# 1755176 by Amaury Forgeot d'Arc.
Modified: python/branches/py3k-struni/Lib/cProfi
Author: guido.van.rossum
Date: Tue Jul 17 02:19:46 2007
New Revision: 56407
Modified:
python/branches/py3k-struni/Lib/pickletools.py
Log:
Make test_pickletools.py pass.
Modified: python/branches/py3k-struni/Lib/pickletools.py
===
Author: collin.winter
Date: Tue Jul 17 02:27:30 2007
New Revision: 56408
Modified:
python/branches/py3k-struni/Lib/pydoc.py
Log:
Fix a bug from the map->itertools.imap conversion.
Modified: python/branches/py3k-struni/Lib/pydoc.py
===
Author: guido.van.rossum
Date: Tue Jul 17 02:34:25 2007
New Revision: 56409
Modified:
python/branches/py3k-struni/Lib/test/test_exceptions.py
Log:
Make the test of chr() overflow pass.
(Sigh. There are so many redundant tests.)
Modified: python/branches/py3k-struni/Lib/test/test_exceptions.py
Author: collin.winter
Date: Tue Jul 17 02:38:21 2007
New Revision: 56410
Modified:
python/branches/py3k-struni/Lib/distutils/core.py
Log:
Fix a bug in distutils.core's error handling.
Modified: python/branches/py3k-struni/Lib/distutils/core.py
==
Author: collin.winter
Date: Tue Jul 17 02:39:32 2007
New Revision: 56411
Modified:
python/branches/py3k-struni/Lib/distutils/filelist.py
python/branches/py3k-struni/Lib/distutils/version.py
Log:
Fix two bugs from the map->itertools.imap switch.
Modified: python/branches/py3k-struni/Lib/dist
On 7/16/07, guido.van.rossum wrote:
> Author: guido.van.rossum
> Date: Tue Jul 17 02:34:25 2007
> New Revision: 56409
>
> Modified:
>python/branches/py3k-struni/Lib/test/test_exceptions.py
> Log:
> Make the test of chr() overflow pass.
> (Sigh. There are so many redundant tests.)
>
Yep. But
On 7/16/07, Brett Cannon <[EMAIL PROTECTED]> wrote:
> On 7/16/07, guido.van.rossum wrote:
> > Author: guido.van.rossum
> > Date: Tue Jul 17 02:34:25 2007
> > New Revision: 56409
> >
> > Modified:
> >python/branches/py3k-struni/Lib/test/test_exceptions.py
> > Log:
> > Make the test of chr() ove
14 matches
Mail list logo