summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update comments and add an optimized path for Counter.update().Raymond Hettinger2009-01-221-3/+5
* More doc tweaks.Raymond Hettinger2009-01-221-15/+12
* Blocked revisions 68760,68793,68813,68826,68829,68831 via svnmergeBenjamin Peterson2009-01-220-0/+0
* Blocked revisions 68843,68845 via svnmergeBenjamin Peterson2009-01-220-0/+0
* Tighten-up the docs for Counter().Raymond Hettinger2009-01-212-25/+26
* Simplify explanation of multiset operations by removing restrictions on negat...Raymond Hettinger2009-01-213-24/+17
* merge r68839 forward to py3kJesse Noller2009-01-212-3/+5
* Merged revisions 68835 via svnmerge fromAntoine Pitrou2009-01-213-0/+29
* Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...Vinay Sajip2009-01-213-20/+26
* Beautify and cleanup the references section.Raymond Hettinger2009-01-201-12/+19
* Revert part of r68799 which unintentionally updated this file.Raymond Hettinger2009-01-201-0/+0
* Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x.Mark Dickinson2009-01-203-2/+13
* Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with theMark Dickinson2009-01-205-128/+155
* Blocked revisions 68764,68766 via svnmergeBenjamin Peterson2009-01-200-0/+0
* Merged revisions 68797,68801 via svnmerge fromBenjamin Peterson2009-01-201-1/+1
* Blocked revisions 68807 via svnmergeBenjamin Peterson2009-01-200-0/+0
* Blocked revisions 68803,68805 via svnmergeBenjamin Peterson2009-01-200-0/+0
* Fix typos.Raymond Hettinger2009-01-201-3/+3
* Fix typoAntoine Pitrou2009-01-201-1/+1
* Issue 4998: Decimal should not subclass or register with numbers.Real.Raymond Hettinger2009-01-202-6/+5
* Forward port r68797: Fix-up jump targets in collections docs.Raymond Hettinger2009-01-201-15/+1
* Blocked revisions 68789,68792 via svnmergeBenjamin Peterson2009-01-200-0/+0
* Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ...Raymond Hettinger2009-01-203-14/+169
* Document the (very small) public API for importlib. As time goes on and someBrett Cannon2009-01-205-30/+111
* Clarify how the specify the name of a module with the 'module' directive.Brett Cannon2009-01-201-3/+3
* merge r68787 to py3kJesse Noller2009-01-201-3/+1
* Blocked revisions 68785 via svnmergeBenjamin Peterson2009-01-190-0/+0
* Merged revisions 68779 via svnmerge fromBenjamin Peterson2009-01-193-15/+32
* Merged revisions 68763,68773 via svnmerge fromBenjamin Peterson2009-01-192-6/+3
* merge r68768 to py3kJesse Noller2009-01-194-3/+33
* fix compiler warningBenjamin Peterson2009-01-191-1/+1
* reenable the invalid fd test for fdopenBenjamin Peterson2009-01-192-1/+3
* Merged revisions 68755 via svnmerge fromBenjamin Peterson2009-01-192-0/+24
* Remove a debugging print statement that accidentally got left in.Brett Cannon2009-01-191-1/+0
* Fix a typo in some code that is not tested or supported yet.Brett Cannon2009-01-191-1/+1
* Blocked revisions 68544-68545,68597 via svnmergeBenjamin Peterson2009-01-180-0/+0
* Merged revisions 68546 via svnmerge fromBenjamin Peterson2009-01-181-1/+46
* Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ...Benjamin Peterson2009-01-1813-45/+48
* Merged revisions 68568,68665 via svnmerge fromBenjamin Peterson2009-01-182-5/+5
* merge cl r68737 to py3kJesse Noller2009-01-183-24/+13
* Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge...Benjamin Peterson2009-01-185-35/+136
* Issue #4815: Offer conversion to UTF-8 if source files haveMartin v. Löwis2009-01-182-12/+31
* Issue #4008: Fix problems with non-ASCII source files.Martin v. Löwis2009-01-183-12/+21
* Correct issue number for 68728 checkinJesse Noller2009-01-181-1/+1
* Issues #10867: remove old cPickle imports from multiprocessingJesse Noller2009-01-183-10/+5
* #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
* Tests of case-sensitivity were being executed on OSs which did not have aBrett Cannon2009-01-183-4/+13
* Merge r68708 to py3k, fixes 4449Jesse Noller2009-01-184-9/+33