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
*
SF bug[ #423781: pprint.isrecursive() broken.
Tim Peters
2001-05-14
3
-21/+66
*
A disgusting "fix" for the test___all__ failure under Windows.
Tim Peters
2001-05-13
1
-0/+11
*
Add support for Windows using "mbcs" as the default Unicode encoding when dea...
Mark Hammond
2001-05-13
4
-13/+91
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
9
-36/+52
*
Fix one bare except: clause.
Fred Drake
2001-05-11
1
-1/+1
*
Remove a bare try/except completely -- it just did not make sense!
Fred Drake
2001-05-11
1
-12/+12
*
When guarding an import, only catch ImportError.
Fred Drake
2001-05-11
1
-1/+1
*
Clean up a bare except where we only expect to catch pcre.error.
Fred Drake
2001-05-11
1
-1/+1
*
Clean up bare except where only IOError makes sense.
Fred Drake
2001-05-11
1
-1/+1
*
Clean up bare except: when determining whether a file is seekable.
Fred Drake
2001-05-11
1
-2/+2
*
Opening a file for reading can raise IOError, so only catch that.
Fred Drake
2001-05-11
1
-1/+1
*
int() of a string is only expected to through ValueError, so do not use
Fred Drake
2001-05-11
1
-2/+2
*
<socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error,
Fred Drake
2001-05-11
1
-1/+1
*
Catch only the relevant exceptions instead of using a bare except clause.
Fred Drake
2001-05-11
1
-1/+1
*
unlink() would normally be found in the "os" module, so use it from there.
Fred Drake
2001-05-11
1
-5/+7
*
Make test_mutants stronger by also adding random keys during comparisons.
Tim Peters
2001-05-10
1
-2/+17
*
Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo",
Tim Peters
2001-05-10
1
-108/+119
*
Repair typos in comments.
Tim Peters
2001-05-10
1
-4/+4
*
Change some text just a little to avoid font-lock hell.
Fred Drake
2001-05-10
1
-1/+1
*
Extend the weakref test suite to cover the complete mapping interface for
Fred Drake
2001-05-10
1
-4/+61
*
Do no regenerate modules that should no longer be here.
Fred Drake
2001-05-10
3
-11/+0
*
Remove all remaining uses of the FCNTL module from the standard library.
Fred Drake
2001-05-10
3
-30/+29
*
SF bug #422121 Insecurities in dict comparison.
Tim Peters
2001-05-10
2
-0/+139
*
Update to reflect deprecation of the FCNTL module: The fcntl module does
Fred Drake
2001-05-10
1
-4/+4
*
patch 418489 from Andrew Dalke for string format bug
Steve Purcell
2001-05-10
1
-1/+1
*
Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as
Tim Peters
2001-05-10
1
-1/+3
*
The strop module and test_strop.py believe replace() with a 0 count
Tim Peters
2001-05-10
1
-1/+1
*
SF bug #422088: [OSF1 alpha] string.replace().
Tim Peters
2001-05-09
1
-0/+6
*
Remove the old platform-specific FCNTL.py modules; these are no longer
Fred Drake
2001-05-09
15
-1993/+0
*
Add a new FCNTL.py backward compatibility module that issues a deprecation
Fred Drake
2001-05-09
1
-0/+14
*
Update the tests for the fcntl module to check passing in file objects,
Fred Drake
2001-05-09
1
-11/+21
*
Trivial tests of urllib2 for recent SF bug
Jeremy Hylton
2001-05-09
2
-0/+18
*
Raise useful exception when called with URL for which request type
Jeremy Hylton
2001-05-09
1
-1/+2
*
SF bug #422177: Results from .pyc differs from .py
Tim Peters
2001-05-08
1
-0/+3
*
SF patch #421922: Implement rich comparison for dicts.
Tim Peters
2001-05-08
1
-0/+28
*
SF patch 419176 from MvL; fixed bug 418977
Jeremy Hylton
2001-05-08
2
-0/+21
*
This is a test showing SF bug 422177. It won't trigger until I check in
Tim Peters
2001-05-08
1
-0/+30
*
Generalize zip() to work with iterators.
Tim Peters
2001-05-06
2
-2/+48
*
Get rid of silly 5am "del" stmts.
Tim Peters
2001-05-05
1
-2/+0
*
Reimplement PySequence_Contains() and instance_contains(), so they work
Tim Peters
2001-05-05
1
-18/+6
*
Generalize PySequence_Count() (operator.countOf) to work with iterators.
Tim Peters
2001-05-05
1
-0/+35
*
Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.
Tim Peters
2001-05-05
2
-2/+57
*
Make unicode.join() work nice with iterators. This also required a change
Tim Peters
2001-05-05
1
-0/+41
*
Generalize tuple() to work nicely with iterators.
Tim Peters
2001-05-05
3
-6/+39
*
Generalize reduce() to work with iterators.
Tim Peters
2001-05-04
1
-0/+13
*
Purge redundant cut&paste line.
Tim Peters
2001-05-03
1
-2/+1
*
Generalize map() to work with iterators.
Tim Peters
2001-05-03
1
-0/+35
*
Remove redundant copy+paste code.
Tim Peters
2001-05-03
1
-3/+0
*
Generalize max(seq) and min(seq) to work with iterators.
Tim Peters
2001-05-03
1
-0/+35
*
InteractiveInterpreter.showsyntaxerror():
Fred Drake
2001-05-03
1
-0/+1
[next]