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
*
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
*
|
merge with 3.2
Sandro Tosi
2012-03-31
1
-0/+2
|
\
\
|
|
/
|
*
add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@
Sandro Tosi
2012-03-31
1
-0/+2
*
|
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point dep...
Andrew Svetlov
2012-03-31
1
-6/+15
*
|
Merge #10423: clarify options vs args in argparse discussion of optparse
R David Murray
2012-03-30
1
-2/+3
|
\
\
|
|
/
|
*
#10423: clarify options vs args in argparse discussion of optparse
R David Murray
2012-03-30
1
-2/+3
*
|
Issue #14006: improve the documentation of xml.etree.ElementTree
Eli Bendersky
2012-03-30
1
-53/+126
*
|
fix typo in glossary
Eli Bendersky
2012-03-30
1
-1/+1
*
|
Added the "provisional package" glossary term from PEP 411
Eli Bendersky
2012-03-30
1
-0/+14
*
|
Fix typo in unittest.mock docs
Michael Foord
2012-03-29
1
-1/+1
*
|
#14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog.
R David Murray
2012-03-29
1
-4/+6
*
|
Merge #14416: add missing LOG_SYSLOG facility to syslog docs.
R David Murray
2012-03-29
1
-1/+2
|
\
\
|
|
/
|
*
#14416: add missing LOG_SYSLOG facility to syslog docs.
R David Murray
2012-03-29
1
-1/+2
*
|
Fix newlines.
Georg Brandl
2012-03-29
1
-0/+7
*
|
Update unittest.mock.patch example
Michael Foord
2012-03-28
1
-2/+2
*
|
Re-order unittest.mock documentation to put magic method support before the h...
Michael Foord
2012-03-28
1
-219/+220
*
|
Adding an example to unittest.mock.patch documentation
Michael Foord
2012-03-28
1
-0/+9
*
|
Minor unittest.mock.patch doc / docstring improvement
Michael Foord
2012-03-28
1
-11/+14
*
|
Unsplit unittest.mock documentation
Michael Foord
2012-03-28
7
-1733/+1701
*
|
Fix doc typo noticed by Amaury Forgeot d'Arc
Eli Bendersky
2012-03-27
1
-1/+1
*
|
Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code
Eli Bendersky
2012-03-26
1
-30/+132
*
|
Issue #14410: merge with 3.2
Sandro Tosi
2012-03-26
1
-2/+2
|
\
\
|
|
/
|
*
Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe
Sandro Tosi
2012-03-26
1
-2/+2
*
|
#14413: tweak word order in deprecation section
R David Murray
2012-03-26
1
-1/+2
*
|
Updated handler documentation.
Vinay Sajip
2012-03-26
1
-2/+8
|
\
\
|
|
/
|
*
Minor documentation tweak.
Vinay Sajip
2012-03-26
1
-1/+1
*
|
Adding unittest.mock documentation
Michael Foord
2012-03-25
7
-0/+3513
*
|
merge with 3.2
Georg Brandl
2012-03-25
3
-0/+348
|
\
\
|
|
/
|
*
Add missing files for new doc theme.
Georg Brandl
2012-03-25
3
-0/+348
*
|
merge with 3.2
Georg Brandl
2012-03-25
4
-4/+9
|
\
\
|
|
/
|
*
Switch to new "lighter" doc design.
Georg Brandl
2012-03-25
4
-4/+9
*
|
Remove extra spaces in doc example.
Andrew Svetlov
2012-03-25
1
-3/+3
*
|
merge with 3.2
Georg Brandl
2012-03-25
1
-3/+3
|
\
\
|
|
/
|
*
Closes #14401: fix typos in curses howto.
Georg Brandl
2012-03-25
1
-3/+3
[next]