Commit graph

48129 commits

Author SHA1 Message Date
Terry Reedy
6d2ab7126e Issue 1859: Doc that textwrap does not break on \n (pending possible behavior patch). Patch by Jeremy Thurgood. 2010-11-23 20:17:24 +00:00
Georg Brandl
4f13d6145f assert.h is also included. Thanks to Savio Sena. 2010-11-23 18:14:57 +00:00
Georg Brandl
57410c12e8 #10511: clarification of what heaps are; suggested by Johannes Hoff. 2010-11-23 08:37:54 +00:00
Georg Brandl
8d4a932e6c Merged revisions 85679 via svnmerge from
svn+ssh://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 08:00:50 +00:00
Georg Brandl
5a9326502d #10468: document Unicode exception creation and access functions. 2010-11-23 07:54:19 +00:00
Terry Reedy
2b4cb96bf7 Issue 9222 Fix filetypes for open dialog 2010-11-23 06:07:04 +00:00
Terry Reedy
5e438570cb Issue 9222 Fix filetypes for open dialog 2010-11-23 06:01:31 +00:00
Łukasz Langa
e61602fc84 information on Issue #9846 2010-11-23 00:19:53 +00:00
Łukasz Langa
a9f054b423 zipfile: remove remaining ResourceWarnings 2010-11-23 00:15:02 +00:00
Łukasz Langa
e94980a64f Issue #9846: ZipExtFile provides no mechanism for closing the underlying file object 2010-11-22 23:31:26 +00:00
Alexander Belopolsky
5468f4ff10 Merged revisions 86697 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86697 | alexander.belopolsky | 2010-11-22 14:40:51 -0500 (Mon, 22 Nov 2010) | 1 line

  Issue #6878: Fixed return type of tkinter methods documented to return lists.
........
2010-11-22 19:45:06 +00:00
Alexander Belopolsky
022f049fed Issue #6878: Fixed return type of tkinter methods documented to return lists. 2010-11-22 19:40:51 +00:00
Antoine Pitrou
72d5a9d192 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:33:23 +00:00
Antoine Pitrou
7744e2ae5e Fix test_multiprocessing when ctypes isn't available 2010-11-22 16:26:21 +00:00
Antoine Pitrou
0662bc297a Fix tests when ctypes isn't available 2010-11-22 16:19:04 +00:00
Ezio Melotti
7157d33929 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:05:22 +00:00
Ezio Melotti
2baf1a69f4 #9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmostEquals, assertNotAlmostEquals, and assert_ 2010-11-22 12:56:58 +00:00
Kristján Valur Jónsson
60fafa276c issue 10501
make_buildinfo regression with unquoted path
Make_buildinfo.exe should be called with a quoted path, and should quote the full paths to its temp files, to support spaces in filenames.
2010-11-22 11:37:06 +00:00
Martin v. Löwis
362976539f Issue #10459: Update CJK character names to Unicode 5.1. 2010-11-22 10:52:58 +00:00
Michael Foord
b87ef8f872 Improve test for 'python -m unittest' launching test discovery 2010-11-22 10:41:27 +00:00
Martin v. Löwis
8564b86274 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:28 +00:00
Martin v. Löwis
5cbc71e50a Issue #10459: Update CJK character names to Unicode 6.0. 2010-11-22 09:00:02 +00:00
Senthil Kumaran
c8f7bdf326 Merged revisions 86679 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86679 | senthil.kumaran | 2010-11-22 13:08:13 +0800 (Mon, 22 Nov 2010) | 3 lines

  Fix - s/urllib2/urllib.request/
........
2010-11-22 05:11:05 +00:00
Senthil Kumaran
249d7e3c2e Fix - s/urllib2/urllib.request/ 2010-11-22 05:08:13 +00:00
Senthil Kumaran
d17ebdba4a 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 04:53:57 +00:00
Senthil Kumaran
c295862ce0 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 04:48:26 +00:00
Éric Araujo
f30fd10782 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:33 +00:00
Éric Araujo
da825ab2dd Merged revisions 86670 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86670 | eric.araujo | 2010-11-22 04:09:19 +0100 (lun., 22 nov. 2010) | 5 lines


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

  Also add a note about inheritance from `object` being default.
........
2010-11-22 03:18:24 +00:00
Éric Araujo
1e600dc01f Fix resource warning from patchcheck.py 2010-11-22 03:13:47 +00:00
Éric Araujo
28053fb174 Remove unnecessary object base class in docs (#10366).
Also add a note about inheritance from `object` being default.
2010-11-22 03:09:19 +00:00
Alexander Belopolsky
d4bbab278f Issue #10138: Removed 'indefinitely' from the proleptic calendar description. 2010-11-22 03:06:56 +00:00
Éric Araujo
5cb823d353 Fix one compileall test (#10453). Patch by Michele Orrù. 2010-11-22 02:42:43 +00:00
Brian Curtin
f213d2317c Backport the distutils part of r83399 to fix #7645. 2010-11-22 02:04:33 +00:00
Ezio Melotti
870e0e81a6 Add myself for unittest and fix Alexander username 2010-11-22 01:22:43 +00:00
Éric Araujo
9fd9264155 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:09 +00:00
Éric Araujo
300623d9b2 r84925 followup: add docstring for get_makefile_filename (+PEP 257 fixes) 2010-11-22 01:19:20 +00:00
Éric Araujo
13a7146605 Fix typo 2010-11-22 01:11:49 +00:00
Raymond Hettinger
ce9dc742d7 Update maintainers 2010-11-22 01:08:14 +00:00
Éric Araujo
6213cabfe6 Synchronize maintainers.rst 2010-11-22 01:00:52 +00:00
Brian Curtin
b3d5531683 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:02:28 +00:00
Brian Curtin
2a0be783fe Quote the paths in the event that they contain spaces. 2010-11-22 00:01:01 +00:00
Raymond Hettinger
2a07d6eefc Issue 3292: Fixup to the Sequence docs. 2010-11-21 23:51:45 +00:00
Brian Curtin
44c1db05fb 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:48:14 +00:00
Brian Curtin
f991642efe 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:45:10 +00:00
Raymond Hettinger
0ef956f997 Issue 6722: Improve the namedtuple examples. 2010-11-21 23:23:29 +00:00
Michael Foord
086f30815c Issue 10470: 'python -m unittest' launches test discovery by default.(If you need to pass options to test discovery the discover subcommand must still be specified explicitly.) 2010-11-21 21:28:01 +00:00
Mark Dickinson
47c74ac977 Issue #10488: Bring documentation for 'float' builtin up to date. 2010-11-21 21:09:58 +00:00
Ezio Melotti
faed5b5132 Add CSS rule for the deprecated-removed directive 2010-11-21 20:27:39 +00:00
Brett Cannon
925914f950 Add sets to the precedence table. 2010-11-21 19:58:24 +00:00
Antoine Pitrou
3bce11cbbd Make test_nntplib more robust 2010-11-21 17:14:19 +00:00