summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Convert asynchat test to unittest; exercise the client using a numeric value ...Andrew M. Kuchling2005-06-091-14/+46
* [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...Andrew M. Kuchling2005-06-091-0/+23
* Convert gzip test suite to use unittestAndrew M. Kuchling2005-06-091-74/+110
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-081-0/+6
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-3/+3
* [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...Andrew M. Kuchling2005-06-071-0/+18
* Fix missing assignments of marshal.load() values. Closes #1214662.Skip Montanaro2005-06-041-7/+7
* Whitespace normalization.Tim Peters2005-06-033-9/+9
* Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+10
* [ 1197218 ] test_locale fix on modern linuxAnthony Baxter2005-06-031-8/+10
* This is my patch:Michael W. Hudson2005-06-031-1/+15
* Bug #1213894: os.path.realpath didn't resolve symlinks that were the firstGeorg Brandl2005-06-031-0/+20
* M-x untabifyMichael W. Hudson2005-06-031-9/+9
* [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first oneAndrew M. Kuchling2005-06-021-0/+10
* Fix compiler.ast.flatten function so that it works on lists.Neil Schemenauer2005-06-021-0/+5
* This is my patch:Michael W. Hudson2005-05-271-0/+110
* Fix test_site to not call open('...', 'wU'), as that now raises an error.Michael W. Hudson2005-05-271-1/+1
* Disallow opening files with modes 'aU' or 'wU' as specified by PEPSkip Montanaro2005-05-201-0/+10
* This test relied on short-circuiting details of dictobject.py to avoidArmin Rigo2005-05-151-4/+2
* Add better datetime support to xmlrpclib module. Closes patch #1120353.Skip Montanaro2005-05-141-6/+38
* Don't use 'is not' to compare strings.Michael W. Hudson2005-05-041-1/+1
* Fix error in a docstring where a single quote started the docstring but tripleBrett Cannon2005-04-301-1/+1
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-264-1/+245
* Update test to the current readline() behaviour.Walter Dörwald2005-04-211-0/+2
* Fix tests dependent on the exception raised by non-settable descriptors.Barry Warsaw2005-04-203-5/+6
* Whitespace normalization.Tim Peters2005-04-202-2/+2
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-092-0/+6
* Add test for ``class B1(): pass``.Brett Cannon2005-04-091-1/+2
* test_default_encoding_issues(): Fully restore sys.setdefaultencoding.Tim Peters2005-04-081-0/+7
* Fix for SF bug #1175396: readline() will now read one more character, ifWalter Dörwald2005-04-041-9/+82
* Fix testcase for 64bit BSD systems: long is 8 bytes for those systemsHye-Shik Chang2005-04-041-2/+8
* Fix for rather inaccurately titled bugMichael W. Hudson2005-03-301-0/+10
* Whitespace normalization.Tim Peters2005-03-285-10/+9
* SF patch #1171417: bug fix for islice() in docsRaymond Hettinger2005-03-271-0/+5
* * Fix decimal's handling of foreign types. Now returns NotImplementedRaymond Hettinger2005-03-271-7/+50
* SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.Raymond Hettinger2005-03-271-0/+6
* Add tests for tuple, list and UserList that initialize the object fromWalter Dörwald2005-03-222-83/+97
* Fix typo.Walter Dörwald2005-03-221-1/+1
* Add list tests that ensure that remove() removes the first occurrence.Walter Dörwald2005-03-211-0/+20
* Apply remove's mutation test after every equality test.Raymond Hettinger2005-03-191-7/+8
* Add a remove() method to collections.deque objects.Raymond Hettinger2005-03-181-0/+35
* Bug #1163325: "special" decimals aren't hashableRaymond Hettinger2005-03-151-0/+3
* Reset internal buffers when seek() is called. This fixes SF bug #1156259.Walter Dörwald2005-03-141-0/+15
* Patch #1159931/bug #1143895: inspect.getsource failed when functions,Johannes Gijsbers2005-03-122-0/+21
* Revised the itertools quantifier recipes to match the performance of theRaymond Hettinger2005-03-111-8/+8
* Add two new functions, any() and all().Raymond Hettinger2005-03-111-0/+36
* Test partial() with bound/unbound methods.Raymond Hettinger2005-03-111-1/+7
* Fix test for socket.getfqdn() to also include the name returned byBrett Cannon2005-03-111-1/+1
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-5/+31
* Build with --disable-unicode again. Fixes #1158607.Martin v. Löwis2005-03-081-1/+1