summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because theTim Peters2002-08-231-2/+2
* pop(): An arbitrary element is removed, not a random element.Tim Peters2002-08-231-1/+2
* Adjust the markup in a few places so this will actually format.Fred Drake2002-08-231-92/+89
* Add an entry for the sets module documentation.Fred Drake2002-08-231-1/+2
* Load docs for sets.pyRaymond Hettinger2002-08-232-0/+220
* RH pointed out that discard(element) doesn't do the transformation onGuido van Rossum2002-08-231-1/+1
* The error messages in err_args() -- which is only called when theGuido van Rossum2002-08-231-2/+2
* Added the standard MacOSX location for documentation inside a frameworkJack Jansen2002-08-231-1/+2
* Rewritten using the tokenize module, which gives us a real tokenizerGuido van Rossum2002-08-231-188/+144
* Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer,Jack Jansen2002-08-221-2/+2
* For MacPython-OS9 verbose is the default.Jack Jansen2002-08-221-0/+3
* Interface to Apple Help Manager.Jack Jansen2002-08-223-0/+255
* Moved CoreFoundation type support to bgen/macsupport.Jack Jansen2002-08-227-70/+75
* Added PyDoc_STR's.Jack Jansen2002-08-221-112/+112
* Tweak wordsep_re again: this time to recognize an em-dash withGreg Ward2002-08-221-1/+1
* Test an em-dash with adjacent punctuation.Greg Ward2002-08-221-0/+6
* Factored out BaseTestCase.check_split() method -- use it whereverGreg Ward2002-08-221-8/+8
* Test _split() method in test_unix_options().Greg Ward2002-08-221-0/+9
* Add test_unix_options() to WrapTestCase to test for SF bug #596434.Greg Ward2002-08-221-0/+28
* Fix SF bug #596434: tweak wordsep_re so "--foo-bar" now splitsGreg Ward2002-08-221-1/+1
* Standardize behavior: no docstrings in test functions.Guido van Rossum2002-08-222-18/+17
* Standardize behavior: no docstrings in test functions. Also useGuido van Rossum2002-08-221-6/+4
* Standardize behavior: no docstrings in test functions. Also stripGuido van Rossum2002-08-221-16/+16
* Document that docstrings are verboten for test functions.Guido van Rossum2002-08-221-6/+34
* Standardize behavior: no docstrings in test functions. Also get ridGuido van Rossum2002-08-221-42/+37
* 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