summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #5566: remove duplicate entry.Georg Brandl2009-03-311-13/+3
* Update HTTPResponse documentation and add placeholder for HTTPMessage.Jeremy Hylton2009-03-311-4/+26
* Document public attributes of urllib.request.Request.Jeremy Hylton2009-03-311-40/+78
* Change email address.Jeremy Hylton2009-03-311-1/+1
* Fix segfaults when running test_exceptions with coverage tracing, caused by w...Georg Brandl2009-03-311-0/+46
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-301-1/+1
* Make sure time.strptime only accepts strings (and document the fact likeBrett Cannon2009-03-301-6/+8
* Remove merging leftover.Georg Brandl2009-03-301-1/+0
* Thorough review of importlib docs. Reviewed by Brett himself.Guido van Rossum2009-03-301-34/+50
* Merged revisions 70746 via svnmerge fromRonald Oussoren2009-03-301-1/+1
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-301-6/+22
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-3012-8/+20
* Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from structMark Dickinson2009-03-291-0/+10
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-291-1/+1
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-1/+1
* Publicize 3.1-specific performance enhancementsAntoine Pitrou2009-03-281-0/+24
* Merged revisions 70647,70652 via svnmerge fromAntoine Pitrou2009-03-281-0/+12
* Merged revisions 70648 via svnmerge fromGeorg Brandl2009-03-281-0/+10
* Fix some string encoding issues with entity bodies in HTTP requests.Jeremy Hylton2009-03-271-8/+16
* wild card import is only allowed at the module levelBenjamin Peterson2009-03-251-4/+4
* clarify the type of data returnedSkip Montanaro2009-03-251-2/+2
* fix function nameBenjamin Peterson2009-03-241-1/+1
* fix some versionchanged and versionadded directivesBenjamin Peterson2009-03-241-11/+3
* Merged revisions 70558,70561-70563,70568-70571 via svnmerge fromBenjamin Peterson2009-03-241-387/+417
* Add links to related resources.Raymond Hettinger2009-03-241-0/+6
* For some reason rst docs like an initial 3 space indent.Raymond Hettinger2009-03-231-23/+23
* Merged revisions 70555 via svnmerge fromBenjamin Peterson2009-03-231-5/+129
* PyString_FromString -> PyUnicode_FromStringBenjamin Peterson2009-03-231-4/+5
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-0/+25
* more about the file type's death #5513Benjamin Peterson2009-03-231-1/+2
* sync open() docs moreBenjamin Peterson2009-03-232-49/+52
* fix docs about open's return value #5539Benjamin Peterson2009-03-232-18/+33
* fix incorrect mergeBenjamin Peterson2009-03-221-23/+23
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-219-13/+42
* Document import's semantics for the language reference. This includes fillingBrett Cannon2009-03-213-55/+169
* Add MutableSet example.Raymond Hettinger2009-03-201-1/+6
* Add ..versionadded for sys.int_info, update py3k version ofMark Dickinson2009-03-202-0/+26
* Forward port r70470 and r70473 for OrderedDict to use a doubly linked list.Raymond Hettinger2009-03-191-2/+10
* Issue #4258: Make it possible to use 30-bit digits for PyLongs:Mark Dickinson2009-03-182-0/+40
* Fix a doc typo.Brett Cannon2009-03-161-1/+1
* Merged revisions 70397 via svnmerge fromGeorg Brandl2009-03-151-3/+4
* Implement InspectLoader for FrozenImporter.Brett Cannon2009-03-151-1/+2
* Fix docs for __import__ that say the default for 'level' is -1; it's actuallyBrett Cannon2009-03-151-6/+5
* Implement InspectLoader for BuiltinImporter.Brett Cannon2009-03-151-10/+11
* #5486: typos.Georg Brandl2009-03-1315-27/+27
* 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
* Record version added as 3.1.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
* Implement importlib.util.set_loader: a decorator to automatically setBrett Cannon2009-03-101-1/+9