| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
| * | Fix SF Bug 564931: compile() traceback must include filename. | Thomas Heller | 2002-07-09 | 1 | -0/+9 |
| | | |||||
| * | Don't munge __debug__ and leave it that way. | Jeremy Hylton | 2001-11-13 | 1 | -0/+2 |
| | | |||||
| * | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 1 | -1/+13 |
| | | | | | | | Easy enough to catch assignment in the compiler. The perverse user can still change the value of __debug__, but that may be the least he can do. | ||||
| * | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -0/+44 |
| | | | | | Consequences for Jython still unknown (but raised on Jython-Dev). | ||||
| * | SF bug [#455775] float parsing discrepancy. | Tim Peters | 2001-08-27 | 1 | -0/+15 |
| | | | | | PyTokenizer_Get: error if exponent contains no digits (3e, 2.0e+, ...). | ||||
| * | Whitespace normalization. | Tim Peters | 2001-02-21 | 1 | -1/+1 |
| | | |||||
| * | SF patch #103749: implicit tuple + default arg | Jeremy Hylton | 2001-02-19 | 1 | -3/+33 |
| | | |||||
| * | add test for SyntaxError on | Jeremy Hylton | 2001-01-19 | 1 | -1/+7 |
| | | | | | | def f(a): global a | ||||
| * | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+1 |
| | | | | | 'verify' iff it's used by a test module... | ||||
| * | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | | and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum. | ||||
| * | added test case for fixed duplicate arguments bug in Python/compile.c | Peter Schneider-Kamp | 2000-07-25 | 1 | -0/+16 |
