]> granicus.if.org Git - python/log
python
15 years agoMerged revisions 75325 via svnmerge from
Georg Brandl [Sat, 10 Oct 2009 21:57:03 +0000 (21:57 +0000)]
Merged revisions 75325 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75325 | georg.brandl | 2009-10-10 23:55:11 +0200 (Sa, 10 Okt 2009) | 1 line

  Modernize factorisation demo (mostly augassign.)
........

15 years agoMerged revisions 75322 via svnmerge from
Georg Brandl [Sat, 10 Oct 2009 21:49:24 +0000 (21:49 +0000)]
Merged revisions 75322 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75322 | georg.brandl | 2009-10-10 23:47:31 +0200 (Sa, 10 Okt 2009) | 1 line

  Show use of range() step argument nicely.
........

15 years agoRecorded merge of revisions 75321 via svnmerge from
Georg Brandl [Sat, 10 Oct 2009 21:48:05 +0000 (21:48 +0000)]
Recorded merge of revisions 75321 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75321 | georg.brandl | 2009-10-10 23:43:21 +0200 (Sa, 10 Okt 2009) | 1 line

  Remove outdated comment and fix a few style issues.
........

15 years agoRedundancy isn't needed here.
Antoine Pitrou [Sat, 10 Oct 2009 21:28:29 +0000 (21:28 +0000)]
Redundancy isn't needed here.
Redundancy isn't needed here.

15 years agoRolled back revisions 74556 via svnmerge from
Benjamin Peterson [Sat, 10 Oct 2009 21:27:03 +0000 (21:27 +0000)]
Rolled back revisions 74556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

15 years agoMerged revisions 75315 via svnmerge from
Georg Brandl [Sat, 10 Oct 2009 21:13:21 +0000 (21:13 +0000)]
Merged revisions 75315 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75315 | georg.brandl | 2009-10-10 23:10:05 +0200 (Sa, 10 Okt 2009) | 1 line

  Remove unneeded "L" suffixes.
........

15 years agoMerged revisions 75313 via svnmerge from
Georg Brandl [Sat, 10 Oct 2009 21:12:35 +0000 (21:12 +0000)]
Merged revisions 75313 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75313 | georg.brandl | 2009-10-10 23:07:35 +0200 (Sa, 10 Okt 2009) | 1 line

  Bring old demo up-to-date.
........

15 years agoMerged revisions 75312 via svnmerge from
Antoine Pitrou [Sat, 10 Oct 2009 21:08:31 +0000 (21:08 +0000)]
Merged revisions 75312 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines

  Issue #7055: test___all__ now greedily detects all modules which have an
  __all__ attribute, rather than using a hardcoded and incomplete list.
........

15 years agoBlocked revisions 75310 via svnmerge
Benjamin Peterson [Sat, 10 Oct 2009 20:39:25 +0000 (20:39 +0000)]
Blocked revisions 75310 via svnmerge

........
  r75310 | vinay.sajip | 2009-10-10 15:32:36 -0500 (Sat, 10 Oct 2009) | 1 line

  Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.
........

15 years agoIssue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in...
Vinay Sajip [Sat, 10 Oct 2009 20:32:36 +0000 (20:32 +0000)]
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code.

15 years agoMerged revisions 74524 via svnmerge from
Benjamin Peterson [Sat, 10 Oct 2009 01:16:07 +0000 (01:16 +0000)]
Merged revisions 74524 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74524 | gregory.p.smith | 2009-08-20 04:39:38 -0500 (Thu, 20 Aug 2009) | 2 lines

  Add weakref support to the thread.lock type.
........

15 years agoMerged revisions 75301 via svnmerge from
R. David Murray [Sat, 10 Oct 2009 00:13:32 +0000 (00:13 +0000)]
Merged revisions 75301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75301 | r.david.murray | 2009-10-09 17:50:54 -0400 (Fri, 09 Oct 2009) | 5 lines

  Issue #7082: When falling back to the MIME 'name' parameter, the
  correct place to look for it is the Content-Type header.

  Patch by Darren Worrall.
........

15 years agoBlocked revisions 75304-75305 via svnmerge
Benjamin Peterson [Fri, 9 Oct 2009 22:34:44 +0000 (22:34 +0000)]
Blocked revisions 75304-75305 via svnmerge

........
  r75304 | benjamin.peterson | 2009-10-09 17:05:45 -0500 (Fri, 09 Oct 2009) | 1 line

  replace callable()
........
  r75305 | benjamin.peterson | 2009-10-09 17:15:50 -0500 (Fri, 09 Oct 2009) | 1 line

  replace has_key with 'in' operator
........

15 years agonormalize latin-1 and utf-8 variant encodings like the builtin tokenizer does
Benjamin Peterson [Fri, 9 Oct 2009 21:43:09 +0000 (21:43 +0000)]
normalize latin-1 and utf-8 variant encodings like the builtin tokenizer does

15 years agoRecorded rollback of revisions 74524 via svnmerge from
Benjamin Peterson [Fri, 9 Oct 2009 20:47:22 +0000 (20:47 +0000)]
Recorded rollback of revisions 74524 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

15 years agoRecorded rollback of revisions 72524 via svnmerge from
Benjamin Peterson [Fri, 9 Oct 2009 20:39:55 +0000 (20:39 +0000)]
Recorded rollback of revisions 72524 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

15 years agorollback the merge of r74524 because it causes failures in test_multiprocessing
Benjamin Peterson [Fri, 9 Oct 2009 20:36:25 +0000 (20:36 +0000)]
rollback the merge of r74524 because it causes failures in test_multiprocessing

