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
*
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
*
NamedTemporaryFile(), TemporaryFile(): removed needless local vrbl 'bin'.
Tim Peters
2002-08-13
1
-6/+8
*
template: removed special-casing for NT; there isn't an 8-character limit.
Tim Peters
2002-08-13
1
-4/+1
*
_once(): Removed obfuscating aliasing of _once_lock.
Tim Peters
2002-08-13
1
-4/+2
*
_once(): Simplified dict manipulation.
Tim Peters
2002-08-13
1
-2/+2
*
Added a test specifically to tickle Karatsuba; it costs no appreciable
Tim Peters
2002-08-13
1
-0/+26
*
Add a missing call to _strclass().
Jeremy Hylton
2002-08-13
1
-1/+1
*
Add tests for including __dict__ and/or __weakref__ in __slots__.
Guido van Rossum
2002-08-13
1
-1/+50
*
SF bug #574235, convert_path fails with empty pathname
Neal Norwitz
2002-08-13
1
-2/+4
*
Add test for SF bug # 575229, multiple inheritance w/ slots dumps core
Neal Norwitz
2002-08-13
1
-0/+11
*
Remove ugly irregular spaces from in front of some comments.
Fred Drake
2002-08-13
1
-3/+3
*
Bug #556025: list(xrange(1e9)) --> seg fault
Jason Tishler
2002-08-13
1
-0/+5
*
test_division(): Added one larger digits value, to ensure that the
Tim Peters
2002-08-13
1
-1/+2
*
Machines-- and Python --are a lot faster in relevant ways since this
Tim Peters
2002-08-13
1
-3/+5
*
Fix wanrings about unsigned hex constants.
Guido van Rossum
2002-08-12
1
-2/+2
*
Don't use hex constants representing negative numbers.
Guido van Rossum
2002-08-12
1
-1/+1
*
Suppress warnings about test_grammar.py that can't be suppressed inside
Guido van Rossum
2002-08-12
1
-0/+6
*
Make sure that *any* object whose id() is used as a memo key is kept
Guido van Rossum
2002-08-12
1
-2/+1
*
Portable way of producing unsigned 32-bit hex output to print the
Guido van Rossum
2002-08-12
1
-2/+4
*
Shut up warnings about hex()/oct() that can't be avoided.
Guido van Rossum
2002-08-12
2
-0/+8
*
Avoid warnings about <<. external_attr is now an unsigned long.
Guido van Rossum
2002-08-12
1
-2/+2
*
Fixed misspelling in comment.
Tim Peters
2002-08-11
1
-1/+1
*
Extend stripid() to handle strings ending in more than one '>'.
Ka-Ping Yee
2002-08-11
1
-37/+36
*
Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.
Marc-André Lemburg
2002-08-11
1
-0/+8
*
test_saveall(): Another small simplification; plus s/l/L/g.
Tim Peters
2002-08-11
1
-10/+8
*
And one more simplification to test_saveall().
Tim Peters
2002-08-10
1
-11/+10
*
test_saveall(): Simplified a little, given that we only expect one item
Tim Peters
2002-08-10
1
-6/+4
*
If any trash happened to be sitting around waiting to get collected at
Tim Peters
2002-08-10
1
-1/+8
*
Disallow class assignment completely unless both old and new are heap
Guido van Rossum
2002-08-10
1
-0/+5
*
Fix a typo in the mktemp -> mkstemp patch.
Guido van Rossum
2002-08-10
3
-3/+3
*
Add tests for weakref support for generator-iterators.
Fred Drake
2002-08-09
1
-1/+27
*
There's no distinction among 'user', 'group' and 'world' permissions
Tim Peters
2002-08-09
1
-2/+14
*
Whitespace normalization.
Tim Peters
2002-08-09
2
-8/+11
*
Test finalizers and GC from inside __del__ for new classes.
Guido van Rossum
2002-08-09
1
-0/+41
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
24
-83/+89
[next]