| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Revert previous checkin; Tcl/Tk seems to build fine. | Martin v. Löwis | 2008-03-06 | 1 | -3/+0 |
|
|
* | Force rebuild of Tcl/Tk. | Martin v. Löwis | 2008-03-06 | 1 | -0/+3 |
|
|
* | Remove 1.5.2 incompatibility notes from RE docs. | Georg Brandl | 2008-03-06 | 1 | -6/+2 |
|
|
* | Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge... | Christian Heimes | 2008-03-04 | 112 | -3623/+39000 |
|
|
* | Merged revisions 61207 via svnmerge from | Christian Heimes | 2008-03-03 | 1 | -2/+2 |
|
|
* | Merged revisions 61203-61204 via svnmerge from | Christian Heimes | 2008-03-03 | 4 | -4/+22 |
|
|
* | Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from | Christian Heimes | 2008-03-03 | 7 | -2201/+805 |
|
|
* | Toss test.testall. | Brett Cannon | 2008-03-03 | 2 | -4/+3 |
|
|
* | Fixed failing unit tests due to str/bytes mismatch. | Alexandre Vassalotti | 2008-03-03 | 4 | -19/+22 |
|
|
* | Actually have test_largefile execute. Call to test.test_support.run_unittest() | Brett Cannon | 2008-03-03 | 1 | -0/+4 |
|
|
* | Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-... | Christian Heimes | 2008-03-02 | 23 | -63/+135 |
|
|
* | svnmerge.py block -r 61141,61174,61175 | Christian Heimes | 2008-03-02 | 0 | -0/+0 |
|
|
* | Prep for 3.0a4 | Barry Warsaw | 2008-03-01 | 2 | -1/+8 |
|
|
* | Tagging for 3.0a3 | Barry Warsaw | 2008-03-01 | 1 | -0/+1 |
|
|
* | Copyright and version tweaks for 3.0a3.v3.0a3 | Barry Warsaw | 2008-03-01 | 9 | -12/+12 |
|
|
* | Disable the cProfile test for now -- it's broken. | Barry Warsaw | 2008-03-01 | 2 | -3/+13 |
|
|
* | Change test_profile to only compare data that originates from the test file. | Brett Cannon | 2008-03-01 | 1 | -57/+11 |
|
|
* | When the _iter_mixin stopped inheritting from UsserDictMixin, it lost the | Neal Norwitz | 2008-03-01 | 1 | -0/+3 |
|
|
* | Remove bogus entries from r60902 which was a problem from merging. There mig... | Neal Norwitz | 2008-03-01 | 1 | -1533/+0 |
|
|
* | Fix failing itertools test: since revision 61118, | Mark Dickinson | 2008-03-01 | 1 | -1/+1 |
|
|
* | Make sure we get usable error messages when text could not be decoded when fe... | Gerhard Häring | 2008-02-29 | 2 | -1/+29 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Martin v. Löwis | 2008-02-29 | 2 | -2/+8 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Martin v. Löwis | 2008-02-29 | 9 | -33/+605 |
|
|
* | I forgot to start the unit test suite first. | Christian Heimes | 2008-02-29 | 1 | -5/+1 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-29 | 4 | -58/+447 |
|
|
* | Package 2to3. | Martin v. Löwis | 2008-02-28 | 1 | -1/+1 |
|
|
* | Merged revisions 61116 via svnmerge from | Martin v. Löwis | 2008-02-28 | 1 | -8/+2 |
|
|
* | As Guido says | Christian Heimes | 2008-02-28 | 1 | -2/+2 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -5/+6 |
|
|
* | iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if th... | Christian Heimes | 2008-02-28 | 1 | -0/+4 |
|
|
* | Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,... | Christian Heimes | 2008-02-28 | 1 | -25/+23 |
|
|