summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* fixed inconsistent use of tab and spacesPeter Schneider-Kamp2000-07-111-3/+3
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-112-0/+13
* add more tests of string.join variants to run_method_testsJeremy Hylton2000-07-111-8/+11
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-104-353/+202
* 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
* Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-0/+72
* Tests for new instance support in unicode().Marc-André Lemburg2000-07-071-0/+15
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-052-0/+31
* Removed some tabs.Paul Prescod2000-07-041-6/+6
* - fixed grouping error bugFredrik Lundh2000-07-031-3/+0
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-031-25/+25
* Compute the name of the test file so that it can be found both when thisFred Drake2000-07-031-2/+12
* Fixed test outputPaul Prescod2000-07-011-0/+1
* Added minidom tests.Paul Prescod2000-07-013-0/+500
* output for openpty testGuido van Rossum2000-07-011-0/+2
* Thomas Wouters: Test script for openpty()Guido van Rossum2000-07-011-0/+23
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-302-0/+97
* Output for test_winreg2.Fred Drake2000-06-301-0/+1
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-301-0/+341
* - reverted to "\x is binary byte"Fredrik Lundh2000-06-301-1/+0
* * added a randomize flag and corresponding -r command line argument thatSkip Montanaro2000-06-301-8/+13
* Switch to sre for regular expression matching (the new mini-re moduleGuido van Rossum2000-06-301-4/+4
* remove all prints (since the prints where of memory locations)Jeremy Hylton2000-06-302-23/+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-0/+52
* New test for the ucnhash module.Marc-André Lemburg2000-06-301-0/+82
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-3/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-74/+0
* - added support for (?P=name)Fredrik Lundh2000-06-301-2/+0
* - pedantic: make sure "python -t" doesn't complain...Fredrik Lundh2000-06-301-5/+5
* - fixed default value handling in group/groupdictFredrik Lundh2000-06-302-0/+399
* Describe a bit about writing test cases for Python...Skip Montanaro2000-06-301-0/+77
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-302-0/+111
* The low-level interface is now in _winreg; update the import here.Fred Drake2000-06-291-1/+1
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-292-0/+27
* Skip Montanaro: modify test_socket.py to listen/connect using loopback addrGuido van Rossum2000-06-291-2/+2
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-291-0/+4
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-281-2/+54
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+3
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+75
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-282-0/+28
* typos fixed by Rob HooftJeremy Hylton2000-06-287-7/+7
* Change pyexpat test suite to exercise the .returns_unicode attribute,Andrew M. Kuchling2000-06-272-20/+121
* 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-202-0/+20
* add minimal test of exception use. verify that each exception can beJeremy Hylton2000-06-201-0/+12
* Additional tests for seek() method, written by Trent MickAndrew M. Kuchling2000-06-182-1/+36