summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add TestSkipped as another interesting item defined by test_support.Fred Drake2000-08-211-0/+4
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-212-0/+23
* Remove the winreg module from the project. I don't believe anyTim Peters2000-08-212-427/+0
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-202-0/+108
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-192-0/+20
* Test case for Cookie.pyAndrew M. Kuchling2000-08-192-0/+33
* Better conformance to the Python Style Guide: use spaces around operators.Fred Drake2000-08-181-32/+33
* When a KeyboardInterrupt is caught, just use the "raise" syntax toFred Drake2000-08-181-2/+2
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-182-2/+4
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-172-0/+34
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-172-0/+320
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-151-0/+9
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-151-0/+19
* Added a test of the md5.hexdigest() method. Funny enough, this testBarry Warsaw2000-08-151-0/+6
* Remove the test for abspath with an empty path - too hard to do in a cross-pl...Mark Hammond2000-08-141-1/+0
* Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ...Mark Hammond2000-08-141-0/+5
* Check in the correct output - even though the module itself may not survive!Mark Hammond2000-08-141-0/+76
* list comprehensions. seeSkip Montanaro2000-08-122-0/+47
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-113-7/+142
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-102-13/+0
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-091-0/+1
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-083-6/+39
* -- whitespace cleanup (real changes coming in next checkin)Fredrik Lundh2000-08-081-20/+20
* -- whitespace cleanup (more tests to be added in the next commit)Fredrik Lundh2000-08-081-23/+23
* Barry's patch to test the new setdefault() method.Guido van Rossum2000-08-081-0/+12
* Removing UTF-16 aware Unicode comparison code. This kind of compareMarc-André Lemburg2000-08-082-51/+53
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-061-0/+12
* Oooopsss.....tab and space mismatch corrected.Moshe Zadka2000-08-041-2/+2
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-0410-19/+20
* Raise TestSkipped, not ImportError.Moshe Zadka2000-08-041-2/+2
* Make test_support.TestSkipped errors work the same way as ImportErrors:Thomas Wouters2000-08-041-1/+1
* In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't thereMoshe Zadka2000-08-041-0/+3
* test the non-multipart sections of the cgi moduleJeremy Hylton2000-08-032-0/+196
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-032-0/+1
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-032-0/+11
* Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gcBarry Warsaw2000-08-031-12/+23
* Added output for testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+1
* Added testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+36
* Comment out repeated-group test for the momentAndrew M. Kuchling2000-08-031-1/+1
* Add nasty test case that overflows the stack with a repeated groupAndrew M. Kuchling2000-08-031-0/+4
* -- SRE 0.9.8: now that the bug is fixed, I might as well enableFredrik Lundh2000-08-011-4/+2
* -- SRE 0.9.8: updated test scriptsFredrik Lundh2000-08-013-21/+6
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-0/+40
* Fix inconsistent use of tab/space in indentation.Thomas Wouters2000-07-301-8/+8
* Test that after resizing the mmap'd file, we can't seek beyond the new size.Mark Hammond2000-07-301-1/+8
* Exercise .readline() and .readlines(). More data is written to theAndrew M. Kuchling2000-07-291-4/+28
* Was quite broken and incomplete. Now passes the test suite, but is still inc...Mark Hammond2000-07-281-5/+14
* Remove erroneous empty trailing line. (cause test_winreg.py failure)Trent Mick2000-07-271-1/+0
* -- changed test to work on platforms which have os.popenFredrik Lundh2000-07-271-2/+8