15 years agoMerged revisions 75289 via svnmerge from
Mark Dickinson [Thu, 8 Oct 2009 20:05:48 +0000 (20:05 +0000)]
Merged revisions 75289 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75289 | mark.dickinson | 2009-10-08 21:02:25 +0100 (Thu, 08 Oct 2009) | 2 lines

  Issue #7051:  Clarify behaviour of 'g' and 'G'-style formatting.
........

15 years agoMerged revisions 75286 via svnmerge from
Mark Dickinson [Thu, 8 Oct 2009 16:30:38 +0000 (16:30 +0000)]
Merged revisions 75286 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75286 | mark.dickinson | 2009-10-08 17:28:39 +0100 (Thu, 08 Oct 2009) | 2 lines

  Update decimal test data to the most recent set from Mike Cowlishaw.
........

15 years agoMerged revisions 75283 via svnmerge from
Mark Dickinson [Thu, 8 Oct 2009 15:59:20 +0000 (15:59 +0000)]
Merged revisions 75283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75283 | mark.dickinson | 2009-10-08 16:54:10 +0100 (Thu, 08 Oct 2009) | 4 lines

  Issue #7078:  _struct.__doc__ was being ignored.  Import it into struct.
  Also add description of '?' struct format character.  Thanks Gabriel
  Genellina for the patch.
........

15 years agoMerged revisions 75255 via svnmerge from
R. David Murray [Wed, 7 Oct 2009 23:38:55 +0000 (23:38 +0000)]
Merged revisions 75255 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75255 | r.david.murray | 2009-10-05 13:03:09 -0400 (Mon, 05 Oct 2009) | 3 lines

  Issue #7058: Added save/restore for argv and os.environ to runtest_inner
  in regrtest, with warnings if the called test modifies them.
........

15 years agoMerged revisions 75275 via svnmerge from
Mark Dickinson [Wed, 7 Oct 2009 19:23:50 +0000 (19:23 +0000)]
Merged revisions 75275 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75275 | mark.dickinson | 2009-10-07 20:22:05 +0100 (Wed, 07 Oct 2009) | 6 lines

  Issue #7048: logb should round its result when that result doesn't fit
  into the available precision.  (Tests for this change are included in
  the most recent set of testcases from the Decimal Specification site;
  those testcases will be updated shortly.)
........

15 years agoMerged revisions 75272-75273 via svnmerge from
Amaury Forgeot d'Arc [Tue, 6 Oct 2009 21:03:20 +0000 (21:03 +0000)]
Merged revisions 75272-75273 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75272 | amaury.forgeotdarc | 2009-10-06 21:56:32 +0200 (mar., 06 oct. 2009) | 5 lines

  #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,
  _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace.

  It now also parses the Unihan.txt for numeric values.
........
  r75273 | amaury.forgeotdarc | 2009-10-06 22:02:09 +0200 (mar., 06 oct. 2009) | 2 lines

  Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata.
........

15 years agoMerged revisions 75258 via svnmerge from
Amaury Forgeot d'Arc [Mon, 5 Oct 2009 21:09:00 +0000 (21:09 +0000)]
Merged revisions 75258 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75258 | amaury.forgeotdarc | 2009-10-05 22:18:05 +0200 (lun., 05 oct. 2009) | 2 lines

  Fix compilation warning on Windows, where size_t is 32bit but file offsets are 64bit.
........

15 years agoMerged revisions 75066 via svnmerge from
Benjamin Peterson [Sun, 4 Oct 2009 20:40:17 +0000 (20:40 +0000)]
Merged revisions 75066 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75066 | andrew.kuchling | 2009-09-25 17:23:54 -0500 (Fri, 25 Sep 2009) | 4 lines

  #6243: fix segfault when keyname() returns a NULL pointer.

  Bug noted by Trundle, patched by Trundle and Jerry Chen.
........

15 years agoMerged revisions 74841 via svnmerge from
Benjamin Peterson [Sun, 4 Oct 2009 20:32:25 +0000 (20:32 +0000)]
Merged revisions 74841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74841 | thomas.wouters | 2009-09-16 14:55:54 -0500 (Wed, 16 Sep 2009) | 23 lines

  Fix issue #1590864, multiple threads and fork() can cause deadlocks, by
  acquiring the import lock around fork() calls. This prevents other threads
  from having that lock while the fork happens, and is the recommended way of
  dealing with such issues. There are two other locks we care about, the GIL
  and the Thread Local Storage lock. The GIL is obviously held when calling
  Python functions like os.fork(), and the TLS lock is explicitly reallocated
  instead, while also deleting now-orphaned TLS data.

  This only fixes calls to os.fork(), not extension modules or embedding
  programs calling C's fork() directly. Solving that requires a new set of API
  functions, and possibly a rewrite of the Python/thread_*.c mess. Add a
  warning explaining the problem to the documentation in the mean time.

  This also changes behaviour a little on AIX. Before, AIX (but only AIX) was
  getting the import lock reallocated, seemingly to avoid this very same
  problem. This is not the right approach, because the import lock is a
  re-entrant one, and reallocating would do the wrong thing when forking while
  holding the import lock.

  Will backport to 2.6, minus the tiny AIX behaviour change.
........

15 years agoBlocked revisions 75164-75166 via svnmerge
Benjamin Peterson [Sun, 4 Oct 2009 20:28:48 +0000 (20:28 +0000)]
Blocked revisions 75164-75166 via svnmerge

........
  r75164 | senthil.kumaran | 2009-09-30 20:07:03 -0500 (Wed, 30 Sep 2009) | 3 lines

  Fix for issue7026 test_urllib: unsetting missing 'env' variable.
........
  r75165 | senthil.kumaran | 2009-09-30 20:19:18 -0500 (Wed, 30 Sep 2009) | 3 lines

  using dict.unset(k) instead of del dict[k]. consistent with release26-maint
