index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a main() function and support to run this module as a script.
Fred Drake
2002-08-21
1
-1/+19
*
Refactor: Remove some code that was obsoleted when this module was
Fred Drake
2002-08-21
1
-11/+17
*
Now that __init__ transforms set elements, we know that all of the
Raymond Hettinger
2002-08-21
1
-1/+3
*
Add regression test for proper construction of sets of sets.
Raymond Hettinger
2002-08-21
1
-0/+10
*
Sped ._update() method by factoring try/except out of the inner loop.
Raymond Hettinger
2002-08-21
1
-4/+5
*
Ouch. The test suite *really* needs work!!!!! There were several
Guido van Rossum
2002-08-21
1
-46/+38
*
Add Raymond H to the list of authors; add some XXX comments about
Guido van Rossum
2002-08-21
1
-0/+9
*
Fast size check for sub/super set tests
Raymond Hettinger
2002-08-21
1
-0/+4
*
Optimize try/except ordering in sets.py.
Raymond Hettinger
2002-08-21
1
-25/+25
*
Minor typo
Raymond Hettinger
2002-08-20
1
-1/+1
*
Rename popitem() to pop(). (An idea from SF patch 597444.)
Guido van Rossum
2002-08-20
2
-3/+3
*
Move __init__ from BaseSet into Set and ImmutableSet. This causes a
Guido van Rossum
2002-08-20
1
-16/+28
*
Typo repair. Please include in any backports.
Guido van Rossum
2002-08-20
1
-1/+1
*
Add a note reminding the reader that sets are not sequences. I
Guido van Rossum
2002-08-20
1
-0/+10
*
SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.py
Guido van Rossum
2002-08-20
1
-2/+1
*
Fix some endcase bugs in unicode rfind()/rindex() and endswith().
Guido van Rossum
2002-08-20
1
-0/+6
*
Bump version number to 2.3
Barry Warsaw
2002-08-20
1
-1/+1
*
Added tests for SF patch #597593, syntactically invalid Content-Type: headers.
Barry Warsaw
2002-08-20
1
-2/+23
*
get_content_type(), get_content_maintype(), get_content_subtype(): RFC
Barry Warsaw
2002-08-20
1
-5/+5
*
_dispatch(): Use get_content_maintype() and get_content_subtype() to
Barry Warsaw
2002-08-20
1
-3/+2
*
test_three_lines(): Test case reported by Andrew McNamara. Works in
Barry Warsaw
2002-08-20
1
-0/+8
*
Fix typo in __slots__ of ImmutableSet.
Guido van Rossum
2002-08-19
1
-1/+1
*
Set classes and their unit tests, from sandbox.
Guido van Rossum
2002-08-19
2
-0/+1097
*
Added __pow__(a,b) to the operator module. Completes the pattern of
Raymond Hettinger
2002-08-19
1
-0/+6
*
Modify splituser() method to allow an @ in the userinfo field.
Raymond Hettinger
2002-08-18
1
-1/+1
*
OS/2 EMX behaves like Windows where file permissions are concerned
Andrew MacIntyre
2002-08-18
1
-2/+2
*
Get rid of _once(); inlining it takes less code. :-)
Guido van Rossum
2002-08-17
2
-97/+41
*
Patch by Zack W to make test_noinherit() more robust: spawn a Python
Guido van Rossum
2002-08-17
2
-28/+48
*
Drop the number of test files to 100 for all the tests
Neal Norwitz
2002-08-16
1
-4/+8
*
SF bug 594996: OverflowError in random.randrange
Tim Peters
2002-08-16
1
-4/+17
*
check_events(): This was failing under -O, due to not expecting any
Tim Peters
2002-08-16
1
-3/+0
*
base64.decodestring('') should return '' instead of raising an
Barry Warsaw
2002-08-15
1
-6/+1
*
This is my patch
Michael W. Hudson
2002-08-15
5
-42/+47
*
forgot the best part - the new tests...
Skip Montanaro
2002-08-15
1
-0/+32
*
Docstring nits: The module is neither proposed nor new.
Jeremy Hylton
2002-08-14
1
-1/+1
*
More changes of DeprecationWarning to FutureWarning.
Guido van Rossum
2002-08-14
2
-2/+2
*
Explain use of currentThread() in _Condition methods.
Jeremy Hylton
2002-08-14
1
-2/+2
*
The filterwarnings() call here should be updated to filter out
Guido van Rossum
2002-08-14
1
-1/+1
*
Explain a little more.
Jeremy Hylton
2002-08-14
1
-0/+1
*
Explain a minor mystery.
Jeremy Hylton
2002-08-14
1
-0/+1
*
tempfile's mkstemp(): Changed last argument from
Tim Peters
2002-08-14
2
-11/+11
*
Patch #595014: Cygwin tempfile patch
Jason Tishler
2002-08-14
1
-3/+3
*
Patch by Tim to shut up the compiler's DeprecationWarnings on the
Barry Warsaw
2002-08-14
1
-18/+9
*
test_many(): open only 100 temp files, not 1000. Some systems don't
Guido van Rossum
2002-08-14
1
-1/+1
*
Check for trailing backslash. Fixes #593656.
Martin v. Löwis
2002-08-14
1
-0/+1
*
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis
2002-08-14
3
-6/+36
*
tightening up a few except: clauses
Skip Montanaro
2002-08-14
1
-3/+3
*
runtest(): I don't know why we don't just use TESTFN, but if we have to
Tim Peters
2002-08-14
1
-4/+5
*
mkstemp(): Repaired error in docstring (the sense of the 'binary' flag
Tim Peters
2002-08-14
1
-2/+2
*
mkstemp(): The optional "binary" argument is clearly intended to be a
Tim Peters
2002-08-13
1
-1/+1
[next]