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 #13617: Document that the result PyUnicode_AsUnicode() and
Victor Stinner
2011-12-18
2
-3/+9
*
Issue #13522: Fix _Py_co_pow() documentation
Victor Stinner
2011-12-18
1
-1/+1
*
Issue #13522: document error return values of some float and complex C API fu...
Antoine Pitrou
2011-12-18
2
-0/+9
*
#13613: fix example in re doc.
Ezio Melotti
2011-12-16
1
-6/+6
*
#6570: clarify tutorial section about keyword arguments.
Ezio Melotti
2011-12-13
1
-18/+23
*
#13549: improve tutorial section about listcomps.
Ezio Melotti
2011-12-13
1
-62/+112
*
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
Antoine Pitrou
2011-12-04
1
-28/+2
*
Issue #13513: IOBase docs incorrectly link to the readline module
Meador Inge
2011-12-03
1
-1/+1
*
#13494: s/cast/convert/. Also add a link.
Ezio Melotti
2011-12-02
1
-3/+3
*
#13499: fix example adding >>> before the comments.
Ezio Melotti
2011-12-02
1
-8/+8
*
Added a configuration dictionary example to the logging cookbook.
Vinay Sajip
2011-11-23
1
-0/+62
*
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fo...
Vinay Sajip
2011-11-23
1
-3/+9
*
Note the store_true and store_false also create the appropriate defaults.
Raymond Hettinger
2011-11-20
1
-4/+6
*
Issue #12245: Document sys.float_info.rounds better.
Mark Dickinson
2011-11-19
1
-2/+6
*
#13387: add note about checking the exact type in assertIsInstance doc.
Ezio Melotti
2011-11-18
1
-0/+2
*
#13426: fix typo in pickle doc.
Ezio Melotti
2011-11-18
1
-1/+1
*
fixing typos in optparse doc
Eli Bendersky
2011-11-16
1
-2/+2
*
remove duplicated paragraph in the tutorial
Eli Bendersky
2011-11-16
1
-7/+0
*
Normalize the keyword arguments documentation notation in re.rst. Closes issu...
Eli Bendersky
2011-11-13
1
-11/+11
*
Closes issue 12767: document the argument of threading.Condition.notify
Eli Bendersky
2011-11-12
1
-9/+10
*
Issue #12875: explicitly specify default value of the optional 'flags' argume...
Eli Bendersky
2011-11-11
1
-7/+7
*
Issue #13191: typo in argparse docs
Eli Bendersky
2011-11-11
1
-1/+1
*
Closes issue #13353: version doumentation about utc parameter corrected.
Vinay Sajip
2011-11-06
1
-4/+1
*
Add missing versionadded (fixes #12392)
Éric Araujo
2011-11-05
1
-0/+2
*
Issue #3067: Enhance the documentation and docstring of locale.setlocale()
Petri Lehtinen
2011-11-05
1
-10/+10
*
Fix typos
Raymond Hettinger
2011-11-04
1
-2/+2
*
Inline the advisory text on how to use the shelve module.
Raymond Hettinger
2011-11-04
1
-10/+5
*
Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.
Senthil Kumaran
2011-11-02
1
-1/+1
*
#670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...
Ezio Melotti
2011-11-01
1
-1/+2
*
correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from d...
Sandro Tosi
2011-11-01
1
-2/+2
*
really use backticks in string conversion definition; thanks to Jonathan Blak...
Sandro Tosi
2011-10-31
1
-1/+1
*
use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ...
Sandro Tosi
2011-10-31
1
-2/+2
*
remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@
Sandro Tosi
2011-10-31
1
-2/+1
*
document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from ...
Sandro Tosi
2011-10-31
1
-0/+10
*
caught is the right pp of catch; thanks to Don Bennett from docs@
Sandro Tosi
2011-10-31
1
-1/+1
*
Improve itertools docs with clearer examples of pure python equivalent code.
Raymond Hettinger
2011-10-30
1
-9/+16
*
Add a button to the code examples in the doc to show/hide the prompts and out...
Ezio Melotti
2011-10-30
2
-0/+57
*
Minor fixes to the HTMLParser doc.
Ezio Melotti
2011-10-28
1
-4/+4
*
Improve HTMLParser example in the doc.
Ezio Melotti
2011-10-28
1
-6/+11
*
#13278: fix typo.
Ezio Melotti
2011-10-28
1
-1/+1
*
Added lost documentation cross-reference.
Vinay Sajip
2011-10-27
1
-3/+4
*
Issue #13237: Make the subprocess convenience helper documentation self-conta...
Nick Coghlan
2011-10-27
1
-10/+42
*
Issue #13237: fix typo
Nick Coghlan
2011-10-26
1
-1/+1
*
Issue #13237: remove some details that only apply to the 3.x version of this ...
Nick Coghlan
2011-10-26
1
-14/+8
*
Issue #13237: further updates to subprocess documentation
Nick Coghlan
2011-10-26
1
-57/+97
*
Refactor a bit the codecs doc.
Ezio Melotti
2011-10-25
1
-19/+21
*
merge heads
Benjamin Peterson
2011-10-24
2
-116/+187
|
\
|
*
Issue #13237: Rearrange subprocess module documentation to emphasise the conv...
Nick Coghlan
2011-10-24
1
-95/+160
|
*
Issue #13141: Demonstrate recommended style for SocketServer examples.
Florent Xicluna
2011-10-23
1
-21/+27
|
*
Whoops, PyException_GetTraceback() is not documented on 2.7
Petri Lehtinen
2011-10-23
1
-2/+0
[next]