summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Some minor cleanups in PyLong_FromLong:Mark Dickinson2009-01-241-12/+15
* Merged revisions 68885 via svnmerge fromMartin v. Löwis2009-01-244-4/+48
* Add a test for UNC import paths, see issue 3677Kristján Valur Jónsson2009-01-241-0/+21
* Issue 3677: Release the path string on py3kKristján Valur Jónsson2009-01-241-0/+1
* Factor common branch in load_long().Alexandre Vassalotti2009-01-241-5/+2
* merge 68874 to py3kwq!Jesse Noller2009-01-232-3/+10
* Merged revisions 68457 via svnmerge fromHirokazu Yamamoto2009-01-231-14/+18
* Clean up pickle usage examples.Alexandre Vassalotti2009-01-231-31/+18
* Issue 2980: Protocol 0 is not truly restricted to ASCII.Alexandre Vassalotti2009-01-231-2/+2
* 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