summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix grammar to include both integer types in 2.xÉric Araujo2011-05-021-2/+2
* | Fix spelling.Raymond Hettinger2011-05-021-1/+1
* | note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-1/+5
* | Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-2/+5
* | #11883: fix email examples by adding 'localhost' to SMTP constructor callsR David Murray2011-04-303-3/+3
* | #11901: post-commit review fixes per Georg BrandlR David Murray2011-04-301-7/+7
* | fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
|/
* fix formatting, :c:func: --> :cfunc:Eli Bendersky2011-04-301-1/+1
* Issue #10912: add clarification for PyObject_RichCompareBool comparing identi...Eli Bendersky2011-04-301-0/+3
* Fix #11961. Document STARTUPINFO and creation flag options.Brian Curtin2011-04-301-3/+107
* #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* Merged solution for #11786 from 2.6Łukasz Langa2011-04-281-4/+6
|\
| * Closes #11786: ConfigParser.[Raw]ConfigParser optionxform().Łukasz Langa2011-04-281-5/+7
* | Issue #11940: Update external link.Raymond Hettinger2011-04-271-1/+1
* | #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi.Ezio Melotti2011-04-271-1/+1
* | #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+24
* | Fix some more markup glitches in argparse doc.Ezio Melotti2011-04-211-98/+110
* | The \ is not supported in Sphinx 0.6.Ezio Melotti2011-04-211-6/+2
* | #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* | #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-4/+4
* | #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky.Ezio Melotti2011-04-211-1/+1
* | Add the :mod: role where it was missing.Ezio Melotti2011-04-211-11/+11
* | #11885: capitalize Python.Ezio Melotti2011-04-211-2/+2
* | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
* | Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
* | Updated documentation on fileConfig().Vinay Sajip2011-04-191-7/+21
* | Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6Victor Stinner2011-04-182-0/+4
* | #11865: fix typo in init.rst.Ezio Melotti2011-04-181-1/+1
* | Fix a few hyphens in argparse.rst.Ezio Melotti2011-04-161-21/+21
* | Issue #11855: Apply missing formatting for urlretrieveEli Bendersky2011-04-161-5/+5
* | Add another example to the collections module docs.Raymond Hettinger2011-04-161-0/+20
* | #11843: remove duplicate line from table in distutil doc.Ezio Melotti2011-04-151-2/+0
* | #4783: document that is not possible to use json.dump twice on the same stream.Ezio Melotti2011-04-151-0/+5
* | Issue #11827: remove mention of list2cmdline in the doc of subprocessEli Bendersky2011-04-151-5/+35
* | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi.Ezio Melotti2011-04-141-27/+26
* | #9101: backport json reference in configparser doc.Ezio Melotti2011-04-141-0/+10
* | Transplant: Fix wording and clarify that the IDNA codec operates on full doma...R David Murray2011-04-131-2/+8
* | #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-3/+3
* | Issue #11794: Reorganised logging documentation.Vinay Sajip2011-04-087-3178/+3495
* | Issue #11639: Configuration function documentation referred to logging.XXX ra...Vinay Sajip2011-03-291-14/+3
* | Issue #11639: Configuration function documentation referred to logging.XXX ra...Vinay Sajip2011-03-291-0/+14
|\ \ | |/
| * Issue #11639: Configuration function documentation referred to logging.XXX ra...Vinay Sajip2011-03-291-0/+4
| * Add .hgeol file and fix newlines in the 2.6 branch.Georg Brandl2011-03-051-58/+58
| * Merged revisions 81053,81259,81265 via svnmerge fromFlorent Xicluna2010-08-091-3/+3
| * Fix 2.7ism.Georg Brandl2010-08-031-7/+4
| * Merged revisions 83567 via svnmerge fromGeorg Brandl2010-08-021-4/+10
| * Merged revisions 83593 via svnmerge fromGeorg Brandl2010-08-0210-21/+84
| * Issue 9264: Document trace module command line options. Patch by Eli Bendersky.Alexander Belopolsky2010-08-021-42/+107
| * #9061: warn that single quotes are not escaped.Georg Brandl2010-08-021-4/+7
| * Merged revisions 82571,82603,82845,82852,82953,82981,83013,83077,83082,83164,...Georg Brandl2010-08-017-15/+30