Commit Graph

45909 Commits

Author SHA1 Message Date
Ezio Melotti c39da7910c Blocked revisions 86737 via svnmerge
........
  r86737 | ezio.melotti | 2010-11-25 00:02:18 +0200 (Thu, 25 Nov 2010) | 1 line

  Add NEWS entry for r86732 and fix double function in the table.
........
2010-11-24 22:05:02 +00:00
Ezio Melotti bf8484e77d Merged revisions 86732 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86732 | ezio.melotti | 2010-11-24 22:18:02 +0200 (Wed, 24 Nov 2010) | 1 line

  #10299: Add a table that lists all the built-in functions in functions.rst
........
2010-11-24 21:54:47 +00:00
Armin Rigo 39e32a7e81 Revert r86726. Sorry about interfering with the rc. 2010-11-24 13:17:48 +00:00
Armin Rigo 442e4477fe A no-op change. It looks like this call was not meant to be a recursive
call, but just call the helper (which the recursive call ends up doing).
2010-11-24 10:39:23 +00:00
Terry Reedy 61ff85e609 Issue 1859: Document that textwrap does not break on \n
Merged from 86717
2010-11-23 20:28:34 +00:00
Georg Brandl 7e7a3a76fc Merged revisions 85679 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85679 | georg.brandl | 2010-10-18 07:06:18 +0200 (Mo, 18 Okt 2010) | 1 line

  Fix compiler warnings about formatting pid_t as an int, by always casting to long.
........
2010-11-23 07:56:33 +00:00
Terry Reedy 277896ad4e Issue 9222 Fix filetypes for open dialog
Merged from 86702
2010-11-23 06:44:05 +00:00
Antoine Pitrou 55d935a145 Merged revisions 86694 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86694 | antoine.pitrou | 2010-11-22 17:26:21 +0100 (lun., 22 nov. 2010) | 3 lines

  Fix test_multiprocessing when ctypes isn't available
........
2010-11-22 16:35:57 +00:00
Ezio Melotti 312e296c22 Blocked revisions 86690 via svnmerge
........
  r86690 | ezio.melotti | 2010-11-22 14:56:58 +0200 (Mon, 22 Nov 2010) | 1 line

  #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_
........
2010-11-22 13:06:20 +00:00
Martin v. Löwis e03c7787b9 Issue #10459: Update CJK character names to Unicode 5.2. 2010-11-22 10:53:46 +00:00
Martin v. Löwis 2751cb0029 Blocked revisions 86681 via svnmerge
........
  r86681 | martin.v.loewis | 2010-11-22 10:00:02 +0100 (Mo, 22 Nov 2010) | 2 lines

  Issue #10459: Update CJK character names to Unicode 6.0.
........
2010-11-22 09:01:54 +00:00
Senthil Kumaran 0b7cac11bf Merged revisions 86676 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86676 | senthil.kumaran | 2010-11-22 12:48:26 +0800 (Mon, 22 Nov 2010) | 4 lines

  Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not
  starts with one. This behavior is exhibited by browser and other clients.
........
2010-11-22 05:04:33 +00:00
Éric Araujo 949de7a7c4 Blocked revisions 86671 via svnmerge
........
  r86671 | eric.araujo | 2010-11-22 04:13:47 +0100 (lun., 22 nov. 2010) | 2 lines

  Fix resource warning from patchcheck.py
........
2010-11-22 03:42:54 +00:00
Éric Araujo bb5ef21d99 Blocked revisions 86670 via svnmerge
........
  r86670 | eric.araujo | 2010-11-22 04:09:19 +0100 (lun., 22 nov. 2010) | 5 lines


  Remove unnecessary `object` base class in docs (#9095).

  Also add a note about inheritance from `object` being default.
........
2010-11-22 03:19:34 +00:00
Brian Curtin 69a106ab41 Backport the distutils part of r83399 to fix #7645. 2010-11-22 02:08:49 +00:00
Éric Araujo ad36a291e0 Blocked revisions 86662 via svnmerge
........
  r86662 | eric.araujo | 2010-11-22 02:19:20 +0100 (lun., 22 nov. 2010) | 2 lines

  r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes)
