| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 74921 via svnmerge from | Thomas Heller | 2009-09-18 | 2 | -2/+6 |
|
|
* | Merged revisions 74917 via svnmerge from | Thomas Heller | 2009-09-18 | 1 | -58/+73 |
|
|
* | Merged revisions 74843 via svnmerge from | Mark Dickinson | 2009-09-16 | 1 | -4/+0 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+1 |
|
|
* | Issue 6239: ctypes.c_char_p return value must return bytes. | Thomas Heller | 2009-09-04 | 1 | -1/+2 |
|
|
* | Merged revisions 74581 via svnmerge from | Amaury Forgeot d'Arc | 2009-08-29 | 1 | -4/+9 |
|
|
* | Backport of r77429. Not merged/blocked as svnmerge.py is not liking me right ... | Brett Cannon | 2009-08-13 | 1 | -1/+1 |
|
|
* | fix typo in c++ ifdef | Benjamin Peterson | 2009-08-12 | 1 | -1/+1 |
|
|
* | Merged revisions 74336 via svnmerge from | Antoine Pitrou | 2009-08-06 | 1 | -0/+13 |
|
|
* | Issue 5449: Fix io.BytesIO to not accept arbitrary keywords | Alexandre Vassalotti | 2009-08-04 | 1 | -1/+3 |
|
|
* | Merged revisions 74303 via svnmerge from | Mark Dickinson | 2009-08-04 | 1 | -1/+1 |
|
|
* | Issue 6637: defaultdict.copy() failed with an empty factory. | Raymond Hettinger | 2009-08-04 | 1 | -1/+4 |
|
|
* | Issue #6561: '\d' in a regular expression should match only Unicode | Mark Dickinson | 2009-07-28 | 1 | -1/+1 |
|
|
* | Issue #6218: Make io.BytesIO and io.StringIO picklable. | Alexandre Vassalotti | 2009-07-22 | 2 | -7/+258 |
|
|
* | Issue #6241: Better type checking for the arguments of io.StringIO. | Alexandre Vassalotti | 2009-07-22 | 1 | -4/+27 |
|
|
* | Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. | Alexandre Vassalotti | 2009-07-22 | 2 | -6/+10 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 3 | -76/+18 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+4 |
|
|
* | Merged revisions 74051-74052 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 2 | -4/+5 |
|
|
* | Use the proper autoconf macro for checking byte order. | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+1 |
|
|
* | Fix omission in a comment. | Alexandre Vassalotti | 2009-07-15 | 1 | -1/+1 |
|
|
* | Issue #2389: Implement a portable mechanism for pickling array objects. | Alexandre Vassalotti | 2009-07-15 | 1 | -49/+515 |
|
|
* | #6430: remove mention of "w" array typecode. | Georg Brandl | 2009-07-11 | 1 | -1/+0 |
|
|
* | Merged revisions 73916 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -0/+2 |
|
|
* | Merged revisions 73880 via svnmerge from | Mark Dickinson | 2009-07-07 | 1 | -1/+1 |
|
|
* | Merged revisions 73873 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-07 | 1 | -1/+1 |
|
|
* | Add the fix for issue 4509 to the mapping methods. | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+10 |
|
|
* | Fix array.extend and array.__iadd__ to handle the case where an array | Alexandre Vassalotti | 2009-07-05 | 1 | -3/+5 |
|
|
* | Issue 4509: Do not modify an array if we know the change would result | Alexandre Vassalotti | 2009-07-05 | 1 | -0/+8 |
|
|
* | Revert last change, which was incorrect. | Kristján Valur Jónsson | 2009-07-04 | 1 | -0/+6 |
|
|
* | http://bugs.python.org/issue6381 | Kristján Valur Jónsson | 2009-07-04 | 1 | -6/+0 |
|
|
* | Merged revisions 73818 via svnmerge from | Gregory P. Smith | 2009-07-04 | 1 | -0/+2 |
|
|
* | Merged revisions 73767 via svnmerge from | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
* | Merged revisions 73677,73681 via svnmerge from | Hirokazu Yamamoto | 2009-06-29 | 1 | -3/+13 |
|
|
* | Merged revisions 73675 via svnmerge from | Hirokazu Yamamoto | 2009-06-29 | 1 | -58/+2 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -4/+0 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 2 | -1/+3 |
|
|
* | Merged revisions 73603 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 2 | -305/+243 |
|
|
* | 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 |
|
|