summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-141-6/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-131-3/+12
* Added test for linnuxaudiodev module; directly adapted from sunaudiodevFred Drake2000-06-102-0/+21
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-081-2/+2
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-011-4/+10
* Added a test to catch the base class.Barry Warsaw2000-05-252-0/+5
* Added math.rint() -- round according to current IEEE754 modeGuido van Rossum2000-05-112-0/+7
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-05-091-0/+6
* Alas, Vladimir's patch was too aggressive, and started causing reallyGuido van Rossum2000-05-051-1/+1