Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only DECREF if ret != NULL | Neal Norwitz | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | Add test_main() functions to various tests where it was simple to do. Done so | Brett Cannon | 2008-03-03 | 9 | -36/+63 |
| | | | | | that regrtest can execute the test_main() directly instead of relying on import side-effects. | ||||
* | Add a note in the main test class' docstring that the order of execution of the | Brett Cannon | 2008-03-03 | 1 | -2/+9 |
| | | | | tests is important. | ||||
* | Add a note in the main test class' docstring that the order of execution of the | Brett Cannon | 2008-03-03 | 1 | -0/+4 |
| | | | | tests is important. | ||||
* | Move test_largefile over to using 'with' statements for open files. | Brett Cannon | 2008-03-03 | 1 | -28/+18 |
| | | | | Also rename the driver function to test_main() instead of main_test(). | ||||
* | compile.c always emits END_FINALLY after WITH_CLEANUP, so predict that in | Jeffrey Yasskin | 2008-03-03 | 1 | -0/+2 |
| | | | | ceval.c. This is worth about a .03-.04us speedup on a simple with block. | ||||
* | Refactor test_logging to use unittest. This should finally solve the flakiness | Brett Cannon | 2008-03-03 | 3 | -2164/+753 |
| | | | | | | issues. Thanks to Antoine Pitrou for the patch. | ||||
* | Modify import of test_support so that the code can also be used with a | Gregory P. Smith | 2008-03-02 | 15 | -15/+73 |
| | | | | | stand alone distribution of bsddb that includes its own small copy of test_support for the needed functionality on older pythons. | ||||
* | Fix factual error. | Georg Brandl | 2008-03-02 | 1 | -5/+6 |
| | |||||
* | Make clear that the constants are strings. | Georg Brandl | 2008-03-02 | 1 | -15/+15 |
| | |||||
* | Added note about update of sqlite3 module. | Gerhard Häring | 2008-03-02 | 1 | -0/+2 |
| | |||||
* | Made sqlite3 module's regression tests work with SQLite versions that don't | Gerhard Häring | 2008-03-02 | 1 | -2/+3 |
| | | | | support "create table if not exists", yet. | ||||
* | Handle 0-tuples which can be singletons. | Raymond Hettinger | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | Simplify code for itertools.product(). | Raymond Hettinger | 2008-03-02 | 1 | -13/+2 |
| | |||||
* | Tighten example code. | Raymond Hettinger | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | Finish-up docs for combinations() and permutations() in itertools. | Raymond Hettinger | 2008-03-02 | 1 | -10/+30 |
| | |||||
* | New default basename for HTML help files. | Georg Brandl | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | Make patchlevel print out the release if called as a script. | Georg Brandl | 2008-03-02 | 1 | -0/+3 |
| | |||||
* | Update year. | Georg Brandl | 2008-03-02 | 2 | -2/+2 |
| | |||||
* | It's 2.6 now. | Georg Brandl | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | Set things up for 2.6a2. | Barry Warsaw | 2008-03-01 | 2 | -1/+7 |
| | |||||
* | Tagging 2.6a1... again! | Barry Warsaw | 2008-03-01 | 1 | -0/+1 |
| | |||||
* | More copyright year and version number bumpsv2.6a1 | Barry Warsaw | 2008-03-01 | 5 | -6/+7 |
| | |||||
* | Give IDLE a release date | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Untagging. | Barry Warsaw | 2008-03-01 | 1 | -0/+1 |
| | |||||
* | Tagging 2.6a1 | Barry Warsaw | 2008-03-01 | 1 | -0/+1 |
| | |||||
* | Add date to NEWS | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | fix typo | Fred Drake | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | bump idle version number | Barry Warsaw | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Bump to version 2.6a1 | Barry Warsaw | 2008-03-01 | 2 | -4/+4 |
| | |||||
* | Updated to pysqlite 2.4.1. Documentation additions will come later. | Gerhard Häring | 2008-02-29 | 17 | -216/+781 |
| | |||||
* | Package Tcl from tcltk64 on AMD64. | Martin v. Löwis | 2008-02-29 | 1 | -2/+4 |
| | |||||
* | Make _hashlib depend on pythoncore. | Martin v. Löwis | 2008-02-29 | 1 | -0/+4 |
| | |||||
* | Port build_ssl.py to 2.4; support HOST_PYTHON variable | Martin v. Löwis | 2008-02-29 | 3 | -5/+18 |
| | |||||
* | #2208: allow for non-standard HHC location. | Georg Brandl | 2008-02-29 | 1 | -3/+4 |
| | |||||
* | Build db-4.4.20 with VS9; remove VS2003 build if necessary. | Martin v. Löwis | 2008-02-29 | 1 | -2/+7 |
| | |||||
* | Until we got downloadable docs, stop confusing viewers by talking about a ↵ | Georg Brandl | 2008-02-29 | 1 | -11/+5 |
| | | | | nonexisting table. | ||||
* | Make _hashlib a separate project. | Martin v. Löwis | 2008-02-29 | 3 | -12/+571 |
| | |||||
* | Fix docstring typo. | Mark Dickinson | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | Handle the repeat keyword argument for itertools.product(). | Raymond Hettinger | 2008-02-29 | 2 | -5/+30 |
| | |||||
* | Add __format__ method to Decimal, to support PEP 3101 | Mark Dickinson | 2008-02-29 | 3 | -0/+335 |
| | |||||
* | Add alternate constructor for itertools.chain(). | Raymond Hettinger | 2008-02-28 | 3 | -1/+34 |
| | |||||
* | Have itertools.chain() consume its inputs lazily instead of building a tuple ↵ | Raymond Hettinger | 2008-02-28 | 2 | -53/+53 |
| | | | | of iterators at the outset. | ||||
* | Locate VS installation dir from environment, so that it works with the ↵ | Martin v. Löwis | 2008-02-28 | 1 | -8/+2 |
| | | | | express edition. | ||||
* | Windows fix for signal test - skip it earlier | Christian Heimes | 2008-02-28 | 1 | -5/+6 |
| | |||||
* | Bundle msvcr90.dll as a "private assembly". | Martin v. Löwis | 2008-02-28 | 1 | -25/+23 |
| | |||||
* | Add 2.6aN uuids. | Martin v. Löwis | 2008-02-28 | 1 | -0/+4 |
| | |||||
* | Document impending updates to itertools. | Raymond Hettinger | 2008-02-28 | 1 | -11/+44 |
| | |||||
* | Prevent SocketServer.ForkingMixIn from waiting on child processes that it | Jeffrey Yasskin | 2008-02-28 | 2 | -19/+47 |
| | | | | | didn't create, in most cases. When there are max_children handlers running, it will still wait for any child process, not just handler processes. | ||||
* | #2169: make generated HTML more valid | Andrew M. Kuchling | 2008-02-28 | 1 | -3/+4 |
| |