........
2010-11-22 01:20:29 +00:00
Éric Araujo 4884e30545 Synchronize maintainers.rst 2010-11-22 01:01:12 +00:00
Brian Curtin 558cc4e854 Merged revisions 86655 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86655 | brian.curtin | 2010-11-21 18:01:01 -0600 (Sun, 21 Nov 2010) | 2 lines

  Quote the paths in the event that they contain spaces.
........
2010-11-22 00:03:47 +00:00
Brian Curtin 2d011ed71c Merged revisions 86651 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86651 | brian.curtin | 2010-11-21 17:45:10 -0600 (Sun, 21 Nov 2010) | 5 lines

  Fix #6378. Start IDLE using the proper version of Python based on the directory
  tree that idle.bat resides in.

  Works with any/all versions of Python installed concurrently.
........
2010-11-21 23:50:51 +00:00
R. David Murray 8535d380c7 Blocked revisions 86642 via svnmerge
........
  r86642 | r.david.murray | 2010-11-21 11:53:48 -0500 (Sun, 21 Nov 2010) | 10 lines

  Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.

  The tests that were failing on (some) windows machines, where the
  msg_XX.txt files used native \r\n lineseps are now also run on machines
  that use \n natively, and conversely the \n tests are run on Windows.
  The failing tests revealed one place where linesep needed to be added
  to a flatten call in generator.  There was also another that the tests
  didn't catch, so I added a test for that case as well.
........
2010-11-21 17:00:00 +00:00
Ezio Melotti 2623a37852 Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

  #9424: Replace deprecated assert* methods in the Python test suite.
