]> granicus.if.org Git - python/log
python
15 years agoMerged revisions 76108 via svnmerge from
Antoine Pitrou [Wed, 4 Nov 2009 21:10:38 +0000 (21:10 +0000)]
Merged revisions 76108 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76108 | antoine.pitrou | 2009-11-04 20:25:14 +0100 (mer., 04 nov. 2009) | 6 lines

  Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent
  objects on 64-bit systems.  Patch by Michael Broghton.

  I will revert this checkin if it causes problems on our BSD buildbots.
........

15 years agoMerged revisions 76101 via svnmerge from
Antoine Pitrou [Wed, 4 Nov 2009 00:57:15 +0000 (00:57 +0000)]
Merged revisions 76101 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76101 | antoine.pitrou | 2009-11-04 01:50:26 +0100 (mer., 04 nov. 2009) | 3 lines

  Make test_shutil clean up after itself
........

15 years agoBlocked revisions 76095 via svnmerge
Georg Brandl [Tue, 3 Nov 2009 18:35:33 +0000 (18:35 +0000)]
Blocked revisions 76095 via svnmerge

........
  r76095 | georg.brandl | 2009-11-03 18:34:27 +0000 (Di, 03 Nov 2009) | 1 line

  #7256: add versionadded tags for functions copied from cgi.
........

15 years agoRecorded merge of revisions 76075 via svnmerge from
Georg Brandl [Tue, 3 Nov 2009 18:24:38 +0000 (18:24 +0000)]
Recorded merge of revisions 76075 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76075 | skip.montanaro | 2009-11-03 02:43:59 +0000 (Di, 03 Nov 2009) | 1 line

  typo (space-o?)
........

15 years agoMerged revisions 76086 via svnmerge from
Antoine Pitrou [Tue, 3 Nov 2009 17:20:10 +0000 (17:20 +0000)]
Merged revisions 76086 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76086 | antoine.pitrou | 2009-11-03 17:41:20 +0100 (mar., 03 nov. 2009) | 3 lines

  Try to make test_wsgiref less fragile against environment changes by other tests
........

15 years agoSince time.xmlrpc.com is unreliable, add another test to test_xmlrpc_net
Antoine Pitrou [Tue, 3 Nov 2009 17:13:59 +0000 (17:13 +0000)]
Since time.xmlrpc.com is unreliable, add another test to test_xmlrpc_net

15 years agoMerged revisions 76082 via svnmerge from
Mark Dickinson [Tue, 3 Nov 2009 16:29:10 +0000 (16:29 +0000)]
Merged revisions 76082 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76082 | mark.dickinson | 2009-11-03 16:26:14 +0000 (Tue, 03 Nov 2009) | 1 line

  Fix doc typo reported by Arfrever.
........

15 years agotypo (space-o?)
Skip Montanaro [Tue, 3 Nov 2009 02:44:04 +0000 (02:44 +0000)]
typo (space-o?)

15 years agoBlocked revisions 76071 via svnmerge
Antoine Pitrou [Mon, 2 Nov 2009 20:57:43 +0000 (20:57 +0000)]
Blocked revisions 76071 via svnmerge

