summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Minor doc fixups.Raymond Hettinger2009-02-042-4/+4
* Record operator deprecations in docs.Raymond Hettinger2009-02-031-23/+19
* wording for for issue4903.Gregory P. Smith2009-02-011-7/+7
* Update doc wording as suggested in issue4903.Gregory P. Smith2009-02-011-3/+3
* markup fixDavid Goodger2009-01-311-1/+1
* fix indentationBenjamin Peterson2009-01-311-23/+23
* PyErr_BadInternalCall() raises a SystemError, not TypeError #5112Benjamin Peterson2009-01-311-3/+4
* Text edits and markup fixesAndrew M. Kuchling2009-01-311-60/+64
* Add a sectionAndrew M. Kuchling2009-01-311-0/+17
* fix download urlBenjamin Peterson2009-01-291-1/+1
* Minor spelling mistake in datetime docs.Brett Cannon2009-01-291-1/+1
* Clarify some __del__ stuff.Brett Cannon2009-01-291-1/+3
* Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the t...Raymond Hettinger2009-01-281-15/+13
* Added the ttk module. See issue #2983: Ttk support for Tkinter.Guilherme Polo2009-01-282-1/+1402
* Promote combinations_with_replacement() from a recipe to a regular itertool.Raymond Hettinger2009-01-272-18/+48
* Tweak column alignment for collections docs.Raymond Hettinger2009-01-271-33/+26
* Copy over docs on advanced role features from Sphinx docs.Georg Brandl2009-01-261-3/+15
* Backport importlib in the form of providing importlib.import_module(). This hasBrett Cannon2009-01-262-0/+28
* Improved itertools recipe for generating powerset().Raymond Hettinger2009-01-251-5/+3
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-252-5/+15
* Issue #4863, removing remaining bitsTarek Ziadé2009-01-251-17/+0
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-251-7/+51
* Add various itemsAndrew M. Kuchling2009-01-241-8/+73
* Issue 4593: apply() documentation is unclearJesse Noller2009-01-221-1/+3
* Clarify wording.Georg Brandl2009-01-221-2/+3
* More doc tweaks.Raymond Hettinger2009-01-221-15/+12
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-211-25/+21
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-211-14/+6
* Markup fixesAndrew M. Kuchling2009-01-211-4/+5
* Add some itemsAndrew M. Kuchling2009-01-211-5/+13
* Beautify and cleanup the references section.Raymond Hettinger2009-01-201-12/+19
* Fix typos.Raymond Hettinger2009-01-201-3/+3
* Don't disrupt automatic url target name generationRaymond Hettinger2009-01-201-15/+1
* Build-outs for Counter() class:Raymond Hettinger2009-01-201-4/+33
* add email addressBenjamin Peterson2009-01-191-1/+1
* move BufferedIOBase into the base class sectionBenjamin Peterson2009-01-191-53/+53
* Added more cross-reference targets and tidied up list of useful handlers.Vinay Sajip2009-01-191-22/+45
* #4986: augassigns are not expressions.Georg Brandl2009-01-181-3/+3
* #4923: clarify what was added.Georg Brandl2009-01-181-5/+6
* #4857: fix augmented assignment target spec.Georg Brandl2009-01-181-1/+2
* #4979: correct result range for some random functions.Georg Brandl2009-01-181-9/+10
* #4914: trunc is in math.Georg Brandl2009-01-181-1/+1
* #4974: fix redundant mention of lists and tuples.Georg Brandl2009-01-181-3/+3
* #4976: union() and intersection() take multiple args, but talk about "the oth...Georg Brandl2009-01-182-2/+5
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-3/+3
* fix grammarBenjamin Peterson2009-01-181-1/+1
* bytearrays are mutable sequencesBenjamin Peterson2009-01-181-1/+9
* Change an example in the docs to avoid a mistake when the code is copyThomas Heller2009-01-161-1/+1
* Minor changes/corrections in markup.Vinay Sajip2009-01-151-1/+5
* Made minor changes/corrections in markup. Added a couple of section headings.Vinay Sajip2009-01-151-21/+29