summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
Commit message (Expand)AuthorAgeFilesLines
...
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-081-0/+1
* Removing UTF-16 aware Unicode comparison code. This kind of compareMarc-André Lemburg2000-08-081-1/+0
* test the non-multipart sections of the cgi moduleJeremy Hylton2000-08-031-0/+24
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-031-0/+1
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-031-0/+1
* Added output for testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+1
* -- SRE 0.9.8: updated test scriptsFredrik Lundh2000-08-012-16/+0
* Remove erroneous empty trailing line. (cause test_winreg.py failure)Trent Mick2000-07-271-1/+0
* added test case for fixed duplicate arguments bug in Python/compile.cPeter Schneider-Kamp2000-07-251-0/+1
* -- updated to include known problems in SRE 0.9.6Fredrik Lundh2000-07-241-414/+11
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-0/+2
* new test for posixpath moduleSkip Montanaro2000-07-121-0/+2
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-0/+4
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-113-26/+0
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-111-0/+0
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-101-3/+0
* Added the line 'Testing UTF-16 code point order comparisons... done."Guido van Rossum2000-07-101-0/+1
* expect message "no regression test case for method 'encode'Jeremy Hylton2000-07-101-0/+3
* - fixed grouping error bugFredrik Lundh2000-07-031-3/+0
* Fixed test outputPaul Prescod2000-07-011-0/+1
* Added minidom tests.Paul Prescod2000-07-011-0/+64
* output for openpty testGuido van Rossum2000-07-011-0/+2
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-301-0/+3
* Output for test_winreg2.Fred Drake2000-06-301-0/+1
* - reverted to "\x is binary byte"Fredrik Lundh2000-06-301-1/+0
* remove all prints (since the prints where of memory locations)Jeremy Hylton2000-06-301-10/+0
* the mad patcher strikes again:Fredrik Lundh2000-06-301-2/+1
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-301-3/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-3/+0
* - added support for (?P=name)Fredrik Lundh2000-06-301-2/+0
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-301-0/+14
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-0/+11
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-0/+1
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-291-0/+4
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+3
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-281-0/+4
* Change pyexpat test suite to exercise the .returns_unicode attribute,Andrew M. Kuchling2000-06-271-10/+70
* update output file to reflect new test of exception object str-nessJeremy Hylton2000-06-251-0/+18
* verify that Python raises SyntaxError for long and deeply-nested expressionsJeremy Hylton2000-06-201-0/+2
* Additional tests for seek() method, written by Trent MickAndrew M. Kuchling2000-06-181-0/+0
* Added test for linnuxaudiodev module; directly adapted from sunaudiodevFred Drake2000-06-101-0/+1
* Added a test to catch the base class.Barry Warsaw2000-05-251-0/+1
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-111-0/+1
* Added test_winsound by Mark Hammond.Guido van Rossum2000-04-211-0/+2
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-0/+1
* Output from test_zipfile.py.Guido van Rossum2000-04-101-0/+1
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-051-0/+1
* UserString class from Peter Funk <pf@artcom-gmbh.de>.Fred Drake2000-04-031-0/+1
* Added test case output for pyexpat moduleAndrew M. Kuchling2000-03-311-0/+31