........
  r75166 | senthil.kumaran | 2009-09-30 20:50:13 -0500 (Wed, 30 Sep 2009) | 3 lines

  That's self.env.unset(k) and not env.unset(k) I was heading back to the problem.
........

15 years agoBlocked revisions 74849,75143,75181 via svnmerge
Benjamin Peterson [Sun, 4 Oct 2009 20:23:37 +0000 (20:23 +0000)]
Blocked revisions 74849,75143,75181 via svnmerge

........
  r74849 | thomas.wouters | 2009-09-16 15:36:34 -0500 (Wed, 16 Sep 2009) | 4 lines

  Add news entry for r74841.
........
  r75143 | philip.jenvey | 2009-09-29 14:10:15 -0500 (Tue, 29 Sep 2009) | 5 lines

  #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence
  through the shell. also document the correct subprocess replacement for this
  case
  patch from Jean-Paul Calderone and Jani Hakala
........
  r75181 | georg.brandl | 2009-10-01 16:02:39 -0500 (Thu, 01 Oct 2009) | 1 line

  Add NEWS entry for r75180.
........

15 years agoMerged revisions 74865,75175,75180 via svnmerge from
Benjamin Peterson [Sun, 4 Oct 2009 20:19:21 +0000 (20:19 +0000)]
Merged revisions 74865,75175,75180 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74865 | georg.brandl | 2009-09-17 02:49:37 -0500 (Thu, 17 Sep 2009) | 1 line

  #6912: add "with" block support to pindent.
........
  r75175 | georg.brandl | 2009-10-01 15:11:14 -0500 (Thu, 01 Oct 2009) | 1 line

  Fix some weird whitespace and two other overlong lines.
........
  r75180 | georg.brandl | 2009-10-01 15:59:31 -0500 (Thu, 01 Oct 2009) | 1 line

  #7031: Add TestCase.assertIsInstance and negated method.
........

15 years agoBlocked revisions 74845 via svnmerge
Benjamin Peterson [Sun, 4 Oct 2009 20:13:06 +0000 (20:13 +0000)]
Blocked revisions 74845 via svnmerge

........
  r74845 | georg.brandl | 2009-09-16 15:30:09 -0500 (Wed, 16 Sep 2009) | 5 lines

  #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user.

  This works by always setting it in __dict__, except when it's implicitly set in __init__.
........

15 years agoMerged revisions 74524,74556 via svnmerge from
Benjamin Peterson [Sun, 4 Oct 2009 20:07:34 +0000 (20:07 +0000)]
Merged revisions 74524,74556 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74524 | gregory.p.smith | 2009-08-20 04:39:38 -0500 (Thu, 20 Aug 2009) | 2 lines

  Add weakref support to the thread.lock type.
