Commit Graph

11154 Commits

Author SHA1 Message Date
Brett Cannon 11a3061096 Merged revisions 83080 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83080 | brett.cannon | 2010-07-23 13:26:35 +0100 (Fri, 23 Jul 2010) | 5 lines

  Clarify the wording for threading.is_alive() to not suggest something is
  "roughly" done.

  Closes issue 9339. Thanks Brian Brazil for the patch.
........
2010-07-23 12:30:10 +00:00
Brett Cannon 9ae2cb740a Merged revisions 83072 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83072 | brett.cannon | 2010-07-23 12:31:31 +0100 (Fri, 23 Jul 2010) | 5 lines

  Document the fact that the 'test' package is meant only for use by Python
  itself and not by others.

  Closes issue 9255.
........
2010-07-23 12:07:27 +00:00
Senthil Kumaran 880685f698 Reverting the checkin made in revision 82940, as it was adding new parameters to quote function in a bugfix release.
Discussed in issue1712522
2010-07-22 01:47:30 +00:00
Brett Cannon 8c4fa11591 Backport r82456. 2010-07-21 09:52:10 +00:00
Antoine Pitrou b22bf80db4 Issue #9304: fix example in the 2.x memoryview documentation. 2010-07-19 18:10:42 +00:00
Benjamin Peterson 682f60352e Merged revisions 82952 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82952 | benjamin.peterson | 2010-07-18 09:23:36 -0500 (Sun, 18 Jul 2010) | 1 line

  use classmethod
........
2010-07-18 14:26:34 +00:00
Senthil Kumaran 5dba6dfe6a Fixing Issue1712522 - urllib.quote to support Unicode. The default
encoding='utf-8' and errors='strict'.
2010-07-18 02:27:10 +00:00
Stefan Krah a253dc1da0 High byte is the exit status. 2010-07-14 10:06:07 +00:00
Georg Brandl eefec7b857 Merged revisions 82872,82874 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line

  Remove XXX from text.
........
  r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line

  #9235: fix missing import of sys.
........
2010-07-14 08:55:55 +00:00
Jeroen Ruigrok van der Werven 320477e4db Merged revisions 82849 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82849 | jeroen.ruigrok | 2010-07-13 16:47:01 +0200 (di, 13 jul 2010) | 2 lines

  Fix documentation typo: wprite() -> write().
