]> granicus.if.org Git - python/log
python
17 years agoFix unicode issue in tutorial.
Georg Brandl [Fri, 31 Aug 2007 06:46:05 +0000 (06:46 +0000)]
Fix unicode issue in tutorial.

17 years agoFix test_startfile and remove duplicated test.
Thomas Heller [Fri, 31 Aug 2007 06:45:04 +0000 (06:45 +0000)]
Fix test_startfile and remove duplicated test.

17 years agoInsert "startfile" into posix_methods again; it was accidentially
Thomas Heller [Fri, 31 Aug 2007 06:44:36 +0000 (06:44 +0000)]
Insert "startfile" into posix_methods again; it was accidentially
removed in rev 55543.

17 years agoFix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x.
Georg Brandl [Fri, 31 Aug 2007 06:20:46 +0000 (06:20 +0000)]
Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x.

17 years agoCorrect a few typos.
Georg Brandl [Fri, 31 Aug 2007 06:15:01 +0000 (06:15 +0000)]
Correct a few typos.

17 years agoUgh, hopefully I can get this right. The code is only compiled on Win64
Neal Norwitz [Fri, 31 Aug 2007 05:32:33 +0000 (05:32 +0000)]
Ugh, hopefully I can get this right.  The code is only compiled on Win64

17 years agoTry to fix the problem of passing a non-int on Win64 right this time.
Neal Norwitz [Fri, 31 Aug 2007 05:20:36 +0000 (05:20 +0000)]
Try to fix the problem of passing a non-int on Win64 right this time.

17 years agoRemove checking redundantly for checks of PyInt and PyLong.
Neal Norwitz [Fri, 31 Aug 2007 04:32:55 +0000 (04:32 +0000)]
Remove checking redundantly for checks of PyInt and PyLong.

17 years agoTry to fix a problem with large values on Win64. Diagnosed by Thomas Heller
Neal Norwitz [Fri, 31 Aug 2007 04:31:47 +0000 (04:31 +0000)]
Try to fix a problem with large values on Win64.  Diagnosed by Thomas Heller

17 years agoForce test_mailbox and test_old_mailbox into submission.
Guido van Rossum [Fri, 31 Aug 2007 04:25:05 +0000 (04:25 +0000)]
Force test_mailbox and test_old_mailbox into submission.
(a) Several tests in test_mailbox were failing because we were writing
    text to a file opened in binary mode.  Switching to text fixed these.
(b) test_unix_mbox() in each test does a wacko comparison which apparently
    no longer works due to a different way the message gets parsed.
    I disabled this, I don't think the test was testing what it thought
    it was testing.

17 years agoRemove chr8, we're not likely to need it at this point
Neal Norwitz [Fri, 31 Aug 2007 04:17:51 +0000 (04:17 +0000)]
Remove chr8, we're not likely to need it at this point

17 years ago1. Don't encode input strings to bytes.
Kurt B. Kaiser [Fri, 31 Aug 2007 04:15:13 +0000 (04:15 +0000)]
1. Don't encode input strings to bytes.
2. Re-enable stderr redirection.

17 years agoThomas removed all the SLICE op codes
Neal Norwitz [Fri, 31 Aug 2007 04:10:28 +0000 (04:10 +0000)]
Thomas removed all the SLICE op codes

17 years agoCustomary 2nd submit of this file after it's been changed.
Guido van Rossum [Fri, 31 Aug 2007 04:03:25 +0000 (04:03 +0000)]
Customary 2nd submit of this file after it's been changed.

17 years agoA few more fixes to the tutorial
Neal Norwitz [Fri, 31 Aug 2007 03:46:28 +0000 (03:46 +0000)]
A few more fixes to the tutorial

17 years agoMore email package fixes.
Barry Warsaw [Fri, 31 Aug 2007 03:26:19 +0000 (03:26 +0000)]
More email package fixes.

