]> granicus.if.org Git - python/log
python
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).

15 years agoBlocked revisions 75675 via svnmerge
Eric Smith [Sat, 24 Oct 2009 19:52:23 +0000 (19:52 +0000)]
Blocked revisions 75675 via svnmerge

........
  r75675 | eric.smith | 2009-10-24 15:50:44 -0400 (Sat, 24 Oct 2009) | 1 line

  Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file.
........

15 years agoBlocked revisions 75672 via svnmerge
Mark Dickinson [Sat, 24 Oct 2009 15:56:07 +0000 (15:56 +0000)]
Blocked revisions 75672 via svnmerge

........
  r75672 | mark.dickinson | 2009-10-24 16:54:35 +0100 (Sat, 24 Oct 2009) | 4 lines

  Issue #7117:  temporarily disable the short float repr while the
  pieces are being assembled.  To re-enable, define the preprocessor
  symbol PY_SHORT_FLOAT_REPR
........

15 years agoBlocked revisions 75666 via svnmerge
Mark Dickinson [Sat, 24 Oct 2009 14:05:34 +0000 (14:05 +0000)]
Blocked revisions 75666 via svnmerge

........
  r75666 | mark.dickinson | 2009-10-24 15:01:08 +0100 (Sat, 24 Oct 2009) | 4 lines

  Issue #7117 (backport py3k float repr) continued:
  Add sys.float_repr_style attribute ('short' if short float
  repr is in used;  'legacy' otherwise).
........

15 years agoAdd tests for sys.float_repr_style
Mark Dickinson [Sat, 24 Oct 2009 14:04:48 +0000 (14:04 +0000)]
Add tests for sys.float_repr_style

15 years agoBlocked revisions 75664 via svnmerge
Mark Dickinson [Sat, 24 Oct 2009 13:46:38 +0000 (13:46 +0000)]
Blocked revisions 75664 via svnmerge

........
  r75664 | mark.dickinson | 2009-10-24 14:44:16 +0100 (Sat, 24 Oct 2009) | 1 line

  Configure check for double rounding should take BASECFLAGS into account
........

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

........
  r75659 | tarek.ziade | 2009-10-24 15:29:44 +0200 (Sat, 24 Oct 2009) | 1 line

  #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
........

15 years agoBlocked revisions 75653,75658,75660 via svnmerge
Mark Dickinson [Sat, 24 Oct 2009 13:32:56 +0000 (13:32 +0000)]
Blocked revisions 75653,75658,75660 via svnmerge

........
  r75653 | mark.dickinson | 2009-10-24 13:17:24 +0100 (Sat, 24 Oct 2009) | 1 line

  Temporary define to avoid build failure
........
  r75658 | mark.dickinson | 2009-10-24 14:28:38 +0100 (Sat, 24 Oct 2009) | 8 lines

  Issue #7117 (backport py3k float repr) continued:
   - add double endianness detection to configure script
   - add configure-time check to see whether we can use inline
     assembly to get and set x87 control word in configure script
   - add functions to get and set x87 control word in Python/pymath.c
   - add pyport.h logic to determine whether it's safe to use the
     short float repr or not
........
  r75660 | mark.dickinson | 2009-10-24 14:31:41 +0100 (Sat, 24 Oct 2009) | 1 line

  Remove temporary define from r75653
........

15 years agoBlocked revisions 75650,75654-75655 via svnmerge
Antoine Pitrou [Sat, 24 Oct 2009 12:31:03 +0000 (12:31 +0000)]
Blocked revisions 75650,75654-75655 via svnmerge

........
  r75650 | antoine.pitrou | 2009-10-24 13:59:41 +0200 (sam., 24 oct. 2009) | 3 lines

  Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO
........
  r75654 | antoine.pitrou | 2009-10-24 14:23:18 +0200 (sam., 24 oct. 2009) | 3 lines

  Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable.
........
  r75655 | antoine.pitrou | 2009-10-24 14:28:22 +0200 (sam., 24 oct. 2009) | 3 lines

  Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords
........

