[Python-checkins] r85270 - python/branches/release27-maint

georg.brandl python-checkins at python.org
Wed Oct 6 11:50:09 CEST 2010


Author: georg.brandl
Date: Wed Oct  6 11:50:09 2010
New Revision: 85270

Log:
Blocked revisions 82804,83234,83605-83618,83649,84011,84016-84017,84020,84142,84249,84407,84448,84476-84479,84481,84520,84522,84528-84529,84533,84542,84552,84579,84684,84705-84706,84747,84751,84899,84903,85132,85228 via svnmerge

........
  r82804 | georg.brandl | 2010-07-11 11:41:21 +0200 (So, 11 Jul 2010) | 1 line
  
  Allow set literals in literal_eval().
........
  r83234 | georg.brandl | 2010-07-29 18:01:11 +0200 (Do, 29 Jul 2010) | 1 line
  
  #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places.
........
  r83605 | georg.brandl | 2010-08-03 00:08:58 +0200 (Di, 03 Aug 2010) | 1 line
  
  Make the Pynche tool work with Python 3.
........
  r83606 | georg.brandl | 2010-08-03 00:25:16 +0200 (Di, 03 Aug 2010) | 1 line
  
  Minimum fixes to make freeze.py do something useful.
........
  r83607 | georg.brandl | 2010-08-03 00:28:01 +0200 (Di, 03 Aug 2010) | 1 line
  
  Remove faqwiz tool.
........
  r83608 | georg.brandl | 2010-08-03 00:31:22 +0200 (Di, 03 Aug 2010) | 1 line
  
  Update README for Tools.
........
  r83609 | georg.brandl | 2010-08-03 00:53:22 +0200 (Di, 03 Aug 2010) | 1 line
  
  Update README, remove obsolete scripts.
........
  r83610 | georg.brandl | 2010-08-03 00:55:17 +0200 (Di, 03 Aug 2010) | 1 line
  
  Update README, remove obsolete script.
........
  r83611 | georg.brandl | 2010-08-03 00:58:25 +0200 (Di, 03 Aug 2010) | 1 line
  
  Make the framer run (still generates wrong code for module creation though.)
........
  r83612 | georg.brandl | 2010-08-03 00:59:44 +0200 (Di, 03 Aug 2010) | 1 line
  
  Fix unicode literal.
........
  r83613 | georg.brandl | 2010-08-03 01:13:12 +0200 (Di, 03 Aug 2010) | 1 line
  
  Update Demo README.
........
  r83614 | georg.brandl | 2010-08-03 01:13:24 +0200 (Di, 03 Aug 2010) | 1 line
  
  Make minigzip work again.
........
  r83615 | georg.brandl | 2010-08-03 01:15:58 +0200 (Di, 03 Aug 2010) | 1 line
  
  Another demo that at least runs again.
........
  r83616 | georg.brandl | 2010-08-03 01:17:21 +0200 (Di, 03 Aug 2010) | 1 line
  
  Remove obsolete pdist demo.
........
  r83617 | georg.brandl | 2010-08-03 01:18:35 +0200 (Di, 03 Aug 2010) | 1 line
  
  Remove reference to removed faqwiz tool.
........
  r83618 | georg.brandl | 2010-08-03 01:30:09 +0200 (Di, 03 Aug 2010) | 1 line
  
  Fix-up some tkinter demos.
........
  r83649 | georg.brandl | 2010-08-03 09:56:50 +0200 (Di, 03 Aug 2010) | 1 line
  
  Fix regrtest -F.
........
  r84011 | georg.brandl | 2010-08-14 15:43:37 +0200 (Sa, 14 Aug 2010) | 1 line
  
  There are no *.doc files anymore. Also update "funny" target.
........
  r84016 | georg.brandl | 2010-08-14 17:46:15 +0200 (Sa, 14 Aug 2010) | 1 line
  
  Wording fix.
........
  r84017 | georg.brandl | 2010-08-14 17:46:59 +0200 (Sa, 14 Aug 2010) | 1 line
  
  Typo fix.
........
  r84020 | georg.brandl | 2010-08-14 17:57:20 +0200 (Sa, 14 Aug 2010) | 1 line
  
  Fix format.
........
  r84142 | georg.brandl | 2010-08-17 17:07:14 +0200 (Di, 17 Aug 2010) | 1 line
  
  Consistency check for versionadded/changed directives.