........
  r76071 | antoine.pitrou | 2009-11-02 21:47:33 +0100 (lun., 02 nov. 2009) | 4 lines

  Add acceptance of long ints to test_memoryio.py
  (in preparation for fix of #7249 in 2.6)
........

15 years agoMerged revisions 76064,76066-76067 via svnmerge from
Benjamin Peterson [Mon, 2 Nov 2009 18:30:48 +0000 (18:30 +0000)]
Merged revisions 76064,76066-76067 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r76064 | benjamin.peterson | 2009-11-02 12:16:36 -0600 (Mon, 02 Nov 2009) | 1 line

  add space
................
  r76066 | benjamin.peterson | 2009-11-02 12:22:53 -0600 (Mon, 02 Nov 2009) | 9 lines

  Merged revisions 76065 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r76065 | benjamin.peterson | 2009-11-02 12:21:25 -0600 (Mon, 02 Nov 2009) | 1 line

    don't print stuff in tests
  ........
................
  r76067 | benjamin.peterson | 2009-11-02 12:24:57 -0600 (Mon, 02 Nov 2009) | 1 line

  enable test_parser in lib2to3
................

15 years agoMerged revisions 76062 via svnmerge from
Benjamin Peterson [Mon, 2 Nov 2009 18:16:28 +0000 (18:16 +0000)]
Merged revisions 76062 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r76062 | benjamin.peterson | 2009-11-02 12:12:12 -0600 (Mon, 02 Nov 2009) | 70 lines

  Merged revisions 74359,75081,75088,75213,75278,75303,75427-75428,75734-75736,75865,76059-76061 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r74359 | benjamin.peterson | 2009-08-12 17:23:13 -0500 (Wed, 12 Aug 2009) | 1 line

    don't pass the deprecated print_function option
  ........
    r75081 | benjamin.peterson | 2009-09-26 22:02:57 -0500 (Sat, 26 Sep 2009) | 1 line

    let 2to3 work with extended iterable unpacking
  ........
    r75088 | benjamin.peterson | 2009-09-27 11:25:21 -0500 (Sun, 27 Sep 2009) | 1 line

    look on the type only for __call__
  ........
    r75213 | benjamin.peterson | 2009-10-03 10:09:46 -0500 (Sat, 03 Oct 2009) | 5 lines

    revert 75212; it's not correct

    People can use isinstance(x, collections.Callable) if they expect objects with
    __call__ in their instance dictionaries.
  ........
    r75278 | benjamin.peterson | 2009-10-07 16:25:56 -0500 (Wed, 07 Oct 2009) | 4 lines

    fix whitespace problems with fix_idioms #3563

    Patch by Joe Amenta.
  ........
    r75303 | benjamin.peterson | 2009-10-09 16:59:11 -0500 (Fri, 09 Oct 2009) | 1 line

    port latin-1 and utf-8 cookie improvements
  ........
    r75427 | benjamin.peterson | 2009-10-14 20:35:57 -0500 (Wed, 14 Oct 2009) | 1 line

    force floor division
  ........
    r75428 | benjamin.peterson | 2009-10-14 20:39:21 -0500 (Wed, 14 Oct 2009) | 1 line

    silence -3 warnings about __hash__
  ........
    r75734 | benjamin.peterson | 2009-10-26 16:25:53 -0500 (Mon, 26 Oct 2009) | 2 lines

    warn on map(None, ...) with more than 2 arguments #7203
  ........
    r75735 | benjamin.peterson | 2009-10-26 16:28:25 -0500 (Mon, 26 Oct 2009) | 1 line

    remove unused result
  ........
    r75736 | benjamin.peterson | 2009-10-26 16:29:02 -0500 (Mon, 26 Oct 2009) | 1 line

    using get() here is a bit pointless
  ........
    r75865 | benjamin.peterson | 2009-10-27 15:49:00 -0500 (Tue, 27 Oct 2009) | 1 line

    explain reason for warning
  ........
    r76059 | benjamin.peterson | 2009-11-02 11:43:47 -0600 (Mon, 02 Nov 2009) | 1 line

    tuples are no longer used for children
  ........
    r76060 | benjamin.peterson | 2009-11-02 11:55:40 -0600 (Mon, 02 Nov 2009) | 1 line

    revert r76059; apparently some fixers rely on Leaf no () for children
  ........
    r76061 | benjamin.peterson | 2009-11-02 12:06:17 -0600 (Mon, 02 Nov 2009) | 1 line

    make fix_tuple_params keep the tree valid #7253
  ........
................

15 years agoMerged revisions 76034,76054 via svnmerge from
Antoine Pitrou [Mon, 2 Nov 2009 11:36:51 +0000 (11:36 +0000)]
Merged revisions 76034,76054 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76034 | antoine.pitrou | 2009-11-01 22:29:33 +0100 (dim., 01 nov. 2009) | 3 lines

  This should finally fix #6896. Let's watch the buildbots.
........
  r76054 | antoine.pitrou | 2009-11-02 12:34:27 +0100 (lun., 02 nov. 2009) | 3 lines

  Since r76034 was successful, add a NEWS entry for it.
........

15 years agoMerged revisions 76047 via svnmerge from
Antoine Pitrou [Sun, 1 Nov 2009 23:55:40 +0000 (23:55 +0000)]
Merged revisions 76047 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76047 | antoine.pitrou | 2009-11-02 00:54:20 +0100 (lun., 02 nov. 2009) | 3 lines

  Fix and improve some assertions in test_site
........

15 years agoMerged revisions 76042 via svnmerge from
Tarek Ziadé [Sun, 1 Nov 2009 22:38:44 +0000 (22:38 +0000)]
Merged revisions 76042 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76042 | tarek.ziade | 2009-11-01 23:33:45 +0100 (Sun, 01 Nov 2009) | 1 line

  fixed stdout alteration in test_distutils
........

15 years agoMerged revisions 76037 via svnmerge from
Antoine Pitrou [Sun, 1 Nov 2009 22:13:48 +0000 (22:13 +0000)]
Merged revisions 76037 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76037 | antoine.pitrou | 2009-11-01 23:02:03 +0100 (dim., 01 nov. 2009) | 3 lines

  Use a custom timeout in test_support.open_urlresource.
........

15 years agoMerged revisions 76033 via svnmerge from
Antoine Pitrou [Sun, 1 Nov 2009 21:43:20 +0000 (21:43 +0000)]
Merged revisions 76033 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76033 | antoine.pitrou | 2009-11-01 22:26:14 +0100 (dim., 01 nov. 2009) | 3 lines

  test_normalization should skip and not crash when the resource isn't available
........

15 years agogenerated from r76030
Gregory P. Smith [Sun, 1 Nov 2009 21:11:36 +0000 (21:11 +0000)]
generated from r76030

15 years agoblock r76029
Gregory P. Smith [Sun, 1 Nov 2009 21:10:57 +0000 (21:10 +0000)]
block r76029

15 years agoMerged revisions 76028 via svnmerge from
Gregory P. Smith [Sun, 1 Nov 2009 21:09:10 +0000 (21:09 +0000)]
Merged revisions 76028 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76028 | gregory.p.smith | 2009-11-01 13:02:52 -0800 (Sun, 01 Nov 2009) | 2 lines

  issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs.
........

15 years agoFix exception handling in itertools.izip_longest().
Raymond Hettinger [Sun, 1 Nov 2009 20:55:33 +0000 (20:55 +0000)]
Fix exception handling in itertools.izip_longest().

15 years agoMerged revisions 75999 via svnmerge from
Gregory P. Smith [Sun, 1 Nov 2009 19:24:18 +0000 (19:24 +0000)]
Merged revisions 75999 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75999 | gregory.p.smith | 2009-10-31 14:23:39 -0700 (Sat, 31 Oct 2009) | 2 lines

  Define TCSASOFT if the flag exists.
........

15 years agoMerged revisions 76000,76016 via svnmerge from
Gregory P. Smith [Sun, 1 Nov 2009 18:42:17 +0000 (18:42 +0000)]
Merged revisions 76000,76016 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76000 | gregory.p.smith | 2009-10-31 14:26:08 -0700 (Sat, 31 Oct 2009) | 7 lines

  Fixes issue7208 - getpass would still allow the password to be echoed on
  Solaris due to not flushing the input buffer.

  This change also incorporates some additional getpass implementation
  suggestions for security based on an analysis of getpass.c linked to from the
  issue.
........
  r76016 | gregory.p.smith | 2009-11-01 10:33:55 -0800 (Sun, 01 Nov 2009) | 2 lines

  news entry for r76000
........

15 years agoBlocked revisions 76012 via svnmerge
Antoine Pitrou [Sun, 1 Nov 2009 16:13:08 +0000 (16:13 +0000)]
Blocked revisions 76012 via svnmerge

........
  r76012 | antoine.pitrou | 2009-11-01 17:10:47 +0100 (dim., 01 nov. 2009) | 3 lines

  Hum, test skipping when the URL isn't reachable hadn't been applied to trunk.
........

15 years agoFix test skipping in multibyte codec tests
Antoine Pitrou [Sun, 1 Nov 2009 15:59:11 +0000 (15:59 +0000)]
Fix test skipping in multibyte codec tests

15 years agoMerged revisions 76007 via svnmerge from
Antoine Pitrou [Sun, 1 Nov 2009 12:05:48 +0000 (12:05 +0000)]
Merged revisions 76007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76007 | antoine.pitrou | 2009-11-01 12:58:22 +0100 (dim., 01 nov. 2009) | 3 lines

  Buffered I/O: optimize lock taking in the common non-contended case.
........

15 years agoBlocked revisions 76001 via svnmerge
Antoine Pitrou [Sat, 31 Oct 2009 23:26:47 +0000 (23:26 +0000)]
Blocked revisions 76001 via svnmerge
Apparently someone already did the job in py3k.

........
  r76001 | antoine.pitrou | 2009-11-01 00:19:52 +0100 (dim., 01 nov. 2009) | 3 lines

  Use richer assertions in test_mailbox (for better failure messages).
........

15 years agoMerged revisions 75995 via svnmerge from
Eric Smith [Sat, 31 Oct 2009 17:08:48 +0000 (17:08 +0000)]
Merged revisions 75995 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75995 | eric.smith | 2009-10-31 13:07:17 -0400 (Sat, 31 Oct 2009) | 1 line

  Improved test for a deprecation warning.
........

15 years agoBlocked revisions 75991 via svnmerge
Mark Dickinson [Sat, 31 Oct 2009 12:48:28 +0000 (12:48 +0000)]
Blocked revisions 75991 via svnmerge

........
  r75991 | mark.dickinson | 2009-10-31 12:47:47 +0000 (Sat, 31 Oct 2009) | 1 line

  Set retval on PyOS_string_to_double failure.
........

15 years agoMerged revisions 75986 via svnmerge from
Mark Dickinson [Sat, 31 Oct 2009 10:38:43 +0000 (10:38 +0000)]
Merged revisions 75986 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75986 | mark.dickinson | 2009-10-31 10:36:06 +0000 (Sat, 31 Oct 2009) | 2 lines

  Issue #7042:  Use a better mechanism for testing timers in test_signal.
........

15 years agoMerged revisions 75982 via svnmerge from
Mark Dickinson [Sat, 31 Oct 2009 10:18:44 +0000 (10:18 +0000)]
Merged revisions 75982 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75982 | mark.dickinson | 2009-10-31 10:11:28 +0000 (Sat, 31 Oct 2009) | 5 lines

  Issue #6603: Fix --with-tsc build failures on x86-64 that resulted
  from a gcc inline assembler peculiarity. (gcc's "A" constraint
  apparently means 'rax or rdx' in 64-bit mode, not edx:eax
  or rdx:rax as one might expect.)
........

15 years agoBlocked revisions 75979 via svnmerge
Mark Dickinson [Sat, 31 Oct 2009 09:43:46 +0000 (09:43 +0000)]
Blocked revisions 75979 via svnmerge

........
  r75979 | mark.dickinson | 2009-10-31 09:42:39 +0000 (Sat, 31 Oct 2009) | 1 line

  Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double.
........

15 years agoFix ReST markup.
Mark Dickinson [Sat, 31 Oct 2009 09:39:52 +0000 (09:39 +0000)]
Fix ReST markup.

15 years agoBlocked revisions 75974 via svnmerge
Mark Dickinson [Sat, 31 Oct 2009 09:29:47 +0000 (09:29 +0000)]
Blocked revisions 75974 via svnmerge

........
  r75974 | mark.dickinson | 2009-10-31 09:28:12 +0000 (Sat, 31 Oct 2009) | 1 line

  Move a Misc/NEWS entry to right section.
........

15 years agoMerged revisions 75969 via svnmerge from
Antoine Pitrou [Fri, 30 Oct 2009 22:23:02 +0000 (22:23 +0000)]
Merged revisions 75969 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75969 | antoine.pitrou | 2009-10-30 23:19:09 +0100 (ven., 30 oct. 2009) | 5 lines

  Remove official documentation entry for thread._count() and make the
  docstring more descriptive instead.
........

15 years agoMerged revisions 75967 via svnmerge from
Antoine Pitrou [Fri, 30 Oct 2009 21:45:40 +0000 (21:45 +0000)]
Merged revisions 75967 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75967 | antoine.pitrou | 2009-10-30 22:41:22 +0100 (ven., 30 oct. 2009) | 3 lines

  Try to fix transient refleaks in test_pydoc.
........

15 years agoFollowup to r75965: replace the test_uuid-specific patch with a generic fix
Antoine Pitrou [Fri, 30 Oct 2009 18:30:35 +0000 (18:30 +0000)]
Followup to r75965: replace the test_uuid-specific patch with a generic fix
(other tests may have the same problem).

15 years agoFix a refleak in test_uuid when run with -j.
Antoine Pitrou [Fri, 30 Oct 2009 18:15:02 +0000 (18:15 +0000)]
Fix a refleak in test_uuid when run with -j.
The "refleak" was simply the effect of internal buffering in block buffering mode
(rather than line buffering when sys.stdout is a terminal)

15 years agoMerged revisions 75962-75963 via svnmerge from
Antoine Pitrou [Fri, 30 Oct 2009 17:58:27 +0000 (17:58 +0000)]
Merged revisions 75962-75963 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75962 | antoine.pitrou | 2009-10-30 18:55:21 +0100 (ven., 30 oct. 2009) | 3 lines

  Try to fix transient refleaks in test_asynchat.
........
  r75963 | antoine.pitrou | 2009-10-30 18:56:00 +0100 (ven., 30 oct. 2009) | 3 lines

  Try to fix transient refleaks in test_xmlrpc.
........

15 years agoMerged revisions 75960 via svnmerge from
Antoine Pitrou [Fri, 30 Oct 2009 17:34:49 +0000 (17:34 +0000)]
Merged revisions 75960 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75960 | antoine.pitrou | 2009-10-30 18:33:28 +0100 (ven., 30 oct. 2009) | 3 lines

  Fix transient refleaks in test_docxmlrpc.
........

15 years agoMerged revisions 75958 via svnmerge from
Antoine Pitrou [Fri, 30 Oct 2009 17:25:12 +0000 (17:25 +0000)]
Merged revisions 75958 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75958 | antoine.pitrou | 2009-10-30 18:07:08 +0100 (ven., 30 oct. 2009) | 7 lines

  Issue #7222: Make thread "reaping" more reliable so that reference
  leak-chasing test runs give sensible results. The previous method of
  reaping threads could return successfully while some Thread objects were
  still referenced. This also introduces a new private function:
  :func:\14hread._count().
........

15 years agoMerged revisions 75943-75945 via svnmerge from
Mark Dickinson [Thu, 29 Oct 2009 12:23:02 +0000 (12:23 +0000)]
Merged revisions 75943-75945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75943 | mark.dickinson | 2009-10-29 11:09:09 +0000 (Thu, 29 Oct 2009) | 1 line

  Fix duplicate test numbers in extra.decTest
........
  r75944 | mark.dickinson | 2009-10-29 12:04:00 +0000 (Thu, 29 Oct 2009) | 3 lines

  Issue #7233:  A number of two-argument Decimal methods were failing to
  accept ints and longs for the second argument.
........
  r75945 | mark.dickinson | 2009-10-29 12:11:18 +0000 (Thu, 29 Oct 2009) | 4 lines

  Issue #7233:  Fix Decimal.shift and Decimal.rotate methods for
  arguments with more digits than the current context precision.
  Bug reported by Stefan Krah.
........

15 years agoMerged revisions 75939 via svnmerge from
Mark Dickinson [Thu, 29 Oct 2009 09:58:06 +0000 (09:58 +0000)]
Merged revisions 75939 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75939 | mark.dickinson | 2009-10-29 09:46:04 +0000 (Thu, 29 Oct 2009) | 5 lines

  Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
  The sensible solution seems to be to implement %lld for PyString_FromFormat(V)
  and PyErr_Format.  See issue #7228.
........

15 years agoMerged revisions 75935 via svnmerge from
Lars Gustäbel [Thu, 29 Oct 2009 09:39:47 +0000 (09:39 +0000)]
Merged revisions 75935 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75935 | lars.gustaebel | 2009-10-29 10:15:00 +0100 (Thu, 29 Oct 2009) | 3 lines

  Issue #4750: Store the basename of the original filename in
  the gzip FNAME header as required by RFC 1952.
........

15 years agoBlocked revisions 75931 via svnmerge
Benjamin Peterson [Thu, 29 Oct 2009 01:50:06 +0000 (01:50 +0000)]
Blocked revisions 75931 via svnmerge

........
  r75931 | benjamin.peterson | 2009-10-28 20:49:07 -0500 (Wed, 28 Oct 2009) | 5 lines

  do a backport of r75928

  The added test does not fail without the patch, but we still fix the issue of
  surrogates being used in wide builds where they should not be.
........

15 years agoIssue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration.
Vinay Sajip [Wed, 28 Oct 2009 23:28:16 +0000 (23:28 +0000)]
Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration.

15 years agoin wide builds, avoid storing high unicode characters from source code with surrogates
Benjamin Peterson [Wed, 28 Oct 2009 21:59:39 +0000 (21:59 +0000)]
in wide builds, avoid storing high unicode characters from source code with surrogates

This is accomplished by decoding with utf-32 instead of utf-16 on all builds.
The patch is by Adam Olsen.

15 years agoMerged revisions 75920 via svnmerge from
R. David Murray [Wed, 28 Oct 2009 14:07:51 +0000 (14:07 +0000)]
Merged revisions 75920 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75920 | r.david.murray | 2009-10-28 10:03:43 -0400 (Wed, 28 Oct 2009) | 2 lines

  Remove variable that is no longer used.
........

15 years agoBlocked revisions 75913 via svnmerge
Eric Smith [Wed, 28 Oct 2009 08:46:43 +0000 (08:46 +0000)]
Blocked revisions 75913 via svnmerge

........
  r75913 | eric.smith | 2009-10-28 04:44:37 -0400 (Wed, 28 Oct 2009) | 1 line

  Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c as part of short float repr. Change made after consulting with Bob Ippolito. This completes the removal of calls to PyOS_ascii_strtod.
........

15 years agoMerged revisions 75909 via svnmerge from
Mark Dickinson [Wed, 28 Oct 2009 07:49:26 +0000 (07:49 +0000)]
Merged revisions 75909 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75909 | mark.dickinson | 2009-10-28 07:47:32 +0000 (Wed, 28 Oct 2009) | 1 line

  Fix format specifier for MSVC
........

15 years agoMerged revisions 75905 via svnmerge from
Mark Dickinson [Wed, 28 Oct 2009 07:25:03 +0000 (07:25 +0000)]
Merged revisions 75905 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75905 | mark.dickinson | 2009-10-28 07:23:49 +0000 (Wed, 28 Oct 2009) | 1 line

  Replace long long with PY_LONG_LONG
........

15 years agoMerged revisions 75901 via svnmerge from
Tarek Ziadé [Wed, 28 Oct 2009 06:48:27 +0000 (06:48 +0000)]
Merged revisions 75901 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75901 | tarek.ziade | 2009-10-28 07:45:18 +0100 (Wed, 28 Oct 2009) | 1 line

  removed spurious spaces
........

15 years agoMerged revisions 75893 via svnmerge from
Tarek Ziadé [Tue, 27 Oct 2009 23:12:01 +0000 (23:12 +0000)]
Merged revisions 75893 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75893 | tarek.ziade | 2009-10-28 00:06:10 +0100 (Wed, 28 Oct 2009) | 1 line

  Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils
........

15 years agoRemove extra blank line accidentally introduced in r75885
Mark Dickinson [Tue, 27 Oct 2009 23:00:56 +0000 (23:00 +0000)]
Remove extra blank line accidentally introduced in r75885

15 years agoMerged revisions 75887 via svnmerge from
Georg Brandl [Tue, 27 Oct 2009 23:00:28 +0000 (23:00 +0000)]
Merged revisions 75887 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75887 | georg.brandl | 2009-10-27 23:56:09 +0100 (Di, 27 Okt 2009) | 1 line

  Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode.
........

15 years agoMerged revisions 75883 via svnmerge from
Mark Dickinson [Tue, 27 Oct 2009 22:12:20 +0000 (22:12 +0000)]
Merged revisions 75883 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75883 | mark.dickinson | 2009-10-27 22:09:33 +0000 (Tue, 27 Oct 2009) | 1 line

  Test long inputs to float
........

15 years agoMerged revisions 75879 via svnmerge from
Mark Dickinson [Tue, 27 Oct 2009 21:49:48 +0000 (21:49 +0000)]
Merged revisions 75879 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75879 | mark.dickinson | 2009-10-27 21:48:20 +0000 (Tue, 27 Oct 2009) | 3 lines

  Silence gcc warnings when trying to print an off_t using "lld", on platforms
  where off_t has type long (e.g., 64-bit Linux).
........

15 years agoOnly declare variable when it's used.
Georg Brandl [Tue, 27 Oct 2009 21:37:48 +0000 (21:37 +0000)]
Only declare variable when it's used.

15 years agoMerged revisions 75874 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 21:32:38 +0000 (21:32 +0000)]
Merged revisions 75874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75874 | antoine.pitrou | 2009-10-27 22:27:24 +0100 (mar., 27 oct. 2009) | 4 lines

  Reduce the probability of refleaks in test_socketserver.
  Not completely suppressed though, see issue #7222.
