| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -0/+6 |
|
|
* | - A new pickle protocol (protocol 3) is added with explicit support | Guido van Rossum | 2008-03-17 | 1 | -0/+12 |
|
|
* | mention the zlib crc32/adler32 changes | Gregory P. Smith | 2008-03-17 | 1 | -0/+2 |
|
|
* | Bug #2301: Don't try decoding the source code into the original | Martin v. Löwis | 2008-03-17 | 1 | -0/+6 |
|
|
* | Patch from jbalogh fixes issue #2282 (misnamed seekable() method). | Ka-Ping Yee | 2008-03-17 | 2 | -0/+3 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 2 | -17/+20 |
|
|
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 1 | -1/+5 |
|
|
* | Default to ASCII as the locale.getpreferredencoding, if the POSIX | Martin v. Löwis | 2008-03-08 | 1 | -0/+7 |
|
|
* | Use wchar_t functions in _locale module. | Martin v. Löwis | 2008-03-08 | 1 | -0/+4 |
|
|
* | Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from | Christian Heimes | 2008-03-03 | 1 | -0/+1 |
|
|
* | Toss test.testall. | Brett Cannon | 2008-03-03 | 1 | -0/+3 |
|
|
* | Prep for 3.0a4 | Barry Warsaw | 2008-03-01 | 1 | -0/+7 |
|
|
* | Copyright and version tweaks for 3.0a3.v3.0a3 | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
|
|
* | Remove bogus entries from r60902 which was a problem from merging. There mig... | Neal Norwitz | 2008-03-01 | 1 | -1533/+0 |
|
|
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -2/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -0/+1 |
|
|
* | Patch from Georg Brandl: Fix co_lineno of decorated function and class object... | Christian Heimes | 2008-02-23 | 1 | -0/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -0/+2139 |
|
|
* | Move UserString to collections. | Raymond Hettinger | 2008-02-21 | 1 | -1/+2 |
|
|
* | Remove merge turds. | Guido van Rossum | 2008-02-21 | 1 | -26/+9 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -0/+1552 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-17 | 1 | -0/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 2 | -3/+64 |
|
|
* | Issue 2025: Add index() and count() methods to tuple so that it will follow | Raymond Hettinger | 2008-02-07 | 1 | -0/+3 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-06 | 1 | -197/+347 |
|
|
* | Update docs for collections ABCs and for collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -1/+0 |
|
|
* | Remove the old UserDict module. | Raymond Hettinger | 2008-02-06 | 1 | -1/+1 |
|
|
* | Put an updated UserDict class in the collections module and | Raymond Hettinger | 2008-02-05 | 1 | -0/+7 |
|
|
* | Remove DictMixin which is superceded by collections.MutableMapping | Raymond Hettinger | 2008-02-04 | 1 | -0/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 2 | -4/+16 |
|
|
* | Fixed multiple reinitialization of the Python interpreter. The small int list... | Christian Heimes | 2008-01-31 | 1 | -0/+3 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -0/+2 |
|
|
* | Fixed issue #1973: bytes.fromhex('') raises SystemError | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
* | Fixed #1969: split and rsplit in bytearray are inconsistent | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
* | Merged revisions 60383-60407 via svnmerge from | Christian Heimes | 2008-01-29 | 3 | -8/+9 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 1 | -0/+3 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+2 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 1 | -2/+4 |
|
|
* | Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed | Facundo Batista | 2008-01-19 | 1 | -0/+2 |
|
|
* | long(float('nan')) raises an OverflowError as discussed on the mailing list a... | Christian Heimes | 2008-01-15 | 1 | -0/+3 |
|
|
* | Fixed merge accident | Christian Heimes | 2008-01-15 | 1 | -905/+0 |
|
|
* | Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t... | Raymond Hettinger | 2008-01-14 | 1 | -0/+3 |
|
|
* | Take Tim's advice and have random.sample() support only sequences and sets. | Raymond Hettinger | 2008-01-14 | 1 | -0/+3 |
|
|
* | Remove defunct parts of the random module | Raymond Hettinger | 2008-01-13 | 1 | -0/+3 |
|
|
* | Merged revisions 59843-59863 via svnmerge from | Christian Heimes | 2008-01-09 | 1 | -0/+1 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -0/+896 |
|
|
* | Another patch for #1762972: __file__ points to the py file instead pyo/pyc file | Christian Heimes | 2008-01-07 | 1 | -0/+3 |
|
|
* | Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config... | Georg Brandl | 2008-01-07 | 1 | -2/+10 |
|
|
* | Copied doc for reload() from trunk's function.rst to imp.rst | Christian Heimes | 2008-01-07 | 2 | -0/+4 |
|
|