........
2010-07-13 15:08:30 +00:00
Antoine Pitrou 22cc6d5ba3 Merged revisions 82842 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82842 | antoine.pitrou | 2010-07-12 22:01:52 +0200 (lun., 12 juil. 2010) | 3 lines

  Fix definition of len() and indexing for memoryview objects (part of #7696).
........
2010-07-12 20:11:52 +00:00
Georg Brandl fbf2f14777 Merged revisions 82806 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82806 | georg.brandl | 2010-07-11 12:22:44 +0200 (So, 11 Jul 2010) | 1 line

  #9223: link to Command class reference, and move Command interface docs nearer to class docs.
........
2010-07-11 10:29:37 +00:00
Georg Brandl 4303fcaa7d Merged revisions 82799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82799 | georg.brandl | 2010-07-11 11:26:57 +0200 (So, 11 Jul 2010) | 1 line

  Fix typo.
........
2010-07-11 09:34:16 +00:00
Georg Brandl 2e73a3f39e Merged revisions 82789 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82789 | georg.brandl | 2010-07-11 10:33:16 +0200 (So, 11 Jul 2010) | 1 line

  Silence makeindex.
........
2010-07-11 08:57:05 +00:00
Georg Brandl 04eba2ccdd Merged revisions 82790 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82790 | georg.brandl | 2010-07-11 10:36:20 +0200 (So, 11 Jul 2010) | 1 line

  #3214 followup: add link to ABC entry.
........
2010-07-11 08:56:18 +00:00
Senthil Kumaran e940c5d7df Merged revisions 82785 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines

  Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
........
2010-07-11 05:11:10 +00:00
R. David Murray a63f9b674b Merged revisions 82771 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82771 | r.david.murray | 2010-07-10 10:23:36 -0400 (Sat, 10 Jul 2010) | 2 lines

  Add missing docs for re module 'purge' function.
........
2010-07-10 14:25:18 +00:00
Georg Brandl 90c0718052 Merged revisions 82615 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82615 | georg.brandl | 2010-07-07 00:58:50 +0200 (Mi, 07 Jul 2010) | 1 line

  Fix typo.
........
2010-07-07 19:09:12 +00:00
Georg Brandl 1882d2a6ab Merged revisions 82629,82632 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82629 | georg.brandl | 2010-07-07 20:51:43 +0200 (Mi, 07 Jul 2010) | 1 line

  Make comment out of an awkward note.
........
  r82632 | georg.brandl | 2010-07-07 21:04:36 +0200 (Mi, 07 Jul 2010) | 1 line

  Turn more notes into comments.
........
2010-07-07 19:05:35 +00:00
Matthias Klose c9ba8914c9 Remove whatsnew item about --with-computed-gotos. 2010-07-07 11:03:50 +00:00
Vinay Sajip 80eed3e625 Minor improvements to logging documentation. 2010-07-06 15:08:55 +00:00
Senthil Kumaran c167712c00 Merged revisions 82601 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82601 | senthil.kumaran | 2010-07-06 07:38:36 +0530 (Tue, 06 Jul 2010) | 3 lines

  Change 'lowered' to 'lowercased'
........
2010-07-06 03:06:53 +00:00
Georg Brandl 9273f80982 Merged revisions 82587 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82587 | georg.brandl | 2010-07-05 19:48:38 +0200 (Mo, 05 Jul 2010) | 1 line

  #9166: NotImplemented is not an exception.
........
2010-07-05 17:50:55 +00:00
Senthil Kumaran ca92a60e2e Merged revisions 82570 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82570 | senthil.kumaran | 2010-07-05 17:11:42 +0530 (Mon, 05 Jul 2010) | 3 lines

  Fix: Issue9091 Minor documentation clarification.
........
2010-07-05 11:44:34 +00:00
Georg Brandl 5ac9d87628 #8472: fix misleading reference to ifilterfalse() in filter() docs. 2010-07-04 17:28:33 +00:00
Benjamin Peterson 9d5151a40f fix date 2010-07-03 18:24:52 +00:00
Benjamin Peterson 47ab62176c add release date 2010-07-03 13:37:39 +00:00
Benjamin Peterson 7b18c93da6 fix date 2010-07-03 13:35:13 +00:00
Benjamin Peterson af5f5b613a add 2.7 to the license list 2010-07-03 13:34:32 +00:00
Georg Brandl 2b4eda4b55 Add link to bytecode docs. 2010-07-03 10:25:54 +00:00
Georg Brandl 58df679b5e Add missing target. 2010-07-03 10:25:47 +00:00
Mark Dickinson 91a63346fa Fix typo in sys.float_info docs. 2010-07-03 09:15:09 +00:00
Georg Brandl 2e9d4885ce Use internal links. 2010-07-03 08:42:33 +00:00
Georg Brandl b550b000bb Fix role name. 2010-07-03 08:40:13 +00:00
Ezio Melotti 9d8d2a4d7c Update whatsnew/2.7.rst, add a few links and fix a couple of XXX. Also add a paragraph about DeprecationWarnings in cmdline.rst. 2010-07-03 07:43:04 +00:00
Ezio Melotti f5e81d62fc #9139: the thousands separator is new in 2.7. Also add a missing variable in the example. 2010-07-02 22:50:39 +00:00
Ezio Melotti e11690ab34 #9139: Add examples for str.format(). 2010-07-02 22:17:29 +00:00
Eric Smith 68f59415b6 Moved period outside paren, where it belongs. 2010-07-02 21:44:16 +00:00
Mark Dickinson 2547ce7fd8 Clarify sys.float_info documentation. 2010-07-02 18:06:52 +00:00
Nick Coghlan 601ec58f3e Issue 8202 actually caused an unintended behavioural change and was reverted in 2.7 - remove reference from What's New 2010-07-02 16:01:53 +00:00
Nick Coghlan 8c16c5ce10 Fix a couple of minor nits in What's New before the release goes out 2010-07-02 15:50:14 +00:00
Georg Brandl 0ada39cd8b Grammar and markup fixes. 2010-07-02 07:33:50 +00:00
Benjamin Peterson 8a08ce25e2 trunc does use the special method, though 2010-07-01 23:35:37 +00:00
Benjamin Peterson 52a70c4a12 fix fixer name 2010-07-01 17:45:52 +00:00
Benjamin Peterson 7b670624ac remove docs about delegating to special methods; it does no such thing 2010-07-01 15:07:15 +00:00
Mark Dickinson 4aa5f6f1f2 Issue #1789: clarify that the 'size' column in struct docs refers to standard size. 2010-06-29 20:09:12 +00:00
Benjamin Peterson b32248757d group cStringIO docs under its factory function 2010-06-29 15:18:02 +00:00
Vinay Sajip 86aa90539b Added information about pickle security and SocketHandler. 2010-06-29 15:13:14 +00:00
Senthil Kumaran 1c919a64ed Documentation Fix: urllib.urlopen.info uses mimetools.Message, not httplib.HTTPMessage. 2010-06-29 13:28:20 +00:00
Senthil Kumaran 8c996ef458 Documentation correction. urllib2.urlopen.info returns a mimetools.Message instance not HTTPMessage object. 2010-06-28 17:07:40 +00:00