........

15 years agoMerged revisions 75871 via svnmerge from
Tarek Ziadé [Tue, 27 Oct 2009 21:24:21 +0000 (21:24 +0000)]
Merged revisions 75871 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75871 | tarek.ziade | 2009-10-27 22:20:27 +0100 (Tue, 27 Oct 2009) | 1 line

  Issue #7218: Fix test_site for win32
........

15 years agoremove shadowing declartion
Benjamin Peterson [Tue, 27 Oct 2009 21:14:50 +0000 (21:14 +0000)]
remove shadowing declartion

15 years agoMerged revisions 75866-75867 via svnmerge from
Georg Brandl [Tue, 27 Oct 2009 21:02:11 +0000 (21:02 +0000)]
Merged revisions 75866-75867 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75866 | georg.brandl | 2009-10-27 21:52:02 +0100 (Di, 27 Okt 2009) | 1 line

  Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
........
  r75867 | georg.brandl | 2009-10-27 21:55:44 +0100 (Di, 27 Okt 2009) | 1 line

  Reformat the regrtest command-line option help and group the options into sections.
........

15 years agoMerged revisions 75860 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 20:21:45 +0000 (20:21 +0000)]
Merged revisions 75860 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75860 | antoine.pitrou | 2009-10-27 21:20:41 +0100 (mar., 27 oct. 2009) | 3 lines

  Try to fix transient refleaks in test_distutils.