15 years agoBlocked revisions 75651 via svnmerge
Mark Dickinson [Sat, 24 Oct 2009 12:15:17 +0000 (12:15 +0000)]
Blocked revisions 75651 via svnmerge

........
  r75651 | mark.dickinson | 2009-10-24 13:13:30 +0100 (Sat, 24 Oct 2009) | 7 lines

  Issue #7117: Prepare for backport of py3k float repr.
  Add the Python/dtoa.c file containing the main algorithms;
  add corresponding include file and include in Python.h;
  include license information for Python/dtoa.c;
  add dtoa.c and dtoa.h to Makefile.
........

15 years agoRecorded merge of revisions 75648 via svnmerge from
Mark Dickinson [Sat, 24 Oct 2009 11:49:04 +0000 (11:49 +0000)]
Recorded merge of revisions 75648 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75648 | mark.dickinson | 2009-10-24 12:47:17 +0100 (Sat, 24 Oct 2009) | 1 line

  Acknowledge Ned Deily (extensive bug hunting and testing on OS X)
........

15 years agoMerged revisions 75624 via svnmerge from
Antoine Pitrou [Fri, 23 Oct 2009 21:55:36 +0000 (21:55 +0000)]
Merged revisions 75624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75624 | antoine.pitrou | 2009-10-23 14:01:13 +0200 (ven., 23 oct. 2009) | 3 lines

  Fix Windows buildbot failure
........

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

........
  r75633 | antoine.pitrou | 2009-10-23 20:32:15 +0200 (ven., 23 oct. 2009) | 3 lines

  Issue #7194: test_thread could try to release an unacquired mutex (and fail).
........

15 years agoChanged try/finally to contextlib.closing, as discussed in issue 6882.
Eric Smith [Fri, 23 Oct 2009 12:56:11 +0000 (12:56 +0000)]
Changed try/finally to contextlib.closing, as discussed in issue 6882.

15 years agoBlocked revisions 75620 via svnmerge
Eric Smith [Thu, 22 Oct 2009 20:48:54 +0000 (20:48 +0000)]
Blocked revisions 75620 via svnmerge

........
  r75620 | eric.smith | 2009-10-22 16:13:14 -0400 (Thu, 22 Oct 2009) | 1 line

  Per the discussion in issue6882, backport the try/finally work that was done to the py3k version (mostly in r59477, I think).
........

15 years ago#6927: fix wrong word.
Georg Brandl [Thu, 22 Oct 2009 16:08:10 +0000 (16:08 +0000)]
#6927: fix wrong word.

15 years ago#7137: fix makefile() documentation to match the new parameters.
Georg Brandl [Thu, 22 Oct 2009 15:16:26 +0000 (15:16 +0000)]
#7137: fix makefile() documentation to match the new parameters.

15 years agoPeephole constant folding had missed UNARY_POSITIVE.
Raymond Hettinger [Thu, 22 Oct 2009 11:22:50 +0000 (11:22 +0000)]
Peephole constant folding had missed UNARY_POSITIVE.

15 years agoIssue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
Vinay Sajip [Wed, 21 Oct 2009 20:22:14 +0000 (20:22 +0000)]
Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.

15 years agoMerged revisions 75580 via svnmerge from
Georg Brandl [Wed, 21 Oct 2009 07:17:48 +0000 (07:17 +0000)]
Merged revisions 75580 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75580 | georg.brandl | 2009-10-21 09:15:59 +0200 (Mi, 21 Okt 2009) | 1 line

  #7170: fix explanation about non-weakrefable builtin types.
........

