summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #1661108: note that urlsafe encoded string can contain "=".Georg Brandl2009-02-131-1/+2
* #3734: document complex coercing behavior better.Georg Brandl2009-02-131-1/+2
* #4894: document "newurl" parameter to redirect_request().Georg Brandl2009-02-131-5/+6
* #5158: added documentation on the depends option in distutils extensionsTarek Ziadé2009-02-132-0/+5
* Add links to the other versions we have in stock.Georg Brandl2009-02-131-3/+8
* 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 #5175: PyLong_AsUnsignedLongLong now raises OverflowError forMark Dickinson2009-02-101-6/+17
* 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-082-6/+30
* document individual 2to3 fixersBenjamin Peterson2009-02-072-10/+259
* 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
* fix download linkBenjamin Peterson2009-02-061-1/+1
* 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
* #4563: disable alpha and roman lists, fixes wrong formatting of contributor l...Georg Brandl2009-02-051-0/+8
* #4820: use correct module for ctypes.util.Georg Brandl2009-02-051-0/+1
* #4827: fix callback example.Georg Brandl2009-02-051-1/+1
* #5015: document PythonHome API functions.Georg Brandl2009-02-051-0/+14
* PyErr_PrintEx is also in 2.x...Georg Brandl2009-02-051-1/+10
* #5059: fix example.Georg Brandl2009-02-051-1/+1
* #5144: document that PySys_SetArgv prepends the script directory (or the empt...Georg Brandl2009-02-051-7/+11
* #5153: fix typo in example.Georg Brandl2009-02-051-1/+1
* Clarify that named tuples do not have to subclass tuple.Raymond Hettinger2009-02-041-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
* 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