........

15 years agoMerged revisions 75855 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 20:17:03 +0000 (20:17 +0000)]
Merged revisions 75855 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75855 | antoine.pitrou | 2009-10-27 21:14:04 +0100 (mar., 27 oct. 2009) | 3 lines

  Fix transient refleaks in test_urllib2_localnet.
........

15 years agoMerged revisions 75851 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 20:05:26 +0000 (20:05 +0000)]
Merged revisions 75851 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75851 | antoine.pitrou | 2009-10-27 21:02:23 +0100 (mar., 27 oct. 2009) | 3 lines

  Suppress transient refleaks in test_threading.
........

15 years agoMerged revisions 75849 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 19:49:45 +0000 (19:49 +0000)]
Merged revisions 75849 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75849 | antoine.pitrou | 2009-10-27 20:47:30 +0100 (mar., 27 oct. 2009) | 3 lines

  Suppress transient refleaks in test_smtplib.
........

15 years agoBlocked revisions 75846 via svnmerge
Eric Smith [Tue, 27 Oct 2009 19:44:06 +0000 (19:44 +0000)]
Blocked revisions 75846 via svnmerge

........
  r75846 | eric.smith | 2009-10-27 15:42:57 -0400 (Tue, 27 Oct 2009) | 1 line

  Removed PyOS_ascii_atof from marshal.c, as mentioned in issue 7117. Also brings it more in line with py3k.
