2002-08-24 |
Raymond Hettinger | Since instances of _TemporarilyImmutableSet are always... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Raymond Hettinger | Expanded tests for sets of sets. |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Raymond Hettinger | 1. Removed module self test in favor of unittests ... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred Drake | Fix typo reported to python-docs. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | pop() docstring: this isn't a randomly-chosen element... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | Comment repair. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Guido van Rossum | Fix SF bug 599128, submitted by Inyeol Lee: .replace... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Guido van Rossum | Code by Inyeol Lee, submitted to SF bug 595350, to... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Raymond Hettinger | Fix markup and punctuation |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | Got rid of the toy _Set class, in favor of sets.Set. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | s/_as_Temporarily_Immutable/_as_temporarily_immutable... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | pop(): An arbitrary element is removed, not a random... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred Drake | Adjust the markup in a few places so this will actually... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred Drake | Add an entry for the sets module documentation. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Raymond Hettinger | Load docs for sets.py |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Guido van Rossum | RH pointed out that discard(element) doesn't do the... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Guido van Rossum | The error messages in err_args() -- which is only calle... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Jack Jansen | Added the standard MacOSX location for documentation... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Guido van Rossum | Rewritten using the tokenize module, which gives us... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Jack Jansen | Don't build ConfigurePythonCarbon and ConfigurePythonCl... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Jack Jansen | For MacPython-OS9 verbose is the default. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Jack Jansen | Interface to Apple Help Manager. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Jack Jansen | Moved CoreFoundation type support to bgen/macsupport. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Jack Jansen | Added PyDoc_STR's. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Tweak wordsep_re again: this time to recognize an em... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Test an em-dash with adjacent punctuation. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Factored out BaseTestCase.check_split() method -- use... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Test _split() method in test_unix_options(). |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Add test_unix_options() to WrapTestCase to test for... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Fix SF bug #596434: tweak wordsep_re so "--foo-bar... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: no docstrings in test functions. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: no docstrings in test functions... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: no docstrings in test functions... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Document that docstrings are verboten for test functions. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: no docstrings in test functions... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: no docstrings in test functions... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Add test_em_dash() to WrapTestCase to make sure that... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: no docstrings in test functions. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: create a single suite merging... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Standardize behavior: no docstrings in test functions... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Made it more readable. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Fix peculiar (and ungrammatical) wording in an example... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Simplification/cleanup in IndentTestCases. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Factor LongWordTestCase out of WrapTestCase, and rename... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Rename base test case class to (yawn) BaseTestCase. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Ditch the whole loop-over-subcases way of working.... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Simplify and reformat the use of 'subcases' lists ... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Add comment header block. |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Conform to standards documented in README: |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Greg Ward | Test script for the textwrap module. Kindly provided... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | On Windows, make sure SocketType is the same as socket... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Guido van Rossum | Change the binary operators |, &, ^, - to return NotImp... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred Drake | Give the section on PEP 263 a more meaningful title... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Fred Drake | Add a note that apply() is needed since the extended... |
commit | commitdiff | tree | snapshot |
2002-08-22 |
Michael W.... | Fix grammatically inept comment. |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Fred Drake | Added a main() function and support to run this module... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Fred Drake | Refactor: Remove some code that was obsoleted when... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Fred Drake | Clarify that even though some of the relevant specifica... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Raymond Hettinger | Now that __init__ transforms set elements, we know... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Raymond Hettinger | Add regression test for proper construction of sets... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Raymond Hettinger | Replace all cases of "while 1" with "while True". |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Raymond Hettinger | Sped ._update() method by factoring try/except out... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Guido van Rossum | Ouch. The test suite *really* needs work!!!!! There... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Guido van Rossum | Add Raymond H to the list of authors; add some XXX... |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Raymond Hettinger | Fast size check for sub/super set tests |
commit | commitdiff | tree | snapshot |
2002-08-21 |
Raymond Hettinger | Optimize try/except ordering in sets.py. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Raymond Hettinger | Minor typo |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Guido van Rossum | Rename popitem() to pop(). (An idea from SF patch... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Guido van Rossum | Move __init__ from BaseSet into Set and ImmutableSet... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Guido van Rossum | Typo repair. Please include in any backports. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Guido van Rossum | Add a note reminding the reader that sets are not seque... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Guido van Rossum | SF patch 595846 by Brett Cannon: Update environ for... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Tim Peters | long_format(), long_lshift(): Someone on c.l.py is... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Guido van Rossum | Fix some endcase bugs in unicode rfind()/rindex() and... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Michael W.... | Comment typo repair. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Michael W.... | My patch #597221. Use f_lasti more consistently. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Barry Warsaw | Bump version number to 2.3 |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Barry Warsaw | Added tests for SF patch #597593, syntactically invalid... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Barry Warsaw | get_content_type(), get_content_maintype(), get_content... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Barry Warsaw | _dispatch(): Use get_content_maintype() and get_content... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Tim Peters | getinstclassname(): Squash new compiler wng in assert... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Fred Drake | Clarify the endpos argument to the rx.match() method. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Barry Warsaw | test_three_lines(): Test case reported by Andrew McNama... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Andrew M. Kuchling | Cover the sets module. |
commit | commitdiff | tree | snapshot |
2002-08-20 |
Andrew M. Kuchling | Create two subsections of the "Core Language Changes... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Neal Norwitz | Add versionadded for operator.pow |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Fred Drake | Extend some comments on the order of values in the... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | SF patch 576101, by Oren Tirosh: alternative implementa... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Add a warning comment to the LOAD_GLOBAL inline code. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Another ugly inlining hack, expanding the two PyDict_Ge... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Call me anal, but there was a particular phrase that... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Another modest speedup in PyObject_GenericGetAttr(... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Make PyDescr_IsData() a macro. It's too simple to... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Michael W.... | Check in my ultra-shortlived patch #597220. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Inline call to _PyObject_GetDictPtr() in PyObject_Gener... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Fix typo in __slots__ of ImmutableSet. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | News about sets. (There's no documentation; if someone... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Set classes and their unit tests, from sandbox. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Simple but important optimization for descr_check(... |
commit | commitdiff | tree | snapshot |
next |