summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 72887 via svnmerge fromAntoine Pitrou2009-05-241-2/+2
* Try to fix building under Windows (where SIZEOF_PID_T apparently doesn't exist)Antoine Pitrou2009-05-241-3/+1
* Merged revisions 72871-72872 via svnmerge fromBenjamin Peterson2009-05-231-1/+1
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-233-8/+61
* adjust Setup.dist to build _functools and _localeBenjamin Peterson2009-05-231-4/+4
* Merged revisions 72855 via svnmerge fromAntoine Pitrou2009-05-231-11/+17
* Merged revisions 72852 via svnmerge fromAntoine Pitrou2009-05-231-17/+33
* Issue #6093: Fix off-by-one error in locale.strxfrm.Martin v. Löwis2009-05-231-1/+1
* Merged revisions 72794 via svnmerge fromMark Dickinson2009-05-201-2/+2
* Fix a warning.Georg Brandl2009-05-171-1/+1
* Merged revisions 72698-72699 via svnmerge fromHirokazu Yamamoto2009-05-172-25/+17
* Silence compiler warning.Raymond Hettinger2009-05-161-1/+1
* Silence a compiler warning.Raymond Hettinger2009-05-151-1/+1
* correctly handle invalid operations on streams (like writing on a non-writabl...Benjamin Peterson2009-05-141-1/+6
* Merged revisions 72645 via svnmerge fromAntoine Pitrou2009-05-141-2/+2
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-143-22/+112
* Issue #5990: fix memory leak introduced by PEP 383 commitsAntoine Pitrou2009-05-101-2/+5
* Rename utf8b error handler to surrogateescape.Martin v. Löwis2009-05-103-7/+7
* Clean up some int/long detection remnants in resource module.Mark Dickinson2009-05-081-4/+2
* Merged revisions 72479 via svnmerge fromMark Dickinson2009-05-081-6/+6
* Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,...Benjamin Peterson2009-05-081-0/+207
* Merged revisions 72404-72406 via svnmerge fromWalter Dörwald2009-05-061-1/+2