| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 73768 via svnmerge from | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
* | Merged revisions 73684 via svnmerge from | Hirokazu Yamamoto | 2009-06-29 | 1 | -3/+13 |
|
|
* | Merged revisions 73623-73624 via svnmerge from | Benjamin Peterson | 2009-06-28 | 2 | -1/+3 |
|
|
* | add sys prefix | Benjamin Peterson | 2009-06-24 | 1 | -3/+3 |
|
|
* | Issue 6305: Clarify error message for large arguments to itertools.islice(). | Raymond Hettinger | 2009-06-23 | 1 | -3/+3 |
|
|
* | - Issue #5590: Remove unused global variable in pyexpat extension. | Matthias Klose | 2009-06-22 | 1 | -1/+0 |
|
|
* | just throw a normal AttributeError for no buffer attribute | Benjamin Peterson | 2009-06-14 | 1 | -9/+0 |
|
|
* | Merged revisions 73425 via svnmerge from | Hirokazu Yamamoto | 2009-06-14 | 1 | -1/+2 |
|
|
* | move to a naming scheme with all lowercase and underscores | Benjamin Peterson | 2009-06-12 | 8 | -665/+660 |
|
|
* | Fix for issue 6202 | Ronald Oussoren | 2009-06-07 | 1 | -33/+1 |
|
|
* | stop throwing out all errors when PyObject_GetAttr fails | Benjamin Peterson | 2009-06-06 | 1 | -6/+19 |
|
|
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 2 | -18/+21 |
|
|
* | Issue #6137: The pickle module now translates module names when loading | Antoine Pitrou | 2009-06-04 | 1 | -41/+240 |
|
|
* | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 1 | -19/+0 |
|
|
* | Issue #6183: Disables wcsftime on VC6. | Hirokazu Yamamoto | 2009-06-03 | 1 | -1/+1 |
|
|
* | Issue #5562: Use wcsftime for time.strftime where available. | Martin v. Löwis | 2009-05-30 | 1 | -9/+42 |
|
|
* | Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversion | Martin v. Löwis | 2009-05-29 | 1 | -2/+18 |
|
|
* | Merged revisions 73016 via svnmerge from | Martin v. Löwis | 2009-05-29 | 2 | -1/+2 |
|
|
* | Issue #4859: Implement PEP 383 for pwd, spwd, and grp. | Martin v. Löwis | 2009-05-29 | 3 | -26/+58 |
|
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 2 | -3/+31 |
|
|
* | Fix TODO: do the sort by just the key, not the key/value pair. | Raymond Hettinger | 2009-05-27 | 1 | -15/+20 |
|
|
* | * Fix-up a TODO (support the sort_key option). | Raymond Hettinger | 2009-05-27 | 1 | -20/+40 |
|
|
* | Issue 6105: json encoder to respect iteration order of its inputs. | Raymond Hettinger | 2009-05-27 | 1 | -5/+22 |
|
|
* | Merged revisions 72930 via svnmerge from | Collin Winter | 2009-05-26 | 1 | -9/+8 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -15/+18 |
|
|
* | Make variable declarations for opcodes in batch_dict_exact consistent | Alexandre Vassalotti | 2009-05-25 | 1 | -5/+5 |
|
|
* | Merged revisions 72909 via svnmerge from | Collin Winter | 2009-05-25 | 1 | -9/+81 |
|
|
* | Make some private functions static (thanks `make smelly`) | Antoine Pitrou | 2009-05-24 | 2 | -2/+3 |
|
|
* | Merged revisions 72887 via svnmerge from | Antoine Pitrou | 2009-05-24 | 1 | -2/+2 |
|
|
* | Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist) | Antoine Pitrou | 2009-05-24 | 1 | -3/+1 |
|
|
* | Merged revisions 72871-72872 via svnmerge from | Benjamin Peterson | 2009-05-23 | 1 | -1/+1 |
|
|
* | Issue #5761: Add the name of the underlying file to the repr() of various IO ... | Antoine Pitrou | 2009-05-23 | 3 | -8/+61 |
|
|
* | adjust Setup.dist to build _functools and _locale | Benjamin Peterson | 2009-05-23 | 1 | -4/+4 |
|
|
* | Merged revisions 72855 via svnmerge from | Antoine Pitrou | 2009-05-23 | 1 | -11/+17 |
|
|
* | Merged revisions 72852 via svnmerge from | Antoine Pitrou | 2009-05-23 | 1 | -17/+33 |
|
|
* | Issue #6093: Fix off-by-one error in locale.strxfrm. | Martin v. Löwis | 2009-05-23 | 1 | -1/+1 |
|
|
* | Merged revisions 72794 via svnmerge from | Mark Dickinson | 2009-05-20 | 1 | -2/+2 |
|
|
* | Fix a warning. | Georg Brandl | 2009-05-17 | 1 | -1/+1 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 2 | -25/+17 |
|
|
* | Silence compiler warning. | Raymond Hettinger | 2009-05-16 | 1 | -1/+1 |
|
|
* | Silence a compiler warning. | Raymond Hettinger | 2009-05-15 | 1 | -1/+1 |
|
|
* | correctly handle invalid operations on streams (like writing on a non-writabl... | Benjamin Peterson | 2009-05-14 | 1 | -1/+6 |
|
|
* | Merged revisions 72645 via svnmerge from | Antoine Pitrou | 2009-05-14 | 1 | -2/+2 |
|
|
* | Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr... | Antoine Pitrou | 2009-05-14 | 3 | -22/+112 |
|
|
* | Issue #5990: fix memory leak introduced by PEP 383 commits | Antoine Pitrou | 2009-05-10 | 1 | -2/+5 |
|
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 3 | -7/+7 |
|
|
* | Clean up some int/long detection remnants in resource module. | Mark Dickinson | 2009-05-08 | 1 | -4/+2 |
|
|
* | Merged revisions 72479 via svnmerge from | Mark Dickinson | 2009-05-08 | 1 | -6/+6 |
|
|
* | Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,... | Benjamin Peterson | 2009-05-08 | 1 | -0/+207 |
|
|
* | Merged revisions 72404-72406 via svnmerge from | Walter Dörwald | 2009-05-06 | 1 | -1/+2 |
|
|