summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in method name. The LT class implemented less than. The LE classNeal Norwitz2008-06-131-1/+1
* add py3k warnings to rfc822Benjamin Peterson2008-06-122-2/+3
* deprecated mimetoolsBenjamin Peterson2008-06-122-2/+5
* Sounds obvious, but I didn't even realize that you can put non-stringArmin Rigo2008-06-121-4/+3
* give the threading API PEP 8 namesBenjamin Peterson2008-06-118-27/+27
* Add test for heapq using both __lt__ and __le__.Raymond Hettinger2008-06-111-0/+21
* fix import of multiprocessing by juggling importsBenjamin Peterson2008-06-111-1/+1
* Multi-arg form for set.difference() and set.difference_update().Raymond Hettinger2008-06-111-0/+14
* Merge in release25-maint r60793:Gregory P. Smith2008-06-112-0/+25
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+1791
* convert test_struct to a unittest thanks to Giampaolo RodolaBenjamin Peterson2008-06-111-624/+524
* Handle the case with zero arguments.Raymond Hettinger2008-06-111-0/+6
* backport of 64096Benjamin Peterson2008-06-101-1/+1
* Correct test_pydoc for win32 platforms, to account for normalized URLs:Amaury Forgeot d'Arc2008-06-101-1/+6
* Fixed test to reflect new filedispatcher semantics, as well as twoJosiah Carlson2008-06-101-2/+2
* Issue 3048: Fixed sys.getsizeof for unicode objects.Robert Schuppenies2008-06-101-7/+28
* Add the "ast" module, containing helpers to ease use of the "_ast" classes.Georg Brandl2008-06-101-9/+100
* Applying updated patch from Issue 1736190, which addresses partialJosiah Carlson2008-06-101-0/+3
* Added better pickling support to xrange objects.Alexandre Vassalotti2008-06-101-9/+10
* Issue 2582: Fix pickling of xrange objects.Alexandre Vassalotti2008-06-101-0/+10
* Let set.intersection() and set.intersection_update() take multiple input argu...Raymond Hettinger2008-06-091-0/+6
* Let set.union() and set.update() accept multiple inputs.Raymond Hettinger2008-06-091-0/+7
* Issue #2138: Add math.factorial().Raymond Hettinger2008-06-091-0/+15
* Issue3065: Fixed pickling of named tuples. Added tests.Raymond Hettinger2008-06-091-1/+20
* warn about parameter tuple unpackingBenjamin Peterson2008-06-081-0/+6
* Warn about assigning to Py3k keywords (True and False)Benjamin Peterson2008-06-081-0/+49
* change Py3k backquote warning to a SyntaxWarning and add a testBenjamin Peterson2008-06-081-0/+6
* Revert unwanted changes.Georg Brandl2008-06-071-100/+9
* Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()Georg Brandl2008-06-072-9/+104
* Finished bug #2451. Fixed the retrying part to make itFacundo Batista2008-06-071-8/+16
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-0/+43
* Fixed complex.__getnewargs__() to not emit another complex object.Alexandre Vassalotti2008-06-041-0/+8
* make test_mutex more elegantBenjamin Peterson2008-06-031-18/+20
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-021-0/+8
* Fix issue 2782: be less strict about the format string type in strftime.Gregory P. Smith2008-06-021-0/+4
* Adds a Thread.getIdent() method to provide the _get_ident() value forGregory P. Smith2008-06-011-0/+5
* Deprecate htmllib and sgmllib for 3.0.Georg Brandl2008-06-013-3/+3
* Fix test_sys.Robert Schuppenies2008-06-011-2/+0
* Fix test_descrtut.Georg Brandl2008-06-011-0/+1
* Some style nits. Also clarify in the docstrings what __sizeof__ does.Georg Brandl2008-06-011-11/+11
* Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes.Robert Schuppenies2008-06-011-2/+149
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+20
* Fix typo in testSumMark Dickinson2008-05-301-1/+1
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-299-124/+167
* UserString.MutableString has been removed in Python 3.0.Brett Cannon2008-05-292-2/+13
* Better integration between Python testing and bsddb3Jesus Cea2008-05-271-5/+5
* Do not close external file objects passed to tarfile.open(mode='w:bz2')Lars Gustäbel2008-05-271-2/+14
* Improvements for test_py3kwarnBenjamin Peterson2008-05-271-5/+5
* remove some __getslice__Benjamin Peterson2008-05-271-5/+1
* remove duplication in test moduleBenjamin Peterson2008-05-261-27/+0