]> granicus.if.org Git - python/log
python
15 years agouse some more itertools magic to make '' be yielded after readline is done
Benjamin Peterson [Sat, 14 Nov 2009 18:09:17 +0000 (18:09 +0000)]
use some more itertools magic to make '' be yielded after readline is done

15 years agosimply by using itertools.chain()
Benjamin Peterson [Sat, 14 Nov 2009 16:27:26 +0000 (16:27 +0000)]
simply by using itertools.chain()

15 years agoMerged revisions 76260 via svnmerge from
R. David Murray [Sat, 14 Nov 2009 16:13:02 +0000 (16:13 +0000)]
Merged revisions 76260 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76260 | r.david.murray | 2009-11-14 10:18:22 -0500 (Sat, 14 Nov 2009) | 5 lines

  Issue #7312 (new feature): Add a -F flag to run the selected tests in
  a loop until a test fails.  Can be combined with -j.  Patch by Antoine
  Pitrou.
........

15 years agoMerged revisions 76255 via svnmerge from
Benjamin Peterson [Fri, 13 Nov 2009 23:14:24 +0000 (23:14 +0000)]
Merged revisions 76255 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line

  use Sphinx 0.6.3
........

15 years agoAdd a note about the RLock acceleration
Antoine Pitrou [Fri, 13 Nov 2009 22:58:45 +0000 (22:58 +0000)]
Add a note about the RLock acceleration

15 years agoBlocked revisions 76243,76249 via svnmerge
Benjamin Peterson [Fri, 13 Nov 2009 22:57:33 +0000 (22:57 +0000)]
Blocked revisions 76243,76249 via svnmerge

........
  r76243 | benjamin.peterson | 2009-11-13 16:17:17 -0600 (Fri, 13 Nov 2009) | 1 line

  never mind about eval mode in this case
........
  r76249 | benjamin.peterson | 2009-11-13 16:56:00 -0600 (Fri, 13 Nov 2009) | 1 line

  revert r76243; I was right, actually :)
........

15 years agoMerged revisions 76245 via svnmerge from
Antoine Pitrou [Fri, 13 Nov 2009 22:35:18 +0000 (22:35 +0000)]
Merged revisions 76245 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76245 | antoine.pitrou | 2009-11-13 23:31:18 +0100 (ven., 13 nov. 2009) | 6 lines

  Issue #7318: multiprocessing now uses a timeout when it fails to establish
  a connection with another process, rather than looping endlessly. The
  default timeout is 20 seconds, which should be amply sufficient for
  local connections.
........

15 years agoSilence getcheckinterval()-related warnings in the test suite
Antoine Pitrou [Fri, 13 Nov 2009 22:19:19 +0000 (22:19 +0000)]
Silence getcheckinterval()-related warnings in the test suite

15 years agouse with_traceback correctly
Benjamin Peterson [Fri, 13 Nov 2009 22:09:10 +0000 (22:09 +0000)]
use with_traceback correctly

15 years agoIssue #6551: test_zipimport could import and then destroy some modules of
Antoine Pitrou [Fri, 13 Nov 2009 16:29:04 +0000 (16:29 +0000)]
Issue #6551: test_zipimport could import and then destroy some modules of
the encodings package, which would make other tests fail further down
the road because the internally cached encoders and decoders would point
to empty global variables.

15 years agoFix incorrect "versionchanged" version number from revision 76238
Kristján Valur Jónsson [Fri, 13 Nov 2009 16:15:57 +0000 (16:15 +0000)]
Fix incorrect "versionchanged" version number from revision 76238

15 years agoMerged revisions 74556 via svnmerge from
Kristján Valur Jónsson [Fri, 13 Nov 2009 16:10:13 +0000 (16:10 +0000)]
Merged revisions 74556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74556 | kristjan.jonsson | 2009-08-27 22:20:21 +0000 (fim., 27 ßg·. 2009) | 2 lines

  issue 6275
  Add an "exc_value" attribute to the _AssertRaisesContext context manager in the unittest package.  This allows further tests on the exception that was raised after the context manager exits.
........

