summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Beautify and cleanup the references section.Raymond Hettinger2009-01-201-12/+19
* Fix typos.Raymond Hettinger2009-01-201-3/+3
* Forward port r68797: Fix-up jump targets in collections docs.Raymond Hettinger2009-01-201-15/+1
* Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ...Raymond Hettinger2009-01-201-4/+33
* Document the (very small) public API for importlib. As time goes on and someBrett Cannon2009-01-202-0/+79
* Clarify how the specify the name of a module with the 'module' directive.Brett Cannon2009-01-201-3/+3
* Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ...Benjamin Peterson2009-01-187-38/+41
* Merged revisions 68568,68665 via svnmerge fromBenjamin Peterson2009-01-181-3/+3
* #4975: fix bytes/str issue.Georg Brandl2009-01-181-1/+1
* #4983: clarify what "byte sequence" is.Georg Brandl2009-01-181-5/+6
* #4984: fix number of types.Georg Brandl2009-01-181-1/+1
* Merge r68708 to py3k, fixes 4449Jesse Noller2009-01-181-3/+3
* Fix a few more references to long integers in the docs.Mark Dickinson2009-01-175-9/+9
* Issue #4910, patch 3/3: rename nb_long to nb_reservedMark Dickinson2009-01-171-1/+7
* Remove a couple of references to long in the c-api docsMark Dickinson2009-01-171-2/+2
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-169-49/+85
* Issue #1696199: Add collections.Counter().Raymond Hettinger2009-01-141-0/+134
* encoding returns bytes objectsBenjamin Peterson2009-01-131-36/+40
* Merged revisions 68425,68461,68498 via svnmerge fromBenjamin Peterson2009-01-132-5/+53
* remove docs for PyBytes_Format #4917Benjamin Peterson2009-01-121-6/+0
* ricos isn't supportedBenjamin Peterson2009-01-101-1/+0
* Issue #4910: replace "long" with "int" in docstring for __long__ slot andMark Dickinson2009-01-101-7/+4
* Corrected minor typo and added .currentmodule directives to fix missing cross...Vinay Sajip2009-01-101-3/+11
* Corrected an incorrect self-reference.Vinay Sajip2009-01-101-1/+0
* Minor documentation changes relating to NullHandler, the module used for hand...Vinay Sajip2009-01-101-2/+6
* Merged revisions 68167,68276,68292-68293,68344 via svnmerge fromBenjamin Peterson2009-01-091-15/+17
* Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge...Benjamin Peterson2009-01-0911-37/+447
* Merged revisions 68415 via svnmerge fromTarek Ziadé2009-01-093-37/+55
* Issue #4751: hashlib now releases the GIL when hashing large buffersAntoine Pitrou2009-01-081-0/+5
* Merge in r68394 fixing itertools.permutations() and combinations().Raymond Hettinger2009-01-081-3/+12
* Merged revisions 68378 via svnmerge fromMark Dickinson2009-01-071-3/+5
* #4614: document PyModule_Create and PyModuleDef struct.Georg Brandl2009-01-042-33/+102
* Merged revisions 68319 via svnmerge fromAntoine Pitrou2009-01-041-1/+10
* Remove 2.6 versionchanges, turn 2.7 ones into 3.1.Georg Brandl2009-01-049-26/+3
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-0321-43/+132
* Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 ...Georg Brandl2009-01-032-5/+5
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-0311-16/+16
* Merged revisions 68222 via svnmerge fromGeorg Brandl2009-01-032-3/+8
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-0318-152/+148
* Remove trailing whitespace.Georg Brandl2009-01-03127-825/+825
* Merged revisions 68219 via svnmerge fromGeorg Brandl2009-01-037-63/+62
* Merged revisions 68214-68215,68217-68218 via svnmerge fromGeorg Brandl2009-01-033-13/+241
* Issue 4796: Add from_float methods to the decimal module.Raymond Hettinger2009-01-031-0/+43
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-12/+12
* Merged revisions 68203 via svnmerge fromMartin v. Löwis2009-01-032-10/+0
* Issue #4615. Document how to use itertools for de-duping.Raymond Hettinger2009-01-021-0/+24
* #4808: move old API below new API doc.Georg Brandl2009-01-021-12/+14