summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Raise ImportError when os.fork does not exist.Guido van Rossum2000-05-041-0/+5
* Get rid of memory leak caused by assingning sys.exc_info() to a local.Guido van Rossum2000-04-281-2/+2
* Deviant1 didn't work as advertisedJeremy Hylton2000-04-271-4/+4
* add some more contains tests on the builtin typesJeremy Hylton2000-04-271-0/+47
* Added a provision to stop all threads before exiting from the test:Guido van Rossum2000-04-241-1/+7
* Fix spelling error and remove Windows line endings.Guido van Rossum2000-04-241-1/+1
* Patch by Vladimir Marangozov to unload additionally imported modulesGuido van Rossum2000-04-211-0/+5
* Added test_winsound by Mark Hammond.Guido van Rossum2000-04-212-0/+9
* Charles Waldman writes:Guido van Rossum2000-04-211-4/+4
* Fix PR#7 comparisons of recursive objectsJeremy Hylton2000-04-141-0/+9
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-0/+8
* M.-A. Lemburg <mal@lemburg.com>:Fred Drake2000-04-131-0/+1
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+1
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-2/+1