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
*
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
2
-2/+31
|
\
\
|
|
/
|
*
Updated logging reference and HOWTO.
Vinay Sajip
2012-04-10
2
-2/+31
*
|
merge - minor .rst fix
Senthil Kumaran
2012-04-10
1
-1/+1
|
\
\
|
|
/
|
*
minor .rst fix
Senthil Kumaran
2012-04-10
1
-1/+1
*
|
Merged comment correction from 3.2.
Vinay Sajip
2012-04-09
1
-1/+1
|
\
\
|
|
/
|
*
Corrected comment in cookbook example script.
Vinay Sajip
2012-04-09
1
-1/+1
*
|
_decimal is now 100x faster than the Python version in the pi benchmark.
Stefan Krah
2012-04-09
1
-2/+2
*
|
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
*
|
Merged logging cookbook update from 3.2.
Vinay Sajip
2012-04-08
1
-0/+228
|
\
\
|
|
/
|
*
Added multiprocessing example to logging cookbook.
Vinay Sajip
2012-04-08
1
-0/+229
*
|
Determine opensearch URL from current version.
Georg Brandl
2012-04-07
1
-1/+1
*
|
Closes #14511: merge with 3.2
Georg Brandl
2012-04-07
1
-1/+1
|
\
\
|
|
/
|
*
Closes #14511: fix wrong opensearch link for 3.2 docs.
Georg Brandl
2012-04-07
1
-1/+1
*
|
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
*
|
A few tweaks to whatsnew/3.3 (fixes #14362)
Éric Araujo
2012-04-05
1
-8/+41
*
|
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
*
|
add XXX
Benjamin Peterson
2012-04-03
1
-0/+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
*
|
Remove parens around link.
Georg Brandl
2012-04-01
1
-1/+1
*
|
Issue #14394: Use elaborate phrases that boil down to "one to two orders
Stefan Krah
2012-04-01
1
-4/+10
*
|
merge with 3.2
Sandro Tosi
2012-03-31
1
-1/+1
|
\
\
|
|
/
|
*
fix typo; thanks to Robert Bardos from docs@
Sandro Tosi
2012-03-31
1
-1/+1
*
|
Fix formatting
Antoine Pitrou
2012-03-31
1
-7/+7
*
|
Issue #14456: improve documentation of the signal module w.r.t. threads.
Antoine Pitrou
2012-03-31
1
-42/+65
|
\
\
|
|
/
|
*
Issue #14456: improve documentation of the signal module w.r.t. threads.
Antoine Pitrou
2012-03-31
1
-40/+52
*
|
merge with 3.2
Sandro Tosi
2012-03-31
1
-1/+1
|
\
\
|
|
/
|
*
use unittest.skip; thanks to Chang Min Jeon from docs@
Sandro Tosi
2012-03-31
1
-1/+1
[next]