| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 33 | -962/+980 |
|
|
* | block r61491 | Christian Heimes | 2008-03-18 | 0 | -0/+0 |
|
|
* | In TextIOWrapper: | Ka-Ping Yee | 2008-03-18 | 2 | -69/+115 |
|
|
* | Make TextIOWrapper's seek/tell work properly with stateful decoders; | Ka-Ping Yee | 2008-03-18 | 3 | -111/+369 |
|
|
* | Blocked revisions 61492 via svnmerge | Guido van Rossum | 2008-03-18 | 0 | -0/+0 |
|
|
* | Blocked revisions 61489 via svnmerge | Guido van Rossum | 2008-03-18 | 0 | -0/+0 |
|
|
* | Blocked revisions 61486 via svnmerge | Guido van Rossum | 2008-03-18 | 0 | -0/+0 |
|
|
* | Blocked revisions 61478 via svnmerge | Guido van Rossum | 2008-03-18 | 0 | -0/+0 |
|
|
* | Blocked revisions 61475 via svnmerge | Guido van Rossum | 2008-03-18 | 0 | -0/+0 |
|
|
* | - A new pickle protocol (protocol 3) is added with explicit support | Guido van Rossum | 2008-03-17 | 6 | -55/+165 |
|
|
* | Whoops, I missed a few more places that were using slicing from the operator ... | Neal Norwitz | 2008-03-17 | 3 | -39/+2 |
|
|
* | 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 | 4 | -74/+18 |
|
|
* | Patch from jbalogh fixes issue #2282 (misnamed seekable() method). | Ka-Ping Yee | 2008-03-17 | 4 | -1/+10 |
|
|
* | Document the expected convention for getstate() (as explained to me by Guido). | Ka-Ping Yee | 2008-03-17 | 1 | -1/+3 |
|
|
* | zlib.crc32 and zlib.adler32 now return an unsigned value as any sane person | Gregory P. Smith | 2008-03-17 | 3 | -2/+14 |
|
|
* | use PyBUF_LOCK instead of PyBUF_SIMPLE for bsddb data access as it'll often | Gregory P. Smith | 2008-03-17 | 1 | -4/+3 |
|
|
* | Added tests for tokenize, blocked corresponding checkin from trunk. | Eric Smith | 2008-03-17 | 1 | -2/+10 |
|
|
* | Renamed test_hexoct.py to test_int_literal.py, to match r61422 in the trunk. | Eric Smith | 2008-03-17 | 2 | -116/+147 |
|
|
* | Add missing parameter spotted by Jared Flatow | Neal Norwitz | 2008-03-17 | 1 | -1/+1 |
|
|
* | Remove __{get,set,del}slice__ dingleberries. | Neal Norwitz | 2008-03-17 | 1 | -47/+0 |
|
|
* | Blocked r61442, which is a backport of PEP 3127 features already in py3k. | Eric Smith | 2008-03-17 | 0 | -0/+0 |
|
|
* | Remove the "unsafe" flag on peek() -- it is no longer used, because | Ka-Ping Yee | 2008-03-17 | 1 | -13/+8 |
|
|
* | Block r61438 from forward porting sinc it's a classic-classes fix. | Jeffrey Yasskin | 2008-03-17 | 0 | -0/+0 |
|
|
* | Clean up svnmerge properties | Christian Heimes | 2008-03-16 | 0 | -0/+0 |
|
|
* | Merged revisions 61413-61414 via svnmerge from | Christian Heimes | 2008-03-16 | 2 | -29/+7 |
|
|
* | Fix doctests in test_tokenize by converting Python 2.x syntax | Mark Dickinson | 2008-03-16 | 1 | -49/+49 |
|
|
* | Fix datetime_strptime following svnmerge from trunk; it was | Mark Dickinson | 2008-03-16 | 1 | -1/+1 |
|
|
* | Fix failing test test_bool following merge from trunk. | Mark Dickinson | 2008-03-16 | 1 | -1/+1 |
|
|
* | Merged revisions 61404-61407 via svnmerge from | Christian Heimes | 2008-03-16 | 5 | -64/+17 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 104 | -1775/+2528 |
|
|
* | Fix an apparent typo. This test of the readonly boolean should have been != 0 | Gregory P. Smith | 2008-03-15 | 1 | -1/+1 |
|
|
* | Fix crasher in unpacking assignments with star, where the size constraints | Thomas Wouters | 2008-03-14 | 2 | -0/+27 |
|
|
* | #2285: remove cmp keyword from list.sort docstring. | Georg Brandl | 2008-03-14 | 1 | -1/+1 |
|
|
* | In Py3.0, the recipes can use keyword-only arguments instead of using the **k... | Raymond Hettinger | 2008-03-13 | 1 | -6/+4 |
|
|
* | Sync-up with doc improvements in Py2.6 | Raymond Hettinger | 2008-03-13 | 2 | -72/+63 |
|
|
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 11 | -476/+281 |
|
|
* | The texcheck script is not needed with reST documentation. | Raymond Hettinger | 2008-03-13 | 1 | -233/+0 |
|
|
* | Rename ifilterfalse() to filterfalse() and izip_longest() to zip_longest(). | Raymond Hettinger | 2008-03-13 | 4 | -93/+93 |
|
|
* | Issues 2186 and 2187. Move map() from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 8 | -203/+158 |
|
|
* | Issue 2186 and 2187. Move filter from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 5 | -180/+138 |
|
|
* | Merged revisions 61330 via svnmerge from | Georg Brandl | 2008-03-12 | 1 | -3/+4 |
|
|
* | Also set LC_CTYPE, to allow localeconv string conversion. | Martin v. Löwis | 2008-03-10 | 1 | -3/+7 |
|
|
* | strxfrm and strcoll are conditionally defined, alwsy provide some impl | Neal Norwitz | 2008-03-10 | 1 | -11/+17 |
|
|
* | Fix another buffer overflow. | Martin v. Löwis | 2008-03-08 | 1 | -1/+1 |
|
|
* | Skip tests if the file mapping file cannot be fetched. | Martin v. Löwis | 2008-03-08 | 1 | -1/+4 |
|
|
* | Default to ASCII as the locale.getpreferredencoding, if the POSIX | Martin v. Löwis | 2008-03-08 | 2 | -1/+12 |
|
|
* | Fix typo in assertion. | Martin v. Löwis | 2008-03-08 | 1 | -1/+1 |
|
|
* | Properly size memory blocks in units of wchar_t. | Martin v. Löwis | 2008-03-08 | 1 | -4/+4 |
|
|
* | Use wchar_t functions in _locale module. | Martin v. Löwis | 2008-03-08 | 5 | -45/+96 |
|
|