Commit Graph

41414 Commits

Author SHA1 Message Date
Benjamin Peterson 7d6b01417f Merged revisions 73776 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73776 | benjamin.peterson | 2009-07-02 13:16:45 -0500 (Thu, 02 Jul 2009) | 1 line

  when print() gets unicode arguments, sep and end should be unicode by default #4618
........
2009-07-02 18:19:47 +00:00
Benjamin Peterson f921469383 Merged revisions 73774 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73774 | benjamin.peterson | 2009-07-02 12:06:17 -0500 (Thu, 02 Jul 2009) | 1 line

  only order comparisons are removed in py3k #6119
........
2009-07-02 17:19:22 +00:00
Jesus Cea 585ad8ae5e Merged revisions 69846 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines

  Issue #5341: Fix a variety of spelling errors.
........
2009-07-02 15:37:21 +00:00
Tarek Ziadé b73effab28 Blocked revisions 73762 via svnmerge
........
  r73762 | tarek.ziade | 2009-07-02 16:20:47 +0200 (Thu, 02 Jul 2009) | 1 line

  pep8-fied and cleaned up distutils.util
........
2009-07-02 14:21:44 +00:00
Tarek Ziadé 1c2df65cf3 Blocked revisions 73756-73757 via svnmerge
........
  r73756 | tarek.ziade | 2009-07-02 14:47:54 +0200 (Thu, 02 Jul 2009) | 1 line

  raising bdist_dumb test coverage
........
  r73757 | tarek.ziade | 2009-07-02 14:51:56 +0200 (Thu, 02 Jul 2009) | 1 line

  cleaned up the bdist_dumb module
........
2009-07-02 12:53:06 +00:00
Tarek Ziadé acf9b893ae Blocked revisions 73688 via svnmerge
........
  r73688 | tarek.ziade | 2009-06-29 18:13:39 +0200 (Mon, 29 Jun 2009) | 1 line

  Fixed 6365: wrong inplace location for build_ext if the extension had dots
........
2009-06-29 16:21:46 +00:00
Hirokazu Yamamoto b7b811c383 Merged revisions 73677,73681 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73677 | hirokazu.yamamoto | 2009-06-29 22:25:16 +0900 | 2 lines

  Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
  Reviewed by Amaury Forgeot d'Arc.
........
  r73681 | hirokazu.yamamoto | 2009-06-29 23:29:31 +0900 | 1 line

  Fixed NEWS.
........
2009-06-29 14:37:28 +00:00
Benjamin Peterson 9c661a4916 Merged revisions 73669 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line

  update to sphinx 0.6.2
........
2009-06-29 03:33:11 +00:00
Mark Dickinson bf2170b113 Merged revisions 73653 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73653 | mark.dickinson | 2009-06-28 22:48:15 +0100 (Sun, 28 Jun 2009) | 1 line

  More Decimal quote fixing;  backport of r73642
........
2009-06-28 21:56:07 +00:00
Martin v. Löwis 230d2a2075 Merged revisions 73598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73598 | martin.v.loewis | 2009-06-28 11:32:39 +0200 (So, 28 Jun 2009) | 3 lines

  Issue 5390: Add uninstall icon independent of whether file
  extensions are installed.
........
2009-06-28 09:35:10 +00:00
Benjamin Peterson 4d865a7d17 Merged revisions 73575 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73575 | benjamin.peterson | 2009-06-26 11:49:06 -0500 (Fri, 26 Jun 2009) | 1 line

  mark 3.1 as stable docs
........
2009-06-27 14:22:59 +00:00
Gregory P. Smith e1e6764976 Merged revisions 73565 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73565 | gregory.p.smith | 2009-06-26 00:50:21 -0700 (Fri, 26 Jun 2009) | 2 lines

  Fixes the last problem mentioned in issue1202.
