summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-151-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-121-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-29255-4144/+16779
|\ \ | |/ |/|
| * #10617: add class directives to collections ABCs.Ezio Melotti2011-03-281-8/+50
| * Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+5
| * Issue #8982: Improve the documentation for the argparse Namespace object. (Me...Steven Bethard2011-03-261-5/+16
| * Tweaks to sys.flags description table.Éric Araujo2011-03-261-33/+19
| * Remove untrue statement from tutorialÉric Araujo2011-03-261-4/+1
| * Use universal construct os.path.expanduser('~') instead of os.environ['HOME']Éric Araujo2011-03-262-2/+2
| * Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-5/+5
| * Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-4/+4
| * Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
| * Fix typo spotted by Sandro TosiÉric Araujo2011-03-221-1/+1
| * Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+1
| * Fix duplicate word.Georg Brandl2011-03-211-1/+1
| * Fix typo in class nameÉric Araujo2011-03-201-1/+1
| * the name of the option is a bit too low-levelBenjamin Peterson2011-03-201-8/+8
| * Minor doc clean-up.Raymond Hettinger2011-03-191-13/+13
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-2/+2
| * Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-2/+16
| * Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
| * #11484: remove paragraph about with_traceback from 2.7 doc.Ezio Melotti2011-03-131-12/+0
| * Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...Antoine Pitrou2011-03-131-14/+0
| * Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-131-18/+21
| * Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
| * clarify condition for readline to return EOF (closes #11312)Benjamin Peterson2011-03-121-5/+6
| * Fixes issue #11476: StreamHandler parameter name change documented.Vinay Sajip2011-03-121-0/+2
| * Fix typo.Ezio Melotti2011-03-121-1/+1
| * trunc -> math.trunc (closes #11475)Benjamin Peterson2011-03-121-1/+1
| * #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-102-32/+76
| * Use simpler assert in basic example.Ezio Melotti2011-03-101-2/+2
| * Backport from 3.x several improvements and fixes for unittest.rst.Ezio Melotti2011-03-101-269/+338
| * Explicitly mention that people should not depend on finalization ofGregory P. Smith2011-03-101-0/+2
| * #11298: Improve the unittest discovery explanation.Ezio Melotti2011-03-081-3/+5
| * #11292: add missing A_REVERSE to curses attribute table.Georg Brandl2011-03-061-0/+3
| * #11294: add missing ERA_T_FMT to locale docs.Georg Brandl2011-03-061-3/+8
| * #11239: add } to list of metacharacters (it is only a metacharacter sometimes...Georg Brandl2011-03-061-1/+1