summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code style cleanup in bdb.Georg Brandl2010-11-291-31/+21
* Fix heading style inconsistencies.Georg Brandl2010-11-291-3/+3
* Fix indentation bug.Georg Brandl2010-11-291-9/+10
* Remove the comment used while testing.Senthil Kumaran2010-11-291-1/+0
* Fix #10561 - Fix pdb behavior. Delete the breakpoints by breakpoint number.Senthil Kumaran2010-11-295-9/+31
* Issue #10565: Iterator ABC should require both __next__ and __iter__.Raymond Hettinger2010-11-293-3/+13
* Use assertCountEqual instead of assertItemsEqualEzio Melotti2010-11-292-2/+2
* Do not add an obsolete unittest name to Py3.2.Raymond Hettinger2010-11-292-10/+0
* Fix for #8879.Brian Curtin2010-11-282-2/+23
* Add callable() to the built-in functions table.Ezio Melotti2010-11-281-9/+9
* there's now a setup.py switch for thisBenjamin Peterson2010-11-281-1/+1
* Windows: fix leak in posix_listdir.Stefan Krah2010-11-271-0/+1
* Issue #10518: Bring back the callable() builtin.Antoine Pitrou2010-11-275-14/+61
* Add version-added note twice for new difflib SequenceMatcher autojunk parameter.Terry Reedy2010-11-271-0/+6
* Make doc for PyErr_Format() up to date.Antoine Pitrou2010-11-271-74/+5
* Roumen Petrov's fix for when all paths are absolute. (Issue 10520)Barry Warsaw2010-11-271-1/+2
* Fix additional leaks.Stefan Krah2010-11-271-0/+2
* Issue 10242: unittest.assertItemsEqual makes too many assumptions.Raymond Hettinger2010-11-275-39/+60
* Replace _nbits() with int.bit_length().Raymond Hettinger2010-11-271-17/+1
* Rewrap long lines + minor editsÉric Araujo2010-11-261-11/+11
* Use link-generating markup (see #9312)Éric Araujo2010-11-261-1/+2
* Fixed deprecation warnings.Alexander Belopolsky2010-11-261-2/+2
* Further indentation cleanup.Stefan Krah2010-11-261-49/+49
* Issue #10383: Fix two leaks.Stefan Krah2010-11-261-7/+11
* Better example for os.system(): do not change the system time.Georg Brandl2010-11-261-3/+3
* Typo fix.Georg Brandl2010-11-261-2/+2
* Remove parenthetical remark that is confusing now that the module is not name...Georg Brandl2010-11-261-6/+5
* #10420: fix docs of bdb.effective().Georg Brandl2010-11-261-6/+4
* Modernize code in effective().Georg Brandl2010-11-261-21/+15
* Use PyLong_FromLong where appropriate.Georg Brandl2010-11-262-8/+5
* #10526: fix typo.Georg Brandl2010-11-261-1/+1
* Indentation cleanup.Stefan Krah2010-11-261-9/+9
* s/colour/color/gSenthil Kumaran2010-11-261-3/+3
* #10453 follow-up: Fix test_quiet on Windows, thanks to Stephan Krah.Éric Araujo2010-11-261-6/+8
* Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-259-36/+87
* Mouse support and colour to Demo/curses/life.py by Dafydd CrosbySenthil Kumaran2010-11-251-2/+36
* Fix compilation warnings seen on Windows.Amaury Forgeot d'Arc2010-11-251-7/+7
* Clean-up docstring, comments, and whitespace.Raymond Hettinger2010-11-251-5/+15
* Issue 2986: Add autojunk paramater to SequenceMatcher to turn off heuristic. ...Terry Reedy2010-11-254-40/+96
* sys.abiflags is not defined on all platforms.Barry Warsaw2010-11-251-1/+6
* sys.abiflags may not be defined on all platforms.Barry Warsaw2010-11-251-1/+5
* Add NEWS entry for r86732 and fix double function in the table.Ezio Melotti2010-11-242-4/+9
* Put /usr/local paths after the relative paths in library_dirs andBarry Warsaw2010-11-241-8/+18
* Fix #8879. Add os.link support to Windows.Brian Curtin2010-11-244-1/+66
* #10299: Add a table that lists all the built-in functions in functions.rstEzio Melotti2010-11-241-0/+18
* Final patch for issue 9807.Barry Warsaw2010-11-247-328/+332
* Remove unnecessary import.Barry Warsaw2010-11-241-1/+0
* ifdef a Windows specific section.Brian Curtin2010-11-241-0/+2
* Fix #10027. st_nlink not set on Windows calls to os.stat/lstat.Brian Curtin2010-11-242-302/+282
* Remove UTF-8 BOM.Georg Brandl2010-11-241-1/+1