summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* backport r65264Benjamin Peterson2008-07-282-30/+64
* Clarify wordingAndrew M. Kuchling2008-07-281-1/+1
* clarify Popen argumentBenjamin Peterson2008-07-271-3/+4
* Remove math.sum tests related to overflow, special values, and behaviourMark Dickinson2008-07-271-65/+10
* Issue #3449: Update decimal module to use most recent specificationMark Dickinson2008-07-27143-322/+474
* note robotparser bug fix.Skip Montanaro2008-07-271-0/+2
* Close issue 3437 - missing state change when Allow lines are processed.Skip Montanaro2008-07-272-0/+74
* Shorten some overlong lines.Georg Brandl2008-07-261-3/+6
* disable some failing tests in test_locale due to a bug in locale.py.Antoine Pitrou2008-07-261-15/+14
* Remove extra wordsAndrew M. Kuchling2008-07-261-1/+1
* This sentence continues to bug me; rewrite it for the second timeAndrew M. Kuchling2008-07-261-2/+3
* Fix more buildbot failures on test_locale.Antoine Pitrou2008-07-261-5/+10
* try to fix most buildbot failures on test_locale + add a debug output for the...Antoine Pitrou2008-07-261-47/+69
* add a NEWS entryAntoine Pitrou2008-07-251-0/+3
* Raymond's patch for #1819: speedup function calls with named parametersAntoine Pitrou2008-07-251-22/+30
* add a pybench test for complex function calls (part of #1819)Antoine Pitrou2008-07-251-0/+58
* fix indentationBenjamin Peterson2008-07-251-1/+1
* convert test_locale to unittest, and add a mechanism to override localconv() ...Antoine Pitrou2008-07-252-119/+278
* #3394: zipfile.writestr doesn't set external attributes, so files are extract...Antoine Pitrou2008-07-253-0/+18
* Issue 1592: Better error reporting for operations on closed shelves.Raymond Hettinger2008-07-253-1/+29
* #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versionsAntoine Pitrou2008-07-252-1/+4
* document default value for fillvalueBenjamin Peterson2008-07-251-3/+4
* teach .bzrignore about doc toolsBenjamin Peterson2008-07-251-1/+4
* Make ctypes compatible with Python 2.3, 2.4, and 2.5 again.Thomas Heller2008-07-242-2/+16
* Fix indentation.Georg Brandl2008-07-241-3/+1
* Convert from long to Py_ssize_t.Raymond Hettinger2008-07-241-10/+11
* Finish conversion from int to Py_ssize_t.Raymond Hettinger2008-07-241-23/+23
* add some documentation for 2to3Benjamin Peterson2008-07-243-2/+82
* fix markupBenjamin Peterson2008-07-241-1/+1
* fix spacingBenjamin Peterson2008-07-241-1/+1
* Parse to the correct datatype.Raymond Hettinger2008-07-241-1/+1
* Finish-up the partial conversion from int to Py_ssize_t for deque indices and...Raymond Hettinger2008-07-241-23/+24
* Use correct indentation.Georg Brandl2008-07-231-14/+14
* Move opcode handling to Python's extension.Georg Brandl2008-07-231-0/+22
* 3k-warn about parser's "ast" aliases.Georg Brandl2008-07-233-5/+40
* use isinstanceBenjamin Peterson2008-07-231-1/+1
* bsddb module updated to version 4.7.2devel9.Jesus Cea2008-07-2316-669/+1312
* remove unneeded importBenjamin Peterson2008-07-221-1/+0
* One more attribution.Raymond Hettinger2008-07-221-2/+2
* Fix credits for math.sum()Raymond Hettinger2008-07-221-1/+2
* Tuples now have both count() and index().Raymond Hettinger2008-07-221-2/+4
* Remove out-of-date section on Exact/Inexact.Raymond Hettinger2008-07-221-8/+0
* Fix build issue on OSX 10.4, somehow this wasn't committed before.Ronald Oussoren2008-07-221-2/+2
* Fix buglet in fix for issue3381Ronald Oussoren2008-07-222-3/+3
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-227-14/+59
* don't use assert statementBenjamin Peterson2008-07-211-1/+1
* Issue2378: pdb would delete free variables when stepping into a class statement.Amaury Forgeot d'Arc2008-07-213-3/+28
* Increment version number in NEWS file, and move items that were added after 2...Amaury Forgeot d'Arc2008-07-211-13/+27
* On Windows, silence a Purify warning and initialize the memory passed to Cryp...Amaury Forgeot d'Arc2008-07-211-0/+1
* nonlocal is not in 2.6.Georg Brandl2008-07-211-4/+2