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
/
library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19777: Provide a home() classmethod on Path objects.
Antoine Pitrou
2015-01-12
1
-0/+11
*
Issue #22952: improve multiprocessing doc introduction and defer notes until ...
Antoine Pitrou
2015-01-11
1
-32/+54
|
\
|
*
Issue #22952: improve multiprocessing doc introduction and defer notes until ...
Antoine Pitrou
2015-01-11
1
-32/+54
*
|
Issue #21092: Merge from 3.4.
Mark Dickinson
2015-01-11
1
-4/+4
|
\
\
|
|
/
|
*
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
1
-4/+4
*
|
Issue #23185: add math.inf and math.nan constants.
Mark Dickinson
2015-01-11
1
-0/+16
*
|
Issue #23014: Make importlib.abc.Loader.create_module() required when
Brett Cannon
2015-01-09
1
-10/+14
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-09
2
-6/+7
|
\
\
|
|
/
|
*
asyncio: SelectSelector is limited to 512 sockets on Windows
Victor Stinner
2015-01-09
1
-1/+2
|
*
asyncio doc: fix section of event loop examples
Victor Stinner
2015-01-09
1
-5/+5
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-01-09
2
-0/+24
|
\
\
|
|
/
|
*
asyncio doc: list limitations to run subprocesses from different threads
Victor Stinner
2015-01-09
2
-0/+24
*
|
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
Berker Peksag
2015-01-07
1
-3/+4
|
\
\
|
|
/
|
*
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
Berker Peksag
2015-01-07
1
-3/+4
*
|
expose the client's cipher suites from the handshake (closes #23186)
Benjamin Peterson
2015-01-07
1
-0/+12
*
|
Issue #19548: clean up merge issues in codecs docs
Nick Coghlan
2015-01-07
1
-3/+5
*
|
Merge issue 19548 changes from 3.4
Nick Coghlan
2015-01-06
4
-323/+342
|
\
\
|
|
/
|
*
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
4
-309/+335
*
|
Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL
Victor Stinner
2015-01-06
1
-0/+2
*
|
Merge with 3.4
Zachary Ware
2015-01-06
1
-8/+10
|
\
\
|
|
/
|
*
Cosmetic fixes to the 'Develop with asyncio' page
Zachary Ware
2015-01-06
1
-8/+10
*
|
merge 3.4 (#23167)
Benjamin Peterson
2015-01-04
1
-1/+1
|
\
\
|
|
/
|
*
the current marshal version is 4 (closes #23167)
Benjamin Peterson
2015-01-04
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2014-12-30
1
-1/+1
|
\
\
|
|
/
|
*
update docs for #23111
Benjamin Peterson
2014-12-30
1
-1/+1
*
|
Issue #19776: Add a expanduser() method on Path objects.
Antoine Pitrou
2014-12-30
1
-3/+12
*
|
merge 3.4
Benjamin Peterson
2014-12-29
1
-2/+2
|
\
\
|
|
/
|
*
use a proper m-dash
Benjamin Peterson
2014-12-29
1
-2/+2
*
|
Issue #23125: Update nose project page link.
Berker Peksag
2014-12-28
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23125: Update nose project page link.
Berker Peksag
2014-12-28
1
-1/+1
*
|
Remove the redundant second argument of versionadded directive.
Berker Peksag
2014-12-25
1
-3/+2
*
|
Merge: #23040: Clarify treatment of encoding and errors when component is bytes.
R David Murray
2014-12-25
1
-3/+4
|
\
\
|
|
/
|
*
#23040: Clarify treatment of encoding and errors when component is bytes.
R David Murray
2014-12-25
1
-3/+4
*
|
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka
2014-12-23
1
-1/+120
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2014-12-22
1
-8/+13
|
\
\
|
|
/
|
*
asyncio doc: Fix doc of get and put methods of Queue
Victor Stinner
2014-12-22
1
-8/+13
*
|
Fixed typo.
Barry Warsaw
2014-12-19
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo.
Barry Warsaw
2014-12-19
1
-1/+1
*
|
merge
Raymond Hettinger
2014-12-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23049: Pure python equivalent shouldn't imply more exactitude than is...
Raymond Hettinger
2014-12-17
1
-1/+1
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2014-12-15
1
-1/+3
|
\
\
|
|
/
|
*
asyncio doc: call_soon() does not call immediatly the callback. Patch written
Victor Stinner
2014-12-15
1
-1/+3
*
|
merge
Raymond Hettinger
2014-12-12
1
-2/+2
|
\
\
|
|
/
|
*
Issue 23005: Fix typos
Raymond Hettinger
2014-12-12
1
-2/+2
|
*
Issue #22823: Fixed an output of sets in examples.
Serhiy Storchaka
2014-12-11
1
-12/+12
*
|
Issue #22823: Use set literals instead of creating a set from a list.
Serhiy Storchaka
2014-12-11
1
-12/+12
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-10
1
-1/+1
|
\
\
|
|
/
|
*
whitespace
Terry Jan Reedy
2014-12-10
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-10
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23006 whitespace
Terry Jan Reedy
2014-12-10
1
-2/+2
[next]