........

15 years agoBlocked revisions 75844 via svnmerge
Antoine Pitrou [Tue, 27 Oct 2009 19:39:10 +0000 (19:39 +0000)]
Blocked revisions 75844 via svnmerge

........
  r75844 | antoine.pitrou | 2009-10-27 20:36:44 +0100 (mar., 27 oct. 2009) | 3 lines

  Suppress transient refleaks in test_file2k.
........

15 years agoMerged revisions 75842 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 19:25:57 +0000 (19:25 +0000)]
Merged revisions 75842 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75842 | antoine.pitrou | 2009-10-27 20:23:56 +0100 (mar., 27 oct. 2009) | 3 lines

  Fix transient refleak in test_sys.
........

15 years agoMerged revisions 75838 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 18:52:30 +0000 (18:52 +0000)]
Merged revisions 75838 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75838 | antoine.pitrou | 2009-10-27 19:50:52 +0100 (mar., 27 oct. 2009) | 3 lines

  (Hopefully) suppress transient refleaks in test_httpservers.
........

15 years agoMerged revisions 75826 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 18:49:23 +0000 (18:49 +0000)]
Merged revisions 75826 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75826 | antoine.pitrou | 2009-10-27 19:36:47 +0100 (mar., 27 oct. 2009) | 3 lines

  Suppress transient refleaks in test_asyncore