Fix a couple of tests since .body_encode()'s arguments have changed.  Also, I
think body_encode() should take a string not a byte array for consistency with
the rest of the api (but I'm not positive about this).  In
quoprimime.body_encode(), body_check() must be passed an int.

Current status: 7F (no errors!)

17 years agoTutorial update for 3.0 by Paul Dubois.
Guido van Rossum [Fri, 31 Aug 2007 03:25:11 +0000 (03:25 +0000)]
Tutorial update for 3.0 by Paul Dubois.

I had to fix a few markup issues in controlflow.rst and modules.rst.

There's a unicode issue on line 448 in introduction.rst that someone else needs to fix.

17 years agoMore email package fixes.
Barry Warsaw [Fri, 31 Aug 2007 03:04:26 +0000 (03:04 +0000)]
More email package fixes.

MIMEApplication() requires a bytes object for its _data, so fix the tests.

We no longer need utils._identity() or utils._bdecode().  The former isn't
used anywhere AFAICT (where's "make test's" lint? <wink>) and the latter is a
kludge that is eliminated by base64.b64encode().

Current status: 5F/5E

17 years agoMore email package fixes.
Barry Warsaw [Fri, 31 Aug 2007 02:35:00 +0000 (02:35 +0000)]
More email package fixes.

This repairs the linear whitespace insertion between RFC 2047 encoded words
without leaving bogus trailing spaces at the end lines that end in encoded
words.

Current status: 7F/9E

17 years agoChanged signature of string.Formatter.get_field, per suggestion by
Eric Smith [Fri, 31 Aug 2007 02:26:31 +0000 (02:26 +0000)]
Changed signature of string.Formatter.get_field, per suggestion by
Ron Adam.

Added test case for using all parameters in string.Formatter.

17 years agoFixed test name.
Eric Smith [Fri, 31 Aug 2007 01:33:06 +0000 (01:33 +0000)]
Fixed test name.

17 years agoAdded test cases for string.Formatter subclassing.
Eric Smith [Fri, 31 Aug 2007 01:14:01 +0000 (01:14 +0000)]
Added test cases for string.Formatter subclassing.
Made format_spec parameter to builtin format optional, defaults to
empty string.  Added test cases.

17 years agoFix a compile error on Windows.
Collin Winter [Fri, 31 Aug 2007 00:59:38 +0000 (00:59 +0000)]
Fix a compile error on Windows.

17 years agoCut test_raise down to size.
Collin Winter [Fri, 31 Aug 2007 00:47:26 +0000 (00:47 +0000)]
Cut test_raise down to size.

17 years agoUpdate import.c's MAGIC value for the new raise syntax (as opposed to merely updating...
Collin Winter [Fri, 31 Aug 2007 00:42:15 +0000 (00:42 +0000)]
Update import.c's MAGIC value for the new raise syntax (as opposed to merely updating the comment).

17 years agoMinor tweaks.
Guido van Rossum [Fri, 31 Aug 2007 00:38:53 +0000 (00:38 +0000)]
Minor tweaks.

17 years agoFirst draft of a what's new document.
Guido van Rossum [Fri, 31 Aug 2007 00:37:00 +0000 (00:37 +0000)]
First draft of a what's new document.
(There's something wrong with my network right now so I can't build it.)

17 years agoUse pow() instead of repeated multiplication by 10 in round(x, n).
Guido van Rossum [Fri, 31 Aug 2007 00:27:03 +0000 (00:27 +0000)]
Use pow() instead of repeated multiplication by 10 in round(x, n).

17 years agoFix test_smtplib by munging asynchat some more.
Thomas Wouters [Fri, 31 Aug 2007 00:20:14 +0000 (00:20 +0000)]
Fix test_smtplib by munging asynchat some more.

17 years agoIssue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter [Fri, 31 Aug 2007 00:04:24 +0000 (00:04 +0000)]
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.

17 years agoRemove curses temp file consistently.
Guido van Rossum [Thu, 30 Aug 2007 23:34:01 +0000 (23:34 +0000)]
Remove curses temp file consistently.

17 years agoRemove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters [Thu, 30 Aug 2007 22:57:53 +0000 (22:57 +0000)]
Remove the simple slicing API. All slicing is now done with slice objects.

17 years agoMerged revisions 57772-57777 via svnmerge from
Thomas Wouters [Thu, 30 Aug 2007 22:39:17 +0000 (22:39 +0000)]
Merged revisions 57772-57777 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r57776 | thomas.wouters | 2007-08-31 00:35:31 +0200 (Fri, 31 Aug 2007) | 4 lines

  One more fix to consider missing SSL support.
........

17 years agoAdded format tests.
Eric Smith [Thu, 30 Aug 2007 22:23:08 +0000 (22:23 +0000)]
Added format tests.
Fixed bug in alignment of negative numbers.
Whitespace normalization.

17 years agoIDLE's py3k NEWS
Kurt B. Kaiser [Thu, 30 Aug 2007 22:16:49 +0000 (22:16 +0000)]
IDLE's py3k NEWS

17 years agoMerged revisions 57620-57771 via svnmerge from
Thomas Wouters [Thu, 30 Aug 2007 22:15:33 +0000 (22:15 +0000)]
Merged revisions 57620-57771 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r57771 | thomas.wouters | 2007-08-30 23:54:39 +0200 (Thu, 30 Aug 2007) | 5 lines

  Don't lie in __all__ attributes when SSL is not available: only add the SSL
  classes when they are actually created.

........
  r57620 | walter.doerwald | 2007-08-28 18:38:26 +0200 (Tue, 28 Aug 2007) | 5 lines

  Fix title endtag in HTMLCalender.formatyearpage(). Fix documentation for
  HTMLCalender.formatyearpage() (there's no themonth parameter).

  This fixes issue1046.
........
  r57622 | georg.brandl | 2007-08-28 20:54:44 +0200 (Tue, 28 Aug 2007) | 2 lines

  Add a crasher for the thread-unsafety of file objects.
........
  r57626 | skip.montanaro | 2007-08-29 01:22:52 +0200 (Wed, 29 Aug 2007) | 1 line

  fixes 813986
........
  r57628 | walter.doerwald | 2007-08-29 01:35:33 +0200 (Wed, 29 Aug 2007) | 2 lines

  Fix test output.
........
  r57631 | skip.montanaro | 2007-08-29 03:24:11 +0200 (Wed, 29 Aug 2007) | 2 lines

  Install pygettext (once the scriptsinstall target is working again).
........
  r57633 | skip.montanaro | 2007-08-29 03:33:45 +0200 (Wed, 29 Aug 2007) | 2 lines

  Recent items.
........
  r57650 | neal.norwitz | 2007-08-29 08:15:33 +0200 (Wed, 29 Aug 2007) | 1 line

  Add Bill as a developer
........
  r57651 | facundo.batista | 2007-08-29 12:28:28 +0200 (Wed, 29 Aug 2007) | 5 lines

  Ignore test failures caused by 'resource temporarily unavailable'
  exceptions raised during FailingServerTestCase tests.
  [GSoC - Alan McIntyre]
........
  r57680 | bill.janssen | 2007-08-30 00:35:05 +0200 (Thu, 30 Aug 2007) | 17 lines

  This contains a number of things:

  1) Improve the documentation of the SSL module, with a fuller
     explanation of certificate usage, another reference, proper
     formatting of this and that.

  2) Fix Windows bug in ssl.py, and general bug in sslsocket.close().
     Remove some unused code from ssl.py.  Allow accept() to be called on
     sslsocket sockets.

  3) Use try-except-else in import of ssl in socket.py.  Deprecate use of
     socket.ssl().

  4) Remove use of socket.ssl() in every library module, except for
     test_socket_ssl.py and test_ssl.py.