........
2009-06-26 08:19:19 +00:00
R. David Murray 9f8a51c326 Merged revisions 73026,73313,73511,73554 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73026 | r.david.murray | 2009-05-29 15:30:27 -0400 (Fri, 29 May 2009) | 3 lines

  Issue 6141: document that the first item of args is still the
  command name even when executable is specified.
........
  r73313 | r.david.murray | 2009-06-08 20:44:22 -0400 (Mon, 08 Jun 2009) | 4 lines

  Issue 2947: document how return code handling translates from
  os.popen to subprocess.  Also fixes reference link in the
  os.spawn documentation.
........
  r73511 | r.david.murray | 2009-06-22 18:11:04 -0400 (Mon, 22 Jun 2009) | 2 lines

  Improve English phrasing.
........
  r73554 | r.david.murray | 2009-06-25 10:21:06 -0400 (Thu, 25 Jun 2009) | 2 lines

  Add a couple of missing function alias declarations to the turtle docs.
........
2009-06-25 17:40:52 +00:00
R. David Murray 8f08985422 Merged revisions 73557 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73557 | r.david.murray | 2009-06-25 13:29:39 -0400 (Thu, 25 Jun 2009) | 3 lines

  Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program.
  Functionally equivalent, clearer code, English comments.
........
2009-06-25 17:36:04 +00:00
R. David Murray c4c84e1a19 Merged revisions 73529 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73529 | r.david.murray | 2009-06-23 14:02:46 -0400 (Tue, 23 Jun 2009) | 4 lines

  Fix issue 5230 by having pydoc's safeimport check to see if the import
  error was thrown from itself in order to decide if the module can't be
  found.  Thanks to Lucas Prado Melo for collaborating on the fix and tests.
........
2009-06-23 20:37:26 +00:00
Nick Coghlan 5f1446ac5b Blocked revisions 73518-73519 via svnmerge
........
  r73518 | nick.coghlan | 2009-06-23 20:19:30 +1000 (Tue, 23 Jun 2009) | 1 line

  Issue 6288: Update contextlib.nested() docstring to reflect new documentation
........
  r73519 | nick.coghlan | 2009-06-23 20:51:02 +1000 (Tue, 23 Jun 2009) | 1 line

  Remove markup from docstring
........
2009-06-23 13:39:09 +00:00
Tarek Ziadé f54eb92bbd Blocked revisions 73490 via svnmerge
........
  r73490 | tarek.ziade | 2009-06-20 15:57:20 +0200 (Sat, 20 Jun 2009) | 1 line

  Fixed #6164 AIX specific linker argument in Distutils unixcompiler
........
2009-06-20 13:58:55 +00:00
Facundo Batista 07638b9085 Issue #6274. Fixed a potential FD leak in subprocess.py. 2009-06-19 19:51:26 +00:00
Nick Coghlan 7731bedca2 Blocked revisions 73465 via svnmerge
........
  r73465 | nick.coghlan | 2009-06-17 22:12:15 +1000 (Wed, 17 Jun 2009) | 1 line

  Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided
........
2009-06-17 12:29:37 +00:00
Mark Dickinson 88348a1c55 Merged revisions 73451 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73451 | mark.dickinson | 2009-06-16 21:31:12 +0100 (Tue, 16 Jun 2009) | 1 line

  Acknowledge the role of the MPFR library in creating cmath_testcases.txt
........
2009-06-16 20:42:57 +00:00
Tarek Ziadé acce1a8e3c Blocked revisions 73445 via svnmerge
........
  r73445 | tarek.ziade | 2009-06-16 10:31:01 +0200 (Tue, 16 Jun 2009) | 1 line

  starting distutils.ccompiler test coverage and cleanup
........
2009-06-16 08:31:31 +00:00
Tarek Ziadé f85679ceea Merged revisions 73441 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73441 | tarek.ziade | 2009-06-16 09:29:52 +0200 (Tue, 16 Jun 2009) | 1 line

  Fixed #6287: documentation for the license field in distutils
