| Commit message (Expand) | Author | Age | Files | Lines |
* | "make install" is now an alias for "make altinstall", to prevent | Guido van Rossum | 2008-04-07 | 1 | -0/+5 |
|
|
* | Bug #2565: The repr() of type objects now calls them 'class', | Martin v. Löwis | 2008-04-07 | 1 | -0/+3 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -0/+4 |
|
|
* | Merged revisions 62149, 62153, 62154 via svnmerge from | Thomas Heller | 2008-04-04 | 1 | -0/+4 |
|
|
* | Merged revisions 62145 via svnmerge from | Thomas Heller | 2008-04-04 | 1 | -0/+5 |
|
|
* | post release updates | Barry Warsaw | 2008-04-04 | 1 | -0/+15 |
|
|
* | release.py induced and manual editing steps for 3.0a4.v3.0a4 | Barry Warsaw | 2008-04-02 | 2 | -3/+5 |
|
|
* | release.py wants to rename the spec file. | Barry Warsaw | 2008-04-02 | 1 | -0/+0 |
|
|
* | Fixed NEWS due to my bad merging skills | Benjamin Peterson | 2008-04-02 | 1 | -197/+2 |
|
|
* | Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from | Benjamin Peterson | 2008-04-02 | 1 | -2/+197 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -0/+1 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -4/+3 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 2 | -0/+14 |
|
|
* | Merged revisions 61892,61900 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+3 |
|
|
* | Merged the ACKS from 2.6 | Benjamin Peterson | 2008-03-25 | 1 | -65/+54 |
|
|
* | Merged revisions 61846-61847 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -0/+1 |
|
|
* | Remove the dl module per PEP 3108. | Neal Norwitz | 2008-03-24 | 1 | -0/+2 |
|
|
* | Add build_py_2to3. | Martin v. Löwis | 2008-03-22 | 1 | -0/+4 |
|
|
* | Merged revisions 61672,61674,61676-61678,61681,61683-61684 via svnmerge from | Christian Heimes | 2008-03-21 | 1 | -0/+3 |
|
|
* | Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,... | Christian Heimes | 2008-03-19 | 2 | -0/+3 |
|
|
* | Blocked 61577, implementation of print function. | Eric Smith | 2008-03-18 | 1 | -0/+1 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 2 | -1/+8 |
|
|
* | 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 |
|
|