summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.Mark Dickinson2010-04-021-0/+1
* Add python.exe-gdb.py to svn:ignore, for the benefit of OS X developers.Mark Dickinson2010-04-020-0/+0
* Issue 8257: Decimal constructor to accept float.Raymond Hettinger2010-04-023-11/+45
* #6647: add note to two examplesAndrew M. Kuchling2010-04-021-2/+7
* #6647: document that catch_warnings is not thread-safeAndrew M. Kuchling2010-04-021-0/+8
* Backport some robotparser test and skip the test if the external resource is ...Florent Xicluna2010-04-021-5/+18
* #4440: modernize a use of filter(), making it compatible with 3.xAndrew M. Kuchling2010-04-021-1/+1
* Issue 7994: Make object.__format__ with a non-empty format string a PendingDe...Eric Smith2010-04-024-14/+106
* Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB isLarry Hastings2010-04-022-0/+6
* Capsule-related changes:Larry Hastings2010-04-026-3/+62
* Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.Mark Dickinson2010-04-023-6/+27
* Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation.Mark Dickinson2010-04-023-14/+60
* #8012: clarification in generator glossary entry.Georg Brandl2010-04-021-1/+3
* Document PyImport_ExecCodeModuleEx().Georg Brandl2010-04-022-0/+21
* Remove col-spanning cells in logging docs.Georg Brandl2010-04-021-4/+4
* Issue #2531: Make float-to-decimal comparisons return correct results.Mark Dickinson2010-04-024-13/+74
* Fix typo in unicode character name.Georg Brandl2010-04-021-1/+1
* #2768: add a note on how to get a file descriptor.Georg Brandl2010-04-021-0/+4
* Add 2.6.5.Georg Brandl2010-04-021-0/+1
* #7092: silence some py3k warningsFlorent Xicluna2010-04-024-6/+6
* #7092: Drop the cmp argument.Florent Xicluna2010-04-022-15/+2
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-0237-149/+169
* Cleanup itertools recipesRaymond Hettinger2010-04-021-8/+8
* Add and update itertools recipes.Raymond Hettinger2010-04-021-1/+23
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a...Florent Xicluna2010-04-016-21/+22
* Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets pi...Antoine Pitrou2010-04-011-0/+0
* Issue #8276: PyEval_CallObject() is now only available in macro form. TheAntoine Pitrou2010-04-013-16/+5
* Document link to Sorting HowToRaymond Hettinger2010-04-011-0/+3
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-019-1/+2083
* Fix a test_pydoc failure on Neal Norwitz's buildbot.Brian Curtin2010-04-011-1/+1
* A couple small grammar fixes in test.rst, and rewrite theR. David Murray2010-04-011-38/+46
* Add -Wd and -3 to the flags used to run the tests on Windows.Ezio Melotti2010-03-311-1/+1
* Add -Wd and -3 to the flags used to run the tests.Ezio Melotti2010-03-311-2/+2
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-3121-226/+112
* Fix typoFlorent Xicluna2010-03-311-1/+1
* Issue #8268: Old-style classes (not just instances) now support weakAntoine Pitrou2010-03-315-2/+29
* Fix test for xml.etree when using a non-ascii path. And use check_warnings i...Florent Xicluna2010-03-311-16/+26
* - Issue #8233: When run as a script, py_compile.py optionally takes a singleBarry Warsaw2010-03-312-10/+31
* Correct what was intended to be a single-tuple to just be a != check.Brian Curtin2010-03-311-1/+1
* Silence a py3k warning.Ezio Melotti2010-03-311-3/+6
* Revert r79179 and merge r75584 to explain how to implement a queue using coll...Ezio Melotti2010-03-311-14/+13
* Fix #8225. xml.etree was displaying an incorrect link when viewed in help.Brian Curtin2010-03-312-1/+8
* Revert rev. 79509; ctypes doesn't build on linux.Thomas Heller2010-03-3018-379/+2072
* Removed merge tracking for "svnmerge" forThomas Heller2010-03-300-0/+0
* Merged revisions 79115,79424,79491 via svnmerge fromThomas Heller2010-03-3018-2072/+379
* Fix small error in r79502Antoine Pitrou2010-03-301-4/+4
* Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.Antoine Pitrou2010-03-305-0/+35
* add inspect.getcallargs, which binds function arguments like a normal call #3135Benjamin Peterson2010-03-304-4/+306
* fix ACKS: alphabetic order and UTF-8Florent Xicluna2010-03-301-3/+3
* #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru...Florent Xicluna2010-03-302-12/+21