15 years agoBlocked revisions 75407-75413,75415,75417,75419-75421 via svnmerge
Benjamin Peterson [Fri, 13 Nov 2009 02:43:40 +0000 (02:43 +0000)]
Blocked revisions 75407-75413,75415,75417,75419-75421 via svnmerge

........
  r75407 | antoine.pitrou | 2009-10-14 12:30:52 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in the aifc module
........
  r75408 | antoine.pitrou | 2009-10-14 12:34:31 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix a test_atexit failure when run with -3
........
  r75409 | antoine.pitrou | 2009-10-14 13:01:33 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in bsddb
........
  r75410 | antoine.pitrou | 2009-10-14 13:09:45 -0500 (Wed, 14 Oct 2009) | 3 lines

  Silence a py3k warning claiming to affect Lib/calendar.py
........
  r75411 | antoine.pitrou | 2009-10-14 13:12:54 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix a py3k warning in the StringIO module (exhibited in test_codecencodings_cn)
........
  r75412 | antoine.pitrou | 2009-10-14 13:27:32 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in the socket module
........
  r75413 | antoine.pitrou | 2009-10-14 13:31:05 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix a py3k warning in the sndhdr module (found with test_email)
........
  r75415 | antoine.pitrou | 2009-10-14 13:39:46 -0500 (Wed, 14 Oct 2009) | 3 lines

  Silence some py3k warnings claiming to affect _pyio
........
  r75417 | antoine.pitrou | 2009-10-14 13:47:13 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix failures in test_profilehooks when run with -3
........
  r75419 | antoine.pitrou | 2009-10-14 13:56:11 -0500 (Wed, 14 Oct 2009) | 3 lines

  Silence py3k warning claiming to affect the random module
........
  r75420 | antoine.pitrou | 2009-10-14 14:04:48 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in httplib
........
  r75421 | antoine.pitrou | 2009-10-14 14:09:48 -0500 (Wed, 14 Oct 2009) | 3 lines

  Fix py3k warnings in the uuid module
........

15 years agoMerged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433...
Benjamin Peterson [Fri, 13 Nov 2009 02:25:08 +0000 (02:25 +0000)]
Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75149 | gregory.p.smith | 2009-09-29 16:56:31 -0500 (Tue, 29 Sep 2009) | 3 lines

  Mention issue6972 in extractall docs about overwriting things outside of
  the supplied path.
........
  r75260 | andrew.kuchling | 2009-10-05 16:24:20 -0500 (Mon, 05 Oct 2009) | 1 line

  Wording fix
........
  r75261 | andrew.kuchling | 2009-10-05 16:24:35 -0500 (Mon, 05 Oct 2009) | 1 line

  Fix narkup
........
  r75262 | andrew.kuchling | 2009-10-05 16:25:03 -0500 (Mon, 05 Oct 2009) | 1 line

  Document 'skip' parameter to constructor
........
  r75263 | andrew.kuchling | 2009-10-05 16:25:35 -0500 (Mon, 05 Oct 2009) | 1 line

  Note side benefit of socket.create_connection()
........
  r75265 | andrew.kuchling | 2009-10-05 17:31:11 -0500 (Mon, 05 Oct 2009) | 1 line

  Reword sentence
........
  r75266 | andrew.kuchling | 2009-10-05 17:32:48 -0500 (Mon, 05 Oct 2009) | 1 line

  Use standard comma punctuation; reword some sentences in the docs
........
  r75267 | andrew.kuchling | 2009-10-05 17:42:56 -0500 (Mon, 05 Oct 2009) | 1 line

  Backport r73983: Document the thousands separator.
........
  r75292 | benjamin.peterson | 2009-10-08 22:11:36 -0500 (Thu, 08 Oct 2009) | 1 line

  death to old CVS keyword
........
  r75300 | benjamin.peterson | 2009-10-09 16:48:14 -0500 (Fri, 09 Oct 2009) | 1 line

  fix some coding style
........
  r75376 | benjamin.peterson | 2009-10-11 20:26:07 -0500 (Sun, 11 Oct 2009) | 1 line

  platform we don't care about
