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
*
Closes issue 14634. unittest.mock.create_autospec now supports keyword only a...
Michael Foord
2012-04-21
1
-4/+9
*
Closes issue 14636. mock objects raise exceptions from an iterable side_effect
Michael Foord
2012-04-21
2
-50/+14
*
Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
Larry Hastings
2012-04-19
1
-6/+26
*
Remove webbrowser doc reference to the previously removed internet-config opt...
Ned Deily
2012-04-18
1
-7/+2
|
\
|
*
Remove webbrowser doc reference to the previously removed internet-config opt...
Ned Deily
2012-04-18
1
-7/+2
*
|
Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
Charles-François Natali
2012-04-17
1
-0/+6
*
|
Correct warnings when building the docs for the nonexistet :arg: role. Change...
Brian Curtin
2012-04-16
1
-5/+5
*
|
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner
2012-04-15
2
-6/+62
*
|
Issue #10576: Add a progress callback to gcmodule
Kristján Valur Jónsson
2012-04-15
1
-2/+37
*
|
Clarify that one should not use __import__() directly. Also mention
Brett Cannon
2012-04-15
1
-3/+5
*
|
merge with 3.2
Sandro Tosi
2012-04-14
1
-1/+1
|
\
\
|
|
/
|
*
fix typo; thanks to Jérôme Mainka from docs@
Sandro Tosi
2012-04-14
1
-1/+1
*
|
Merge highlight and spacing fixes in json example with 3.2.
Ezio Melotti
2012-04-14
1
-4/+4
|
\
\
|
|
/
|
*
Fix highlight and spacing in json example.
Ezio Melotti
2012-04-14
1
-4/+4
*
|
#14535: merge with 3.2.
Ezio Melotti
2012-04-14
1
-1/+4
|
\
\
|
|
/
|
*
#14535: fix code highlight in multiprocessing examples. Patch by Tshepang Le...
Ezio Melotti
2012-04-14
1
-1/+4
*
|
Minor docstring / docs corrections for unittest.mock
Michael Foord
2012-04-13
2
-5/+5
*
|
unittest.mock.PropertyMock return value and attributes are now standard Magic...
Michael Foord
2012-04-13
1
-0/+11
*
|
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon
2012-04-13
1
-0/+8
*
|
Doc: sort time.CLOCK_xxx constants
Victor Stinner
2012-04-12
1
-8/+8
*
|
Merge doc fixes #14553 and #14552.
R David Murray
2012-04-12
2
-4/+4
|
\
\
|
|
/
|
*
#14553: fix word order.
R David Murray
2012-04-12
1
-1/+1
|
*
#14552: remove redundant wording in 'test' docs.
R David Murray
2012-04-12
1
-3/+3
*
|
Improve the threading.Condition docs.
Antoine Pitrou
2012-04-11
1
-3/+5
|
\
\
|
|
/
|
*
Improve the threading.Condition docs.
Antoine Pitrou
2012-04-11
1
-3/+5
*
|
#14545: merge 3.2
Georg Brandl
2012-04-11
1
-2/+2
|
\
\
|
|
/
|
*
Closes #14545: make clearer what was added.
Georg Brandl
2012-04-11
1
-2/+2
*
|
Merge
Antoine Pitrou
2012-04-10
1
-139/+167
|
\
\
|
|
/
|
*
Small improvements to the threading docs: better publicize support for the wi...
Antoine Pitrou
2012-04-10
1
-19/+33
|
*
Fix some markup in the threading docs.
Antoine Pitrou
2012-04-10
1
-70/+78
|
*
Issue #8799: Fix and improve the threading.Condition documentation.
Antoine Pitrou
2012-04-10
1
-54/+59
*
|
Merged updates to logging reference and HOWTO from 3.2.
Vinay Sajip
2012-04-10
1
-2/+15
|
\
\
|
|
/
|
*
Updated logging reference and HOWTO.
Vinay Sajip
2012-04-10
1
-2/+15
*
|
merge - minor .rst fix
Senthil Kumaran
2012-04-10
1
-1/+1
|
\
\
|
|
/
|
*
minor .rst fix
Senthil Kumaran
2012-04-10
1
-1/+1
*
|
Reflow paragraph (not that it helped much).
R David Murray
2012-04-09
1
-10/+9
*
|
#14533: if a test has no test_main, use loadTestsFromModule.
R David Murray
2012-04-09
1
-15/+17
*
|
Issue #14310: inter-process socket duplication for windows
Kristján Valur Jónsson
2012-04-07
1
-0/+25
*
|
Issue #14502: it's RuntimeError on 3.3
Sandro Tosi
2012-04-06
1
-1/+1
*
|
merge 3.2
Benjamin Peterson
2012-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Issue #14502: release() and unlocked lock generates a ThreadError
Sandro Tosi
2012-04-05
1
-1/+1
*
|
Issue #14502: merge with 3.2
Sandro Tosi
2012-04-05
1
-1/+1
*
|
Replace ThreadError by RuntimeError: the former is now an obsolete alias of t...
Georg Brandl
2012-04-05
2
-2/+2
*
|
Merge #14481: fix formatting of example in subprocess docs.
R David Murray
2012-04-03
1
-1/+1
|
\
\
|
|
/
|
*
#14481: fix formatting of example in subprocess docs.
R David Murray
2012-04-03
1
-1/+1
*
|
Move ChainMap versionadded to be less ambiguous.
Georg Brandl
2012-04-03
1
-2/+2
*
|
Expose clock_settime() as time.clock_settime()
Victor Stinner
2012-04-02
1
-0/+7
*
|
Add time.CLOCK_HIGHRES constant, needed on Solaris
Victor Stinner
2012-04-02
1
-0/+9
*
|
Fix markup errors found by "make suspicious".
Georg Brandl
2012-04-01
2
-4/+4
*
|
Fix formatting
Antoine Pitrou
2012-03-31
1
-7/+7
[next]