summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* turn this into a macroBenjamin Peterson2009-05-062-39/+2
* Merged revisions 72367 via svnmerge fromBenjamin Peterson2009-05-051-5/+5
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-0514-67/+220
* Merged revisions 72357 via svnmerge fromBenjamin Peterson2009-05-051-0/+9
* Merged revisions 72344 via svnmerge fromMark Dickinson2009-05-052-3/+3
* Issue #5943: Fix lchflags crash.Martin v. Löwis2009-05-051-1/+1
* Added missing semicolon.Eric Smith2009-05-051-1/+1
* Merged revisions 72314 via svnmerge fromGeorg Brandl2009-05-051-3/+3
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-053-230/+405
* remove old undocumented compat interfaces in hashlib and pwd #5881Benjamin Peterson2009-05-044-16/+3
* Merged revisions 72273 via svnmerge fromHirokazu Yamamoto2009-05-041-6/+7
* Merge refactoring I did when committing r72267 to trunk into theGregory P. Smith2009-05-041-33/+27
* Issue #5914: Add new C-API function PyOS_string_to_double, to complementMark Dickinson2009-05-032-7/+56
* Merged revisions 72223 via svnmerge fromAntoine Pitrou2009-05-021-1/+15
* Fixed warning. (Should not use *const* as variable name)Hirokazu Yamamoto2009-05-021-1/+1