Commit graph

11064 commits

Author SHA1 Message Date
Stefan Krah
3d08d88459 Fix typo 2010-05-29 12:54:35 +00:00
Antoine Pitrou
9fe6199b4e Issue #8840: Make documentation for truncate() clearer 2010-05-29 12:06:13 +00:00
R. David Murray
e5d1c05216 Make reference to Generic Attribute Management a hyperlink. 2010-05-28 18:08:11 +00:00
Benjamin Peterson
9b14ae8814 2to3 doesn't fix test_support #6583 2010-05-28 03:10:31 +00:00
Andrew M. Kuchling
29f1bb3227 Add item 2010-05-27 21:29:59 +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
R. David Murray
172e06e019 Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. 2010-05-25 15:32:06 +00:00
Andrew M. Kuchling
264acad721 Add three items 2010-05-25 13:34:08 +00:00
Georg Brandl
f0757a2937 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) 2010-05-24 21:29:07 +00:00
Steven Bethard
74bd9cf7d0 argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) 2010-05-24 02:38:00 +00:00
Georg Brandl
151973e1c8 #1436346: make it more obvious that timetuple[7] is yday. 2010-05-23 21:29:29 +00:00
Georg Brandl
f93ce0c1f5 #8785: less confusing description of regex.find*. 2010-05-22 08:17:23 +00:00
Georg Brandl
fa0fdb89e9 #8709: mention Windows support for os.devnull. 2010-05-21 22:03:29 +00:00
Georg Brandl
042d6a4f75 Correct info for Semaphore.acquire() semantics under OSX. 2010-05-21 21:47:05 +00:00
Georg Brandl
dd59f1bf92 #8707: remove duplicate paragraph part. 2010-05-21 21:30:47 +00:00
Georg Brandl
233eb54051 Add missing parameter in SimpleXMLRPCServer signature. 2010-05-21 20:58:12 +00:00
Georg Brandl
da69add804 typo 2010-05-21 20:52:46 +00:00
Georg Brandl
16fd5cdfeb #8783: replace link to now dead hash collision FAQ. 2010-05-21 20:24:45 +00:00
Vinay Sajip
c76defc118 Updated logging documentation with more dictConfig information. 2010-05-21 17:41:34 +00:00
Antoine Pitrou
6a2656094d Issue #5753: A new C API function, :cfunc:PySys_SetArgvEx, allows
embedders of the interpreter to set sys.argv without also modifying
sys.path.  This helps fix `CVE-2008-5983
<http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_.
2010-05-21 17:12:38 +00:00
Benjamin Peterson
a85bd06a82 fix extra 't' #8778 2010-05-20 22:23:37 +00:00
Stefan Krah
4a769059be Fix typo. 2010-05-19 15:59:40 +00:00
Ezio Melotti
019551fa1b Fix typo in argparse doc. 2010-05-19 00:32:52 +00:00
Vinay Sajip
a38cd52e96 Fixed minor typo in ReST markup. 2010-05-18 08:16:27 +00:00
Senthil Kumaran
71a632433f Fix minor typo. 2010-05-18 03:20:43 +00:00
Tarek Ziadé
4fc2a008b8 upgraded distutils docs w.r.t. the manifest regeneration 2010-05-17 10:54:43 +00:00
Andrew M. Kuchling
1b553473ed Add cross-reference to later section 2010-05-16 23:31:16 +00:00
Antoine Pitrou
308c2af9a4 Document that SSL v2 is insecure. 2010-05-16 14:16:56 +00:00
Victor Stinner
5f8aae0be3 Issue #8711: add paragraph titles to c-api/unicode.rst
(Python2 doesn't have PyUnicode_DecodeFSDefault*() functions)
2010-05-14 15:53:20 +00:00
Victor Stinner
8ded477916 Doc: replace PEP xxx by :pep:xxx to create a link on the PEP 2010-05-14 14:20:07 +00:00
Benjamin Peterson
8c72b4e931 rip out mention of types.ListType #8703 2010-05-13 21:14:10 +00:00
Andrew M. Kuchling
f09bc66083 #8696: add documentation for logging.config.dictConfig (PEP 391) 2010-05-12 18:56:48 +00:00
Andrew M. Kuchling
e551337f16 Grammar fix 2010-05-12 13:56:07 +00:00
Fred Drake
62bebdf49f - clarify Attr.name comment on the presence of colons in namespace mode
- document Attr.value
- wrap some long lines
2010-05-12 02:24:50 +00:00
Fred Drake
5840469067 fix error introduced in previous commit, and the adjacent additional typo 2010-05-12 01:22:03 +00:00
Andrew M. Kuchling
68df234b73 Let's call this done 2010-05-12 00:40:47 +00:00
Andrew M. Kuchling
2702491687 Revision pass: lots of edits, typo fixes, rearrangements 2010-05-12 00:38:44 +00:00
Brian Curtin
b9bf97132d #8575 - Update and reorganize some _winreg contents.
I've removed the hopeful note about a future higher-level module since
it's been in there for quite a long time and nothing of the sort has
come up. There are a few places where markup was added to cross-reference
other sections, and many of the external links have been removed and now
point to newly created sections containing previously undocumented
information.

The Value Types section was created and it's contents were taken from
a function-specific area, since it applies to more than just that
function. It fits in better with the other newly documented constants.
2010-05-11 19:13:13 +00:00
Fred Drake
8b37dd1613 fix typo 2010-05-11 18:12:27 +00:00
Andrew M. Kuchling
5d864c847e Fix typo 2010-05-10 23:13:41 +00:00
Georg Brandl
6487952a46 Fix typo. 2010-05-10 21:51:33 +00:00
Georg Brandl
6f635f41f2 Consolidate deprecation messages. 2010-05-10 21:50:57 +00:00
Georg Brandl
0ddc30b7f9 Fix reference direction. 2010-05-10 21:46:50 +00:00
Georg Brandl
c630195784 #8642: fix wrong function name. 2010-05-10 21:02:51 +00:00
Florent Xicluna
638b869004 Add a link on maketrans(). 2010-05-10 19:59:22 +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