........

15 years agoBlocked revisions 75824 via svnmerge
Eric Smith [Tue, 27 Oct 2009 18:47:34 +0000 (18:47 +0000)]
Blocked revisions 75824 via svnmerge

........
  r75824 | eric.smith | 2009-10-27 14:33:14 -0400 (Tue, 27 Oct 2009) | 1 line

  Removed PyOS_ascii_atof from ast.c, as mentioned in issue 7117.
........

15 years agoMerged revisions 75818 via svnmerge from
Antoine Pitrou [Tue, 27 Oct 2009 17:47:14 +0000 (17:47 +0000)]
Merged revisions 75818 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75818 | antoine.pitrou | 2009-10-27 18:41:58 +0100 (mar., 27 oct. 2009) | 3 lines

  Issue #7205: Fix a possible deadlock when using a BZ2File object from several threads at once.
........

15 years agoMerged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602...
Georg Brandl [Tue, 27 Oct 2009 15:28:25 +0000 (15:28 +0000)]
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line

  Fix broken links found by "make linkcheck".  scipy.org seems to be done right now, so I could not verify links going there.
........
  r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line

  Fix markup.
........
  r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line

  #7125: fix typo.
........
  r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line

  #7126: os.environ changes *do* take effect in subprocesses started with os.system().
........
  r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line

  #7116: str.join() takes an iterable.
........
  r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line

  Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__.
........
  r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line

  Fix missing word.
........
  r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line

  Fix punctuation.
........
  r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line

  Revert unintended change.
........
  r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line

  Fix markup.
........
  r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line

  Fix duplicate target.
........
  r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line

  Add a new directive marking up implementation details and start using it.