........
2010-11-21 13:34:58 +00:00
Éric Araujo 40a92f5c65 Merged revisions 86625 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86625 | eric.araujo | 2010-11-21 00:56:22 +0100 (dim., 21 nov. 2010) | 2 lines

  Document index and count as part of the Sequence ABC (#9746)
........
2010-11-21 00:44:27 +00:00
R. David Murray 1567e72003 Blocked revisions 86614 via svnmerge
........
  r86614 | r.david.murray | 2010-11-20 16:28:24 -0500 (Sat, 20 Nov 2010) | 2 lines

  Fix email doc update I overlooked (thanks, Éric)
........
2010-11-20 21:30:57 +00:00
R. David Murray 5a2fd0499f Blocked revisions 86611 via svnmerge
........
  r86611 | r.david.murray | 2010-11-20 16:18:51 -0500 (Sat, 20 Nov 2010) | 4 lines

  #10453: compileall now uses argparse instead of getopt, so -h works.

  Patch by Michele Orrù.
........
2010-11-20 21:23:45 +00:00
Éric Araujo 4fadd53f51 Merged revisions 86601,86605 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

In 2.7, there was only one NameError.

........
  r86601 | eric.araujo | 2010-11-20 20:35:27 +0100 (sam., 20 nov. 2010) | 2 lines

  Fix two NameErrors in distutils (#10407)
........
  r86605 | eric.araujo | 2010-11-20 20:37:28 +0100 (sam., 20 nov. 2010) | 2 lines

  Add entry for r86601
........
2010-11-20 20:02:41 +00:00
Antoine Pitrou e8803e7524 Issue #8340: document bytearray in Python 2.7. 2010-11-20 19:35:42 +00:00
Michael Foord bbd72509b5 Adding Wing 4 (IDE) project file 2010-11-20 17:47:30 +00:00
Michael Foord 75152eae8a Added missing issue to NEWS for Python 2.7.1 RC 2010-11-20 17:40:49 +00:00
Benjamin Peterson 4fec9ce601 Merged revisions 86587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86587 | benjamin.peterson | 2010-11-20 11:24:04 -0600 (Sat, 20 Nov 2010) | 1 line

  correct logic when pos is after the string #10467
........
2010-11-20 17:31:08 +00:00
Senthil Kumaran a731bf1717 Fix buildbot failures - removing the CPU term in the seconds from the output. 2010-11-20 17:23:00 +00:00
Senthil Kumaran 8284bd6a63 Merged revisions 86580 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86580 | senthil.kumaran | 2010-11-21 01:02:50 +0800 (Sun, 21 Nov 2010) | 3 lines

  Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time.
........
2010-11-20 17:09:14 +00:00
R. David Murray d2e4a17036 Blocked revisions 86567 via svnmerge
........
  r86567 | r.david.murray | 2010-11-20 10:10:13 -0500 (Sat, 20 Nov 2010) | 5 lines

  Improve TestBytesGeneratorIdempotent using by using linesep.

  Also corrects a typo from a previous commit.  Unfortunately
  this does *not* fix issue #10134.
........
2010-11-20 15:14:45 +00:00
Georg Brandl 839c113926 Fix news entry position. 2010-11-20 11:29:38 +00:00
Georg Brandl ef805a6b17 Merged revisions 85970 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85970 | georg.brandl | 2010-10-30 10:29:28 +0200 (Sa, 30 Okt 2010) | 1 line

  #10198: fix duplicate header when writeframes() is called with an empty string.
........
2010-11-20 11:29:09 +00:00
Georg Brandl a7d1d2401d Blocked revisions 86555 via svnmerge
........
  r86555 | georg.brandl | 2010-11-20 12:25:01 +0100 (Sa, 20 Nov 2010) | 1 line

  #10465: fix broken delegation in __getattr__ of _PaddedFile.
........
2010-11-20 11:26:54 +00:00
Senthil Kumaran 9fce551e0e Merged revisions 86520 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86520 | senthil.kumaran | 2010-11-18 23:36:41 +0800 (Thu, 18 Nov 2010) | 3 lines

  Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy
........
2010-11-20 11:24:08 +00:00
Fred Drake 6be0e9fa90 remove documentation for something that's gone 2010-11-19 21:27:50 +00:00
Benjamin Peterson 55727e1207 Merged revisions 86511 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86511 | benjamin.peterson | 2010-11-18 08:14:43 -0600 (Thu, 18 Nov 2010) | 1 line

  reduce try block compass
........
2010-11-18 14:16:32 +00:00
Éric Araujo 1c4253d600 Merged revisions 86235 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86235 | eric.araujo | 2010-11-06 03:12:51 +0100 (sam., 06 nov. 2010) | 2 lines

  Fix one omission in r78359
........
2010-11-17 23:11:08 +00:00
Ezio Melotti 056f33d60c Merged revisions 86488 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86488 | ezio.melotti | 2010-11-16 22:57:59 +0200 (Tue, 16 Nov 2010) | 1 line

  Fix typo
........
2010-11-16 21:08:14 +00:00
Martin v. Löwis eebd0173b6 Merged revisions 84487 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines

  Issue #1303434: Include PDBs in release.
  Patch by James Lee and Daniel Stutzbach.
........
2010-11-14 18:17:39 +00:00
Senthil Kumaran 501bfd8f5c Merged revisions 86450 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86450 | senthil.kumaran | 2010-11-13 20:27:49 +0800 (Sat, 13 Nov 2010) | 3 lines

  Fix Issue5111 -  Wrap the Ipv6 host with [] in the Host header
........
2010-11-14 03:31:52 +00:00
Benjamin Peterson db4c334e0d towards final 2010-11-13 23:32:58 +00:00
Benjamin Peterson 17b02b54c4 tag 2.7.1rc1 2010-11-13 17:33:55 +00:00
Benjamin Peterson cc21417408 2.7.1rc1 bump 2010-11-13 17:33:04 +00:00
Éric Araujo 3ba70368f5 Merged revisions 86438 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86438 | eric.araujo | 2010-11-12 23:25:23 +0100 (ven., 12 nov. 2010) | 2 lines

  And now for something completely different: Finish fixing #10252 again.
........
2010-11-12 22:27:28 +00:00
Terry Reedy fc0280f6a5 #2986 Correct and duplicate version-added message 2010-11-12 21:08:56 +00:00
Andrew M. Kuchling 5b1c5377ad Remove myself as a maintainer for curses and mailbox modules. 2010-11-12 20:55:00 +00:00
Éric Araujo 4ca58a9fd2 Merged revisions 86274,86276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86274 | eric.araujo | 2010-11-06 16:57:52 +0100 (sam., 06 nov. 2010) | 2 lines

  Correct the fix for #10252: Popen objects have no close method.
........
  r86276 | eric.araujo | 2010-11-06 19:03:52 +0100 (sam., 06 nov. 2010) | 2 lines

  Fix #10252 again (hopefully definitely).  Patch by Brian Curtin.
........
2010-11-12 20:31:17 +00:00
Georg Brandl 749930f0f0 #10398: manual backport of r73943. 2010-11-12 19:45:46 +00:00