........
  r57714 | georg.brandl | 2007-08-30 12:09:42 +0200 (Thu, 30 Aug 2007) | 2 lines

  Stronger urge to convert filenames to str before using them as argument to ZipFile.write().
........
  r57716 | georg.brandl | 2007-08-30 12:38:56 +0200 (Thu, 30 Aug 2007) | 2 lines

  Patch #1680959: add test suite for pipes module.
........
  r57717 | georg.brandl | 2007-08-30 14:32:23 +0200 (Thu, 30 Aug 2007) | 3 lines

  * Skip test_pipes on non-POSIX.
  * Don't raise TestSkipped within a test function.
........
  r57723 | mark.summerfield | 2007-08-30 17:03:03 +0200 (Thu, 30 Aug 2007) | 3 lines

  Added more cross-references.
........
  r57726 | walter.doerwald | 2007-08-30 17:30:09 +0200 (Thu, 30 Aug 2007) | 2 lines

  Rewrap line.
........
  r57727 | walter.doerwald | 2007-08-30 17:34:55 +0200 (Thu, 30 Aug 2007) | 2 lines

  Set startinpos before calling the error handler.
........
  r57730 | bill.janssen | 2007-08-30 19:07:28 +0200 (Thu, 30 Aug 2007) | 3 lines

  Added docstrings to methods and functions.