........
  r74556 | kristjan.jonsson | 2009-08-27 17:20:21 -0500 (Thu, 27 Aug 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 agoMerged revisions 75236 via svnmerge from
Mark Dickinson [Sun, 4 Oct 2009 18:43:54 +0000 (18:43 +0000)]
Merged revisions 75236 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75236 | mark.dickinson | 2009-10-04 19:38:39 +0100 (Sun, 04 Oct 2009) | 4 lines

  Issue #7042:  Fix test_signal failure on OS X 10.6 64-bit builds
  (and also, with luck, on the x86 FreeBSD buildbot), by making sure
  that some user time is used in test_itimer_virtual.
........

15 years agoremove 8-bit string sentence
Benjamin Peterson [Sun, 4 Oct 2009 15:07:16 +0000 (15:07 +0000)]
remove 8-bit string sentence

15 years agoMerged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896...
Benjamin Peterson [Sun, 4 Oct 2009 14:49:41 +0000 (14:49 +0000)]
Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74779 | michael.foord | 2009-09-13 11:13:36 -0500 (Sun, 13 Sep 2009) | 1 line

  Change to tutorial wording for reading text / binary files on Windows. Issue #6301.
........
  r74780 | michael.foord | 2009-09-13 11:40:02 -0500 (Sun, 13 Sep 2009) | 1 line

  Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
........
  r74781 | michael.foord | 2009-09-13 11:46:19 -0500 (Sun, 13 Sep 2009) | 1 line

  Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
........
  r74782 | michael.foord | 2009-09-13 12:07:46 -0500 (Sun, 13 Sep 2009) | 1 line

  Tutorial tweaks. Issue 6849.
........
  r74783 | michael.foord | 2009-09-13 12:28:35 -0500 (Sun, 13 Sep 2009) | 1 line

  unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866.
........
  r74784 | georg.brandl | 2009-09-13 13:15:07 -0500 (Sun, 13 Sep 2009) | 1 line

  Typo fix.
........
  r74785 | michael.foord | 2009-09-13 14:07:03 -0500 (Sun, 13 Sep 2009) | 1 line

  Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
........
  r74786 | michael.foord | 2009-09-13 14:08:18 -0500 (Sun, 13 Sep 2009) | 1 line

  Remove an extraneous space in unittest documentation.
........
  r74793 | georg.brandl | 2009-09-14 09:50:47 -0500 (Mon, 14 Sep 2009) | 1 line

  #6908: fix association of hashlib hash attributes.
........
  r74795 | benjamin.peterson | 2009-09-14 22:36:26 -0500 (Mon, 14 Sep 2009) | 1 line

  Py_SetPythonHome uses static storage #6913
........
  r74811 | georg.brandl | 2009-09-15 15:26:59 -0500 (Tue, 15 Sep 2009) | 1 line

  Add Armin Ronacher.
........
  r74860 | benjamin.peterson | 2009-09-16 21:46:54 -0500 (Wed, 16 Sep 2009) | 1 line

  kill bare except
........
  r74861 | benjamin.peterson | 2009-09-16 22:18:28 -0500 (Wed, 16 Sep 2009) | 1 line

  pep 8 defaults
........
  r74863 | benjamin.peterson | 2009-09-16 22:27:33 -0500 (Wed, 16 Sep 2009) | 1 line

  rationalize a bit
........
  r74876 | georg.brandl | 2009-09-17 11:15:53 -0500 (Thu, 17 Sep 2009) | 1 line

  #6932: remove paragraph that advises relying on __del__ being called.
........
  r74886 | benjamin.peterson | 2009-09-17 16:33:46 -0500 (Thu, 17 Sep 2009) | 1 line

  use macros
........
  r74896 | georg.brandl | 2009-09-18 02:22:41 -0500 (Fri, 18 Sep 2009) | 1 line

  #6936: for interactive use, quit() is just fine.
........
  r74901 | georg.brandl | 2009-09-18 04:14:52 -0500 (Fri, 18 Sep 2009) | 1 line

  #6905: use better exception messages in inspect when the argument is of the wrong type.
........
  r74903 | georg.brandl | 2009-09-18 04:18:27 -0500 (Fri, 18 Sep 2009) | 1 line

  #6938: "ident" is always a string, so use a format code which works.
........
  r74908 | georg.brandl | 2009-09-18 08:57:11 -0500 (Fri, 18 Sep 2009) | 1 line

  Use str.format() to fix beginner's mistake with %-style string formatting.
........
  r74912 | georg.brandl | 2009-09-18 11:19:56 -0500 (Fri, 18 Sep 2009) | 1 line

  Optimize optimization and fix method name in docstring.
........
  r74930 | georg.brandl | 2009-09-18 16:21:41 -0500 (Fri, 18 Sep 2009) | 1 line

  #6925: rewrite docs for locals() and vars() a bit.
........
  r74933 | georg.brandl | 2009-09-18 16:35:59 -0500 (Fri, 18 Sep 2009) | 1 line

  #6930: clarify description about byteorder handling in UTF decoder routines.
........
  r74943 | georg.brandl | 2009-09-19 02:35:07 -0500 (Sat, 19 Sep 2009) | 1 line

  #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set.  Also clean up another usage of PyArg_ParseTuple.
........
  r74946 | georg.brandl | 2009-09-19 03:43:16 -0500 (Sat, 19 Sep 2009) | 1 line

  Update bug tracker reference.
........
  r74952 | georg.brandl | 2009-09-19 05:42:34 -0500 (Sat, 19 Sep 2009) | 1 line

  #6946: fix duplicate index entries for datetime classes.
........
  r74953 | georg.brandl | 2009-09-19 07:04:16 -0500 (Sat, 19 Sep 2009) | 1 line

  Fix references to threading.enumerate().
........
  r74954 | georg.brandl | 2009-09-19 08:13:56 -0500 (Sat, 19 Sep 2009) | 1 line

  Add Doug.
........
  r74955 | georg.brandl | 2009-09-19 08:20:49 -0500 (Sat, 19 Sep 2009) | 1 line

  Add Mark Summerfield.
........
  r75015 | georg.brandl | 2009-09-22 05:55:08 -0500 (Tue, 22 Sep 2009) | 1 line

  Fix encoding name.
........
  r75019 | vinay.sajip | 2009-09-22 12:23:41 -0500 (Tue, 22 Sep 2009) | 1 line

  Fixed a typo, and added sections on optimization and using arbitrary objects as messages.
........
  r75032 | benjamin.peterson | 2009-09-22 17:15:28 -0500 (Tue, 22 Sep 2009) | 1 line

  fix typos/rephrase
........
  r75068 | benjamin.peterson | 2009-09-25 21:57:59 -0500 (Fri, 25 Sep 2009) | 1 line

  comment out ugly xxx
........
  r75076 | vinay.sajip | 2009-09-26 09:53:32 -0500 (Sat, 26 Sep 2009) | 1 line

  Tidied up name of parameter in StreamHandler
........
  r75095 | michael.foord | 2009-09-27 14:15:41 -0500 (Sun, 27 Sep 2009) | 1 line

  Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
........
  r75098 | michael.foord | 2009-09-27 15:08:23 -0500 (Sun, 27 Sep 2009) | 1 line

  Documentation improvement for load_tests protocol in unittest. Issue 6515.
........
  r75102 | skip.montanaro | 2009-09-27 21:12:27 -0500 (Sun, 27 Sep 2009) | 3 lines

  Patch from Thomas Barr so that csv.Sniffer will set doublequote property.
  Closes issue 6606.
........
  r75129 | vinay.sajip | 2009-09-29 02:08:54 -0500 (Tue, 29 Sep 2009) | 1 line

  Issue #7014: logging: Improved IronPython 2.6 compatibility.
........
  r75139 | raymond.hettinger | 2009-09-29 13:53:24 -0500 (Tue, 29 Sep 2009) | 3 lines

  Issue 7008: Better document str.title and show how to work around the apostrophe problem.
........
  r75230 | benjamin.peterson | 2009-10-04 08:38:38 -0500 (Sun, 04 Oct 2009) | 1 line

  test logging
........

15 years agoMerged revisions 75223 via svnmerge from
Benjamin Peterson [Sat, 3 Oct 2009 20:27:13 +0000 (20:27 +0000)]
Merged revisions 75223 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75223 | benjamin.peterson | 2009-10-03 15:23:24 -0500 (Sat, 03 Oct 2009) | 1 line

  #7050 fix a SystemError when using tuple unpacking and augmented assignment
........

15 years agoUse size_t instead of int for a PyMem_MALLOC argument; silences a gcc 'comparison...
Mark Dickinson [Sat, 3 Oct 2009 20:13:37 +0000 (20:13 +0000)]
Use size_t instead of int for a PyMem_MALLOC argument;  silences a gcc 'comparison always false' warning.

15 years agosilence with (void) two warnings about computed and unused value of POP()
Ezio Melotti [Sat, 3 Oct 2009 16:14:07 +0000 (16:14 +0000)]
silence with (void) two warnings about computed and unused value of POP()

15 years agoisinstance(f, collections.Callable) is more correct
Benjamin Peterson [Sat, 3 Oct 2009 15:13:15 +0000 (15:13 +0000)]
isinstance(f, collections.Callable) is more correct

15 years agorevert r75090
Benjamin Peterson [Sat, 3 Oct 2009 15:06:21 +0000 (15:06 +0000)]
revert r75090

15 years agoMerged revisions 75209 via svnmerge from
Tarek Ziadé [Sat, 3 Oct 2009 14:54:15 +0000 (14:54 +0000)]
Merged revisions 75209 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75209 | tarek.ziade | 2009-10-03 16:52:33 +0200 (Sat, 03 Oct 2009) | 1 line

  now uses the right exception type
........

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

........
  r75205 | mark.dickinson | 2009-10-03 11:14:34 +0100 (Sat, 03 Oct 2009) | 2 lines

  Issue #7028:  Add note to hex() builtin docs pointing to float.hex().
........

15 years agoBlocked revisions 75196 via svnmerge
Tarek Ziadé [Sat, 3 Oct 2009 00:10:24 +0000 (00:10 +0000)]
Blocked revisions 75196 via svnmerge

........
  r75196 | tarek.ziade | 2009-10-03 02:07:35 +0200 (Sat, 03 Oct 2009) | 1 line

  removing the last remaning apply() calls
........

15 years agoMerged revisions 75192 via svnmerge from
Tarek Ziadé [Fri, 2 Oct 2009 23:56:02 +0000 (23:56 +0000)]
Merged revisions 75192 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75192 | tarek.ziade | 2009-10-03 01:49:48 +0200 (Sat, 03 Oct 2009) | 1 line

  #6516 added owner/group support for tarfiles in Distutils
........

15 years agoMore versionadded/versionchanged fixes
Mark Dickinson [Thu, 1 Oct 2009 20:20:09 +0000 (20:20 +0000)]
More versionadded/versionchanged fixes

15 years agoRemove outdated versionchanged entry
Mark Dickinson [Thu, 1 Oct 2009 20:11:11 +0000 (20:11 +0000)]
Remove outdated versionchanged entry

15 years agoBlocked revisions 75171 via svnmerge
Antoine Pitrou [Thu, 1 Oct 2009 17:09:15 +0000 (17:09 +0000)]
Blocked revisions 75171 via svnmerge

........
  r75171 | antoine.pitrou | 2009-10-01 19:08:03 +0200 (jeu., 01 oct. 2009) | 4 lines

  Sync the 2.x `io` docs with py3k, with a small note as to the distinction
  between bytes streams and text streams.
........

15 years agoIssue #7022: clarification of RawIOBase.read(), suggested by Pascal Chambon.
Antoine Pitrou [Thu, 1 Oct 2009 16:24:45 +0000 (16:24 +0000)]
Issue #7022: clarification of RawIOBase.read(), suggested by Pascal Chambon.

15 years agoFix versionadded for py3k math.gamma
Mark Dickinson [Thu, 1 Oct 2009 16:13:29 +0000 (16:13 +0000)]
Fix versionadded for py3k math.gamma

15 years agomore stable url
Benjamin Peterson [Thu, 1 Oct 2009 00:57:32 +0000 (00:57 +0000)]
more stable url

15 years agofix opensearch version
Benjamin Peterson [Thu, 1 Oct 2009 00:10:13 +0000 (00:10 +0000)]
fix opensearch version

15 years agoMerged revisions 75157 via svnmerge from
Mark Dickinson [Wed, 30 Sep 2009 17:47:54 +0000 (17:47 +0000)]
Merged revisions 75157 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75157 | mark.dickinson | 2009-09-30 17:58:01 +0100 (Wed, 30 Sep 2009) | 1 line

  Fix buggy accuracy test
........

15 years agoMerged revisions 75141 via svnmerge from
Mark Dickinson [Tue, 29 Sep 2009 19:21:35 +0000 (19:21 +0000)]
Merged revisions 75141 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75141 | mark.dickinson | 2009-09-29 20:01:06 +0100 (Tue, 29 Sep 2009) | 3 lines

  Issue #7019:  Unmarshalling of bad long data could produce unnormalized
  PyLongs.  Raise ValueError instead.
........

15 years ago[NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes
Antoine Pitrou [Tue, 29 Sep 2009 18:44:53 +0000 (18:44 +0000)]
[NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes
another bug in the process]

Merged revisions 75134 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75134 | antoine.pitrou | 2009-09-29 19:48:18 +0200 (mar., 29 sept. 2009) | 4 lines

  Issue #6790: Make it possible again to pass an `array.array` to
  `httplib.HTTPConnection.send`. Patch by Kirk McDonald.
........

15 years agoMerged revisions 75111 via svnmerge from
R. David Murray [Tue, 29 Sep 2009 14:01:08 +0000 (14:01 +0000)]
Merged revisions 75111 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75111 | r.david.murray | 2009-09-28 12:57:45 -0400 (Mon, 28 Sep 2009) | 5 lines

  Prevent test_bad_address failure when a domain in the dns search
  path implements a '*' default rule.  Also update comment with
  a more complete explanation of the difficulties inherent in
  the test.
........

15 years agoIssue 7008: Better document str.title and show how to work around the apostrophe...
Raymond Hettinger [Tue, 29 Sep 2009 06:22:28 +0000 (06:22 +0000)]
Issue 7008: Better document str.title and show how to work around the apostrophe problem.

15 years agoRecorded merge of revisions 75123 via svnmerge from
Philip Jenvey [Tue, 29 Sep 2009 04:57:18 +0000 (04:57 +0000)]
Recorded merge of revisions 75123 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75123 | philip.jenvey | 2009-09-28 21:32:44 -0700 (Mon, 28 Sep 2009) | 4 lines

  #6990: clear threading.local's key only after its thread state is removed:
  fixes local subclasses leaving old state around after a ref cycle GC which
  could be recycled by new locals
........

15 years agoMerged revisions 75117 via svnmerge from
Mark Dickinson [Mon, 28 Sep 2009 19:21:11 +0000 (19:21 +0000)]
Merged revisions 75117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75117 | mark.dickinson | 2009-09-28 19:54:55 +0100 (Mon, 28 Sep 2009) | 3 lines

  Issue #3366:  Add gamma function to math module.
  (lgamma, erf and erfc to follow).
........

15 years agoBlocked revisions 75115 via svnmerge
R. David Murray [Mon, 28 Sep 2009 18:55:36 +0000 (18:55 +0000)]
Blocked revisions 75115 via svnmerge

........
  r75115 | r.david.murray | 2009-09-28 14:29:28 -0400 (Mon, 28 Sep 2009) | 2 lines

  Applying patches backported from 3.1, by Gregor Lingl.
........

15 years agoMerged revisions 75110 via svnmerge from
Mark Dickinson [Mon, 28 Sep 2009 17:54:52 +0000 (17:54 +0000)]
Merged revisions 75110 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75110 | mark.dickinson | 2009-09-28 17:52:40 +0100 (Mon, 28 Sep 2009) | 9 lines

  Style/consistency/nano-optimization nit:  replace occurrences of
    (high_bits << PyLong_SHIFT) + low_bits with
    (high_bits << PyLong_SHIFT) | low_bits
  in Objects/longobject.c.  Motivation:
   - shouldn't unnecessarily mix bit ops with arithmetic ops (style)
   - this pattern should be spelt the same way thoughout (consistency)
   - it's very very very slightly faster: no need to worry about
     carries to the high digit (nano-optimization).
........

15 years agoRecorded merge of revisions 75054 via svnmerge from
Mark Dickinson [Mon, 28 Sep 2009 16:07:15 +0000 (16:07 +0000)]
Recorded merge of revisions 75054 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75054 | kristjan.jonsson | 2009-09-25 16:19:51 +0100 (Fri, 25 Sep 2009) | 2 lines

  http://bugs.python.org/issue6971
  Adding the SIO_KEEPALIVE_VALS command to socket.ioctl on windows
........

15 years agoRecorded merge of revisions 75103-75104,75106 via svnmerge from
Mark Dickinson [Mon, 28 Sep 2009 16:00:09 +0000 (16:00 +0000)]
Recorded merge of revisions 75103-75104,75106 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75103 | kristjan.jonsson | 2009-09-28 14:08:48 +0100 (Mon, 28 Sep 2009) | 2 lines

  http://bugs.python.org/issue6836
  A memory block allocated with one API was being handed over to an object that used another API to release it.
........
  r75104 | kristjan.jonsson | 2009-09-28 14:12:38 +0100 (Mon, 28 Sep 2009) | 2 lines

  http://bugs.python.org/issue6836
  The debug memory api now keeps track of which external API (PyMem_* or PyObject_*) was used to allocate each block and treats any API violation as an error.  Added separate _PyMem_DebugMalloc functions for the Py_Mem API instead of having it use the _PyObject_DebugMalloc functions.
........
  r75106 | kristjan.jonsson | 2009-09-28 16:56:25 +0100 (Mon, 28 Sep 2009) | 2 lines

  http://bugs.python.org/issue6836
  A missing 'const' wasn't detected by Visual Studio.
........

15 years agomerging revision 75106 from trunk:
Kristján Valur Jónsson [Mon, 28 Sep 2009 15:57:53 +0000 (15:57 +0000)]
merging revision 75106 from trunk:
http://bugs.python.org/issue6836
A missing 'const' wasn't detected by Visual Studio.

15 years agohttp://bugs.python.org/issue6836
Kristján Valur Jónsson [Mon, 28 Sep 2009 13:45:02 +0000 (13:45 +0000)]
http://bugs.python.org/issue6836
Merging revisions 75103,75104 from trunk to py3k

15 years agohttp://bugs.python.org/issue6971
Kristján Valur Jónsson [Sun, 27 Sep 2009 21:10:38 +0000 (21:10 +0000)]
http://bugs.python.org/issue6971
Porting revision 75054 from trunk

15 years agoBlocked revisions 75091 via svnmerge
Mark Dickinson [Sun, 27 Sep 2009 16:41:06 +0000 (16:41 +0000)]
Blocked revisions 75091 via svnmerge

........
  r75091 | mark.dickinson | 2009-09-27 17:39:28 +0100 (Sun, 27 Sep 2009) | 1 line

  Eliminate unnecessary get_wrapped_(u)long defines in struct module.
........

15 years agouse more correct callable replacement
Benjamin Peterson [Sun, 27 Sep 2009 16:32:56 +0000 (16:32 +0000)]
use more correct callable replacement

15 years agoBlocked revisions 75084 via svnmerge
Mark Dickinson [Sun, 27 Sep 2009 16:08:13 +0000 (16:08 +0000)]
Blocked revisions 75084 via svnmerge

........
  r75084 | mark.dickinson | 2009-09-27 17:05:21 +0100 (Sun, 27 Sep 2009) | 3 lines

  Issue #6713:  Improve decimal int -> string conversions.  Thanks Gawain
  Bolton for the suggestion and original patches.
........

15 years agostar_expr now always has two nodes
Benjamin Peterson [Sun, 27 Sep 2009 14:08:59 +0000 (14:08 +0000)]
star_expr now always has two nodes

15 years agofix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson [Sun, 27 Sep 2009 02:43:28 +0000 (02:43 +0000)]
fix an ambiguity in the grammar from the implementation of extended unpacking
(one which was strangely "resolved" by pgen)

This also kills the unused testlist1 rule and fixes parse tree validation of
extended unpacking.

15 years agofix default value
Georg Brandl [Sat, 26 Sep 2009 20:59:11 +0000 (20:59 +0000)]
fix default value

15 years agouse new style optional args
Georg Brandl [Sat, 26 Sep 2009 20:52:12 +0000 (20:52 +0000)]
use new style optional args

15 years agoMerged revisions 75070 via svnmerge from
Ezio Melotti [Sat, 26 Sep 2009 12:33:22 +0000 (12:33 +0000)]
Merged revisions 75070 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75070 | ezio.melotti | 2009-09-26 14:20:53 +0300 (Sat, 26 Sep 2009) | 1 line

  #7000: document "sep" in capwords. Add a few tests
........

15 years agostring.capwords is still around, adding back the tests
Ezio Melotti [Sat, 26 Sep 2009 12:19:30 +0000 (12:19 +0000)]
string.capwords is still around, adding back the tests

15 years agoAndrew just committed a patch for curses, so since he's been the
R. David Murray [Sat, 26 Sep 2009 02:42:26 +0000 (02:42 +0000)]
Andrew just committed a patch for curses, so since he's been the
maintainer he's on the hook for it in maintainers unless he says
otherwise.

15 years agofix print statement
Ezio Melotti [Fri, 25 Sep 2009 21:35:24 +0000 (21:35 +0000)]
fix print statement

15 years agocorrect the fixpath.py script to work in Python 3 #6999
Benjamin Peterson [Fri, 25 Sep 2009 20:56:52 +0000 (20:56 +0000)]
correct the fixpath.py script to work in Python 3 #6999

15 years agofix print statement
Benjamin Peterson [Fri, 25 Sep 2009 20:34:04 +0000 (20:34 +0000)]
fix print statement

15 years ago#6998: fix missing () on a print
Ezio Melotti [Fri, 25 Sep 2009 20:14:02 +0000 (20:14 +0000)]
#6998: fix missing () on a print

15 years agoMerged revisions 75055 via svnmerge from
Ezio Melotti [Fri, 25 Sep 2009 16:12:33 +0000 (16:12 +0000)]
Merged revisions 75055 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75055 | ezio.melotti | 2009-09-25 19:07:55 +0300 (Fri, 25 Sep 2009) | 1 line

  #6994: fix typo in enumerate docstring
........

15 years agoIssue #1766304: The range.__contains__ optimization should only be
Mark Dickinson [Thu, 24 Sep 2009 20:04:23 +0000 (20:04 +0000)]
Issue #1766304: The range.__contains__ optimization should only be
applied to ints, not to instances of subclasses of int.

15 years agoMerged revisions 75047 via svnmerge from
Mark Dickinson [Thu, 24 Sep 2009 19:24:44 +0000 (19:24 +0000)]
Merged revisions 75047 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75047 | mark.dickinson | 2009-09-24 20:21:07 +0100 (Thu, 24 Sep 2009) | 3 lines

  Issue #6982:  Add generated Lib/lib2to3/*.pickle files to 'make clean' target.
  Thanks egreen.
........

15 years agoSilence compiler warning
Mark Dickinson [Thu, 24 Sep 2009 18:31:17 +0000 (18:31 +0000)]
Silence compiler warning

15 years agoMerged revisions 75039 via svnmerge from
Ezio Melotti [Wed, 23 Sep 2009 21:42:25 +0000 (21:42 +0000)]
Merged revisions 75039 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75039 | ezio.melotti | 2009-09-24 00:36:39 +0300 (Thu, 24 Sep 2009) | 1 line

  improved phrasing, markup and example
........

15 years agoAdd Robert Lehmann for issue #1766304 patch
Mark Dickinson [Tue, 22 Sep 2009 21:52:03 +0000 (21:52 +0000)]
Add Robert Lehmann for issue #1766304 patch

15 years agoIssue #1766304: Optimize membership testing for ranges: 'n in range(...)'
Mark Dickinson [Tue, 22 Sep 2009 21:47:24 +0000 (21:47 +0000)]
Issue #1766304:  Optimize membership testing for ranges:  'n in range(...)'
does an O(1) check, if n is an integer.  Non-integers aren't affected.
Thanks Robert Lehmann.

15 years agoMerged revisions 75024 via svnmerge from
Brett Cannon [Tue, 22 Sep 2009 20:08:09 +0000 (20:08 +0000)]
Merged revisions 75024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75024 | brett.cannon | 2009-09-22 13:04:24 -0700 (Tue, 22 Sep 2009) | 1 line

  Fix a minor doc syntax typo.
........

15 years agoMerged revisions 75020 via svnmerge from
Brett Cannon [Tue, 22 Sep 2009 19:15:35 +0000 (19:15 +0000)]
Merged revisions 75020 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75020 | brett.cannon | 2009-09-22 12:13:27 -0700 (Tue, 22 Sep 2009) | 1 line

  Fix whitespace.
........

15 years ago#6969: make it explicit that configparser writes/reads text files, and fix the example.
Georg Brandl [Tue, 22 Sep 2009 13:53:14 +0000 (13:53 +0000)]
#6969: make it explicit that configparser writes/reads text files, and fix the example.

15 years agoMerged revisions 74812 via svnmerge from
Tarek Ziadé [Tue, 22 Sep 2009 10:08:13 +0000 (10:08 +0000)]
Merged revisions 74812 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74812 | ronald.oussoren | 2009-09-15 23:24:07 +0200 (Tue, 15 Sep 2009) | 3 lines

  Update distutils.util tests after my changes
  to --with-universal-archs
........

15 years agoMerged revisions 75011 via svnmerge from
Brett Cannon [Tue, 22 Sep 2009 00:32:59 +0000 (00:32 +0000)]
Merged revisions 75011 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75011 | brett.cannon | 2009-09-21 17:29:48 -0700 (Mon, 21 Sep 2009) | 10 lines

  When range checking was added to time.strftime() a check was placed on tm_isdst
  to make sure it fell within [-1, 1] just in case someone implementing
  strftime() in libc was stupid enough to assume this. Turns out, though, some
  OSs (e.g. zOS) are stupid enough to use values outside of this range for time
  structs created by the system itself. So instead of throwing a ValueError,
  tm_isdst is now normalized before being passed to strftime().

  Fixes issue #6823. Thanks Robert Shapiro for diagnosing the problem and
  contributing an initial patch.
........

15 years agoMerged revisions 75007 via svnmerge from
Antoine Pitrou [Mon, 21 Sep 2009 21:37:02 +0000 (21:37 +0000)]
Merged revisions 75007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75007 | antoine.pitrou | 2009-09-21 23:17:48 +0200 (lun., 21 sept. 2009) | 7 lines

  Issue #6236, #6348: Fix various failures in the io module under AIX
  and other platforms, when using a non-gcc compiler. Patch by egreen.

  In addition, I made explicit the signedness of all bitfields in the
  IO library.
........

15 years agoMerged revisions 75003 via svnmerge from
Mark Dickinson [Mon, 21 Sep 2009 16:18:27 +0000 (16:18 +0000)]
Merged revisions 75003 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75003 | mark.dickinson | 2009-09-21 17:16:44 +0100 (Mon, 21 Sep 2009) | 1 line

  Silence MSVC compiler warnings.
........

15 years agoMerged revisions 74994,74997 via svnmerge from
Tarek Ziadé [Mon, 21 Sep 2009 13:55:19 +0000 (13:55 +0000)]
Merged revisions 74994,74997 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74994 | tarek.ziade | 2009-09-21 15:41:08 +0200 (Mon, 21 Sep 2009) | 1 line

  #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils.
........
  r74997 | tarek.ziade | 2009-09-21 15:49:57 +0200 (Mon, 21 Sep 2009) | 1 line

  forgot to commit a file in previous commit (r74994, issue #6954)
........

15 years agoMerged revisions 74992 via svnmerge from
Tarek Ziadé [Mon, 21 Sep 2009 13:43:09 +0000 (13:43 +0000)]
Merged revisions 74992 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74992 | tarek.ziade | 2009-09-21 15:23:35 +0200 (Mon, 21 Sep 2009) | 1 line

  improving distutils coverage
........

15 years agoMerged revisions 74988 via svnmerge from
Tarek Ziadé [Mon, 21 Sep 2009 13:01:54 +0000 (13:01 +0000)]
Merged revisions 74988 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74988 | tarek.ziade | 2009-09-21 14:19:07 +0200 (Mon, 21 Sep 2009) | 1 line

  improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch)
........

15 years agoMerged revisions 74984 via svnmerge from
Doug Hellmann [Sun, 20 Sep 2009 20:56:56 +0000 (20:56 +0000)]
Merged revisions 74984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74984 | doug.hellmann | 2009-09-20 16:44:13 -0400 (Sun, 20 Sep 2009) | 2 lines

  Fix markup for external links.
........

15 years agoMerged revisions 74978 via svnmerge from
Ronald Oussoren [Sun, 20 Sep 2009 20:09:26 +0000 (20:09 +0000)]
Merged revisions 74978 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74978 | ronald.oussoren | 2009-09-20 22:05:44 +0200 (Sun, 20 Sep 2009) | 2 lines

  Fix typo in error message
........

15 years agoMerged revisions 74972 via svnmerge from
Ronald Oussoren [Sun, 20 Sep 2009 18:57:50 +0000 (18:57 +0000)]
Merged revisions 74972 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74972 | ronald.oussoren | 2009-09-20 20:54:16 +0200 (Sun, 20 Sep 2009) | 5 lines

  Merge a newer version of libffi_osx, based on the
  version of libffi in OSX 10.6.1.

  This fixes issue6918
........

15 years agoMerged revisions 74970 via svnmerge from
Ronald Oussoren [Sun, 20 Sep 2009 14:53:22 +0000 (14:53 +0000)]
Merged revisions 74970 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74970 | ronald.oussoren | 2009-09-20 16:18:15 +0200 (Sun, 20 Sep 2009) | 7 lines

  Issue 6877: this patch makes it possible to link the readline extension
  to the libedit emulation of the readline API on OSX 10.5 or later.

  This also adds a minimal testsuite for readline to check that the
  history manipuation functions have the same interface with both
  C libraries.
........

15 years agoMerged revisions 74966 via svnmerge from
Ronald Oussoren [Sun, 20 Sep 2009 11:22:29 +0000 (11:22 +0000)]
Merged revisions 74966 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74966 | ronald.oussoren | 2009-09-20 13:19:00 +0200 (Sun, 20 Sep 2009) | 2 lines

  For for issue 6934: failures in postflight script in OSX installer
........