Commit Graph

960 Commits

Author SHA1 Message Date
Sandro Tosi 09c05fde63 don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ 2012-02-19 12:29:43 +01:00
Sandro Tosi 7d77c6f6e0 remove 'Documenting Python' and its references, it's now on devguide 2012-01-14 22:22:54 +01:00
Sandro Tosi 98ed08f24e update to new C roles and directives 2012-01-14 16:42:02 +01:00
Sandro Tosi 24f207e99e Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler 2012-01-05 19:48:30 +01:00
Ezio Melotti 1e87da16ea Remove duplication. 2011-10-19 10:39:35 +03:00
Ezio Melotti 7c4b0475ec Fix/improve markup in whatsnew/2.7. 2011-10-10 00:25:47 +03:00
Senthil Kumaran ceed525de1 s/a/an - grammar? 2011-08-06 12:56:08 +08:00
Senthil Kumaran 54f84d7b45 Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. 2011-08-06 12:52:56 +08:00
Senthil Kumaran 6f18b98782 Fix closes issue10403 - Let's not use members anymore. 2011-07-04 12:50:02 -07:00
Georg Brandl 86fed7d3a6 Merged revisions 86794,86798,86801 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86794 | georg.brandl | 2010-11-26 12:50:13 +0100 (Fr, 26 Nov 2010) | 1 line

  #10526: fix typo.
........
  r86798 | georg.brandl | 2010-11-26 13:05:48 +0100 (Fr, 26 Nov 2010) | 1 line

  #10420: fix docs of bdb.effective().
........
  r86801 | georg.brandl | 2010-11-26 13:12:14 +0100 (Fr, 26 Nov 2010) | 1 line

  Better example for os.system(): do not change the system time.
........
2010-11-26 18:26:04 +00:00
Georg Brandl 21946afe3f Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line

  #6774: explain shutdown() behavior varying with platform.
........
  r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line

  #7935: cross-reference to ast.literal_eval() from eval() docs.
........
  r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line

  Terminology fix: exceptions are raised, except in generator.throw().
........
  r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line

  Fix copy-paste error.
........
  r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line

  Add some maintainers.
........
  r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line

  Typo fix.
........
  r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line

  Markup nits.
........
  r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line

  #9649: fix default value description.
........
  r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line

  #9689: add links from overview to in-depth class API descriptions.
........
  r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line

  #9681: typo.
........
  r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line

  More inclusive title.
........
  r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line

  #9760: clarify what context expression is.
........
  r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line

  Fix missing word.
........
  r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line

  #9747: fix copy-paste error in getresgid() doc.
........
  r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line

  #9776: fix some spacing.
........
  r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line

  #9780: both { and } are not valid fill characters.
........
  r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line

  Add Lukasz.
........
  r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line

  Fix typo.
........
  r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line

  Mention % as string formatting.
........
2010-10-06 09:28:45 +00:00
Mark Dickinson c7ff21687f Merged revisions 84065 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84065 | mark.dickinson | 2010-08-15 10:43:29 +0100 (Sun, 15 Aug 2010) | 1 line

  Clarify whatsnew entry for short float repr:  roundtripping is not a new feature in 2.7.
........
2010-08-15 09:54:37 +00:00
Georg Brandl 821fc08853 Merged revisions 83106 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83106 | georg.brandl | 2010-07-23 18:55:26 +0200 (Fr, 23 Jul 2010) | 1 line

  Fix some markup glitches.
........
2010-08-01 21:26:45 +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
Matthias Klose c9ba8914c9 Remove whatsnew item about --with-computed-gotos. 2010-07-07 11:03:50 +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
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
Georg Brandl 2e9d4885ce Use internal links. 2010-07-03 08:42:33 +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
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
Benjamin Peterson 5c995c10d4 remove reverted changed 2010-06-24 00:02:46 +00:00
Andrew M. Kuchling 019aec22a7 Add another bunch of items 2010-06-15 00:38:58 +00:00
Andrew M. Kuchling 11bd81c226 Add a few more items 2010-06-11 01:54:58 +00:00
Andrew M. Kuchling 3ca14e93c9 #8875: Remove duplicated paragraph 2010-06-07 13:38:40 +00:00
Andrew M. Kuchling 29f1bb3227 Add item 2010-05-27 21:29:59 +00:00
Andrew M. Kuchling 264acad721 Add three items 2010-05-25 13:34:08 +00:00
Andrew M. Kuchling 2702491687 Revision pass: lots of edits, typo fixes, rearrangements 2010-05-12 00:38:44 +00:00
Andrew M. Kuchling 264552a827 Link to unittest2 article 2010-05-10 15:03:35 +00:00
Andrew M. Kuchling 10595a64f3 Use title case 2010-05-10 14:20:12 +00:00
Andrew M. Kuchling 93c40d49f5 Markup fix; re-word a sentence 2010-05-10 14:18:27 +00:00
Benjamin Peterson 814a66f2d3 finish clause 2010-05-09 21:09:40 +00:00
Andrew M. Kuchling 0efe18ab0c Write summary of the 2.7 release; rewrite the future section some more;
mention PYTHONWARNINGS env. var; tweak some examples for readability.

And with this commit, the "What's New" is done... except for a
complete read-through to polish the text, and fixing any reported errors,
but those tasks can easily wait until after beta2.
2010-05-08 15:39:46 +00:00
Andrew M. Kuchling 304500cd10 Markup fixes 2010-05-08 13:29:46 +00:00
Andrew M. Kuchling 8e34386028 Add logging.dictConfig example; give up on writing a Ttk example 2010-05-08 13:28:03 +00:00
Andrew M. Kuchling badc709847 Get accents correct 2010-05-08 01:35:55 +00:00
Andrew M. Kuchling 85fffc368d Add two items 2010-05-08 01:15:26 +00:00
Andrew M. Kuchling d1e696b60f Re-word text 2010-05-07 11:30:47 +00:00
Antoine Pitrou d69e6ee656 Fix some markup and a class name. Also, wrap a long line. 2010-05-07 10:15:51 +00:00
Andrew M. Kuchling 02f7b990e1 Add a new section on the development plan; add an item 2010-05-07 01:45:14 +00:00
Andrew M. Kuchling acab940c70 Change section title; point to unittest2 2010-05-06 17:27:57 +00:00
Andrew M. Kuchling 837a538db1 Add 2 items; record ideas for two initial sections; clarify wording 2010-05-06 17:21:59 +00:00
Andrew M. Kuchling e86b7fe37d Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items 2010-05-06 14:14:09 +00:00
Andrew M. Kuchling ca4856249d Add various items 2010-05-06 01:10:56 +00:00
Andrew M. Kuchling 04b99cc68d Add some more items; the urlparse change is added twice 2010-05-04 01:24:22 +00:00
Antoine Pitrou 5cace78c87 Fix attribution. Travis didn't do much and he did a bad work.
(yes, this is a sensitive subject, sorry)
2010-05-01 12:16:39 +00:00
Andrew M. Kuchling 9fbbd3b83d Describe memoryview 2010-05-01 12:06:51 +00:00
Andrew M. Kuchling d3b6022d0a Add various items 2010-05-01 01:19:16 +00:00
Andrew M. Kuchling c4ae73e5f7 Add item 2010-04-30 13:47:34 +00:00