summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add versionadded for operator.powNeal Norwitz2002-08-191-0/+1
* Extend some comments on the order of values in the returns fromFred Drake2002-08-191-8/+14
* SF patch 576101, by Oren Tirosh: alternative implementation ofGuido van Rossum2002-08-197-106/+171
* Add a warning comment to the LOAD_GLOBAL inline code.Guido van Rossum2002-08-191-1/+3
* Another ugly inlining hack, expanding the two PyDict_GetItem() callsGuido van Rossum2002-08-191-1/+25
* Call me anal, but there was a particular phrase that was speading toGuido van Rossum2002-08-197-9/+9
* Another modest speedup in PyObject_GenericGetAttr(): inline the callGuido van Rossum2002-08-191-2/+26
* Make PyDescr_IsData() a macro. It's too simple to be a function.Guido van Rossum2002-08-192-7/+1
* Check in my ultra-shortlived patch #597220.Michael W. Hudson2002-08-191-3/+3
* Inline call to _PyObject_GetDictPtr() in PyObject_GenericGetAttr().Guido van Rossum2002-08-191-3/+20
* Fix typo in __slots__ of ImmutableSet.Guido van Rossum2002-08-191-1/+1
* News about sets. (There's no documentation; if someone wants toGuido van Rossum2002-08-191-0/+7
* Set classes and their unit tests, from sandbox.Guido van Rossum2002-08-192-0/+1097
* Simple but important optimization for descr_check(): instead of theGuido van Rossum2002-08-191-1/+1
* Fix spelling errors and note the addition of operator.pow()Raymond Hettinger2002-08-191-7/+9
* Merged the MacPython thanks list into the general acknowledgements.Jack Jansen2002-08-192-10/+25