summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue #13617: Document that the result PyUnicode_AsUnicode() andVictor Stinner2011-12-182-3/+9
* Issue #13522: Fix _Py_co_pow() documentationVictor Stinner2011-12-181-1/+1
* Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-182-0/+9
* #13613: fix example in re doc.Ezio Melotti2011-12-161-6/+6
* #6570: clarify tutorial section about keyword arguments.Ezio Melotti2011-12-131-18/+23
* #13549: improve tutorial section about listcomps.Ezio Melotti2011-12-131-62/+112
* Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCKAntoine Pitrou2011-12-041-28/+2
* Issue #13513: IOBase docs incorrectly link to the readline moduleMeador Inge2011-12-031-1/+1
* #13494: s/cast/convert/. Also add a link.Ezio Melotti2011-12-021-3/+3
* #13499: fix example adding >>> before the comments.Ezio Melotti2011-12-021-8/+8
* Added a configuration dictionary example to the logging cookbook.Vinay Sajip2011-11-231-0/+62
* Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fo...Vinay Sajip2011-11-231-3/+9
* Note the store_true and store_false also create the appropriate defaults.Raymond Hettinger2011-11-201-4/+6
* Issue #12245: Document sys.float_info.rounds better.Mark Dickinson2011-11-191-2/+6
* #13387: add note about checking the exact type in assertIsInstance doc.Ezio Melotti2011-11-181-0/+2
* #13426: fix typo in pickle doc.Ezio Melotti2011-11-181-1/+1
* fixing typos in optparse docEli Bendersky2011-11-161-2/+2
* remove duplicated paragraph in the tutorialEli Bendersky2011-11-161-7/+0
* Normalize the keyword arguments documentation notation in re.rst. Closes issu...Eli Bendersky2011-11-131-11/+11
* Closes issue 12767: document the argument of threading.Condition.notifyEli Bendersky2011-11-121-9/+10
* Issue #12875: explicitly specify default value of the optional 'flags' argume...Eli Bendersky2011-11-111-7/+7
* Issue #13191: typo in argparse docsEli Bendersky2011-11-111-1/+1
* Closes issue #13353: version doumentation about utc parameter corrected.Vinay Sajip2011-11-061-4/+1
* Add missing versionadded (fixes #12392)Éric Araujo2011-11-051-0/+2
* Issue #3067: Enhance the documentation and docstring of locale.setlocale()Petri Lehtinen2011-11-051-10/+10
* Fix typosRaymond Hettinger2011-11-041-2/+2
* Inline the advisory text on how to use the shelve module.Raymond Hettinger2011-11-041-10/+5
* Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.Senthil Kumaran2011-11-021-1/+1
* #670664: Fix HTMLParser to correctly handle the content of ``<script>...</scr...Ezio Melotti2011-11-011-1/+2
* correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from d...Sandro Tosi2011-11-011-2/+2
* really use backticks in string conversion definition; thanks to Jonathan Blak...Sandro Tosi2011-10-311-1/+1
* use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ...Sandro Tosi2011-10-311-2/+2
* remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@Sandro Tosi2011-10-311-2/+1
* document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from ...Sandro Tosi2011-10-311-0/+10
* caught is the right pp of catch; thanks to Don Bennett from docs@Sandro Tosi2011-10-311-1/+1
* Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-301-9/+16
* Add a button to the code examples in the doc to show/hide the prompts and out...Ezio Melotti2011-10-302-0/+57
* Minor fixes to the HTMLParser doc.Ezio Melotti2011-10-281-4/+4
* Improve HTMLParser example in the doc.Ezio Melotti2011-10-281-6/+11
* #13278: fix typo.Ezio Melotti2011-10-281-1/+1
* Added lost documentation cross-reference.Vinay Sajip2011-10-271-3/+4
* Issue #13237: Make the subprocess convenience helper documentation self-conta...Nick Coghlan2011-10-271-10/+42
* Issue #13237: fix typoNick Coghlan2011-10-261-1/+1
* Issue #13237: remove some details that only apply to the 3.x version of this ...Nick Coghlan2011-10-261-14/+8
* Issue #13237: further updates to subprocess documentationNick Coghlan2011-10-261-57/+97
* Refactor a bit the codecs doc.Ezio Melotti2011-10-251-19/+21
* merge headsBenjamin Peterson2011-10-242-116/+187
|\
| * Issue #13237: Rearrange subprocess module documentation to emphasise the conv...Nick Coghlan2011-10-241-95/+160
| * Issue #13141: Demonstrate recommended style for SocketServer examples.Florent Xicluna2011-10-231-21/+27
| * Whoops, PyException_GetTraceback() is not documented on 2.7Petri Lehtinen2011-10-231-2/+0