summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete note on binary-mode vs. text-mode file.Alexandre Vassalotti2009-01-231-10/+0
* Remove unnecessary copying in load_long().Alexandre Vassalotti2009-01-231-11/+3
* Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge fromBenjamin Peterson2009-01-236-62/+64
* Ignore pyc and pyo files.Brett Cannon2009-01-220-0/+0
* Add some comment markers to more clearly delineate what different parts of theBrett Cannon2009-01-221-1/+5
* Add importlib.machinery with its first tenants, BuitinImporter andBrett Cannon2009-01-227-75/+68
* merge r68862 to py3kJesse Noller2009-01-221-1/+3
* Blocked revisions 68850,68853 via svnmergeBenjamin Peterson2009-01-220-0/+0
* Fix markup for arguments in importlib docs.Brett Cannon2009-01-221-2/+2
* Followup of #4874: also fix multibytecodec.cAntoine Pitrou2009-01-222-3/+13
* Issue #4874: Most builtin decoders now reject unicode input.Antoine Pitrou2009-01-223-14/+47
* 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