summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Standardize behavior: no docstrings in test functions; add a properGuido van Rossum2002-08-221-46/+44
* Add test_em_dash() to WrapTestCase to make sure that TextWrapper handlesGreg Ward2002-08-221-2/+53
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-222-10/+13
* Standardize behavior: create a single suite merging all test cases.Guido van Rossum2002-08-221-3/+5
* Standardize behavior: no docstrings in test functions; create a singleGuido van Rossum2002-08-221-13/+19
* Made it more readable.Guido van Rossum2002-08-221-46/+30
* Fix peculiar (and ungrammatical) wording in an example program.Greg Ward2002-08-221-2/+2
* Simplification/cleanup in IndentTestCases.Greg Ward2002-08-221-16/+10
* Factor LongWordTestCase out of WrapTestCase, and rename its methodsGreg Ward2002-08-221-13/+14
* Rename base test case class to (yawn) BaseTestCase.Greg Ward2002-08-221-3/+3
* Ditch the whole loop-over-subcases way of working. Add check_wrap() toGreg Ward2002-08-221-74/+59
* Simplify and reformat the use of 'subcases' lists (and followingGreg Ward2002-08-221-52/+32
* Add comment header block.Greg Ward2002-08-221-12/+10
* Conform to standards documented in README:Greg Ward2002-08-221-15/+19
* Test script for the textwrap module. Kindly provided by Peter HansenGreg Ward2002-08-221-0/+261
* On Windows, make sure SocketType is the same as socket. (SF bugGuido van Rossum2002-08-221-1/+1
* Change the binary operators |, &, ^, - to return NotImplemented ratherGuido van Rossum2002-08-221-14/+40
* Give the section on PEP 263 a more meaningful title, so readers willFred Drake2002-08-221-1/+1
* Add a note that apply() is needed since the extended call syntax isFred Drake2002-08-221-0/+2
* Fix grammatically inept comment.Michael W. Hudson2002-08-221-2/+1
* Added a main() function and support to run this module as a script.Fred Drake2002-08-212-3/+33
* Refactor: Remove some code that was obsoleted when this module wasFred Drake2002-08-211-11/+17
* Clarify that even though some of the relevant specifications define theFred Drake2002-08-211-8/+10
* Now that __init__ transforms set elements, we know that all of theRaymond Hettinger2002-08-211-1/+3
* Add regression test for proper construction of sets of sets.Raymond Hettinger2002-08-211-0/+10
* Replace all cases of "while 1" with "while True".Raymond Hettinger2002-08-211-7/+7
* Sped ._update() method by factoring try/except out of the inner loop.Raymond Hettinger2002-08-211-4/+5
* Ouch. The test suite *really* needs work!!!!! There were severalGuido van Rossum2002-08-211-46/+38
* Add Raymond H to the list of authors; add some XXX comments aboutGuido van Rossum2002-08-211-0/+9
* Fast size check for sub/super set testsRaymond Hettinger2002-08-211-0/+4
* Optimize try/except ordering in sets.py.Raymond Hettinger2002-08-211-25/+25
* Minor typoRaymond Hettinger2002-08-201-1/+1
* Rename popitem() to pop(). (An idea from SF patch 597444.)Guido van Rossum2002-08-202-3/+3
* Move __init__ from BaseSet into Set and ImmutableSet. This causes aGuido van Rossum2002-08-201-16/+28
* Typo repair. Please include in any backports.Guido van Rossum2002-08-201-1/+1
* Add a note reminding the reader that sets are not sequences. IGuido van Rossum2002-08-201-0/+10
* SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.pyGuido van Rossum2002-08-201-2/+1
* long_format(), long_lshift(): Someone on c.l.py is trying to boostTim Peters2002-08-201-2/+2
* Fix some endcase bugs in unicode rfind()/rindex() and endswith().Guido van Rossum2002-08-204-4/+11
* Comment typo repair.Michael W. Hudson2002-08-201-1/+1
* My patch #597221. Use f_lasti more consistently.Michael W. Hudson2002-08-201-9/+9
* Bump version number to 2.3Barry Warsaw2002-08-201-1/+1
* Added tests for SF patch #597593, syntactically invalid Content-Type: headers.Barry Warsaw2002-08-201-2/+23
* get_content_type(), get_content_maintype(), get_content_subtype(): RFCBarry Warsaw2002-08-201-5/+5
* _dispatch(): Use get_content_maintype() and get_content_subtype() toBarry Warsaw2002-08-201-3/+2
* getinstclassname(): Squash new compiler wng in assert (comparison ofTim Peters2002-08-201-1/+1
* Clarify the endpos argument to the rx.match() method.Fred Drake2002-08-201-2/+6
* test_three_lines(): Test case reported by Andrew McNamara. Works inBarry Warsaw2002-08-201-0/+8
* Cover the sets module.Andrew M. Kuchling2002-08-201-0/+95
* Create two subsections of the "Core Language Changes" section, becauseAndrew M. Kuchling2002-08-201-67/+104