........
  r84249 | georg.brandl | 2010-08-22 01:20:01 +0200 (So, 22 Aug 2010) | 1 line
  
  Remove usage of rexec in tkinter demo.
........
  r84407 | georg.brandl | 2010-09-01 23:02:50 +0200 (Mi, 01 Sep 2010) | 1 line
  
  #9677: fix link.
........
  r84448 | georg.brandl | 2010-09-03 12:52:55 +0200 (Fr, 03 Sep 2010) | 1 line
  
  Reindent.
........
  r84476 | georg.brandl | 2010-09-04 00:14:52 +0200 (Sa, 04 Sep 2010) | 1 line
  
  Use tabs consistently.
........
  r84477 | georg.brandl | 2010-09-04 00:19:07 +0200 (Sa, 04 Sep 2010) | 1 line
  
  Fix typos and use tabs consistently.
........
  r84478 | georg.brandl | 2010-09-04 00:20:58 +0200 (Sa, 04 Sep 2010) | 1 line
  
  Make PEP section a bit less ugly and at least list implemented PEPs.
........
  r84479 | georg.brandl | 2010-09-04 00:29:08 +0200 (Sa, 04 Sep 2010) | 1 line
  
  Revert unintended change from r84458.
........
  r84481 | georg.brandl | 2010-09-04 00:36:22 +0200 (Sa, 04 Sep 2010) | 1 line
  
  #9767: doctest run over json docs.
........
  r84520 | georg.brandl | 2010-09-05 10:28:41 +0200 (So, 05 Sep 2010) | 1 line
  
  Update pydoc topics.
........
  r84522 | georg.brandl | 2010-09-05 10:30:40 +0200 (So, 05 Sep 2010) | 1 line
  
  Bump to 3.2a2.
........
  r84528 | georg.brandl | 2010-09-05 13:28:33 +0200 (So, 05 Sep 2010) | 1 line
  
  Rewrap and consistency fixes.
........
  r84529 | georg.brandl | 2010-09-05 19:06:50 +0200 (So, 05 Sep 2010) | 1 line
  
  Rewrap.
........
  r84533 | georg.brandl | 2010-09-05 19:32:31 +0200 (So, 05 Sep 2010) | 1 line
  
  Fix reST in NEWS, and remove NEWS.help (all committers should now know reST anyway, and for those who do not, there is Documenting Python.)
........
  r84542 | georg.brandl | 2010-09-05 23:29:17 +0200 (So, 05 Sep 2010) | 1 line
  
  Post-release update.
........
  r84552 | georg.brandl | 2010-09-06 08:45:47 +0200 (Mo, 06 Sep 2010) | 1 line
  
  Remove redundant word.
........
  r84579 | georg.brandl | 2010-09-07 10:18:26 +0200 (Di, 07 Sep 2010) | 1 line
  
  Add stub entry for argparse.
........
  r84684 | georg.brandl | 2010-09-10 22:43:53 +0200 (Fr, 10 Sep 2010) | 1 line
  
  release() is probably not the most important method
........
  r84705 | georg.brandl | 2010-09-11 08:39:58 +0200 (Sa, 11 Sep 2010) | 1 line
  
  Add new generated file to ignoreds.
........
  r84706 | georg.brandl | 2010-09-11 08:41:30 +0200 (Sa, 11 Sep 2010) | 1 line
  
  Remove compatibility code for Python < 2.1, < 2.2 and < 2.4.
........
  r84747 | georg.brandl | 2010-09-12 19:14:26 +0200 (So, 12 Sep 2010) | 1 line
  
  9806: add --extension-suffix option to python-config.
........
  r84751 | georg.brandl | 2010-09-12 22:58:19 +0200 (So, 12 Sep 2010) | 1 line
  
  Get rid of tabs.
........
  r84899 | georg.brandl | 2010-09-19 10:55:36 +0200 (So, 19 Sep 2010) | 1 line
  
  Add "concurrent" subdir to Makefile.
........
  r84903 | georg.brandl | 2010-09-19 11:31:09 +0200 (So, 19 Sep 2010) | 1 line
  
  Edit concurrent docs, add versionadded and see also reference to the PEP.
........
  r85132 | georg.brandl | 2010-10-01 07:38:10 +0200 (Fr, 01 Okt 2010) | 1 line
  
  Fix weird markup that caused latex to fail.
........
  r85228 | georg.brandl | 2010-10-05 09:16:01 +0200 (Di, 05 Okt 2010) | 1 line
  
  Indent version tags properly.
........


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list