summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-222-7/+258
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-221-4/+27
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-222-6/+10
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-213-76/+18
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-171-3/+4
* Merged revisions 74051-74052 via svnmerge fromAlexandre Vassalotti2009-07-172-4/+5
* Use the proper autoconf macro for checking byte order.Alexandre Vassalotti2009-07-171-1/+1
* Fix omission in a comment.Alexandre Vassalotti2009-07-151-1/+1
* Issue #2389: Implement a portable mechanism for pickling array objects.Alexandre Vassalotti2009-07-151-49/+515
* #6430: remove mention of "w" array typecode.Georg Brandl2009-07-111-1/+0
* Merged revisions 73916 via svnmerge fromAmaury Forgeot d'Arc2009-07-091-0/+2
* Merged revisions 73880 via svnmerge fromMark Dickinson2009-07-071-1/+1
* Merged revisions 73873 via svnmerge fromAmaury Forgeot d'Arc2009-07-071-1/+1
* Add the fix for issue 4509 to the mapping methods.Alexandre Vassalotti2009-07-051-0/+10
* Fix array.extend and array.__iadd__ to handle the case where an arrayAlexandre Vassalotti2009-07-051-3/+5
* Issue 4509: Do not modify an array if we know the change would resultAlexandre Vassalotti2009-07-051-0/+8
* Revert last change, which was incorrect.Kristján Valur Jónsson2009-07-041-0/+6
* http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-041-6/+0
* Merged revisions 73818 via svnmerge fromGregory P. Smith2009-07-041-0/+2
* Merged revisions 73767 via svnmerge fromJesus Cea2009-07-021-1/+1
* Merged revisions 73677,73681 via svnmerge fromHirokazu Yamamoto2009-06-291-3/+13
* Merged revisions 73675 via svnmerge fromHirokazu Yamamoto2009-06-291-58/+2
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-4/+0
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-282-1/+3
* Merged revisions 73603 via svnmerge fromHirokazu Yamamoto2009-06-282-305/+243
* add sys prefixBenjamin Peterson2009-06-241-3/+3
* Issue 6305: Clarify error message for large arguments to itertools.islice().Raymond Hettinger2009-06-231-3/+3
* - Issue #5590: Remove unused global variable in pyexpat extension.Matthias Klose2009-06-221-1/+0
* just throw a normal AttributeError for no buffer attributeBenjamin Peterson2009-06-141-9/+0
* Merged revisions 73425 via svnmerge fromHirokazu Yamamoto2009-06-141-1/+2
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-128-665/+660
* Fix for issue 6202Ronald Oussoren2009-06-071-33/+1
* stop throwing out all errors when PyObject_GetAttr failsBenjamin Peterson2009-06-061-6/+19
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-062-18/+21
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-041-41/+240
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-19/+0
* Issue #6183: Disables wcsftime on VC6.Hirokazu Yamamoto2009-06-031-1/+1
* Issue #5562: Use wcsftime for time.strftime where available.Martin v. Löwis2009-05-301-9/+42
* Issue #6097: Escape UTF-8 surrogates resulting from mbstocs conversionMartin v. Löwis2009-05-291-2/+18
* Merged revisions 73016 via svnmerge fromMartin v. Löwis2009-05-292-1/+2
* Issue #4859: Implement PEP 383 for pwd, spwd, and grp.Martin v. Löwis2009-05-293-26/+58
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-292-3/+31
* Fix TODO: do the sort by just the key, not the key/value pair.Raymond Hettinger2009-05-271-15/+20
* * Fix-up a TODO (support the sort_key option).Raymond Hettinger2009-05-271-20/+40
* Issue 6105: json encoder to respect iteration order of its inputs.Raymond Hettinger2009-05-271-5/+22
* Merged revisions 72930 via svnmerge fromCollin Winter2009-05-261-9/+8
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-15/+18
* Make variable declarations for opcodes in batch_dict_exact consistentAlexandre Vassalotti2009-05-251-5/+5
* Merged revisions 72909 via svnmerge fromCollin Winter2009-05-251-9/+81
* Make some private functions static (thanks `make smelly`)Antoine Pitrou2009-05-242-2/+3