summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.Georg Brandl2008-01-211-0/+26
* #1876: fix typos in test_operator.Georg Brandl2008-01-201-4/+4
* Fix test_pyclbr after urllib change.Georg Brandl2008-01-201-0/+1
* #1669: don't allow shutil.rmtree() to be called on a symlink.Georg Brandl2008-01-201-0/+14
* #1648: add sys.gettrace() and sys.getprofile().Georg Brandl2008-01-202-0/+31
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-202-1/+16
* Fix zipfile decryption. The check for validity only worked on oneGregory P. Smith2008-01-201-0/+21
* Add an interactive test script for exercising cursesAndrew M. Kuchling2008-01-201-0/+46
* Fix issue 1300: Quote command line arguments that contain a '|' character inGregory P. Smith2008-01-191-0/+2
* fix comment typos, use not arg instead of arg == "", add test coverageGregory P. Smith2008-01-191-0/+2
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-191-0/+6
* Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-191-0/+14
* Fix #1146: TextWrap vs words 1-character shorter than the width.Georg Brandl2008-01-191-0/+13
* Fix #1679: "0x" was taken as a valid integer literal.Georg Brandl2008-01-192-0/+7
* Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().Andrew M. Kuchling2008-01-191-0/+36
* Disabled test_xmlrpc:test_404. It's causing lots of false alarms.Christian Heimes2008-01-193-4/+4
* Update for threading.local test.Christian Heimes2008-01-191-2/+18
* Added unit test to verify that threading.local doesn't cause ref leaks. It se...Christian Heimes2008-01-191-1/+27
* Several tweaks: add construction from strings and .from_decimal(), changeJeffrey Yasskin2008-01-191-3/+66
* This got fixed for classic classes in r60057,Guido van Rossum2008-01-181-17/+0
* Added bytes and b'' as aliases for str and ''Christian Heimes2008-01-181-1/+12
* Make starmap() match its pure python definition and accept any itertable inpu...Raymond Hettinger2008-01-171-1/+2
* Add queues will alternative fetch orders (priority based and stack based).Raymond Hettinger2008-01-161-12/+19
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-151-0/+279
* Temporarily revert 59967 until GC can be added.Raymond Hettinger2008-01-151-6/+0
* Issue 1820: structseq objects did not work with the % formatting operator or...Raymond Hettinger2008-01-151-0/+6
* Typo fixesAndrew M. Kuchling2008-01-151-1/+1
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-141-1/+1
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-141-0/+12
* Added new an better structseq representation. E.g. repr(time.gmtime(0)) now r...Christian Heimes2008-01-141-1/+5
* Issue 1780: Allow leading and trailing whitespace in Decimal constructor,Mark Dickinson2008-01-121-0/+8
* Doctest results return a named tuple for readabilityRaymond Hettinger2008-01-111-58/+58
* Run doctests on the collections moduleRaymond Hettinger2008-01-111-2/+4
* Closing issue1761.Amaury Forgeot d'Arc2008-01-101-0/+12
* Fixed #1776. __import__() no longer imports modules by file nameChristian Heimes2008-01-091-1/+11
* Added __enter__ and __exit__ functions to HKEY objectChristian Heimes2008-01-081-20/+25
* Patch 1137: allow assigning to .buffer_size attribute of PyExpat.parser objectsAndrew M. Kuchling2008-01-081-2/+128
* Issue #1757: The hash of a Decimal instance is no longer affectedFacundo Batista2008-01-081-0/+17
* It's verbose, not debugChristian Heimes2008-01-081-1/+1
* Fixed indention problem that caused the second TIPC test to run on systems wi...Christian Heimes2008-01-071-1/+1
* #467924, patch by Alan McIntyre: Add ZipFile.extract and ZipFile.extractall.Georg Brandl2008-01-071-0/+56
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+82
* Fix issue 1747: allow classic classes to be checked for being subclasses ofJeffrey Yasskin2008-01-071-4/+11
* #1325: Add docs and tests for zipimporter.archive and zipimporter.prefix.Georg Brandl2008-01-061-0/+5
* #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.Georg Brandl2008-01-062-0/+2
* Patch #1637: fix urlparse for URLs like 'http://x.com?arg=/foo'.Guido van Rossum2008-01-051-0/+5
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-1/+1
* Fix comment typoAndrew M. Kuchling2008-01-051-1/+1
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-053-20/+16
* clean up a commentFred Drake2008-01-051-2/+2