........
  r57743 | bill.janssen | 2007-08-30 20:08:06 +0200 (Thu, 30 Aug 2007) | 1 line

  added note on new ssl module and deprecation of socket.ssl
........
  r57747 | martin.v.loewis | 2007-08-30 20:14:01 +0200 (Thu, 30 Aug 2007) | 1 line

  Fix popen usage.
........
  r57748 | martin.v.loewis | 2007-08-30 20:15:22 +0200 (Thu, 30 Aug 2007) | 1 line

  Fix typo.
........
  r57750 | martin.v.loewis | 2007-08-30 20:25:47 +0200 (Thu, 30 Aug 2007) | 1 line

  Bug #1746880: Correctly install DLLs into system32 folder on Win64.
........
  r57760 | martin.v.loewis | 2007-08-30 21:04:09 +0200 (Thu, 30 Aug 2007) | 1 line

  Bug #1709599: Run test_1565150 only if the file system is NTFS.
........
  r57762 | martin.v.loewis | 2007-08-30 22:10:57 +0200 (Thu, 30 Aug 2007) | 2 lines

  Bump autoconf minimum version to 2.61.
........
  r57764 | lars.gustaebel | 2007-08-30 22:24:31 +0200 (Thu, 30 Aug 2007) | 2 lines

  Warn about possible risks when extracting untrusted archives.