........
  r75405 | neil.schemenauer | 2009-10-14 12:17:14 -0500 (Wed, 14 Oct 2009) | 4 lines

  Issue #1754094: Improve the stack depth calculation in the compiler.
  There should be no other effect than a small decrease in memory use.
  Patch by Christopher Tur Lesniewski-Laas.
........
  r75429 | benjamin.peterson | 2009-10-14 20:47:28 -0500 (Wed, 14 Oct 2009) | 1 line

  pep8ify if blocks
........
  r75430 | benjamin.peterson | 2009-10-14 20:49:37 -0500 (Wed, 14 Oct 2009) | 1 line

  use floor division and add a test that exercises the tabsize codepath
........
  r75431 | benjamin.peterson | 2009-10-14 20:56:25 -0500 (Wed, 14 Oct 2009) | 1 line

  change test to what I intended
........
  r75432 | benjamin.peterson | 2009-10-14 22:05:39 -0500 (Wed, 14 Oct 2009) | 1 line

  some cleanups
........
  r75433 | benjamin.peterson | 2009-10-14 22:06:55 -0500 (Wed, 14 Oct 2009) | 1 line

  make inspect.isabstract() always return a boolean; add a test for it, too #7069
........
  r75437 | benjamin.peterson | 2009-10-15 10:44:46 -0500 (Thu, 15 Oct 2009) | 1 line

  only clear a module's __dict__ if the module is the only one with a reference to it #7140
........
  r75445 | vinay.sajip | 2009-10-16 09:06:44 -0500 (Fri, 16 Oct 2009) | 1 line

  Issue #7120: logging: Removed import of multiprocessing which is causing crash in GAE.
........
  r75501 | antoine.pitrou | 2009-10-18 13:37:11 -0500 (Sun, 18 Oct 2009) | 3 lines

  Add a comment about unreachable code, and fix a typo
........
  r75551 | benjamin.peterson | 2009-10-19 22:14:10 -0500 (Mon, 19 Oct 2009) | 1 line

  use property api
........
  r75572 | benjamin.peterson | 2009-10-20 16:55:17 -0500 (Tue, 20 Oct 2009) | 1 line

  clarify buffer arg #7178
........
  r75589 | benjamin.peterson | 2009-10-21 21:26:47 -0500 (Wed, 21 Oct 2009) | 1 line

  whitespace
........
  r75590 | benjamin.peterson | 2009-10-21 21:36:47 -0500 (Wed, 21 Oct 2009) | 1 line

  rewrite to be nice to other implementations
........
  r75591 | benjamin.peterson | 2009-10-21 21:50:38 -0500 (Wed, 21 Oct 2009) | 4 lines

  rewrite for style, clarify, and comments

  Also, use the hasattr() like scheme of allowing BaseException exceptions through.
........
  r75657 | antoine.pitrou | 2009-10-24 07:41:27 -0500 (Sat, 24 Oct 2009) | 3 lines

  Fix compilation error in debug mode.
........
  r75742 | benjamin.peterson | 2009-10-26 17:51:16 -0500 (Mon, 26 Oct 2009) | 1 line

  use 'is' instead of id()
........
  r75868 | benjamin.peterson | 2009-10-27 15:59:18 -0500 (Tue, 27 Oct 2009) | 1 line

  test expect base classes
........
  r75952 | georg.brandl | 2009-10-29 15:38:32 -0500 (Thu, 29 Oct 2009) | 1 line

  Use the correct function name in docstring.
........
  r75953 | georg.brandl | 2009-10-29 15:39:50 -0500 (Thu, 29 Oct 2009) | 1 line

  Remove mention of the old -X command line switch.
........
  r75954 | georg.brandl | 2009-10-29 15:53:00 -0500 (Thu, 29 Oct 2009) | 1 line

  Use constants instead of magic integers for test result.  Do not re-run with --verbose3 for environment changing tests.
........
  r75955 | georg.brandl | 2009-10-29 15:54:03 -0500 (Thu, 29 Oct 2009) | 1 line

  Use a single style for all the docstrings in the math module.
........
  r75956 | georg.brandl | 2009-10-29 16:16:34 -0500 (Thu, 29 Oct 2009) | 1 line

  I do not think the "railroad" program mentioned is still available.
