summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* whatsnew: fix textwrap/shorten entry, and improve the related docs.R David Murray2014-02-272-30/+27
* whatsnew: expand pbkdf2_hmac entry slightly.R David Murray2014-02-261-2/+4
* whatsnew: reformat pdb entry to match style of most other module entries.R David Murray2014-02-261-10/+8
* whatsnew: reword the contextlib.redirect_stdout entry for increased clarity.R David Murray2014-02-261-5/+9
* whatsnew: attribute base64 memoryview change to Nick.R David Murray2014-02-261-1/+2
* whatsnew: pprint's compact option.R David Murray2014-02-261-3/+7
* Merge with 3.3Zachary Ware2014-02-263-8/+7
|\
| * Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+8
* | Close #20759: Fix some typos in the mock docs. (Merge with 3.3)Zachary Ware2014-02-262-3/+3
|\ \ | |/
| * Issue #20759: Fix some typos in the mock docs.Zachary Ware2014-02-262-3/+3
* | whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)R David Murray2014-02-252-0/+38
* | Issue #20765: Add missing documentation for PurePath.with_name() and PurePath...Antoine Pitrou2014-02-251-0/+30
* | whatsnew: encoding is now optional in PYTHONIOENCODING (#18818)R David Murray2014-02-251-0/+5
* | whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets.R David Murray2014-02-251-0/+5
* | whatsnew: Request.method can be overridden in subclasses (#18978).R David Murray2014-02-252-5/+17
* | Clarify that flow control works for datagrams, except on BSD.Guido van Rossum2014-02-241-2/+11
* | whatsnew: http.server --bind cli option.R David Murray2014-02-242-6/+12
* | whatsnew: unittest.TestCase.assertLogs.R David Murray2014-02-241-1/+10
* | Fix return type in doc of PyStructSequence_InitType2.R David Murray2014-02-241-1/+1
* | whatsnew: cypthon can be compiled with address sanity checking enabled.R David Murray2014-02-241-0/+5
* | Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-30/+37
|\ \ | |/
| * #20628: wrap lines to < 80.R David Murray2014-02-241-34/+37
| * #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+6
* | #20740: merge with 3.3.Ezio Melotti2014-02-241-4/+4
|\ \ | |/
| * #20740: desquarify 2.Ezio Melotti2014-02-241-4/+4
| * Closes #20755: port sphinx-1.1 fixes from defaultGeorg Brandl2014-02-241-11/+11
* | Fix typo.R David Murray2014-02-241-1/+1
* | whatsnew: frame.clear, expanded entry for -I/isolated mode.R David Murray2014-02-241-2/+20
* | asyncio doc: fix references in subprocess docVictor Stinner2014-02-241-2/+2
* | subprocess.Popen.wait doc: mention asyncio to avoid busy loopVictor Stinner2014-02-241-0/+6
* | merge with 3.3Georg Brandl2014-02-241-1/+0
|\ \ | |/
| * Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0
| * do not line break referenceBenjamin Peterson2014-02-161-7/+7
* | whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with.R David Murray2014-02-241-1/+17
* | whatsnew: unittest uses argparse now.R David Murray2014-02-241-0/+5
* | whatsnew: unittest drops references to successful tests.R David Murray2014-02-241-0/+18
* | whatsnew: pyvenv --copies option.R David Murray2014-02-232-1/+8
* | whatsnew: devnull fileno/close/closed.R David Murray2014-02-231-0/+5
* | whatsnew: hashlib.hash.name is now public and returns lowercase always.R David Murray2014-02-231-2/+13
* | whatsnew: textwrap.shorten.R David Murray2014-02-232-0/+24
* | whatsnew: ExtensionFileLoader.get_filename.R David Murray2014-02-231-2/+7
* | #20677: fix typo in enum docs. Patch by Saimadhav Heblikar.Ezio Melotti2014-02-231-1/+1
* | Reflow paragraph.R David Murray2014-02-221-8/+8
* | whatsnew: os.path.ismount recognizes volumes mounted below root.R David Murray2014-02-222-1/+10
* | whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes.R David Murray2014-02-222-0/+16
* | whatsnew: Windows uses VirtualAlloc, --version goes to stdout.R David Murray2014-02-221-0/+9
* | whatsnew: frozen package __path__; and min/max versionadded.R David Murray2014-02-222-3/+16
* | whatsnew: importlib deprecations.R David Murray2014-02-221-4/+24
* | asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694.Yury Selivanov2014-02-211-5/+49
* | asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #...Yury Selivanov2014-02-204-38/+49