summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close the file before trying to remove the directory so it works on Windows.Neal Norwitz2008-03-041-1/+2
* #2230: document that PyArg_* leaves addresses alone on error.Georg Brandl2008-03-041-4/+8
* Fix some patch attributions.Georg Brandl2008-03-041-2/+4
* Beef-up docs and tests for itertools. Fix-up end-case for product().Raymond Hettinger2008-03-043-19/+145
* Thesis night results: add various itemsAndrew M. Kuchling2008-03-041-12/+162
* Add versionadded tagsAndrew M. Kuchling2008-03-041-0/+4
* Typo fixAndrew M. Kuchling2008-03-041-1/+1
* Fix sentence fragmentAndrew M. Kuchling2008-03-041-2/+2
* Grammar fix; markup fixAndrew M. Kuchling2008-03-041-2/+2
* Typo fixAndrew M. Kuchling2008-03-041-1/+1
* Issue 2226: Callable checked for the wrong abstract method.Raymond Hettinger2008-03-031-1/+1
* Remove dependency on itertools -- a simple genexp suffices.Raymond Hettinger2008-03-031-2/+2
* Expand a bit on genexp scopes.Georg Brandl2008-03-031-8/+9
* Actually import itertools.Georg Brandl2008-03-031-0/+1
* 15 -> 16, the 2ndGeorg Brandl2008-03-031-1/+1
* There are now sixteen isfoo functions.Georg Brandl2008-03-031-1/+1
* 15 -> 16Christian Heimes2008-03-031-2/+2
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-035-4/+24
* Initialized merge tracking via "svnmerge" with revisions "1-60195" fromChristian Heimes2008-03-030-0/+0
* Only DECREF if ret != NULLNeal Norwitz2008-03-031-1/+1
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-039-36/+63
* Add a note in the main test class' docstring that the order of execution of theBrett Cannon2008-03-031-2/+9
* Add a note in the main test class' docstring that the order of execution of theBrett Cannon2008-03-031-0/+4
* Move test_largefile over to using 'with' statements for open files.Brett Cannon2008-03-031-28/+18
* compile.c always emits END_FINALLY after WITH_CLEANUP, so predict that inJeffrey Yasskin2008-03-031-0/+2
* Refactor test_logging to use unittest. This should finally solve the flakinessBrett Cannon2008-03-033-2164/+753
* Modify import of test_support so that the code can also be used with aGregory P. Smith2008-03-0215-15/+73
* Fix factual error.Georg Brandl2008-03-021-5/+6
* Make clear that the constants are strings.Georg Brandl2008-03-021-15/+15
* Added note about update of sqlite3 module.Gerhard Häring2008-03-021-0/+2
* Made sqlite3 module's regression tests work with SQLite versions that don'tGerhard Häring2008-03-021-2/+3
* Handle 0-tuples which can be singletons.Raymond Hettinger2008-03-021-1/+1
* Simplify code for itertools.product().Raymond Hettinger2008-03-021-13/+2
* Tighten example code.Raymond Hettinger2008-03-021-1/+1
* Finish-up docs for combinations() and permutations() in itertools.Raymond Hettinger2008-03-021-10/+30
* New default basename for HTML help files.Georg Brandl2008-03-021-1/+1
* Make patchlevel print out the release if called as a script.Georg Brandl2008-03-021-0/+3
* Update year.Georg Brandl2008-03-022-2/+2
* It's 2.6 now.Georg Brandl2008-03-021-1/+1
* Set things up for 2.6a2.Barry Warsaw2008-03-012-1/+7
* Tagging 2.6a1... again!Barry Warsaw2008-03-011-0/+1
* More copyright year and version number bumpsv2.6a1Barry Warsaw2008-03-015-6/+7
* Give IDLE a release dateBarry Warsaw2008-03-011-1/+1
* Untagging.Barry Warsaw2008-03-011-0/+1
* Tagging 2.6a1Barry Warsaw2008-03-011-0/+1
* Add date to NEWSBarry Warsaw2008-03-011-1/+1
* fix typoFred Drake2008-03-011-1/+1
* bump idle version numberBarry Warsaw2008-03-011-1/+1
* Bump to version 2.6a1Barry Warsaw2008-03-012-4/+4
* Updated to pysqlite 2.4.1. Documentation additions will come later.Gerhard Häring2008-02-2917-216/+781