........
  r75957 | georg.brandl | 2009-10-29 16:44:56 -0500 (Thu, 29 Oct 2009) | 1 line

  Fix constant name.
........
  r76057 | benjamin.peterson | 2009-11-02 09:06:45 -0600 (Mon, 02 Nov 2009) | 1 line

  prevent a rather unlikely segfault
........
  r76105 | georg.brandl | 2009-11-04 01:38:12 -0600 (Wed, 04 Nov 2009) | 1 line

  #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
........
  r76139 | benjamin.peterson | 2009-11-06 19:04:38 -0600 (Fri, 06 Nov 2009) | 1 line

  spelling
........
  r76143 | georg.brandl | 2009-11-07 02:26:07 -0600 (Sat, 07 Nov 2009) | 1 line

  #7271: fix typo.
........
  r76162 | benjamin.peterson | 2009-11-08 22:10:53 -0600 (Sun, 08 Nov 2009) | 1 line

  discuss how to use -p
........
  r76223 | georg.brandl | 2009-11-12 02:29:46 -0600 (Thu, 12 Nov 2009) | 1 line

  Give the profile module a module directive.
........

15 years agoupdate to reality
Benjamin Peterson [Fri, 13 Nov 2009 00:52:43 +0000 (00:52 +0000)]
update to reality

15 years agono need to translate newlines in python code anymore
Benjamin Peterson [Fri, 13 Nov 2009 00:45:32 +0000 (00:45 +0000)]
no need to translate newlines in python code anymore

15 years agoMerged revisions 76230 via svnmerge from
Benjamin Peterson [Fri, 13 Nov 2009 00:17:59 +0000 (00:17 +0000)]
Merged revisions 76230 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76230 | benjamin.peterson | 2009-11-12 17:39:44 -0600 (Thu, 12 Nov 2009) | 2 lines

  fix several compile() issues by translating newlines in the tokenizer
........

15 years agoTry to strengthen condition-waiting under Windows.
Antoine Pitrou [Thu, 12 Nov 2009 22:56:02 +0000 (22:56 +0000)]
Try to strengthen condition-waiting under Windows.
If it doesn't work (doesn't solve erratic freezes) we'll have to resort
to tougher (Windows-only) measures.

15 years agofix highlight in the datetime example
Ezio Melotti [Thu, 12 Nov 2009 10:38:55 +0000 (10:38 +0000)]
fix highlight in the datetime example

15 years agoAdd version tags to sys.{get,set}switchinterval
Antoine Pitrou [Wed, 11 Nov 2009 22:03:32 +0000 (22:03 +0000)]
Add version tags to sys.{get,set}switchinterval

15 years agoMerged revisions 76217 via svnmerge from
Antoine Pitrou [Wed, 11 Nov 2009 20:59:38 +0000 (20:59 +0000)]
Merged revisions 76217 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76217 | antoine.pitrou | 2009-11-11 21:55:07 +0100 (mer., 11 nov. 2009) | 3 lines

  Issue #7295: Do not use a hardcoded file name in test_tarfile.
........

15 years agoOur condition variable emulation under Windows is imperfect, which
Antoine Pitrou [Wed, 11 Nov 2009 18:11:36 +0000 (18:11 +0000)]
Our condition variable emulation under Windows is imperfect, which
seems to be the cause of the buildbot hangs. Try to fix it, and add
some comments.

15 years agoMerged revisions 76208 via svnmerge from
Senthil Kumaran [Wed, 11 Nov 2009 04:17:53 +0000 (04:17 +0000)]
Merged revisions 76208 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76208 | senthil.kumaran | 2009-11-11 07:04:44 +0530 (Wed, 11 Nov 2009) | 3 lines

  CGIHTTPRequestHandler.run_cgi() to use subprocess for Non Unix platforms. Fix
  based on Issue1235.
........

15 years agoAdd a couple of words about the new GIL implementation
Antoine Pitrou [Tue, 10 Nov 2009 23:18:31 +0000 (23:18 +0000)]
Add a couple of words about the new GIL implementation

15 years agoRemove obsolete comment.
Antoine Pitrou [Tue, 10 Nov 2009 22:38:52 +0000 (22:38 +0000)]
Remove obsolete comment.

