summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
* Issue 5032: added a step argument to itertools.count() and allowed non-integ...Raymond Hettinger2009-02-121-7/+10
* os.fsync() should be used to ensure that data is written to diskBenjamin Peterson2009-02-121-0/+5
* Clean-up named tuple docs.Raymond Hettinger2009-02-111-4/+5
* Issue 1818: collections.namedtuple() to support automatic renaming of invalid...Raymond Hettinger2009-02-101-1/+9
* a few edits and typosBenjamin Peterson2009-02-081-10/+11
* document numliterals fixerBenjamin Peterson2009-02-081-0/+4
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-0/+9
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-081-5/+20
* document individual 2to3 fixersBenjamin Peterson2009-02-071-10/+258
* make "super only for new-style classes" a note.Georg Brandl2009-02-071-2/+4
* #5174: fix wrong file closing in example.Georg Brandl2009-02-071-6/+4
* Implement issue #4285, convert sys.version_info to a namedEric Smith2009-02-061-1/+5
* #5031: fix Thread.daemon property docs.Georg Brandl2009-02-051-5/+6
* #4820: use correct module for ctypes.util.Georg Brandl2009-02-051-0/+1
* #4827: fix callback example.Georg Brandl2009-02-051-1/+1
* #5059: fix example.Georg Brandl2009-02-051-1/+1
* #5153: fix typo in example.Georg Brandl2009-02-051-1/+1
* Tweak the docs for Counter() objects.Raymond Hettinger2009-02-041-4/+4
* Doc fixes. Remove overbroad, redundant warnings. Fixup example code.Raymond Hettinger2009-02-041-27/+9
* 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
* fix indentationBenjamin Peterson2009-01-311-23/+23
* Text edits and markup fixesAndrew M. Kuchling2009-01-311-60/+64
* Minor spelling mistake in datetime docs.Brett Cannon2009-01-291-1/+1
* 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
* 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
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-251-7/+51
* Issue 4593: apply() documentation is unclearJesse Noller2009-01-221-1/+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
* 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
* #4923: clarify what was added.Georg Brandl2009-01-181-5/+6
* #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