........
2009-06-16 07:41:29 +00:00
Tarek Ziadé ab226d3f98 Blocked revisions 73435-73436 via svnmerge
........
  r73435 | tarek.ziade | 2009-06-16 01:04:29 +0200 (Tue, 16 Jun 2009) | 1 line

  code cleanup
........
  r73436 | tarek.ziade | 2009-06-16 01:30:13 +0200 (Tue, 16 Jun 2009) | 1 line

  Issue #6286: distutils upload command now uses urllib2
........
2009-06-15 23:34:00 +00:00
Hirokazu Yamamoto 86c8efc3bb Merged revisions 73425 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73425 | hirokazu.yamamoto | 2009-06-14 12:53:55 +0900 | 2 lines

  Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.
  (On Unix) Patch by STINNER Victor.
........
2009-06-14 04:48:42 +00:00
Martin v. Löwis 1cfa3926f9 Merged revisions 73390 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73390 | martin.v.loewis | 2009-06-12 19:28:31 +0200 (Fr, 12 Jun 2009) | 3 lines

  Support AMD64 in msilib. Set Win64 on reglocator.
  Fixes #6258.
........
2009-06-13 09:07:01 +00:00
Alexandre Vassalotti dd0b90a367 Fix issue #6127: Make universal newlines mode of io.StringIO not
duplicate newlines under Windows (see also issue #5265 and #5645).
2009-06-12 21:20:23 +00:00
Raymond Hettinger d97d1fdc60 Issue 6261: Clarify behavior of random.uniform(). 2009-06-11 23:18:54 +00:00
Raymond Hettinger 75b544886b Add example of how to do key lookups with bisect(). 2009-06-11 22:08:48 +00:00
Raymond Hettinger 16e527fc1a Add example of how to do key lookups with bisect(). 2009-06-11 22:04:49 +00:00
Vinay Sajip ff4018f388 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. 2009-06-11 10:01:04 +00:00
Tarek Ziadé cadc6ed2b1 Blocked revisions 73354 via svnmerge
........
  r73354 | tarek.ziade | 2009-06-11 11:55:09 +0200 (Thu, 11 Jun 2009) | 1 line

  pep8-fied cygwinccompiler module
........
2009-06-11 09:57:11 +00:00
Tarek Ziadé f63277d503 Merged revisions 73348 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73348 | tarek.ziade | 2009-06-11 11:13:36 +0200 (Thu, 11 Jun 2009) | 1 line

  #6263 fixed syntax error in distutils.cygwinccompiler
........
2009-06-11 09:17:19 +00:00
Tarek Ziadé f8f05faaca Blocked revisions 73345 via svnmerge
........
  r73345 | tarek.ziade | 2009-06-11 10:43:26 +0200 (Thu, 11 Jun 2009) | 1 line

  removed the last string.split() call
........
2009-06-11 08:44:38 +00:00
Tarek Ziadé 6b16c00b92 Merged revisions 73341 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73341 | tarek.ziade | 2009-06-11 10:12:20 +0200 (Thu, 11 Jun 2009) | 1 line

  Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles
........
2009-06-11 08:26:40 +00:00
Tarek Ziadé e5ed650d71 Blocked revisions 73336 via svnmerge
........
  r73336 | tarek.ziade | 2009-06-10 20:49:50 +0200 (Wed, 10 Jun 2009) | 1 line

  Distutils: started code cleanup and test coverage for cygwinccompiler
........
2009-06-10 18:51:50 +00:00
Eric Smith 1933442a39 Blocked revisions 73314 via svnmerge
........
  r73314 | eric.smith | 2009-06-09 08:38:08 -0400 (Tue, 09 Jun 2009) | 1 line

  Restored a test that was erroneously removed. See issue 6198.
........
2009-06-09 12:38:46 +00:00
Ronald Oussoren e6e62678d9 Merged revisions 73305 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73305 | ronald.oussoren | 2009-06-08 14:12:41 -0700 (Mon, 08 Jun 2009) | 4 lines

  This is a fix for Issue5809: you shouldn't specify both --enable-framework and
  --enable-shared
........
2009-06-08 21:19:36 +00:00
Tarek Ziadé da20288177 Blocked revisions 73243 via svnmerge
........
  r73243 | tarek.ziade | 2009-06-05 15:37:29 +0200 (Fri, 05 Jun 2009) | 1 line

  reverting r72823 : Python trunk has to use latin-1 encoding
........
2009-06-05 13:43:08 +00:00
Eric Smith 5ea35730f5 Blocked revisions 73240 via svnmerge
........
  r73240 | eric.smith | 2009-06-05 08:33:26 -0400 (Fri, 05 Jun 2009) | 1 line

  Removed tests so that test_float pass on Windows. See issue 6198.
........
2009-06-05 12:34:50 +00:00
Eric Smith 687f540737 Merged revisions 73224 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73224 | eric.smith | 2009-06-04 13:58:15 -0400 (Thu, 04 Jun 2009) | 1 line

  Minor documentation fixes for logging.
........
2009-06-04 18:15:48 +00:00
Tarek Ziadé 202a59b80a Blocked revisions 73197 via svnmerge
........
  r73197 | tarek.ziade | 2009-06-04 09:31:52 +0200 (Thu, 04 Jun 2009) | 1 line

  improved test coverage for distutils.command.install and cleaned it up
........
2009-06-04 07:33:29 +00:00
Tarek Ziadé f6f309906e Blocked revisions 73174 via svnmerge
........
  r73174 | tarek.ziade | 2009-06-03 13:20:44 +0200 (Wed, 03 Jun 2009) | 1 line

  assertion message was dropped
........
2009-06-03 11:21:17 +00:00
Tarek Ziadé f0531d493c Blocked revisions 73170 via svnmerge
........
  r73170 | tarek.ziade | 2009-06-03 13:12:08 +0200 (Wed, 03 Jun 2009) | 1 line

  more cleanup and test coverage for distutils.extension
........
2009-06-03 11:13:24 +00:00
Tarek Ziadé 0ead25ba6e Blocked revisions 73166 via svnmerge
........
  r73166 | tarek.ziade | 2009-06-03 12:26:26 +0200 (Wed, 03 Jun 2009) | 1 line

  added some tests for distutils.extension + code cleanup
........
2009-06-03 10:28:11 +00:00
Michael Foord 48bc8203cc Restore default testRunner argument in unittest.main to None. Issue 6177. 2009-06-02 18:22:38 +00:00
Tarek Ziadé 05f26d88fd Blocked revisions 73147 via svnmerge
........
  r73147 | tarek.ziade | 2009-06-02 17:58:43 +0200 (Tue, 02 Jun 2009) | 1 line

  improved distutils.spawn test coverage + cleaned it up
........
2009-06-02 15:59:38 +00:00
Mark Dickinson 36c8084233 Merged revisions 73138 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73138 | mark.dickinson | 2009-06-02 08:39:26 +0100 (Tue, 02 Jun 2009) | 1 line

  Typo in socket.py.  Thanks Pablo Torres Navarrete.
........
2009-06-02 07:40:15 +00:00
Antoine Pitrou a241917e3f Merged revisions 73129 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73129 | antoine.pitrou | 2009-06-02 01:23:16 +0200 (mar., 02 juin 2009) | 3 lines

  Fix compilation error with gcc 4.3.2
........
2009-06-01 23:27:15 +00:00
Tarek Ziadé 058c9aae43 Blocked revisions 73121 via svnmerge
........
  r73121 | tarek.ziade | 2009-06-02 00:22:13 +0200 (Tue, 02 Jun 2009) | 1 line

  improved distutils.dist test coverage, pep-8 compliancy
........
2009-06-01 22:23:22 +00:00
Amaury Forgeot d'Arc 35b251d648 #4547 again: fix a typo that causes compilation warnings 2009-06-01 22:17:39 +00:00