........
  r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line

  Make it more robust.
........
  r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line

  Document new directive.
........
  r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line

  Allow short form with text as argument.
........
  r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line

  Fix stylesheet for multi-paragraph impl-details.
........
  r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line

  Use "impl-detail" directive where applicable.
........
  r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line

  #6324: membership test tries iteration via __iter__.
........
  r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line

  #7088: document new functions in signal as Unix-only.
........
  r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line

  Reorder __slots__ fine print and add a clarification.
........
  r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line

  #7035: improve docs of the various <method>_errors() functions, and give them docstrings.
........
  r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line

  #7156: document curses as Unix-only.
........
  r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line

  #6977: getopt does not support optional option arguments.
........
  r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line

  Add proper references.
........
  r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line

  Make printout margin important.
........
  r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line

  #7188: fix optionxform() docs.
........
  r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines

  add further note about what's passed to optionxform
........
  r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines

  Improve some docstrings in the 'warnings' module.
........
  r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line

  Fix markup.
........
  r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line

  Fix a demo.
........
  r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line

  Fix a strange mis-edit.
........

15 years agoBlocked revisions 75745 via svnmerge
Eric Smith [Tue, 27 Oct 2009 12:13:06 +0000 (12:13 +0000)]
Blocked revisions 75745 via svnmerge

........
  r75745 | eric.smith | 2009-10-27 08:12:44 -0400 (Tue, 27 Oct 2009) | 1 line

  Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in stropmodule as part of short float repr.
........

15 years agoBlocked revisions 75743 via svnmerge
Eric Smith [Tue, 27 Oct 2009 11:36:44 +0000 (11:36 +0000)]
Blocked revisions 75743 via svnmerge

........
  r75743 | eric.smith | 2009-10-27 07:32:11 -0400 (Tue, 27 Oct 2009) | 1 line

  Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in cPickle as part of short float repr.
........

15 years agoIssue #7207: Fix race condition in telnetlib test; should stop test failures on...
Mark Dickinson [Mon, 26 Oct 2009 22:48:32 +0000 (22:48 +0000)]
Issue #7207:  Fix race condition in telnetlib test;  should stop test failures on OS X 10.6.

15 years agoBlocked revisions 75739 via svnmerge
Mark Dickinson [Mon, 26 Oct 2009 22:29:02 +0000 (22:29 +0000)]
Blocked revisions 75739 via svnmerge

........
  r75739 | mark.dickinson | 2009-10-26 22:28:14 +0000 (Mon, 26 Oct 2009) | 5 lines

  Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
  complexobject.c.  Also remove length restriction on unicode inputs to
  the complex constructor.
........

15 years agoMake sure memory is freed on error in complex_subtype_from_string.
Mark Dickinson [Mon, 26 Oct 2009 22:05:06 +0000 (22:05 +0000)]
Make sure memory is freed on error in complex_subtype_from_string.

15 years agoRemove length limitation on string arguments to complex()
Mark Dickinson [Mon, 26 Oct 2009 21:51:18 +0000 (21:51 +0000)]
Remove length limitation on string arguments to complex()

15 years agoBlocked revisions 75730-75731 via svnmerge
Mark Dickinson [Mon, 26 Oct 2009 21:13:15 +0000 (21:13 +0000)]
Blocked revisions 75730-75731 via svnmerge

........
  r75730 | mark.dickinson | 2009-10-26 21:09:09 +0000 (Mon, 26 Oct 2009) | 2 lines

  Issue #7117:  Backport missing pystrtod.h declarations from py3k.
........
  r75731 | mark.dickinson | 2009-10-26 21:11:20 +0000 (Mon, 26 Oct 2009) | 4 lines

  Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii_strtod in
  floatobject.c.  Also, remove limitation on length of unicode inputs to
  float().
........

15 years agoFix extra-long line; also makes py3k match trunk here.
Mark Dickinson [Mon, 26 Oct 2009 21:12:50 +0000 (21:12 +0000)]
Fix extra-long line;  also makes py3k match trunk here.

15 years agoMerged revisions 75728 via svnmerge from
Mark Dickinson [Mon, 26 Oct 2009 20:02:55 +0000 (20:02 +0000)]
Merged revisions 75728 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75728 | mark.dickinson | 2009-10-26 19:59:23 +0000 (Mon, 26 Oct 2009) | 3 lines

  Use correct conversion specifier and length modifier when printing an
  integer of type off_t.  Also, don't assume that long long is available.
........

15 years agoMerged revisions 75725 via svnmerge from
Antoine Pitrou [Mon, 26 Oct 2009 19:22:14 +0000 (19:22 +0000)]
Merged revisions 75725 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75725 | antoine.pitrou | 2009-10-26 20:16:46 +0100 (lun., 26 oct. 2009) | 4 lines

  Some platforms have rl_completion_append_character but not rl_completion_suppress_append.
  Reported by Mark D.
........

15 years agoBlocked revisions 75722 via svnmerge
Eric Smith [Mon, 26 Oct 2009 17:48:13 +0000 (17:48 +0000)]
Blocked revisions 75722 via svnmerge

........
  r75722 | eric.smith | 2009-10-26 13:46:17 -0400 (Mon, 26 Oct 2009) | 1 line

  Finished removing _PyOS_double_to_string, as mentioned in issue 7117.
