summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Teach the sets module to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-131-0/+13
* * Fix SF #1257731. Make __contains__(), remove(), and discard() only doRaymond Hettinger2005-08-121-0/+13
* Change the %s format specifier for str objects so that it returns aNeil Schemenauer2005-08-121-0/+4
* * Add short-circuit code for in-place operations with self (such asRaymond Hettinger2005-08-111-0/+12
* Whitespace normalization (ran reindent.py over the whole tree).Tim Peters2005-08-071-10/+10
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-034-18/+30
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-023-16/+273
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-011-0/+20
* add support for svn: and svn+ssh: URL schemes to urlparseFred Drake2005-07-291-0/+5
* Disable encoding/decoding test, if unicode is disabled.Walter Dörwald2005-07-281-19/+20
* Fix all wrong instances of "it's".Georg Brandl2005-07-225-8/+8
* Make attributes and local variables in the StreamReader str objects insteadWalter Dörwald2005-07-201-0/+17
* Whitespace normalization.Tim Peters2005-07-172-2/+2
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-173-1/+3
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-141-0/+4
* Fix:Michael W. Hudson2005-07-121-0/+20
* Add test for hash commutativity.Raymond Hettinger2005-07-051-0/+10
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-021-0/+86
* SF bug #1224347: int/long unification and hex()Raymond Hettinger2005-06-291-1/+1
* Adapt output file to new Cookie JS output.Georg Brandl2005-06-271-4/+4
* Fix test cases for doctest.Georg Brandl2005-06-261-0/+3
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-211-1/+19
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-202-4/+3
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-181-0/+10
* Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in withSkip Montanaro2005-06-171-0/+31
* [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suiteAndrew M. Kuchling2005-06-151-1/+2
* yet another cache to clear when leak hunting.Michael W. Hudson2005-06-141-0/+2
* Port test_long.py to unittest.Walter Dörwald2005-06-131-508/+451
* Fix bugMichael W. Hudson2005-06-131-0/+9
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-102-4/+76
* 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