15 years agoBlocked revisions 76199 via svnmerge
Antoine Pitrou [Tue, 10 Nov 2009 21:39:56 +0000 (21:39 +0000)]
Blocked revisions 76199 via svnmerge

........
  r76199 | antoine.pitrou | 2009-11-10 22:39:25 +0100 (mar., 10 nov. 2009) | 3 lines

  Backport micro-fix from the py3k svnmerge
........

15 years agoMerged revisions 76196 via svnmerge from
Antoine Pitrou [Tue, 10 Nov 2009 21:34:48 +0000 (21:34 +0000)]
Merged revisions 76196 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76196 | antoine.pitrou | 2009-11-10 21:49:30 +0100 (mar., 10 nov. 2009) | 8 lines

  Issue #7197: Allow unittest.TextTestRunner objects to be pickled and
  unpickled. This fixes crashes under Windows when trying to run
  test_multiprocessing in verbose mode.

  Additionally, Test_TextTestRunner hadn't been enabled in test_unittest.
........

15 years agodeath to compiler warning
Benjamin Peterson [Tue, 10 Nov 2009 21:23:15 +0000 (21:23 +0000)]
death to compiler warning

15 years agoMerge in the new GIL.
Antoine Pitrou [Tue, 10 Nov 2009 19:50:40 +0000 (19:50 +0000)]
Merge in the new GIL.

15 years agoIssue #3001: Add a C implementation of recursive locks which is used by
Antoine Pitrou [Tue, 10 Nov 2009 18:46:01 +0000 (18:46 +0000)]
Issue #3001: Add a C implementation of recursive locks which is used by
default when instantiating a `Threading.RLock` object. This makes
recursive locks as fast as regular non-recursive locks (previously,
they were slower by 10x to 15x).

15 years agoShow example of how to make a sorted dictionary
Raymond Hettinger [Tue, 10 Nov 2009 18:35:46 +0000 (18:35 +0000)]
Show example of how to make a sorted dictionary

15 years agoMerged revisions 76182 via svnmerge from
Mark Dickinson [Mon, 9 Nov 2009 20:08:57 +0000 (20:08 +0000)]
Merged revisions 76182 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76182 | mark.dickinson | 2009-11-09 19:54:51 +0000 (Mon, 09 Nov 2009) | 1 line

  Add extra information to a test_signal failure message to aid diagnosis of buildbot failure.
........

15 years agoMerged revisions 76176 via svnmerge from
Mark Dickinson [Mon, 9 Nov 2009 17:12:30 +0000 (17:12 +0000)]
Merged revisions 76176 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76176 | mark.dickinson | 2009-11-09 17:03:34 +0000 (Mon, 09 Nov 2009) | 7 lines

  Issue #7251: Break out round tests for large values into a separate
  test function, and skip that test on Linux/alpha systems with a broken
  system round function.

  This should turn the Debian/alpha buildbot green.
........

