summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.2.Georg Brandl2011-07-301-7/+11
|\
| * Change test.support docs to be more specific about the nature of this module.Georg Brandl2011-07-301-7/+12
* | Merge from 3.2: Issue #12531: add index entries to documentation of * and ** ...Eli Bendersky2011-07-301-5/+11
|\ \ | |/
| * Issue #12531: add index entries to documentation of * and ** in function callsEli Bendersky2011-07-301-5/+11
* | fixing the smtplib.rst whitespaces.Senthil Kumaran2011-07-301-1/+1
* | Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...Senthil Kumaran2011-07-301-8/+25
* | Merge from 3.2 (#9254, #8982, #9788)Éric Araujo2011-07-293-18/+16
|\ \ | |/
| * Document that atexit execution order is undefined (#9788)Éric Araujo2011-07-291-1/+3
| * Add a link target for argparse.Namespace (#8982)Éric Araujo2011-07-291-7/+10
| * Let the doc of __import__ link to importlib (#9254).Éric Araujo2011-07-291-10/+3
| * Branch mergeÉric Araujo2011-07-2910-85/+38
| |\
* | | Expand shlex.quote example (#9723)Éric Araujo2011-07-291-5/+22
* | | Branch mergeÉric Araujo2011-07-2914-93/+65
|\ \ \
| * \ \ Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-2911-88/+40
| |\ \ \ | | | |/ | | |/|
| | * | Branch mergeÉric Araujo2011-07-286-68/+20
| | |\ \
| | | * \ Merge profile docs followup (#12417) from 3.1Éric Araujo2011-07-282-55/+1
| | | |\ \
| | | | * | Remove mentions of previous license in profile module docs (#12417 followup).Éric Araujo2011-07-282-55/+1
| | | * | | Turn raw URI into real linkÉric Araujo2011-07-282-3/+2
| | | * | | Update documentation for shutil.move (#12043) and fix a few typos.Éric Araujo2011-07-282-10/+17
| | * | | | Make indentation comply with our style guide and the rest of the fileÉric Araujo2011-07-261-14/+14
| | * | | | Fix “anyways” (following R. David Murray in 4d5a546b6186)Éric Araujo2011-07-262-2/+2
| | * | | | Fix reST referencesÉric Araujo2011-07-261-1/+2
| | |/ / /
| * | | | Fix reST role and missing wordÉric Araujo2011-07-281-2/+2
| * | | | Add shlex.quote function, to escape filenames and command lines (#9723).Éric Araujo2011-07-272-3/+23
* | | | | Merge from 3.2: Issue #12644: document the '%a' conversion in the old string ...Eli Bendersky2011-07-291-3/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #12644: document the '%a' conversion in the old string formatting opera...Eli Bendersky2011-07-291-3/+6
| | |/ / | |/| |
* | | | Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.Eli Bendersky2011-07-291-3/+5
* | | | fix doc typo for library/test.rstEli Bendersky2011-07-271-1/+1
| |/ / |/| |
* | | #12547: Fix example in nntplib doc. Patch by July Tikhonov.Ezio Melotti2011-07-262-3/+3
* | | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch byCharles-François Natali2011-07-251-4/+3
* | | Issue #12102: Merge with 3.2.Ross Lagerwall2011-07-252-0/+7
|\ \ \ | |/ /
| * | Issue #12102: Document that buffered files must be flushed before being usedRoss Lagerwall2011-07-252-0/+7
* | | Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrap...Antoine Pitrou2011-07-231-1/+9
* | | Merge 3.2 branch.Georg Brandl2011-07-231-1/+1
|\ \ \ | |/ /
| * | Fix function name: open -> urlopen.Georg Brandl2011-07-231-1/+1
| * | #11435: link to the correct branch.Ezio Melotti2011-07-211-1/+1
* | | Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-201-0/+19
* | | #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-201-0/+28
* | | merge from 3.2 - Fix closes issue12524 - update http.client POST example with...Senthil Kumaran2011-07-201-4/+6
|\ \ \ | |/ /
| * | Fix closes issue12524 - update http.client POST example with a working example.Senthil Kumaran2011-07-201-4/+6
* | | merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. P...Senthil Kumaran2011-07-191-2/+4
|\ \ \ | |/ /
| * | Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion b...Senthil Kumaran2011-07-191-2/+4
* | | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...Antoine Pitrou2011-07-181-1/+3
|\ \ \ | |/ /
| * | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...Antoine Pitrou2011-07-181-1/+3
* | | Fix English in packaging, too.R David Murray2011-07-181-1/+1
* | | Merge English fix.R David Murray2011-07-181-1/+1
|\ \ \ | |/ /
| * | Better English.R David Murray2011-07-181-1/+1
* | | merge headsBenjamin Peterson2011-07-182-3/+14
|\ \ \
| * | | Add Misc/NEWS entry and relevant doc change for issue 10271.Brett Cannon2011-07-181-2/+1
| * | | fix whitespace in rst.Senthil Kumaran2011-07-171-2/+2
| |\ \ \ | | |/ /