| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some minor cleanups in PyLong_FromLong: | Mark Dickinson | 2009-01-24 | 1 | -12/+15 |
|
|
* | Merged revisions 68885 via svnmerge from | Martin v. Löwis | 2009-01-24 | 4 | -4/+48 |
|
|
* | Add a test for UNC import paths, see issue 3677 | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+21 |
|
|
* | Issue 3677: Release the path string on py3k | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+1 |
|
|
* | Factor common branch in load_long(). | Alexandre Vassalotti | 2009-01-24 | 1 | -5/+2 |
|
|
* | merge 68874 to py3kwq! | Jesse Noller | 2009-01-23 | 2 | -3/+10 |
|
|
* | Merged revisions 68457 via svnmerge from | Hirokazu Yamamoto | 2009-01-23 | 1 | -14/+18 |
|
|
* | Clean up pickle usage examples. | Alexandre Vassalotti | 2009-01-23 | 1 | -31/+18 |
|
|
* | Issue 2980: Protocol 0 is not truly restricted to ASCII. | Alexandre Vassalotti | 2009-01-23 | 1 | -2/+2 |
|
|
* | 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 |
|
|