15 years agoMerged revisions 76172 via svnmerge from
Antoine Pitrou [Mon, 9 Nov 2009 16:08:16 +0000 (16:08 +0000)]
Merged revisions 76172 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76172 | antoine.pitrou | 2009-11-09 17:00:11 +0100 (lun., 09 nov. 2009) | 5 lines

  Issue #7282: Fix a memory leak when an RLock was used in a thread other
  than those started through `threading.Thread` (for example, using
  `thread.start_new_thread()`.
........

15 years agoMerged revisions 76168 via svnmerge from
Eric Smith [Mon, 9 Nov 2009 15:23:15 +0000 (15:23 +0000)]
Merged revisions 76168 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76168 | eric.smith | 2009-11-09 10:16:23 -0500 (Mon, 09 Nov 2009) | 1 line

  Issue 7294: Fixed URL in a comment.
........

15 years agoMerged revisions 76163 via svnmerge from
R. David Murray [Mon, 9 Nov 2009 14:21:38 +0000 (14:21 +0000)]
Merged revisions 76163 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76163 | r.david.murray | 2009-11-09 09:18:14 -0500 (Mon, 09 Nov 2009) | 2 lines

  Remove redundant sentence.
........

15 years agoconvert to use print() function
Benjamin Peterson [Mon, 9 Nov 2009 00:49:19 +0000 (00:49 +0000)]
convert to use print() function

15 years agofix some imports
Benjamin Peterson [Mon, 9 Nov 2009 00:42:58 +0000 (00:42 +0000)]
fix some imports

15 years agoBlocked revisions 76154 via svnmerge
Brett Cannon [Sun, 8 Nov 2009 21:41:27 +0000 (21:41 +0000)]
Blocked revisions 76154 via svnmerge

........
  r76154 | brett.cannon | 2009-11-08 13:35:28 -0800 (Sun, 08 Nov 2009) | 4 lines

  Properly detect whether a C file is using tabs or spaces for Vim.

  Closes issue #5611. Thanks Kirk McDonald and Johannes Hoff.
........

15 years agoMerged revisions 76148 via svnmerge from
Antoine Pitrou [Sun, 8 Nov 2009 00:30:04 +0000 (00:30 +0000)]
Merged revisions 76148 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76148 | antoine.pitrou | 2009-11-08 01:24:12 +0100 (dim., 08 nov. 2009) | 4 lines

  Kill a small potential leak in test_threading.
  The leak may not manifest itself if the OS re-uses the same thread ids
  (I suppose Neal's machine doesn't :-))
........

15 years agoWhen trying to write new bytecode, importlib was not catching the IOError
Brett Cannon [Sat, 7 Nov 2009 23:55:05 +0000 (23:55 +0000)]
When trying to write new bytecode, importlib was not catching the IOError
thrown if the file happened to be read-only to keep the failure silent.

Fixes issue #7187. Thanks, Dave Malcolm for the report and analysis of the
problem.

15 years agoPluralize a word.
Brett Cannon [Sat, 7 Nov 2009 08:22:58 +0000 (08:22 +0000)]
Pluralize a word.

15 years agoMerged revisions 76137 via svnmerge from
Antoine Pitrou [Fri, 6 Nov 2009 22:41:14 +0000 (22:41 +0000)]
Merged revisions 76137 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76137 | antoine.pitrou | 2009-11-06 23:34:35 +0100 (ven., 06 nov. 2009) | 4 lines

  Issue #7270: Add some dedicated unit tests for multi-thread synchronization
  primitives such as Lock, RLock, Condition, Event and Semaphore.
........

15 years ago- issue #6748 intermittent test failures from sockets
Jack Diederich [Fri, 6 Nov 2009 17:20:42 +0000 (17:20 +0000)]
- issue #6748 intermittent test failures from sockets
- telnetlib tests now use mock sockets for most tests

15 years agoBlocked revisions 76116 via svnmerge
R. David Murray [Thu, 5 Nov 2009 17:49:10 +0000 (17:49 +0000)]
Blocked revisions 76116 via svnmerge

........
  r76116 | r.david.murray | 2009-11-04 20:50:56 -0500 (Wed, 04 Nov 2009) | 3 lines

  Increase the timeout in the bsddb3 replication test to allow
  the test time to complete on slow buildbots.  See issue 6462.
........

15 years agoMerged revisions 76117 via svnmerge from
Antoine Pitrou [Thu, 5 Nov 2009 13:49:14 +0000 (13:49 +0000)]
Merged revisions 76117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76117 | antoine.pitrou | 2009-11-05 14:42:29 +0100 (jeu., 05 nov. 2009) | 5 lines

  Issue #7264: Fix a possible deadlock when deallocating thread-local objects
  which are part of a reference cycle.
........

15 years agoUse tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
Brett Cannon [Thu, 5 Nov 2009 01:26:57 +0000 (01:26 +0000)]
Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
source files for tests. Allows for concurrent execution of the tests by
preventing various executions from trampling each other.

Closes issue #7248.

15 years agoimportlib.test.source.util referenced variables in the 'finally' part of a
Brett Cannon [Thu, 5 Nov 2009 01:17:22 +0000 (01:17 +0000)]
importlib.test.source.util referenced variables in the 'finally' part of a
try/finally which may not have been set.

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
........