index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
whatsnew: fix textwrap/shorten entry, and improve the related docs.
R David Murray
2014-02-27
2
-30/+27
*
whatsnew: expand pbkdf2_hmac entry slightly.
R David Murray
2014-02-26
1
-2/+4
*
whatsnew: reformat pdb entry to match style of most other module entries.
R David Murray
2014-02-26
1
-10/+8
*
whatsnew: reword the contextlib.redirect_stdout entry for increased clarity.
R David Murray
2014-02-26
1
-5/+9
*
whatsnew: attribute base64 memoryview change to Nick.
R David Murray
2014-02-26
1
-1/+2
*
whatsnew: pprint's compact option.
R David Murray
2014-02-26
1
-3/+7
*
Merge with 3.3
Zachary Ware
2014-02-26
3
-8/+7
|
\
|
*
Fix several C-API doc typos caught by tomo cocoa on docs@.
Zachary Ware
2014-02-26
3
-9/+8
*
|
Close #20759: Fix some typos in the mock docs. (Merge with 3.3)
Zachary Ware
2014-02-26
2
-3/+3
|
\
\
|
|
/
|
*
Issue #20759: Fix some typos in the mock docs.
Zachary Ware
2014-02-26
2
-3/+3
*
|
whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)
R David Murray
2014-02-25
2
-0/+38
*
|
Issue #20765: Add missing documentation for PurePath.with_name() and PurePath...
Antoine Pitrou
2014-02-25
1
-0/+30
*
|
whatsnew: encoding is now optional in PYTHONIOENCODING (#18818)
R David Murray
2014-02-25
1
-0/+5
*
|
whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets.
R David Murray
2014-02-25
1
-0/+5
*
|
whatsnew: Request.method can be overridden in subclasses (#18978).
R David Murray
2014-02-25
2
-5/+17
*
|
Clarify that flow control works for datagrams, except on BSD.
Guido van Rossum
2014-02-24
1
-2/+11
*
|
whatsnew: http.server --bind cli option.
R David Murray
2014-02-24
2
-6/+12
*
|
whatsnew: unittest.TestCase.assertLogs.
R David Murray
2014-02-24
1
-1/+10
*
|
Fix return type in doc of PyStructSequence_InitType2.
R David Murray
2014-02-24
1
-1/+1
*
|
whatsnew: cypthon can be compiled with address sanity checking enabled.
R David Murray
2014-02-24
1
-0/+5
*
|
Merge #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
R David Murray
2014-02-24
1
-30/+37
|
\
\
|
|
/
|
*
#20628: wrap lines to < 80.
R David Murray
2014-02-24
1
-34/+37
|
*
#20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.
R David Murray
2014-02-24
1
-2/+6
*
|
#20740: merge with 3.3.
Ezio Melotti
2014-02-24
1
-4/+4
|
\
\
|
|
/
|
*
#20740: desquarify 2.
Ezio Melotti
2014-02-24
1
-4/+4
|
*
Closes #20755: port sphinx-1.1 fixes from default
Georg Brandl
2014-02-24
1
-11/+11
*
|
Fix typo.
R David Murray
2014-02-24
1
-1/+1
*
|
whatsnew: frame.clear, expanded entry for -I/isolated mode.
R David Murray
2014-02-24
1
-2/+20
*
|
asyncio doc: fix references in subprocess doc
Victor Stinner
2014-02-24
1
-2/+2
*
|
subprocess.Popen.wait doc: mention asyncio to avoid busy loop
Victor Stinner
2014-02-24
1
-0/+6
*
|
merge with 3.3
Georg Brandl
2014-02-24
1
-1/+0
|
\
\
|
|
/
|
*
Closes #20735: remove erroneous deprecated marker from stringprep docs
Georg Brandl
2014-02-24
1
-1/+0
|
*
do not line break reference
Benjamin Peterson
2014-02-16
1
-7/+7
*
|
whatsnew: threading.main_thread, os.urandom persistent handle, sunau.open with.
R David Murray
2014-02-24
1
-1/+17
*
|
whatsnew: unittest uses argparse now.
R David Murray
2014-02-24
1
-0/+5
*
|
whatsnew: unittest drops references to successful tests.
R David Murray
2014-02-24
1
-0/+18
*
|
whatsnew: pyvenv --copies option.
R David Murray
2014-02-23
2
-1/+8
*
|
whatsnew: devnull fileno/close/closed.
R David Murray
2014-02-23
1
-0/+5
*
|
whatsnew: hashlib.hash.name is now public and returns lowercase always.
R David Murray
2014-02-23
1
-2/+13
*
|
whatsnew: textwrap.shorten.
R David Murray
2014-02-23
2
-0/+24
*
|
whatsnew: ExtensionFileLoader.get_filename.
R David Murray
2014-02-23
1
-2/+7
*
|
#20677: fix typo in enum docs. Patch by Saimadhav Heblikar.
Ezio Melotti
2014-02-23
1
-1/+1
*
|
Reflow paragraph.
R David Murray
2014-02-22
1
-8/+8
*
|
whatsnew: os.path.ismount recognizes volumes mounted below root.
R David Murray
2014-02-22
2
-1/+10
*
|
whatsnew: PyStructSequence_InitType2, Victor's MemoryError fixes.
R David Murray
2014-02-22
2
-0/+16
*
|
whatsnew: Windows uses VirtualAlloc, --version goes to stdout.
R David Murray
2014-02-22
1
-0/+9
*
|
whatsnew: frozen package __path__; and min/max versionadded.
R David Murray
2014-02-22
2
-3/+16
*
|
whatsnew: importlib deprecations.
R David Murray
2014-02-22
1
-4/+24
*
|
asyncio.docs: Document subprocess_exec and subprocess_shell. Issue #20694.
Yury Selivanov
2014-02-21
1
-5/+49
*
|
asyncio.docs: Improve wordings; add a note to the Coroutines section. Issue #...
Yury Selivanov
2014-02-20
4
-38/+49
[next]