15 years agoAnother futile error in the previous commit :-(
Antoine Pitrou [Tue, 20 Oct 2009 22:05:38 +0000 (22:05 +0000)]
Another futile error in the previous commit :-(

15 years agoMerged revisions 75574 via svnmerge from
Antoine Pitrou [Tue, 20 Oct 2009 22:02:29 +0000 (22:02 +0000)]
Merged revisions 75574 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75574 | antoine.pitrou | 2009-10-20 23:59:25 +0200 (mar., 20 oct. 2009) | 4 lines

  Test wouldn't work in debug mode.
  We probably need a function in test_support to handle this.
........

15 years agoclarify the buffer arg
Benjamin Peterson [Tue, 20 Oct 2009 21:56:16 +0000 (21:56 +0000)]
clarify the buffer arg

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

........
  r75570 | antoine.pitrou | 2009-10-20 23:29:37 +0200 (mar., 20 oct. 2009) | 6 lines

  Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
  fixes the problem of some exceptions being thrown at shutdown when the
  interpreter is killed. Patch by Adam Olsen.
........

15 years agoMerged revisions 75561 via svnmerge from
Mark Dickinson [Tue, 20 Oct 2009 13:38:04 +0000 (13:38 +0000)]
Merged revisions 75561 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75561 | mark.dickinson | 2009-10-20 14:33:03 +0100 (Tue, 20 Oct 2009) | 3 lines

  Issue #7099: Decimal.is_normal should return True for all nonzero
  finite non-subnormal values, even those with exponent > Emax.
........

15 years agoRemove comment that went with the print_lock that was previously deleted.
R. David Murray [Tue, 20 Oct 2009 11:18:29 +0000 (11:18 +0000)]
Remove comment that went with the print_lock that was previously deleted.

15 years agoAdd maintainers.
Raymond Hettinger [Mon, 19 Oct 2009 19:52:20 +0000 (19:52 +0000)]
Add maintainers.

15 years agoIssue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows
Antoine Pitrou [Mon, 19 Oct 2009 19:43:09 +0000 (19:43 +0000)]
Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows
platforms, and assorted locale fixes by Derk Drukker.

15 years agoadd myself to idlelib
Kurt B. Kaiser [Mon, 19 Oct 2009 19:39:00 +0000 (19:39 +0000)]
add myself to idlelib

15 years agoegreen is Derk Drukker + fix NEWS formatting
Antoine Pitrou [Mon, 19 Oct 2009 19:37:25 +0000 (19:37 +0000)]
egreen is Derk Drukker + fix NEWS formatting

15 years agoAdd 'idlelib' to modules, and add a new table for the Tools, with one
R. David Murray [Mon, 19 Oct 2009 19:12:38 +0000 (19:12 +0000)]
Add 'idlelib' to modules, and add a new table for the Tools, with one
entry for which I noticed an active maintainer.

IMO, if a tool doesn't get put on this list with at least one maintainer
it may be in danger of being deleted by and by...

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

........
  r75531 | antoine.pitrou | 2009-10-19 20:17:18 +0200 (lun., 19 oct. 2009) | 4 lines

  Issue #5833: Fix extra space character in readline completion with the
  GNU readline library version 6.0.
........
  r75532 | antoine.pitrou | 2009-10-19 20:20:21 +0200 (lun., 19 oct. 2009) | 3 lines

  NEWS entry for r75531.
........

15 years agoMerged revisions 75528 via svnmerge from
R. David Murray [Mon, 19 Oct 2009 18:06:17 +0000 (18:06 +0000)]
Merged revisions 75528 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75528 | r.david.murray | 2009-10-19 13:53:58 -0400 (Mon, 19 Oct 2009) | 4 lines

  Clarify error report message, and don't recommend running in verbose
  mode for more information if we are already running in verbose mode.
........

15 years agoSince all regrtest -j output is now done in the main thread we are no
R. David Murray [Mon, 19 Oct 2009 16:53:55 +0000 (16:53 +0000)]
Since all regrtest -j output is now done in the main thread we are no
longer using the print lock, so remove it.

15 years agoMerged revisions 75524 via svnmerge from
R. David Murray [Mon, 19 Oct 2009 16:33:43 +0000 (16:33 +0000)]
Merged revisions 75524 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75524 | r.david.murray | 2009-10-19 12:28:24 -0400 (Mon, 19 Oct 2009) | 6 lines

  Eliminate warning message that looks like an error message.  When it was
  added not finding Lib/test in the path indicated something was wrong,
  but when running regtest using "python -m" Lib/test isn't typically in
  the path, so this message is now more disturbing than it is helpful.
........

15 years agoThe stdout from tests is no longer compared against anything (not even
R. David Murray [Mon, 19 Oct 2009 16:15:22 +0000 (16:15 +0000)]
The stdout from tests is no longer compared against anything (not even
to make sure it is empty), so eliminate the message that says running
under verbose is different from running without it.

15 years agoNote that on py3k we are actually looking at sys.stdout, not sys.__stdout__.
R. David Murray [Mon, 19 Oct 2009 16:04:44 +0000 (16:04 +0000)]
Note that on py3k we are actually looking at sys.stdout, not sys.__stdout__.

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

........
  r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines

  Only run test_curses when sys.__stdout__ is a tty.  This eliminates the
  last false positive when running regrtest with -j.
........

15 years agoMerged revisions 75503 via svnmerge from
R. David Murray [Mon, 19 Oct 2009 15:26:16 +0000 (15:26 +0000)]
Merged revisions 75503 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75503 | r.david.murray | 2009-10-18 17:12:37 -0400 (Sun, 18 Oct 2009) | 11 lines

  Issue #7151: regrtest would generate a JSON failure if there was output
  to stderr during the test run and it happened to get emitted after the
  worker thread emitted the result JSON.  Now we capture stdout and stderr
  separately, which avoids that problem.  It also means that _all_ stderr
  output is after all stdout output when we print the test results, but
  that seems acceptable, since output ordering is not guaranteed anyway.
  The patch also moves the emit of the test name into the output block
  generated after the test completes.  Otherwise test names and test
  output/errors were mixed in the terminal display, making it difficult
  to determine which test generated the output.
........

15 years agoBlocked revisions 75510 via svnmerge
Eric Smith [Mon, 19 Oct 2009 14:42:58 +0000 (14:42 +0000)]
Blocked revisions 75510 via svnmerge

........
  r75510 | eric.smith | 2009-10-19 10:38:14 -0400 (Mon, 19 Oct 2009) | 1 line

  Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated.
........

15 years agoBlocked revisions 75506 via svnmerge
Eric Smith [Mon, 19 Oct 2009 00:35:35 +0000 (00:35 +0000)]
Blocked revisions 75506 via svnmerge

........
  r75506 | eric.smith | 2009-10-18 20:34:12 -0400 (Sun, 18 Oct 2009) | 7 lines

  Removed calls to PyFloat_AsReprString.
  This is in anticipation of possibly implementing issue 7117 (short float repr).
  This removes the last calls to PyFloat_AsString, PyFloat_AsReprString, and
  PyFloat_AsStringEx, which are unsafe.

  Also, switch to defines for error values to bring this code more in line
  with the py3k branch.
........

15 years agoClean up merge of r75400.
R. David Murray [Sun, 18 Oct 2009 22:18:17 +0000 (22:18 +0000)]
Clean up merge of r75400.

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

........
  r75499 | antoine.pitrou | 2009-10-18 20:22:04 +0200 (dim., 18 oct. 2009) | 3 lines

  Add a test for same-thread asynchronous exceptions (see #1779233).
........

15 years agoRemove the uses of WITHOUT_COMPLEX introduced in r75471
Mark Dickinson [Sun, 18 Oct 2009 16:41:32 +0000 (16:41 +0000)]
Remove the uses of WITHOUT_COMPLEX introduced in r75471

15 years agoIssue 7147 - remove ability to attempt to build Python without complex number support...
Skip Montanaro [Sun, 18 Oct 2009 14:25:35 +0000 (14:25 +0000)]
Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway)

15 years agoNote that a number of the changes listed below were not applicable to the Py3k branch...
Nick Coghlan [Sun, 18 Oct 2009 13:19:33 +0000 (13:19 +0000)]
Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding
files are unchanged in this checkin. This checkin is also the first time the environment checking in regrtest has
been forward ported to the Py3k branch.

This checkin causes test_xmlrpc to fail - see issue 7165 (it's a bug in the 3.x version of xmlrpc.server)
I am also getting a failure in test_telnetlib, but it isn't clear yet if that is due to these changes.

Recorded merge of revisions 75400-75401,75404,75406,75414,75416,75422,75425-75428,75435,75439,75441-75444,75447-75449,75451-75453,75455-75458,75460-75469,75471-75473,75475-75477,75479-75481,75483,75486-75489 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75400 | r.david.murray | 2009-10-14 23:58:07 +1000 (Wed, 14 Oct 2009) | 6 lines

  Enhanced Issue 7058 patch, which will not be backported.  Refactors the
  code, adds checks for stdin/out/err, cwd, and sys.path, and adds a new
  section in the summary for tests that modify the environment (thanks to
  Ezio Melotti for that suggestion).
........
  r75453 | nick.coghlan | 2009-10-17 16:33:05 +1000 (Sat, 17 Oct 2009) | 1 line

  Correctly restore sys.stdout in test_descr
........
  r75456 | nick.coghlan | 2009-10-17 17:30:40 +1000 (Sat, 17 Oct 2009) | 1 line

  Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources.
........
  r75457 | nick.coghlan | 2009-10-17 17:34:27 +1000 (Sat, 17 Oct 2009) | 1 line

  Formatting tweak so that before and after values are vertically aligned
........
  r75458 | nick.coghlan | 2009-10-17 18:21:21 +1000 (Sat, 17 Oct 2009) | 1 line

  Check and revert expected sys.path alterations
........
  r75461 | nick.coghlan | 2009-10-18 00:40:54 +1000 (Sun, 18 Oct 2009) | 1 line

  Restore original sys.path when running TTK tests
........
  r75462 | nick.coghlan | 2009-10-18 01:09:41 +1000 (Sun, 18 Oct 2009) | 1 line

  Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs)
........
  r75463 | nick.coghlan | 2009-10-18 01:23:08 +1000 (Sun, 18 Oct 2009) | 1 line

  Revert changes made to environment in test_httpservers
........
  r75465 | nick.coghlan | 2009-10-18 01:45:52 +1000 (Sun, 18 Oct 2009) | 1 line

  Move restoration of the os.environ object into the context manager where it belongs
........
  r75466 | nick.coghlan | 2009-10-18 01:48:16 +1000 (Sun, 18 Oct 2009) | 1 line

  Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests)
........
  r75467 | nick.coghlan | 2009-10-18 01:57:42 +1000 (Sun, 18 Oct 2009) | 1 line

  Avoid replacing existing modules and sys.path in import tests
........
  r75468 | nick.coghlan | 2009-10-18 02:19:51 +1000 (Sun, 18 Oct 2009) | 1 line

  Don't replace sys.path in test_site
........
  r75481 | nick.coghlan | 2009-10-18 15:38:48 +1000 (Sun, 18 Oct 2009) | 1 line

  Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests...
........
  r75486 | nick.coghlan | 2009-10-18 20:29:10 +1000 (Sun, 18 Oct 2009) | 1 line

  Silence a deprecation warning by using the appropriate replacement construct
........
  r75489 | nick.coghlan | 2009-10-18 20:56:21 +1000 (Sun, 18 Oct 2009) | 1 line

  Restore sys.path in test_tk
........

15 years agoMerged revisions 75485 via svnmerge from
Tarek Ziadé [Sun, 18 Oct 2009 11:34:51 +0000 (11:34 +0000)]
Merged revisions 75485 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75485 | tarek.ziade | 2009-10-18 11:28:26 +0200 (Sun, 18 Oct 2009) | 1 line

  Changed distutils tests to avoid environment alteration
........

15 years agoRecorded merge of revisions 75474 via svnmerge from
Nick Coghlan [Sun, 18 Oct 2009 10:46:42 +0000 (10:46 +0000)]
Recorded merge of revisions 75474 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75474 | senthil.kumaran | 2009-10-18 11:24:41 +1000 (Sun, 18 Oct 2009) | 2 lines

  Fix for Issue7155 - urllib do not document default use of system proxy configuration
........

15 years agoRevert broken commit to svnmerge properties
Nick Coghlan [Sun, 18 Oct 2009 10:44:15 +0000 (10:44 +0000)]
Revert broken commit to svnmerge properties