........

15 years agoBlocked revisions 75720 via svnmerge
Mark Dickinson [Mon, 26 Oct 2009 15:40:42 +0000 (15:40 +0000)]
Blocked revisions 75720 via svnmerge

........
  r75720 | mark.dickinson | 2009-10-26 15:39:50 +0000 (Mon, 26 Oct 2009) | 3 lines

  Issue #7117 (backport py3k float repr) continued:
  Backport pystrtod.c from py3k.
........

15 years agoBlocked revisions 75717-75718 via svnmerge
Eric Smith [Mon, 26 Oct 2009 15:10:57 +0000 (15:10 +0000)]
Blocked revisions 75717-75718 via svnmerge

........
  r75717 | eric.smith | 2009-10-26 10:48:55 -0400 (Mon, 26 Oct 2009) | 1 line

  Start to remove _PyOS_double_to_string, as mentioned in issue 7117.
........
  r75718 | eric.smith | 2009-10-26 11:06:39 -0400 (Mon, 26 Oct 2009) | 1 line

  Continue removing _PyOS_double_to_string, as mentioned in issue 7117.
........

15 years agoMove some comments to more appropriate places
Mark Dickinson [Mon, 26 Oct 2009 14:36:29 +0000 (14:36 +0000)]
Move some comments to more appropriate places

15 years agoMerged revisions 75714 via svnmerge from
Mark Dickinson [Mon, 26 Oct 2009 14:19:42 +0000 (14:19 +0000)]
Merged revisions 75714 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75714 | mark.dickinson | 2009-10-26 14:18:44 +0000 (Mon, 26 Oct 2009) | 1 line

  Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd in sum
........

15 years agoMerged revisions 75711 via svnmerge from
Mark Dickinson [Mon, 26 Oct 2009 12:01:06 +0000 (12:01 +0000)]
Merged revisions 75711 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75711 | mark.dickinson | 2009-10-26 11:59:30 +0000 (Mon, 26 Oct 2009) | 1 line

  Skip readline tests if readline module is not available.
........

15 years agoMake the XMLRCP CGIHandlerTestCase pass like it did before the change of
R. David Murray [Mon, 26 Oct 2009 08:24:14 +0000 (08:24 +0000)]
Make the XMLRCP CGIHandlerTestCase pass like it did before the change of
the test to use StringIO instead of a temp file.  There may or may not
be an underlying problem here, so this patch makes the test function
as originally designed until a determination can be made as to whether
or not there is an underlying bug here.  See issue 7165 for discussion.

15 years agoSilence gcc warning about possibly uninitialized variable 'converted_items'
Mark Dickinson [Mon, 26 Oct 2009 07:58:04 +0000 (07:58 +0000)]
Silence gcc warning about possibly uninitialized variable 'converted_items'

15 years agoMerged revisions 75669-75671 via svnmerge from
Tarek Ziadé [Sun, 25 Oct 2009 23:08:47 +0000 (23:08 +0000)]
Merged revisions 75669-75671 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75669 | tarek.ziade | 2009-10-24 17:10:37 +0200 (Sat, 24 Oct 2009) | 1 line

  Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
........
  r75670 | tarek.ziade | 2009-10-24 17:19:03 +0200 (Sat, 24 Oct 2009) | 1 line

  fixed finally state in distutils.test_util
........
  r75671 | tarek.ziade | 2009-10-24 17:51:30 +0200 (Sat, 24 Oct 2009) | 1 line

  fixed warning and error message
........

15 years agoThis mention is obsolete.
Antoine Pitrou [Sun, 25 Oct 2009 23:00:53 +0000 (23:00 +0000)]
This mention is obsolete.

15 years agoMerged revisions 75697 via svnmerge from
Mark Dickinson [Sun, 25 Oct 2009 20:43:34 +0000 (20:43 +0000)]
Merged revisions 75697 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75697 | mark.dickinson | 2009-10-25 20:39:06 +0000 (Sun, 25 Oct 2009) | 3 lines

  Issue #1087418: Small performance boost for bitwise operations on longs.
  Initial patch by Gregory Smith;  some tweaks added.
........

15 years agoAdd NEWS entry for the various unsupported platforms.
Antoine Pitrou [Sat, 24 Oct 2009 20:47:05 +0000 (20:47 +0000)]
Add NEWS entry for the various unsupported platforms.

15 years agoDisable support for Irix threads
Antoine Pitrou [Sat, 24 Oct 2009 20:43:49 +0000 (20:43 +0000)]
Disable support for Irix threads

15 years agoDisable GNU pth support
Antoine Pitrou [Sat, 24 Oct 2009 20:35:52 +0000 (20:35 +0000)]
Disable GNU pth support

15 years agoDisable support for SunOS LWP
Antoine Pitrou [Sat, 24 Oct 2009 20:30:34 +0000 (20:30 +0000)]
Disable support for SunOS LWP

15 years agoDisable support for Mach C Threads.
Antoine Pitrou [Sat, 24 Oct 2009 20:24:16 +0000 (20:24 +0000)]
Disable support for Mach C Threads.

15 years agoRemove AtheOS support, as per PEP 11 (which claims that all code was removed in Pytho...
Antoine Pitrou [Sat, 24 Oct 2009 20:11:21 +0000 (20:11 +0000)]
Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).