Author: martin.v.loewis
Date: Thu Aug 30 12:08:57 2007
New Revision: 57713
Modified:
python/branches/py3k/Lib/test/test_unicode_file.py
Log:
Stop testing for encoded file names, as Python 3 does
not support them, anyway.
Modified: python/branches/py3k/Lib/test/test_unicode_file.py
===
Author: martin.v.loewis
Date: Thu Aug 30 12:21:51 2007
New Revision: 57715
Modified:
python/branches/py3k/Modules/nismodule.c
Log:
Use s# instead of t# for nis_match.
Modified: python/branches/py3k/Modules/nismodule.c
===
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Aug 29, 2007, at 11:51 PM, Guido van Rossum wrote:
> On 8/29/07, Barry Warsaw <[EMAIL PROTECTED]> wrote:
>> On Aug 29, 2007, at 11:28 PM, Guido van Rossum wrote:
>>> No, I don't think I can recover the changes. Would it work to just
>>> copy the fi
Author: guido.van.rossum
Date: Thu Aug 30 16:02:43 2007
New Revision: 57718
Modified:
python/branches/py3k/Lib/test/test_smtplib.py
Log:
Two changes (not enough to make the test pass though) having to do with
the bytes() constructor when passing str.
Modified: python/branches/py3k/Lib/test/te
Author: barry.warsaw
Date: Thu Aug 30 16:28:55 2007
New Revision: 57719
Modified:
python/branches/py3k/Lib/email/base64mime.py
python/branches/py3k/Lib/email/header.py
python/branches/py3k/Lib/email/message.py
python/branches/py3k/Lib/email/quoprimime.py
python/branches/py3k/Lib/ema
Author: martin.v.loewis
Date: Thu Aug 30 16:37:48 2007
New Revision: 57720
Modified:
python/branches/py3k/Modules/timemodule.c
Log:
Explicitly convert tzname to Unicode. Fixes #1040.
Modified: python/branches/py3k/Modules/timemodule.c
===
Author: guido.van.rossum
Date: Thu Aug 30 16:51:05 2007
New Revision: 57721
Modified:
python/branches/py3k/README
Log:
Move the copyright and license stuff to the end.
Modified: python/branches/py3k/README
==
--- pyth
Author: martin.v.loewis
Date: Thu Aug 30 16:57:25 2007
New Revision: 57722
Modified:
python/branches/py3k/Modules/main.c
python/branches/py3k/Tools/buildbot/test.bat
Log:
Implement PYTHONNOERRORWINDOW.
Modified: python/branches/py3k/Modules/main.c
===
Author: martin.v.loewis
Date: Thu Aug 30 17:23:04 2007
New Revision: 57724
Modified:
python/branches/py3k/Tools/msi/msi.py
python/branches/py3k/Tools/msi/msilib.py
Log:
Port to Python 3.0.
Modified: python/branches/py3k/Tools/msi/msi.py
==
Author: walter.doerwald
Date: Thu Aug 30 17:29:21 2007
New Revision: 57725
Modified:
python/branches/py3k/Objects/unicodeobject.c
Log:
Rewrap line.
Modified: python/branches/py3k/Objects/unicodeobject.c
==
--- python/
Author: walter.doerwald
Date: Thu Aug 30 17:35:26 2007
New Revision: 57728
Modified:
python/branches/py3k/Objects/unicodeobject.c
Log:
Set startinpos before calling the error handler.
Modified: python/branches/py3k/Objects/unicodeobject.c
==
Author: martin.v.loewis
Date: Thu Aug 30 17:40:24 2007
New Revision: 57729
Modified:
python/branches/py3k/Modules/timemodule.c
Log:
Move definition of TZNAME_ENCODING further up.
Modified: python/branches/py3k/Modules/timemodule.c
===
martin.v.loewis schrieb:
> Author: martin.v.loewis
> Date: Thu Aug 30 16:57:25 2007
> New Revision: 57722
>
> Modified:
>python/branches/py3k/Modules/main.c
>python/branches/py3k/Tools/buildbot/test.bat
> Log:
> Implement PYTHONNOERRORWINDOW.
>
Does not yet work, because rt.bat calls
py
Author: thomas.heller
Date: Thu Aug 30 19:15:14 2007
New Revision: 57731
Modified:
python/branches/py3k/Lib/test/test_os.py
python/branches/py3k/Modules/posixmodule.c
Log:
Forbid an empty argument list in execv call.
Fixes issue 1039.
Modified: python/branches/py3k/Lib/test/test_os.py
Author: guido.van.rossum
Date: Thu Aug 30 19:16:55 2007
New Revision: 57732
Added:
python/branches/py3k/RELNOTES (contents, props changed)
Modified:
python/branches/py3k/Misc/NEWS
python/branches/py3k/README
Log:
Update Misc/NEWS. Add RELNOTES.
Modified: python/branches/py3k/Misc/NEW
Author: guido.van.rossum
Date: Thu Aug 30 19:20:01 2007
New Revision: 57733
Modified:
python/branches/py3k/Include/patchlevel.h
Log:
Update patch level to 3.0a1. We're close enough.
Modified: python/branches/py3k/Include/patchlevel.h
==
Author: guido.van.rossum
Date: Thu Aug 30 19:21:12 2007
New Revision: 57734
Modified:
python/branches/py3k/LICENSE
Log:
Add 2.6 and 3.0 to the silly list.
Modified: python/branches/py3k/LICENSE
==
--- python/branches/
Author: neal.norwitz
Date: Thu Aug 30 19:22:44 2007
New Revision: 57735
Modified:
python/branches/py3k/README
Log:
Fix typo
Modified: python/branches/py3k/README
==
--- python/branches/py3k/README (original)
+++ python
Author: collin.winter
Date: Thu Aug 30 19:37:22 2007
New Revision: 57736
Modified:
python/branches/py3k/Demo/classes/bitvec.py
Log:
Fix a lingering string exception.
Modified: python/branches/py3k/Demo/classes/bitvec.py
==
Author: guido.van.rossum
Date: Thu Aug 30 19:46:57 2007
New Revision: 57739
Modified:
python/branches/py3k/Lib/test/test_abstract_numbers.py
Log:
Enable the trunc() test.
Modified: python/branches/py3k/Lib/test/test_abstract_numbers.py
=
Author: guido.van.rossum
Date: Thu Aug 30 19:45:54 2007
New Revision: 57738
Added:
python/branches/py3k/Lib/numbers.py (contents, props changed)
python/branches/py3k/Lib/test/test_abstract_numbers.py (contents, props
changed)
Log:
Add numbers.py. I suspect this is an old version, but J
Author: thomas.heller
Date: Thu Aug 30 19:57:21 2007
New Revision: 57742
Modified:
python/branches/py3k/Lib/test/test_os.py
Log:
Calling execvp with an empty argument list raises ValueError, but we
want to test for OSError.
Modified: python/branches/py3k/Lib/test/test_os.py
==
Author: collin.winter
Date: Thu Aug 30 20:11:17 2007
New Revision: 57744
Modified:
python/branches/py3k/Lib/plat-mac/plistlib.py
Log:
1/0 -> True/False cleanup.
Modified: python/branches/py3k/Lib/plat-mac/plistlib.py
=
Author: collin.winter
Date: Thu Aug 30 20:11:48 2007
New Revision: 57745
Modified:
python/branches/py3k/Lib/plat-mac/FrameWork.py
python/branches/py3k/Lib/plat-mac/MiniAEFrame.py
python/branches/py3k/Lib/plat-mac/PixMapWrapper.py
Log:
Kill more lingering string exceptions in Lib/plat-mac/
Author: collin.winter
Date: Thu Aug 30 20:18:27 2007
New Revision: 57749
Modified:
python/branches/py3k/Demo/scripts/toaiff.py
python/branches/py3k/Lib/UserString.py
python/branches/py3k/Lib/encodings/utf_32.py
python/branches/py3k/Parser/asdl.py
Log:
More raise statement normalization
Author: martin.v.loewis
Date: Thu Aug 30 20:27:06 2007
New Revision: 57751
Modified:
python/branches/py3k/Tools/msi/msi.py
Log:
Bug #1746880: Correctly install DLLs into system32 folder on Win64.
Modified: python/branches/py3k/Tools/msi/msi.py
==
Author: georg.brandl
Date: Thu Aug 30 20:29:48 2007
New Revision: 57752
Modified:
python/branches/py3k/Objects/typeobject.c
Log:
Fix #1753395.
Modified: python/branches/py3k/Objects/typeobject.c
==
--- python/branches
Author: georg.brandl
Date: Thu Aug 30 20:34:23 2007
New Revision: 57753
Modified:
python/branches/py3k/Doc/README.txt
python/branches/py3k/Doc/license.rst
Log:
Add 3.0 to the silly list in license.rst too, and update the Doc README.
Modified: python/branches/py3k/Doc/README.txt
===
Author: collin.winter
Date: Thu Aug 30 20:46:25 2007
New Revision: 57757
Modified:
python/branches/py3k/Lib/distutils/msvccompiler.py
Log:
Fix a typo in the distutils cleanup.
Modified: python/branches/py3k/Lib/distutils/msvccompiler.py
=
Author: guido.van.rossum
Date: Thu Aug 30 20:44:53 2007
New Revision: 57756
Modified:
python/branches/py3k/Misc/NEWS
python/branches/py3k/RELNOTES
Log:
Small updates.
Modified: python/branches/py3k/Misc/NEWS
==
---
Author: collin.winter
Date: Thu Aug 30 20:50:25 2007
New Revision: 57758
Modified:
python/branches/py3k/Doc/includes/minidom-example.py
python/branches/py3k/Doc/tools/sphinx-build.py
python/branches/py3k/PC/testpy.py
Log:
Fix more lingering print statements.
Modified: python/branches/py3
Author: barry.warsaw
Date: Thu Aug 30 21:17:18 2007
New Revision: 57761
Modified:
python/branches/py3k/Lib/email/test/test_email.py
Log:
More email package fixes.
Modified: python/branches/py3k/Lib/email/test/test_email.py
==
Author: guido.van.rossum
Date: Thu Aug 30 22:18:10 2007
New Revision: 57763
Modified:
python/branches/py3k/RELNOTES
Log:
Add a note about the openssl dependency. Switch to '*' bullets for easier
copying into the website.
Modified: python/branches/py3k/RELNOTES
===
Author: kurt.kaiser
Date: Thu Aug 30 22:51:49 2007
New Revision: 57766
Modified:
python/branches/py3k/Lib/idlelib/idlever.py
Log:
Bump IDLE version.
Modified: python/branches/py3k/Lib/idlelib/idlever.py
==
--- python/
Author: martin.v.loewis
Date: Thu Aug 30 22:58:02 2007
New Revision: 57767
Modified:
python/branches/py3k/Lib/test/test_normalization.py
python/branches/py3k/Lib/test/test_support.py
Log:
Explicitly use UTF-8 as the encoding for the normalization file.
Modified: python/branches/py3k/Lib/te
Author: kurt.kaiser
Date: Thu Aug 30 23:00:19 2007
New Revision: 57768
Modified:
python/branches/py3k/Lib/idlelib/IOBinding.py
Log:
Don't ascii encode eol_convention. Was causing file write to fail.
Modified: python/branches/py3k/Lib/idlelib/IOBinding.py
=
Author: kurt.kaiser
Date: Thu Aug 30 23:52:19 2007
New Revision: 57770
Modified:
python/branches/py3k/Misc/NEWS
Log:
Fix a typo and a trailing space.
N.B. NEWS doesn't mention that map() and filter() return iterators.
Modified: python/branches/py3k/Misc/NEWS
=
Author: guido.van.rossum
Date: Fri Aug 31 00:07:17 2007
New Revision: 57772
Modified:
python/branches/py3k/Misc/NEWS
Log:
Add some miscellanea.
Modified: python/branches/py3k/Misc/NEWS
==
--- python/branches/py3k/Misc
Author: kurt.kaiser
Date: Fri Aug 31 00:16:49 2007
New Revision: 57774
Modified:
python/branches/py3k/Lib/idlelib/NEWS.txt
Log:
IDLE's py3k NEWS
Modified: python/branches/py3k/Lib/idlelib/NEWS.txt
==
--- python/branch
Author: eric.smith
Date: Fri Aug 31 00:23:08 2007
New Revision: 57775
Modified:
python/branches/py3k/Lib/test/test_builtin.py
python/branches/py3k/Lib/test/test_long.py
python/branches/py3k/Lib/test/test_unicode.py
python/branches/py3k/Objects/stringlib/formatter.h
Log:
Added format te
Author: thomas.wouters
Date: Fri Aug 31 00:39:17 2007
New Revision: 57778
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Lib/test/test_httplib.py
Log:
Merged revisions 57772-5 via svnmerge from
svn+ssh://[EMAIL PROTECTED]/python/trunk
r57776 | thomas.
Author: thomas.wouters
Date: Fri Aug 31 00:57:53 2007
New Revision: 57779
Modified:
python/branches/py3k/Include/object.h
python/branches/py3k/Include/opcode.h
python/branches/py3k/Lib/UserList.py
python/branches/py3k/Lib/UserString.py
python/branches/py3k/Lib/opcode.py
python/br
Author: guido.van.rossum
Date: Fri Aug 31 01:34:01 2007
New Revision: 57780
Modified:
python/branches/py3k/Modules/_cursesmodule.c
Log:
Remove curses temp file consistently.
Modified: python/branches/py3k/Modules/_cursesmodule.c
Author: thomas.wouters
Date: Fri Aug 31 02:20:14 2007
New Revision: 57788
Modified:
python/branches/py3k/Lib/asynchat.py
python/branches/py3k/Lib/test/test_smtplib.py
Log:
Fix test_smtplib by munging asynchat some more.
Modified: python/branches/py3k/Lib/asynchat.py
=
Author: guido.van.rossum
Date: Fri Aug 31 02:27:03 2007
New Revision: 57790
Modified:
python/branches/py3k/Objects/floatobject.c
Log:
Use pow() instead of repeated multiplication by 10 in round(x, n).
Modified: python/branches/py3k/Objects/floatobject.c
===
Author: guido.van.rossum
Date: Fri Aug 31 02:37:00 2007
New Revision: 57791
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
First draft of a what's new document.
(There's something wrong with my network right now so I can't build it.)
Modified: python/branches/py3k/Doc/whatsnew/3.0.r
Author: guido.van.rossum
Date: Fri Aug 31 02:38:53 2007
New Revision: 57792
Modified:
python/branches/py3k/RELNOTES
Log:
Minor tweaks.
Modified: python/branches/py3k/RELNOTES
==
--- python/branches/py3k/RELNOTES
Author: collin.winter
Date: Fri Aug 31 02:42:15 2007
New Revision: 57793
Modified:
python/branches/py3k/Python/import.c
Log:
Update import.c's MAGIC value for the new raise syntax (as opposed to merely
updating the comment).
Modified: python/branches/py3k/Python/import.c
=
Author: collin.winter
Date: Fri Aug 31 02:47:26 2007
New Revision: 57794
Modified:
python/branches/py3k/Lib/test/test_raise.py
Log:
Cut test_raise down to size.
Modified: python/branches/py3k/Lib/test/test_raise.py
==
Author: collin.winter
Date: Fri Aug 31 02:59:38 2007
New Revision: 57796
Modified:
python/branches/py3k/Include/pyerrors.h
Log:
Fix a compile error on Windows.
Modified: python/branches/py3k/Include/pyerrors.h
==
--- p
Author: eric.smith
Date: Fri Aug 31 03:14:01 2007
New Revision: 57797
Modified:
python/branches/py3k/Lib/test/test_builtin.py
python/branches/py3k/Lib/test/test_string.py
python/branches/py3k/Python/bltinmodule.c
Log:
Added test cases for string.Formatter subclassing.
Made format_spec par
Author: eric.smith
Date: Fri Aug 31 03:33:06 2007
New Revision: 57798
Modified:
python/branches/py3k/Lib/test/test_float.py
Log:
Fixed test name.
Modified: python/branches/py3k/Lib/test/test_float.py
==
--- python/bran
Author: eric.smith
Date: Fri Aug 31 04:26:31 2007
New Revision: 57799
Modified:
python/branches/py3k/Lib/string.py
python/branches/py3k/Lib/test/test_string.py
Log:
Changed signature of string.Formatter.get_field, per suggestion by
Ron Adam.
Added test case for using all parameters in strin
Author: barry.warsaw
Date: Fri Aug 31 04:35:00 2007
New Revision: 57800
Modified:
python/branches/py3k/Lib/email/header.py
python/branches/py3k/Lib/email/test/test_email.py
Log:
More email package fixes.
This repairs the linear whitespace insertion between RFC 2047 encoded words
without lea
Author: barry.warsaw
Date: Fri Aug 31 05:04:26 2007
New Revision: 57801
Modified:
python/branches/py3k/Lib/email/encoders.py
python/branches/py3k/Lib/email/message.py
python/branches/py3k/Lib/email/test/test_email.py
python/branches/py3k/Lib/email/utils.py
Log:
More email package fixes
Author: barry.warsaw
Date: Fri Aug 31 05:26:19 2007
New Revision: 57803
Modified:
python/branches/py3k/Lib/email/quoprimime.py
python/branches/py3k/Lib/email/test/test_email.py
Log:
More email package fixes.
Fix a couple of tests since .body_encode()'s arguments have changed. Also, I
think
Author: neal.norwitz
Date: Fri Aug 31 05:46:28 2007
New Revision: 57804
Modified:
python/branches/py3k/Doc/tutorial/controlflow.rst
python/branches/py3k/Doc/tutorial/datastructures.rst
Log:
A few more fixes to the tutorial
Modified: python/branches/py3k/Doc/tutorial/controlflow.rst
Author: guido.van.rossum
Date: Fri Aug 31 06:03:25 2007
New Revision: 57805
Modified:
python/branches/py3k/Python/Python-ast.c
Log:
Customary 2nd submit of this file after it's been changed.
Modified: python/branches/py3k/Python/Python-ast.c
===
Author: neal.norwitz
Date: Fri Aug 31 06:10:28 2007
New Revision: 57806
Modified:
python/branches/py3k/Doc/library/dis.rst
Log:
Thomas removed all the SLICE op codes
Modified: python/branches/py3k/Doc/library/dis.rst
=
Author: kurt.kaiser
Date: Fri Aug 31 06:15:13 2007
New Revision: 57807
Modified:
python/branches/py3k/Lib/idlelib/PyShell.py
Log:
1. Don't encode input strings to bytes.
2. Re-enable stderr redirection.
Modified: python/branches/py3k/Lib/idlelib/PyShell.py
Author: neal.norwitz
Date: Fri Aug 31 06:17:51 2007
New Revision: 57808
Modified:
python/branches/py3k/Python/bltinmodule.c
Log:
Remove chr8, we're not likely to need it at this point
Modified: python/branches/py3k/Python/bltinmodule.c
==
Author: neal.norwitz
Date: Fri Aug 31 06:31:47 2007
New Revision: 57810
Modified:
python/branches/py3k/Python/getargs.c
Log:
Try to fix a problem with large values on Win64. Diagnosed by Thomas Heller
Modified: python/branches/py3k/Python/getargs.c
Author: guido.van.rossum
Date: Fri Aug 31 06:25:05 2007
New Revision: 57809
Modified:
python/branches/py3k/Lib/mailbox.py
python/branches/py3k/Lib/test/test_mailbox.py
python/branches/py3k/Lib/test/test_old_mailbox.py
Log:
Force test_mailbox and test_old_mailbox into submission.
(a) Sever
Author: neal.norwitz
Date: Fri Aug 31 06:32:55 2007
New Revision: 57811
Modified:
python/branches/py3k/Modules/_randommodule.c
python/branches/py3k/Modules/_sre.c
python/branches/py3k/Modules/datetimemodule.c
python/branches/py3k/Objects/abstract.c
python/branches/py3k/Objects/float
Author: neal.norwitz
Date: Fri Aug 31 07:20:36 2007
New Revision: 57812
Modified:
python/branches/py3k/Python/getargs.c
Log:
Try to fix the problem of passing a non-int on Win64 right this time.
Modified: python/branches/py3k/Python/getargs.c
===
Author: neal.norwitz
Date: Fri Aug 31 07:32:33 2007
New Revision: 57813
Modified:
python/branches/py3k/Python/getargs.c
Log:
Ugh, hopefully I can get this right. The code is only compiled on Win64
Modified: python/branches/py3k/Python/getargs.c
Author: georg.brandl
Date: Fri Aug 31 08:20:46 2007
New Revision: 57815
Modified:
python/branches/py3k/Doc/tools/sphinx-build.py
Log:
Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x.
Modified: python/branches/py3k/Doc/tools/sphinx-build.py
=
Author: georg.brandl
Date: Fri Aug 31 08:15:01 2007
New Revision: 57814
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
Correct a few typos.
Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==
--- python/b
Author: thomas.heller
Date: Fri Aug 31 08:44:36 2007
New Revision: 57816
Modified:
python/branches/py3k/Modules/posixmodule.c
Log:
Insert "startfile" into posix_methods again; it was accidentially
removed in rev 55543.
Modified: python/branches/py3k/Modules/posixmodule.c
=
Author: thomas.heller
Date: Fri Aug 31 08:45:04 2007
New Revision: 57817
Modified:
python/branches/py3k/Lib/test/test_startfile.py
Log:
Fix test_startfile and remove duplicated test.
Modified: python/branches/py3k/Lib/test/test_startfile.py
=
Author: georg.brandl
Date: Fri Aug 31 08:46:05 2007
New Revision: 57818
Modified:
python/branches/py3k/Doc/tutorial/introduction.rst
Log:
Fix unicode issue in tutorial.
Modified: python/branches/py3k/Doc/tutorial/introduction.rst
===
71 matches
Mail list logo