summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Make clear that the constants are strings.Georg Brandl2008-03-021-15/+15
|
* Tighten example code.Raymond Hettinger2008-03-021-1/+1
|
* Finish-up docs for combinations() and permutations() in itertools.Raymond Hettinger2008-03-021-10/+30
|
* New default basename for HTML help files.Georg Brandl2008-03-021-1/+1
|
* Make patchlevel print out the release if called as a script.Georg Brandl2008-03-021-0/+3
|
* Update year.Georg Brandl2008-03-022-2/+2
|
* It's 2.6 now.Georg Brandl2008-03-021-1/+1
|
* More copyright year and version number bumpsv2.6a1Barry Warsaw2008-03-011-1/+1
|
* #2208: allow for non-standard HHC location.Georg Brandl2008-02-291-3/+4
|
* Until we got downloadable docs, stop confusing viewers by talking about a ↵Georg Brandl2008-02-291-11/+5
| | | | nonexisting table.
* Document impending updates to itertools.Raymond Hettinger2008-02-281-11/+44
|
* Add repeat keyword argument to itertools.product().Raymond Hettinger2008-02-281-3/+7
|
* Simply the sample code for combinations().Raymond Hettinger2008-02-271-7/+6
|
* Add itertools.combinations().Raymond Hettinger2008-02-261-15/+15
|
* #2194: fix some typos.Georg Brandl2008-02-263-3/+3
|
* Add a timing flag to Trace so you can see where slowness occursNeal Norwitz2008-02-261-2/+3
| | | | like waiting for socket timeouts in test_smtplib :-).
* Banish tab.Georg Brandl2008-02-261-1/+1
|
* Docs for itertools.combinations(). Implementation in forthcoming checkin.Raymond Hettinger2008-02-261-2/+44
|
* Revert r61029.Georg Brandl2008-02-252-12/+1
|
* Rename sphinx.addons to sphinx.ext.Georg Brandl2008-02-251-1/+1
|
* Add minor markup for a string.Brett Cannon2008-02-251-3/+3
|
* Remove stray wordAndrew M. Kuchling2008-02-241-1/+1
|
* Specify what kind of warning -3 emits.Georg Brandl2008-02-231-0/+2
|
* Document import ./. threading issues. #1720705.Georg Brandl2008-02-232-1/+12
|
* #1506171: added operator.methodcaller().Georg Brandl2008-02-231-0/+11
|
* #1826: allow dotted attribute paths in operator.attrgetter.Georg Brandl2008-02-231-2/+8
|
* #1825: correctly document msilib.add_data.Georg Brandl2008-02-231-5/+11
|
* Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-0/+62
|
* #2101: fix removeAttribute docs.Georg Brandl2008-02-231-2/+2
|
* Documentation coverage builder, part 1.Georg Brandl2008-02-233-3/+47
|
* #835521: Add index entries for various pickle-protocol methods and attributesAndrew M. Kuchling2008-02-231-0/+13
|
* #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances.Andrew M. Kuchling2008-02-232-15/+16
| | | | | | Remove automatic handling of datetime.date and datetime.time. This breaks backward compatibility, but python-dev discussion was strongly against this automatic conversion; see the bug for a link.
* #2161: Fix opcode name.Georg Brandl2008-02-231-1/+1
|
* #2072: correct documentation for .rpc_pathsAndrew M. Kuchling2008-02-231-2/+8
|
* More difflib examples. Written for GHOP by Josip Dzolonga.Georg Brandl2008-02-231-2/+112
|
* Issue 1089358. Adds the siginterrupt() function, that is just aFacundo Batista2008-02-231-0/+15
| | | | | | wrapper around the system call with the same name. Also added test cases, doc changes and NEWS entry. Thanks Jason and Ralf Schmitt.
* #1492: allow overriding BaseHTTPServer's content type for error messages.Georg Brandl2008-02-231-0/+9
|
* Issue 1781. Now ConfigParser.add_section does not let you add aFacundo Batista2008-02-231-2/+3
| | | | | DEFAULT section any more, because it duplicated sections with the rest of the machinery. Thanks Tim Lesher and Manuel Kaufmann.
* Add recipe using itertools.product().Raymond Hettinger2008-02-231-0/+6
|
* Document itertools.product().Raymond Hettinger2008-02-221-0/+23
|
* Another fix.Georg Brandl2008-02-221-1/+1
|
* Don't reference pyshell.Georg Brandl2008-02-221-1/+1
|
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-2225-35/+35
|
* Part of #2154: minimal syntax fixes in doc example snippets.Georg Brandl2008-02-212-6/+6
|
* #2079: typo in userdict docs.Georg Brandl2008-02-211-1/+1
|
* Fixes contributed by Ori Avtalion.Georg Brandl2008-02-201-3/+6
|
* Issue #1916. Added isgenerator() and isgeneratorfunction() toFacundo Batista2008-02-181-1/+37
| | | | | inspect.py. Thanks Javi Mansilla for patch review and corrections.
* Fix function name.Georg Brandl2008-02-171-1/+1
|
* #2131: note that codecs.open() always opens files in binary mode.Georg Brandl2008-02-171-1/+9
|
* #2120: broken links in advocacy document.Georg Brandl2008-02-161-5/+5
|