summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* SF 1191699: Make slices picklableRaymond Hettinger2007-04-111-0/+8
* Add window.chgat() method, submitted via e-mail by Fabian KreutzAndrew M. Kuchling2007-04-111-0/+6
* General clean-up. Lot of margin corrections, comments, some typos.Facundo Batista2007-04-101-159/+170
* Typo fix.Collin Winter2007-04-101-1/+1
* Minor fix to the tests pass ok even with -O.Facundo Batista2007-04-101-1/+2
* Patch #1695862: remove old test directory that causes test_urllib failuresŽiga Seilnacht2007-04-091-0/+14
* Added optional timeout to SocketHandler.makeSocket (SF #1695948)Vinay Sajip2007-04-091-1/+3
* Convert test_fileinput to use unittest.Collin Winter2007-04-071-198/+196
* Convert test_module to use unittest.Collin Winter2007-04-061-45/+58
* Convert test_gc to use unittest.Collin Winter2007-04-061-588/+548
* Import cleanup in test_crypt.Collin Winter2007-04-061-1/+1
* Convert test_stringprep to use unittest.Collin Winter2007-04-061-61/+69
* Convert test_normalization to use unittest.Collin Winter2007-04-051-51/+57
* Convert test_long_future to use unittest.Collin Winter2007-04-051-50/+50
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-051-0/+8
* Fix WalkTests.test_traversal() on Windows. The cleanup inŽiga Seilnacht2007-04-041-25/+18
* Make test_softspace use unittest.Collin Winter2007-04-041-11/+20
* Make test_getopt use unittest.Collin Winter2007-04-041-174/+173
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+9
* Stop using test_support.verify().Collin Winter2007-04-041-8/+6
* Clean up imports.Collin Winter2007-04-041-4/+4
* Fix a race condition in this test -- instead of assuming that it will takeGuido van Rossum2007-04-041-1/+5
* Fixed the way that the .pem files are looked for, and changedFacundo Batista2007-04-041-16/+9
* Changed the whole structure of startup and checking if theFacundo Batista2007-04-031-26/+36
* Implement a contextmanager test.test_support.catch_warning that canWalter Dörwald2007-04-033-111/+126
* Added a SSL server to test_socket_ssl.py to be able to testFacundo Batista2007-04-033-11/+103
* Add tests for the filename.Walter Dörwald2007-04-032-0/+33
* Document that CatchWarningTests is reused by test_structmembers.py.Walter Dörwald2007-04-031-0/+2
* Move the functionality for catching warnings in test_warnings.py into a separateWalter Dörwald2007-04-032-2/+4
* Now using unittest for the tests infraestructure. Also split theFacundo Batista2007-04-031-111/+115
* SF 1602378 Clarify docstrings for bisectRaymond Hettinger2007-04-031-4/+4
* Fix warnings about object.__init__() signature.Guido van Rossum2007-04-023-3/+2
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+7
* SF #1693079: Cannot save empty array in shelveRaymond Hettinger2007-04-021-0/+15
* Fix the test for recreating the locale cache object by not worrying about ifBrett Cannon2007-04-011-4/+16
* time.strptime's caching of its locale object was being recreated when theBrett Cannon2007-04-012-5/+21
* SF #1685563, MSVCCompiler creates redundant and long PATH stringsNeal Norwitz2007-04-011-0/+14
* Shut up an occaisonal buildbot error due to test files being left around.Collin Winter2007-03-311-0/+8
* Bump the patch level version of distutils since there were a few bug fixes sinceMarc-André Lemburg2007-03-301-1/+1
* Added the posibility to pass the timeout to FTP.connect, not only whenFacundo Batista2007-03-302-6/+33
* Added timout parameter to telnetlib.Telnet. Also createdFacundo Batista2007-03-292-18/+82
* Make test_zipfile clean up its temporary files properly.Collin Winter2007-03-291-7/+12
* Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML...Collin Winter2007-03-285-2820/+2232
* Added timeout to smtplib (to SMTP and SMTP_SSL). Also createdFacundo Batista2007-03-282-25/+81
* Bug 1688393. Adds a control of negative values inFacundo Batista2007-03-281-0/+7
* The basic test cases of poplib.py.Facundo Batista2007-03-271-0/+71
* Added an optional timeout to poplib.POP3. Also created aFacundo Batista2007-03-271-16/+2
* Forgot to add the file before the previous commit, here goFacundo Batista2007-03-262-25/+91
* Some nits.Georg Brandl2007-03-261-1/+2
* Closing the HTTP connection after each test, and listening more.Facundo Batista2007-03-251-1/+4