summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-1/+3
* nonlocal is not in 2.6.Georg Brandl2008-07-211-4/+2
* #926501: add info where to put the docstring.Georg Brandl2008-07-202-5/+22
* Clean-up itertools docs and recipes.Raymond Hettinger2008-07-191-46/+19
* Fix compress() recipe in docs to use itertools.Raymond Hettinger2008-07-191-3/+3
* Add ordering info for findall and finditer.Georg Brandl2008-07-191-6/+9
* #3323: mention that if inheriting from a class without __slots__,Georg Brandl2008-07-191-0/+4
* Add recipe to the itertools docs.Raymond Hettinger2008-07-191-0/+15
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...Brett Cannon2008-07-181-0/+2
* Document the different meaning of precision for {:f} and {:g}.Georg Brandl2008-07-181-8/+12
* Issue #3389: Allow resolving dotted names for handlers in logging configurati...Vinay Sajip2008-07-181-1/+5
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-172-6/+5
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-172-5/+6
* #3388: add a paragraph about using "with" for file objects.Georg Brandl2008-07-161-0/+10
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...Eric Smith2008-07-161-2/+6
* Move label to correct heading.Georg Brandl2008-07-151-3/+2
* Issue #3008: add instance method float.hex and class method float.fromhexMark Dickinson2008-07-152-0/+74
* Expand the multiprocessing sectionAndrew M. Kuchling2008-07-141-10/+134
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixesAndrew M. Kuchling2008-07-141-3/+4
* Add various items; move ctypes items into a subsection of their ownAndrew M. Kuchling2008-07-131-16/+40
* Re-wordAndrew M. Kuchling2008-07-131-2/+2
* Add turtle into the module index.Martin v. Löwis2008-07-131-0/+4
* Correct a couple of errors in the updated catch_warning documentation (the Py...Nick Coghlan2008-07-131-2/+2
* Make test.test_support.catch_warnings more robust as discussed on python-dev....Nick Coghlan2008-07-131-9/+24
* Fixed typo.Alexandre Vassalotti2008-07-121-1/+1
* fix various doc typos #3320Benjamin Peterson2008-07-1220-35/+35
* Add cautionary note on the use of PySequence_Fast_ITEMS.Raymond Hettinger2008-07-111-0/+4
* Doc that robotparse has been renamed urllib.robotparser in Python 3.0.Brett Cannon2008-07-111-0/+6
* Doc that urlparse is named urllib.parse in Python 3.0.Brett Cannon2008-07-111-0/+6
* Document the fact that urllib2 spans multiple modules with new names in PythonBrett Cannon2008-07-111-0/+7
* Added garbage collector overhead and optional default return value toRobert Schuppenies2008-07-101-2/+9
* Add missing ABCs to list.Georg Brandl2008-07-081-36/+44
* Fix example to match textAndrew M. Kuchling2008-07-071-1/+1
* Add two items; rewrap paragraphAndrew M. Kuchling2008-07-061-3/+27
* Wording fixAndrew M. Kuchling2008-07-061-1/+1
* Fix opensearch template.Georg Brandl2008-07-061-14/+4
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-064-24/+12
* #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade.Georg Brandl2008-07-051-12/+66
* Give the pickle special methods a signature.Georg Brandl2008-07-041-118/+117
* let the term be linkedBenjamin Peterson2008-07-031-2/+2
* lowercase glossary termBenjamin Peterson2008-07-031-1/+1
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-031-1/+7
* Tweak wordingAndrew M. Kuchling2008-07-031-3/+3
* Issue #449227: Now with the rlcompleter module, callable objects areFacundo Batista2008-07-021-3/+3
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-0/+11
* add ABC to the glossaryBenjamin Peterson2008-07-012-7/+16
* #1410739: add a footnote about "is" and "unusual" behavior.Georg Brandl2008-07-011-1/+5
* #1523853: add note about fread().Georg Brandl2008-07-011-0/+4