........
  r57769 | thomas.wouters | 2007-08-30 23:01:17 +0200 (Thu, 30 Aug 2007) | 7 lines

  Somewhat-preliminary slice-object and extended slicing support for ctypes.
  The exact behaviour of omitted and negative indices for the Pointer type may
  need a closer look (especially as it's subtly different from simple slices)
  but there's time yet before 2.6, and not enough before 3.0a1 :-)
........

17 years agoAdd some miscellanea.
Guido van Rossum [Thu, 30 Aug 2007 22:07:17 +0000 (22:07 +0000)]
Add some miscellanea.

17 years agoFix a typo and a trailing space.
Kurt B. Kaiser [Thu, 30 Aug 2007 21:52:19 +0000 (21:52 +0000)]
Fix a typo and a trailing space.

N.B. NEWS doesn't mention that map() and filter() return iterators.

17 years agoDon't ascii encode eol_convention. Was causing file write to fail.
Kurt B. Kaiser [Thu, 30 Aug 2007 21:00:19 +0000 (21:00 +0000)]
Don't ascii encode eol_convention.  Was causing file write to fail.

17 years agoExplicitly use UTF-8 as the encoding for the normalization file.
Martin v. Löwis [Thu, 30 Aug 2007 20:58:02 +0000 (20:58 +0000)]
Explicitly use UTF-8 as the encoding for the normalization file.

17 years agoBump IDLE version.
Kurt B. Kaiser [Thu, 30 Aug 2007 20:51:49 +0000 (20:51 +0000)]
Bump IDLE version.

17 years agoAdd a note about the openssl dependency. Switch to '*' bullets for easier
Guido van Rossum [Thu, 30 Aug 2007 20:18:10 +0000 (20:18 +0000)]
Add a note about the openssl dependency.  Switch to '*' bullets for easier
copying into the website.

17 years agoMore email package fixes.
Barry Warsaw [Thu, 30 Aug 2007 19:17:18 +0000 (19:17 +0000)]
More email package fixes.

17 years agoFix more lingering print statements.
Collin Winter [Thu, 30 Aug 2007 18:50:25 +0000 (18:50 +0000)]
Fix more lingering print statements.

17 years agoFix a typo in the distutils cleanup.
Collin Winter [Thu, 30 Aug 2007 18:46:25 +0000 (18:46 +0000)]
Fix a typo in the distutils cleanup.

17 years agoSmall updates.
Guido van Rossum [Thu, 30 Aug 2007 18:44:53 +0000 (18:44 +0000)]
Small updates.

17 years agoRun 2to3's print fixer over some places that had been missed.
Collin Winter [Thu, 30 Aug 2007 18:39:28 +0000 (18:39 +0000)]
Run 2to3's print fixer over some places that had been missed.

17 years agoAdd 3.0 to the silly list in license.rst too, and update the Doc README.
Georg Brandl [Thu, 30 Aug 2007 18:34:23 +0000 (18:34 +0000)]
Add 3.0 to the silly list in license.rst too, and update the Doc README.

17 years agoFix #1753395.
Georg Brandl [Thu, 30 Aug 2007 18:29:48 +0000 (18:29 +0000)]
Fix #1753395.

17 years agoBug #1746880: Correctly install DLLs into system32 folder on Win64.
Martin v. Löwis [Thu, 30 Aug 2007 18:27:06 +0000 (18:27 +0000)]
Bug #1746880: Correctly install DLLs into system32 folder on Win64.

17 years agoMore raise statement normalization.
Collin Winter [Thu, 30 Aug 2007 18:18:27 +0000 (18:18 +0000)]
More raise statement normalization.

17 years agoKill more lingering string exceptions in Lib/plat-mac/.
Collin Winter [Thu, 30 Aug 2007 18:11:48 +0000 (18:11 +0000)]
Kill more lingering string exceptions in Lib/plat-mac/.

17 years ago1/0 -> True/False cleanup.
Collin Winter [Thu, 30 Aug 2007 18:11:17 +0000 (18:11 +0000)]
1/0 -> True/False cleanup.

17 years agoCalling execvp with an empty argument list raises ValueError, but we
Thomas Heller [Thu, 30 Aug 2007 17:57:21 +0000 (17:57 +0000)]
Calling execvp with an empty argument list raises ValueError, but we
want to test for OSError.

17 years agoEnable the trunc() test.
Guido van Rossum [Thu, 30 Aug 2007 17:46:57 +0000 (17:46 +0000)]
Enable the trunc() test.

17 years agoAdd numbers.py. I suspect this is an old version, but Jeffrey is out
Guido van Rossum [Thu, 30 Aug 2007 17:45:54 +0000 (17:45 +0000)]
Add numbers.py.  I suspect this is an old version, but Jeffrey is out
of town, and it will have to do for now.

17 years agoFix a lingering string exception.
Collin Winter [Thu, 30 Aug 2007 17:37:22 +0000 (17:37 +0000)]
Fix a lingering string exception.

17 years agoFix typo
Neal Norwitz [Thu, 30 Aug 2007 17:22:44 +0000 (17:22 +0000)]
Fix typo

17 years agoAdd 2.6 and 3.0 to the silly list.
Guido van Rossum [Thu, 30 Aug 2007 17:21:12 +0000 (17:21 +0000)]
Add 2.6 and 3.0 to the silly list.

17 years agoUpdate patch level to 3.0a1. We're close enough.
Guido van Rossum [Thu, 30 Aug 2007 17:20:01 +0000 (17:20 +0000)]
Update patch level to 3.0a1.  We're close enough.

17 years agoUpdate Misc/NEWS. Add RELNOTES.
Guido van Rossum [Thu, 30 Aug 2007 17:16:55 +0000 (17:16 +0000)]
Update Misc/NEWS.  Add RELNOTES.

17 years agoForbid an empty argument list in execv call.
Thomas Heller [Thu, 30 Aug 2007 17:15:14 +0000 (17:15 +0000)]
Forbid an empty argument list in execv call.

Fixes issue 1039.

17 years agoMove definition of TZNAME_ENCODING further up.
Martin v. Löwis [Thu, 30 Aug 2007 15:40:24 +0000 (15:40 +0000)]
Move definition of TZNAME_ENCODING further up.

17 years agoSet startinpos before calling the error handler.
Walter Dörwald [Thu, 30 Aug 2007 15:35:26 +0000 (15:35 +0000)]
Set startinpos before calling the error handler.

17 years agoRewrap line.
Walter Dörwald [Thu, 30 Aug 2007 15:29:21 +0000 (15:29 +0000)]
Rewrap line.

17 years agoPort to Python 3.0.
Martin v. Löwis [Thu, 30 Aug 2007 15:23:04 +0000 (15:23 +0000)]
Port to Python 3.0.

17 years agoImplement PYTHONNOERRORWINDOW.
Martin v. Löwis [Thu, 30 Aug 2007 14:57:25 +0000 (14:57 +0000)]
Implement PYTHONNOERRORWINDOW.

17 years agoMove the copyright and license stuff to the end.
Guido van Rossum [Thu, 30 Aug 2007 14:51:05 +0000 (14:51 +0000)]
Move the copyright and license stuff to the end.

17 years agoExplicitly convert tzname to Unicode. Fixes #1040.
Martin v. Löwis [Thu, 30 Aug 2007 14:37:48 +0000 (14:37 +0000)]
Explicitly convert tzname to Unicode. Fixes #1040.

17 years agoMore email package related repairs. This fixes smtplib's import and use of
Barry Warsaw [Thu, 30 Aug 2007 14:28:55 +0000 (14:28 +0000)]
More email package related repairs.  This fixes smtplib's import and use of
email.base64mime, but test_smtplib still has failures for me.  They are
timeout errors so think they're more related to my current wacky network setup
than bugs remaining in the code related to the email package.

This also r57693 that got clobbered with the sandbox sync, and fixes a couple
of other minor problems that cropped up.  I will kill the sandbox branch next.

The email package now has 11F/11E.

17 years agoTwo changes (not enough to make the test pass though) having to do with
Guido van Rossum [Thu, 30 Aug 2007 14:02:43 +0000 (14:02 +0000)]
Two changes (not enough to make the test pass though) having to do with
the bytes() constructor when passing str.

17 years agoUse s# instead of t# for nis_match.
Martin v. Löwis [Thu, 30 Aug 2007 10:21:51 +0000 (10:21 +0000)]
Use s# instead of t# for nis_match.

17 years agoStop testing for encoded file names, as Python 3 does
Martin v. Löwis [Thu, 30 Aug 2007 10:08:57 +0000 (10:08 +0000)]
Stop testing for encoded file names, as Python 3 does
not support them, anyway.

17 years agoTry to fix test_plistlib so it uses bytes consistently in this call
Neal Norwitz [Thu, 30 Aug 2007 06:37:08 +0000 (06:37 +0000)]
Try to fix test_plistlib so it uses bytes consistently in this call

17 years agoUse inspect.py and clean up.
Kurt B. Kaiser [Thu, 30 Aug 2007 06:35:15 +0000 (06:35 +0000)]
Use inspect.py and clean up.

17 years agoTry to fix test_aepack by comparing bytes with bytes.
Neal Norwitz [Thu, 30 Aug 2007 06:32:09 +0000 (06:32 +0000)]
Try to fix test_aepack by comparing bytes with bytes.

17 years agoWrite bytes instead of unicode
Neal Norwitz [Thu, 30 Aug 2007 06:20:05 +0000 (06:20 +0000)]
Write bytes instead of unicode

17 years agoTry to get test_pep352 and maybe test_platform to work on a Windows buildbot
Neal Norwitz [Thu, 30 Aug 2007 06:16:26 +0000 (06:16 +0000)]
Try to get test_pep352 and maybe test_platform to work on a Windows buildbot

17 years agoSince the filename is encoded, we must add bytes to it. The test
Neal Norwitz [Thu, 30 Aug 2007 05:59:15 +0000 (05:59 +0000)]
Since the filename is encoded, we must add bytes to it.  The test
still fails, but gets a little further with this change.

17 years agoAdd uuids for 3.0.
Martin v. Löwis [Thu, 30 Aug 2007 05:45:17 +0000 (05:45 +0000)]
Add uuids for 3.0.

17 years agoTry to fix the problem on the Windows buildbot where this code:
Neal Norwitz [Thu, 30 Aug 2007 05:44:54 +0000 (05:44 +0000)]
Try to fix the problem on the Windows buildbot where this code:

  b * sys.maxint  # from test_bytes.py line 379

Caused:  SystemError: error return without exception set

17 years agoBump version numbers.
Martin v. Löwis [Thu, 30 Aug 2007 05:40:17 +0000 (05:40 +0000)]
Bump version numbers.

17 years agoStop using the find function on the string module, use the string method.
Neal Norwitz [Thu, 30 Aug 2007 05:35:41 +0000 (05:35 +0000)]
Stop using the find function on the string module, use the string method.
This will hopefully fix the problem on a Windows buildbot with test_sundry.

17 years agoForward Windows build instructions to PCbuild.
Martin v. Löwis [Thu, 30 Aug 2007 05:34:10 +0000 (05:34 +0000)]
Forward Windows build instructions to PCbuild.

17 years agoMake this module importable, this gets test___all__ to pass.
Neal Norwitz [Thu, 30 Aug 2007 05:19:29 +0000 (05:19 +0000)]
Make this module importable, this gets test___all__ to pass.

17 years agoGeneral cleanup, raise normalization in Lib/distutils.
Collin Winter [Thu, 30 Aug 2007 03:52:21 +0000 (03:52 +0000)]
General cleanup, raise normalization in Lib/distutils.

17 years agoRaise statement normalization in Lib/ctypes/.
Collin Winter [Thu, 30 Aug 2007 03:47:13 +0000 (03:47 +0000)]
Raise statement normalization in Lib/ctypes/.

17 years agoOops. I copied a slightly older version of the email package from the sandbox.
Guido van Rossum [Thu, 30 Aug 2007 03:46:43 +0000 (03:46 +0000)]
Oops.  I copied a slightly older version of the email package from the sandbox.
This should restore the email package in the py3k branch to exactly what's in
the sandbox.

This wipes out 1-2 fixes made post-copy, which I'll re-apply shortly.

17 years agoUse the new name for the parser module.
Neal Norwitz [Thu, 30 Aug 2007 03:10:46 +0000 (03:10 +0000)]
Use the new name for the parser module.

17 years agoRevert revisions 57472, 57474, and 57477 which disabled some tests
Neal Norwitz [Thu, 30 Aug 2007 03:06:59 +0000 (03:06 +0000)]
Revert revisions 57472, 57474, and 57477 which disabled some tests
when the email package was removed.  Email was restored, so restore the tests.

17 years agoFix a more bytes/str confusion.
Barry Warsaw [Thu, 30 Aug 2007 02:10:49 +0000 (02:10 +0000)]
Fix a more bytes/str confusion.

Use str.encode('raw-unicode-escape') consistently instead of bytes(string).

Remove the convert_eols argument from base64mime.decode().  This matches
previous API changes done to the quoprimime module.

17 years agoRaise statement normalization in Lib/.
Collin Winter [Thu, 30 Aug 2007 01:19:48 +0000 (01:19 +0000)]
Raise statement normalization in Lib/.

17 years agoCopying the email package back, despite its failings.
Guido van Rossum [Thu, 30 Aug 2007 01:15:14 +0000 (01:15 +0000)]
Copying the email package back, despite its failings.

17 years agoFix an outdated URL in a SyntaxError message.
Guido van Rossum [Thu, 30 Aug 2007 00:10:46 +0000 (00:10 +0000)]
Fix an outdated URL in a SyntaxError message.

17 years agoWhen clobbering, also clean the docs.
Guido van Rossum [Wed, 29 Aug 2007 23:48:29 +0000 (23:48 +0000)]
When clobbering, also clean the docs.

17 years agoRevert r57685 (weird merge result).
Collin Winter [Wed, 29 Aug 2007 23:41:34 +0000 (23:41 +0000)]
Revert r57685 (weird merge result).

17 years agoMake it work with Py3k.
Guido van Rossum [Wed, 29 Aug 2007 23:37:34 +0000 (23:37 +0000)]
Make it work with Py3k.

17 years agoRaise statement normalization in Lib/test/.
Collin Winter [Wed, 29 Aug 2007 23:37:32 +0000 (23:37 +0000)]
Raise statement normalization in Lib/test/.

17 years ago(no commit message)
Collin Winter [Wed, 29 Aug 2007 23:37:10 +0000 (23:37 +0000)]

17 years ago(no commit message)
Collin Winter [Wed, 29 Aug 2007 23:36:47 +0000 (23:36 +0000)]