| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsolete note on binary-mode vs. text-mode file. | Alexandre Vassalotti | 2009-01-23 | 1 | -10/+0 |
|
|
* | Remove unnecessary copying in load_long(). | Alexandre Vassalotti | 2009-01-23 | 1 | -11/+3 |
|
|
* | Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from | Benjamin Peterson | 2009-01-23 | 6 | -62/+64 |
|
|
* | Ignore pyc and pyo files. | Brett Cannon | 2009-01-22 | 0 | -0/+0 |
|
|
* | Add some comment markers to more clearly delineate what different parts of the | Brett Cannon | 2009-01-22 | 1 | -1/+5 |
|
|
* | Add importlib.machinery with its first tenants, BuitinImporter and | Brett Cannon | 2009-01-22 | 7 | -75/+68 |
|
|
* | merge r68862 to py3k | Jesse Noller | 2009-01-22 | 1 | -1/+3 |
|
|
* | Blocked revisions 68850,68853 via svnmerge | Benjamin Peterson | 2009-01-22 | 0 | -0/+0 |
|
|
* | Fix markup for arguments in importlib docs. | Brett Cannon | 2009-01-22 | 1 | -2/+2 |
|
|
* | Followup of #4874: also fix multibytecodec.c | Antoine Pitrou | 2009-01-22 | 2 | -3/+13 |
|
|
* | Issue #4874: Most builtin decoders now reject unicode input. | Antoine Pitrou | 2009-01-22 | 3 | -14/+47 |
|
|
* | Update comments and add an optimized path for Counter.update(). | Raymond Hettinger | 2009-01-22 | 1 | -3/+5 |
|
|
* | More doc tweaks. | Raymond Hettinger | 2009-01-22 | 1 | -15/+12 |
|
|
* | Blocked revisions 68760,68793,68813,68826,68829,68831 via svnmerge | Benjamin Peterson | 2009-01-22 | 0 | -0/+0 |
|
|
* | Blocked revisions 68843,68845 via svnmerge | Benjamin Peterson | 2009-01-22 | 0 | -0/+0 |
|
|
* | Tighten-up the docs for Counter(). | Raymond Hettinger | 2009-01-21 | 2 | -25/+26 |
|
|
* | Simplify explanation of multiset operations by removing restrictions on negat... | Raymond Hettinger | 2009-01-21 | 3 | -24/+17 |
|
|
* | merge r68839 forward to py3k | Jesse Noller | 2009-01-21 | 2 | -3/+5 |
|
|
* | Merged revisions 68835 via svnmerge from | Antoine Pitrou | 2009-01-21 | 3 | -0/+29 |
|
|
* | Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat... | Vinay Sajip | 2009-01-21 | 3 | -20/+26 |
|
|
* | Beautify and cleanup the references section. | Raymond Hettinger | 2009-01-20 | 1 | -12/+19 |
|
|
* | Revert part of r68799 which unintentionally updated this file. | Raymond Hettinger | 2009-01-20 | 1 | -0/+0 |
|
|
* | Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. | Mark Dickinson | 2009-01-20 | 3 | -2/+13 |
|
|
* | Issue #4842, patch 1/2: fix pickle in Python 3.x so that pickling with the | Mark Dickinson | 2009-01-20 | 5 | -128/+155 |
|
|
* | Blocked revisions 68764,68766 via svnmerge | Benjamin Peterson | 2009-01-20 | 0 | -0/+0 |
|
|
* | Merged revisions 68797,68801 via svnmerge from | Benjamin Peterson | 2009-01-20 | 1 | -1/+1 |
|
|
* | Blocked revisions 68807 via svnmerge | Benjamin Peterson | 2009-01-20 | 0 | -0/+0 |
|
|
* | Blocked revisions 68803,68805 via svnmerge | Benjamin Peterson | 2009-01-20 | 0 | -0/+0 |
|
|
* | Fix typos. | Raymond Hettinger | 2009-01-20 | 1 | -3/+3 |
|
|
* | Fix typo | Antoine Pitrou | 2009-01-20 | 1 | -1/+1 |
|
|
* | Issue 4998: Decimal should not subclass or register with numbers.Real. | Raymond Hettinger | 2009-01-20 | 2 | -6/+5 |
|
|
* | Forward port r68797: Fix-up jump targets in collections docs. | Raymond Hettinger | 2009-01-20 | 1 | -15/+1 |
|
|
* | Blocked revisions 68789,68792 via svnmerge | Benjamin Peterson | 2009-01-20 | 0 | -0/+0 |
|
|
* | Forward port r68792 and r68789 putting Counter in __all__ and adding Counter ... | Raymond Hettinger | 2009-01-20 | 3 | -14/+169 |
|
|
* | Document the (very small) public API for importlib. As time goes on and some | Brett Cannon | 2009-01-20 | 5 | -30/+111 |
|
|
* | Clarify how the specify the name of a module with the 'module' directive. | Brett Cannon | 2009-01-20 | 1 | -3/+3 |
|
|
* | merge r68787 to py3k | Jesse Noller | 2009-01-20 | 1 | -3/+1 |
|
|
* | Blocked revisions 68785 via svnmerge | Benjamin Peterson | 2009-01-19 | 0 | -0/+0 |
|
|
* | Merged revisions 68779 via svnmerge from | Benjamin Peterson | 2009-01-19 | 3 | -15/+32 |
|
|
* | Merged revisions 68763,68773 via svnmerge from | Benjamin Peterson | 2009-01-19 | 2 | -6/+3 |
|
|
* | merge r68768 to py3k | Jesse Noller | 2009-01-19 | 4 | -3/+33 |
|
|
* | fix compiler warning | Benjamin Peterson | 2009-01-19 | 1 | -1/+1 |
|
|
* | reenable the invalid fd test for fdopen | Benjamin Peterson | 2009-01-19 | 2 | -1/+3 |
|
|
* | Merged revisions 68755 via svnmerge from | Benjamin Peterson | 2009-01-19 | 2 | -0/+24 |
|
|
* | Remove a debugging print statement that accidentally got left in. | Brett Cannon | 2009-01-19 | 1 | -1/+0 |
|
|
* | Fix a typo in some code that is not tested or supported yet. | Brett Cannon | 2009-01-19 | 1 | -1/+1 |
|
|
* | Blocked revisions 68544-68545,68597 via svnmerge | Benjamin Peterson | 2009-01-18 | 0 | -0/+0 |
|
|
* | Merged revisions 68546 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -1/+46 |
|
|
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 13 | -45/+48 |
|
|
* | Merged revisions 68568,68665 via svnmerge from | Benjamin Peterson | 2009-01-18 | 2 | -5/+5 |
|
|