summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* #1368247: make set_charset/MIMEText automatically encode unicode _payload.R. David Murray2010-06-022-6/+9
| | | | | | | | Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as the charset and unicode as the _text argument. Also makes the way in which unicode gets encoded to quoted printable for other charsets more sane (it only worked by accident previously). The _payload now is encoded to the charset.output_charset if it is unicode.
* Issue #8873: add a documentation note about possible performance issues with theAntoine Pitrou2010-06-021-0/+6
| | | | default of unbuffered IO in subprocess.Popen.
* Fix issue8788 - description of doseq parameter in urllib.urlencodeSenthil Kumaran2010-06-021-11/+13
|
* Put docs for RegexObject.search() before RegexObject.match() to mirror ↵Georg Brandl2010-06-011-23/+27
| | | | re.search() and re.match() order.
* #7583: clarify discussion of hard tab expansion in doctests.R. David Murray2010-06-011-10/+17
|
* Improve documentation for getaddrinfo() (part of #8857)Antoine Pitrou2010-05-311-15/+33
|
* Fix typoStefan Krah2010-05-291-1/+1
|
* Issue #8840: Make documentation for truncate() clearerAntoine Pitrou2010-05-291-4/+6
|
* Make reference to Generic Attribute Management a hyperlink.R. David Murray2010-05-281-1/+3
|
* 2to3 doesn't fix test_support #6583Benjamin Peterson2010-05-281-5/+1
|
* Add itemAndrew M. Kuchling2010-05-271-0/+6
|
* Remove top-level 'General Questions' section, pushing up the questions it ↵Andrew M. Kuchling2010-05-271-12/+9
| | | | contains
* Rewrite wxWidgets sectionAndrew M. Kuchling2010-05-271-10/+15
|
* Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'.R. David Murray2010-05-251-3/+3
|
* Add three itemsAndrew M. Kuchling2010-05-251-3/+16
|
* #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the ↵Georg Brandl2010-05-241-0/+2
| | | | tests, it was missing there.)
* argparse documentation updates (including updates to optparse and getopt ↵Steven Bethard2010-05-243-5/+31
| | | | documentation that were promised in the PEP)
* #1436346: make it more obvious that timetuple[7] is yday.Georg Brandl2010-05-231-7/+10
|
* #8785: less confusing description of regex.find*.Georg Brandl2010-05-221-2/+6
|
* #8709: mention Windows support for os.devnull.Georg Brandl2010-05-211-2/+2
|
* Correct info for Semaphore.acquire() semantics under OSX.Georg Brandl2010-05-211-4/+3
|
* #8707: remove duplicate paragraph part.Georg Brandl2010-05-211-8/+3
|
* Add missing parameter in SimpleXMLRPCServer signature.Georg Brandl2010-05-211-1/+1
|
* typoGeorg Brandl2010-05-211-1/+1
|
* #8783: replace link to now dead hash collision FAQ.Georg Brandl2010-05-211-2/+2
|
* Updated logging documentation with more dictConfig information.Vinay Sajip2010-05-211-0/+39
|
* Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allowsAntoine Pitrou2010-05-211-5/+33
| | | | | | 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>`_.
* fix extra 't' #8778Benjamin Peterson2010-05-201-1/+1
|
* Fix typo.Stefan Krah2010-05-191-1/+1
|
* Fix typo in argparse doc.Ezio Melotti2010-05-191-1/+1
|
* Fixed minor typo in ReST markup.Vinay Sajip2010-05-181-1/+1
|
* Fix minor typo.Senthil Kumaran2010-05-181-1/+1
|
* upgraded distutils docs w.r.t. the manifest regenerationTarek Ziadé2010-05-171-11/+3
|
* Add cross-reference to later sectionAndrew M. Kuchling2010-05-161-3/+3
|
* Document that SSL v2 is insecure.Antoine Pitrou2010-05-161-0/+4
|
* Issue #8711: add paragraph titles to c-api/unicode.rstVictor Stinner2010-05-141-27/+54
| | | | (Python2 doesn't have PyUnicode_DecodeFSDefault*() functions)
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-146-10/+10
|
* rip out mention of types.ListType #8703Benjamin Peterson2010-05-131-5/+2
|
* #8696: add documentation for logging.config.dictConfig (PEP 391)Andrew M. Kuchling2010-05-121-7/+453
|
* Grammar fixAndrew M. Kuchling2010-05-121-1/+1
|
* - clarify Attr.name comment on the presence of colons in namespace modeFred Drake2010-05-121-3/+12
| | | | | - document Attr.value - wrap some long lines
* fix error introduced in previous commit, and the adjacent additional typoFred Drake2010-05-121-3/+2
|
* Let's call this doneAndrew M. Kuchling2010-05-121-3/+0
|
* Revision pass: lots of edits, typo fixes, rearrangementsAndrew M. Kuchling2010-05-121-191/+212
|
* #8575 - Update and reorganize some _winreg contents.Brian Curtin2010-05-111-90/+244
| | | | | | | | | | | | | 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.
* fix typoFred Drake2010-05-111-2/+2
|
* Fix typoAndrew M. Kuchling2010-05-101-1/+1
|
* Fix typo.Georg Brandl2010-05-101-1/+1
|
* Consolidate deprecation messages.Georg Brandl2010-05-101-2/+1
|
* Fix reference direction.Georg Brandl2010-05-101-1/+1
|