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
*
Get rid of deprecated IOError in the doc
Andrew Svetlov
2014-03-31
5
-12/+12
*
IOError -> OSError
Andrew Svetlov
2014-03-31
1
-1/+1
*
Fix the doc: add deprecation warning in select module.
Andrew Svetlov
2014-03-31
1
-1/+5
*
make partialmethod example work (closes #21105)
Benjamin Peterson
2014-03-30
1
-0/+2
*
Fix doc typo.
Guido van Rossum
2014-03-30
1
-1/+1
*
Minor readability improvement.
Raymond Hettinger
2014-03-29
1
-1/+1
*
Issue #19697: document more __main__.__spec__ quirks
Nick Coghlan
2014-03-29
1
-2/+16
*
Issue #19697: Document cases where __main__.__spec__ is None.
Eric Snow
2014-03-29
1
-1/+41
*
Issue 21014: Use booleans instead of 0 and 1 in examples.
Raymond Hettinger
2014-03-28
2
-2/+2
*
Doc: do not compress .epub for dist, it is already zipped.
Georg Brandl
2014-03-28
2
-10/+4
*
Issue #6676: Ensure a meaningful exception is raised when attempting
Ned Deily
2014-03-27
1
-1/+8
*
Issue #12209: Minor edits to faulthandler doc. Patch written by Éric Araujo.
Victor Stinner
2014-03-25
1
-11/+17
*
Updated external link in documentation.
Vinay Sajip
2014-03-25
1
-1/+1
*
Closes #21045: make the Qt help build not look completely stupid
Georg Brandl
2014-03-25
1
-0/+2
*
Issue #21006: asyncio doc: reorganize subprocess doc
Victor Stinner
2014-03-25
2
-84/+94
*
Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not ...
Georg Brandl
2014-03-25
1
-2/+5
*
Issue #21043: Remove the recommendation for specific CA organizations
Donald Stufft
2014-03-24
1
-14/+3
*
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl
2014-03-24
12
-32/+38
*
Remove superfluous open parenthesis. Noticed by cocoatomo on docs@.
Zachary Ware
2014-03-24
1
-1/+1
*
Issue #21013: Enhance ssl.create_default_context() for server side contexts
Donald Stufft
2014-03-23
1
-7/+20
*
tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)
Georg Brandl
2014-03-23
1
-1/+1
*
Issue #20913: make it clear that create_default_context() also enables hostna...
Antoine Pitrou
2014-03-23
1
-4/+5
*
Closes #20975: make date in the interpreter banner a little more consistent
Georg Brandl
2014-03-22
1
-2/+2
*
Issue #20913: improve the SSL security considerations to first advocate using...
Antoine Pitrou
2014-03-22
8
-103/+135
*
Issue #20995: Enhance default ciphers used by the ssl module
Donald Stufft
2014-03-22
1
-11/+4
*
Close #21010: Fix typo in asyncio doc. Patch written by Claudiu Popa.
Victor Stinner
2014-03-21
1
-1/+1
*
Issue #21006: Fix subprocess example on Windows in asyncio doc
Victor Stinner
2014-03-21
1
-1/+6
*
Close #21005: Fix documentation of asyncio.subprocess.DEVNULL
Victor Stinner
2014-03-21
1
-4/+3
*
improve start default for relpath
Benjamin Peterson
2014-03-20
1
-1/+1
*
Fix typos in Doc/faq/extending. Found by cocoatomo on docs@.
Zachary Ware
2014-03-20
1
-2/+2
*
Fix spelling in enum docs.
Zachary Ware
2014-03-20
1
-3/+3
*
Add missing parenthesis. Found by cocoatomo on docs@.
Zachary Ware
2014-03-20
1
-1/+1
*
Fix parameter name in docs for os.makedirs and os.removedirs.
Zachary Ware
2014-03-20
1
-2/+2
*
Issue #20966: Fix Tkinter Resources link
Zachary Ware
2014-03-18
1
-1/+1
*
Fix option description that is a warning in new Sphinx versions.
Georg Brandl
2014-03-18
1
-1/+2
*
Fix typo in example (#20963)
Éric Araujo
2014-03-17
1
-2/+2
*
Typo
Jesus Cea
2014-03-17
1
-1/+1
*
Typo
Jesus Cea
2014-03-17
1
-1/+1
*
Typo
Jesus Cea
2014-03-17
1
-1/+1
*
closes #20960
R David Murray
2014-03-17
1
-1/+1
*
merge with 3.3
Georg Brandl
2014-03-17
1
-1/+2
|
\
|
*
Update doc version switcher for 3.4/3.5.
Georg Brandl
2014-03-17
1
-1/+2
*
|
Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.
Larry Hastings
2014-03-17
7
-138/+57
|
\
\
|
*
\
merge 3.3 (#11448)
Benjamin Peterson
2014-03-16
1
-4/+18
|
|
\
\
|
|
|
/
|
|
*
improve set_tunnel docs (closes #11448)
Benjamin Peterson
2014-03-16
1
-4/+18
|
*
|
Issue #20950: Fix typo asyncio doc, wait() has no self parameter
Victor Stinner
2014-03-16
1
-1/+5
|
*
|
Bring PEP 453 What's New entry up to date
Nick Coghlan
2014-03-16
1
-21/+34
|
*
|
whatsnew: Fix Features section title, use title/sentence case consistently.
R David Murray
2014-03-16
1
-6/+6
|
*
|
Issue #20931: Fix other confusingly-worded heading.
Larry Hastings
2014-03-16
1
-2/+2
|
*
|
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
Antoine Pitrou
2014-03-16
1
-3/+13
|
|
\
\
|
|
|
/
[next]