summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #17949: fix merge glitch in itemgetter signature. Patch by Martijn Pieters.Ezio Melotti2013-05-101-3/+3
* #14878: add cross-reference to the yield statement.Andrew Kuchling2013-05-101-0/+3
* #16523: improve attrgetter/itemgetter/methodcaller documentation.Ezio Melotti2013-05-081-14/+33
* #17714: document that the base64 codec adds a trailing newline.Ezio Melotti2013-05-071-1/+3
* Issue 17920: Fix-up terminology in the set documentationRaymond Hettinger2013-05-071-2/+2
* Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-061-2/+2
* Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-1/+5
* Issue #15535: Fix regression in pickling of named tuples.Raymond Hettinger2013-05-031-3/+1
* # 1722 - Add a note on urllib helper functions like splittype, splithost etc.Senthil Kumaran2013-05-021-0/+7
* #16518: fix links in glossary entry.Ezio Melotti2013-05-011-2/+2
* #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
* #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.Ezio Melotti2013-04-291-0/+2
* #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
* Reflow paragraph.R David Murray2013-04-281-4/+4
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-282-9/+14
* #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
* #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
* #15575: Clarify tutorial description of when modules are executed.R David Murray2013-04-211-1/+2
* Issue #17670: Provide an example of expandtabs() usage.Ned Deily2013-04-211-4/+16
* #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.R David Murray2013-04-201-4/+17
* #17740: fix links to the socket function. Initial patch by Zachary Ware.Ezio Melotti2013-04-171-8/+8
* Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...Antoine Pitrou2013-04-161-5/+11
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-152-15/+7
* Issue #17728: Specify default precision for float.format for presentation typ...Eric V. Smith2013-04-151-2/+3
* Fix example ignoring ".svn" directories in compileall.Georg Brandl2013-04-141-1/+1
* The Integral class does not contain implementations for the bit-shifting oper...Georg Brandl2013-04-141-4/+4
* The im_class of unbound class methods is actually not the same as im_self.Georg Brandl2013-04-141-5/+4
* Clarify that the function *definition* creates the function and the binding i...Georg Brandl2013-04-141-2/+2
* Fix refcount leak in the reference counting example section (!).Georg Brandl2013-04-141-1/+3
* Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,Georg Brandl2013-04-141-7/+29
* bind('') does not do the same as bind('localhost')Georg Brandl2013-04-141-3/+5
* Closes #17661: fix references to repr() going to module repr.Georg Brandl2013-04-141-2/+2
* Closes #17726: small clarification in design FAQ.Georg Brandl2013-04-141-2/+2
* Update using/mac documentation which was still on 2.5.Georg Brandl2013-04-141-8/+6
* Clarify point in name mangling doc.Georg Brandl2013-04-141-8/+7
* Reflow paragraph.R David Murray2013-04-131-4/+3
* #2118: clarify smtplib exception documentation.R David Murray2013-04-131-12/+16
* #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti.Ezio Melotti2013-04-131-1/+1
* #6696: add documentation for the Profile objects, and improve profile/cProfil...Ezio Melotti2013-04-121-374/+400
* #17635: fix wrong function name in multiprocessing docs.Ezio Melotti2013-04-101-1/+1
* Update argparse docs to follow order of ArgumentParser() arguments.Andrew Svetlov2013-04-071-202/+203
* Change wording as Eli Bendersky suggests.Andrew Svetlov2013-04-061-2/+2
* #17641: 2.X / 3.X ssl doc unificationGiampaolo Rodola'2013-04-061-8/+24
* Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
* Fix typoAndrew Svetlov2013-04-051-1/+1
* merge headsAndrew Svetlov2013-04-051-1/+1
|\
| * Fix typo.Andrew Svetlov2013-04-051-1/+1
* | #8913: add examples and docs for date/time/datetime.__format__. Patch by Hei...Ezio Melotti2013-04-041-0/+27
* | Issue #15940: Replace tab.Terry Jan Reedy2013-04-031-1/+1
* | Issue #15940: Specify effect of locale on time functions.Terry Jan Reedy2013-04-031-2/+2