Georg Brandl
|
b8d0e365e2
|
Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-85639,85641-85642 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85617 | georg.brandl | 2010-10-17 12:09:06 +0200 (So, 17 Okt 2010) | 1 line
#5212: md5 weaknesses do not affect hmac, so remove the note about that.
........
r85618 | georg.brandl | 2010-10-17 12:14:38 +0200 (So, 17 Okt 2010) | 1 line
#9086: correct wrong terminology about linking with pythonXY.dll.
........
r85619 | georg.brandl | 2010-10-17 12:15:50 +0200 (So, 17 Okt 2010) | 1 line
Make file names consistent.
........
r85620 | georg.brandl | 2010-10-17 12:22:28 +0200 (So, 17 Okt 2010) | 1 line
Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway.
........
r85621 | georg.brandl | 2010-10-17 12:24:54 +0200 (So, 17 Okt 2010) | 1 line
#9105: move pickle warning to a bit more prominent location.
........
r85622 | georg.brandl | 2010-10-17 12:28:04 +0200 (So, 17 Okt 2010) | 1 line
#9112: document error() and exit() methods of ArgumentParser.
........
r85624 | georg.brandl | 2010-10-17 12:34:28 +0200 (So, 17 Okt 2010) | 1 line
Some markup and style fixes in argparse docs.
........
r85626 | georg.brandl | 2010-10-17 12:38:20 +0200 (So, 17 Okt 2010) | 1 line
#9117: fix syntax for class definition.
........
r85627 | georg.brandl | 2010-10-17 12:44:11 +0200 (So, 17 Okt 2010) | 1 line
#9138: reword introduction to classes in Python.
........
r85629 | georg.brandl | 2010-10-17 12:51:45 +0200 (So, 17 Okt 2010) | 1 line
#5962: clarify sys.exit() vs. threads.
........
r85631 | georg.brandl | 2010-10-17 12:53:54 +0200 (So, 17 Okt 2010) | 1 line
Fix capitalization.
........
r85635 | georg.brandl | 2010-10-17 13:03:22 +0200 (So, 17 Okt 2010) | 1 line
#5121: fix claims about default values leading to segfaults.
........
r85636 | georg.brandl | 2010-10-17 13:06:14 +0200 (So, 17 Okt 2010) | 1 line
#9237: document sys.call_tracing().
........
r85638 | georg.brandl | 2010-10-17 13:13:37 +0200 (So, 17 Okt 2010) | 1 line
Port changes to pickle docs apparently lost in py3k.
........
r85639 | georg.brandl | 2010-10-17 13:23:56 +0200 (So, 17 Okt 2010) | 1 line
Make twisted example a bit more logical.
........
r85641 | georg.brandl | 2010-10-17 13:29:07 +0200 (So, 17 Okt 2010) | 1 line
Fix documentation of dis.opmap direction.
........
r85642 | georg.brandl | 2010-10-17 13:36:28 +0200 (So, 17 Okt 2010) | 1 line
#9730: fix example.
........
|
2010-11-26 07:53:50 +00:00 |
Georg Brandl
|
35e7a8fa53
|
Merged revisions 85274 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line
Fix errors found by "make suspicious".
........
|
2010-10-06 10:41:31 +00:00 |
Georg Brandl
|
0930228aee
|
Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911: doc copyedits.
........
|
2010-10-06 09:32:48 +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 |
Brian Curtin
|
e49aefcc51
|
Merged revisions 84971 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84971 | brian.curtin | 2010-09-23 08:45:21 -0500 (Thu, 23 Sep 2010) | 2 lines
#9582 - add a missing "are" and reflow the line.
........
|
2010-09-23 13:48:06 +00:00 |
Senthil Kumaran
|
bd13f45761
|
Merged revisions 83900 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83900 | senthil.kumaran | 2010-08-10 01:23:52 +0530 (Tue, 10 Aug 2010) | 3 lines
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed.
........
|
2010-08-09 20:14:11 +00:00 |
Georg Brandl
|
e0289a34bd
|
Merged revisions 82832,82834 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82832 | georg.brandl | 2010-07-12 11:00:29 +0200 (Mo, 12 Jul 2010) | 1 line
Take care of duplicate target name warnings.
........
r82834 | georg.brandl | 2010-07-12 11:06:13 +0200 (Mo, 12 Jul 2010) | 1 line
Use raw string literals for regexes containing backlash.
........
|
2010-08-01 21:44:38 +00:00 |
Andrew M. Kuchling
|
3bfd0311f9
|
Remove top-level 'General Questions' section, pushing up the questions it contains
|
2010-05-27 13:30:09 +00:00 |
Andrew M. Kuchling
|
2eaa542e00
|
Rewrite wxWidgets section
|
2010-05-27 13:22:53 +00:00 |
Brian Curtin
|
4e20ab24cf
|
Update the Windows FAQ's text about os.kill (#1220212).
|
2010-04-12 18:07:21 +00:00 |
Ezio Melotti
|
425aa2e11b
|
Fix some broken URLs.
|
2010-04-05 12:51:45 +00:00 |
Georg Brandl
|
f23f0a2c7c
|
Update os.kill() emulation example for Windows to use ctypes.
|
2010-03-21 09:51:16 +00:00 |
Georg Brandl
|
554272743a
|
Get rid of backticks.
|
2010-03-12 09:57:43 +00:00 |
Georg Brandl
|
6f82cd309c
|
#5341: fix "builtin" where used as an adjective ("built-in" is correct).
|
2010-02-06 18:44:44 +00:00 |
Georg Brandl
|
819a8fa0f6
|
Small indentation fix.
|
2009-12-20 14:28:05 +00:00 |
Georg Brandl
|
0cedb4bffa
|
#7495: backport Programming FAQ review to trunk.
|
2009-12-20 14:20:16 +00:00 |
Ezio Melotti
|
062d2b52f3
|
#7388: "python".capitalize() in the Doc
|
2009-12-19 22:41:49 +00:00 |
Georg Brandl
|
27d19030c6
|
#7493: review of Design FAQ by Florent Xicluna.
|
2009-12-19 17:43:33 +00:00 |
R. David Murray
|
96228739c5
|
Clarify phrasing that explains that there are currently two branches.
|
2009-12-14 02:50:32 +00:00 |
Benjamin Peterson
|
db9352f00f
|
avoid having to update this statement all the time
|
2009-12-13 21:15:31 +00:00 |
Mark Dickinson
|
6b87f117ca
|
Fix some documentation examples involving the repr of a float.
|
2009-11-24 14:27:02 +00:00 |
R. David Murray
|
890643843d
|
Update the FAQ entry that explains that assignments in the local scope
shadow variables in the outer scope (issue 7290).
|
2009-11-10 18:58:02 +00:00 |
Georg Brandl
|
4ebf80734d
|
Fix duplicate target.
|
2009-10-22 07:56:56 +00:00 |
Andrew M. Kuchling
|
5c4e6ebbf5
|
Various link, textual, and markup fixes
|
2009-10-13 16:11:49 +00:00 |
Georg Brandl
|
a4314c2b21
|
Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there.
|
2009-10-11 20:16:16 +00:00 |
Georg Brandl
|
6728c5a762
|
Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work.
|
2009-10-11 18:31:23 +00:00 |