summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Issue 5381: Add object_pairs_hook to the json module.Raymond Hettinger2009-03-191-3/+25
* a much better exampleBenjamin Peterson2009-03-181-18/+7
* I thought this was begging for an exampleBenjamin Peterson2009-03-171-0/+19
* Add token markup.Georg Brandl2009-03-161-1/+1
* Fix markup in re docs and give a mail address in regex howto, so thatGeorg Brandl2009-03-152-2/+2
* #5469: add with statement to list of name-binding constructs.Georg Brandl2009-03-151-3/+4
* #5276: document IDLESTARTUP and .Idle.py.Georg Brandl2009-03-151-0/+18
* #5478: fix copy-paste oversight in function signature.Georg Brandl2009-03-151-1/+1
* #5488: add missing struct member.Georg Brandl2009-03-151-0/+1
* #5491: clarify nested() semantics.Georg Brandl2009-03-151-4/+5
* #5493: clarify __nonzero__ docs.Georg Brandl2009-03-151-4/+5
* #5486: typos.Georg Brandl2009-03-135-11/+11
* Issue 5477: Fix buglet in the itertools documentation.Raymond Hettinger2009-03-121-3/+4
* Add reference to solution for a commonly asked question.Raymond Hettinger2009-03-121-0/+3
* Require implementations for warnings.showwarning() support the 'line' argument.Brett Cannon2009-03-111-3/+2
* Fix typo.Raymond Hettinger2009-03-101-1/+1
* For collections.deque() objects, expose the maxlen parameter as a read-only a...Raymond Hettinger2009-03-101-0/+9
* Update the decimal FAQ for the from_float() classmethod and improve the recip...Raymond Hettinger2009-03-101-34/+15
* Clarify the meaning of normal and subnormal.Raymond Hettinger2009-03-101-3/+7
* Update url for the spec.Raymond Hettinger2009-03-101-1/+1
* Fix markup.Raymond Hettinger2009-03-101-1/+1
* gzip and bz2 are context managersBenjamin Peterson2009-03-092-0/+10
* Add missing space.Georg Brandl2009-03-091-1/+1
* #5458: add a note when we started to raise RuntimeErrors.Georg Brandl2009-03-091-1/+6
* Add cross-reference to the collections docs.Raymond Hettinger2009-03-091-0/+6
* Add consume() recipe to itertools docs.Raymond Hettinger2009-03-091-0/+4
* Issue 5443: Fix typo.Raymond Hettinger2009-03-091-1/+1
* Minor bsddb documentation glitchJesus Cea2009-03-051-1/+1
* add exampleBenjamin Peterson2009-03-051-0/+6
* Fixed a typo.Facundo Batista2009-03-041-1/+1
* Remove obsolete stuff from string module docs.Georg Brandl2009-03-041-11/+8
* making the writing more formalBenjamin Peterson2009-03-031-26/+25
* Fix markup.Raymond Hettinger2009-03-031-1/+1
* Backport 70111: Let configparser use ordered dicts by default.Raymond Hettinger2009-03-031-0/+17
* Backport 70106: Add OrderedDict support to collections.namedtuple().Raymond Hettinger2009-03-031-5/+9
* Backport PEP 372: OrderedDict()Raymond Hettinger2009-03-031-2/+30
* Adds an optional flags argument to re.split, re.sub and re.subn to beGregory P. Smith2009-03-021-3/+16
* The note about caching of regular expression objects was incorrect ReST andGregory P. Smith2009-03-021-8/+12
* Fix docs for ConfigParser.Raymond Hettinger2009-03-011-2/+2
* Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} withJeffrey Yasskin2009-02-281-6/+16
* Binary flag is needed on windows.Hirokazu Yamamoto2009-02-281-2/+2
* #5365: add quick look conversion table for different time representations.Georg Brandl2009-02-271-0/+18
* #5344: fix punctuation.Georg Brandl2009-02-271-1/+1
* #5363: fix cmpfiles() docs. Another instance where a prose description is twi...Georg Brandl2009-02-271-9/+16
* #5361: fix typo.Georg Brandl2009-02-271-1/+1
* more info on long_descriptionTarek Ziadé2009-02-272-126/+157
* The curses panel library is now supportedAndrew M. Kuchling2009-02-261-1/+1
* Document that setting sys.py3kwarning wont do anything.Georg Brandl2009-02-261-1/+3
* fix str.format()'s first arg #5371Benjamin Peterson2009-02-261-1/+1
* Fix typo.Raymond Hettinger2009-02-261-1/+1