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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Illustrating by example one good reason not to trust a proof <wink>.
Tim Peters
2002-08-15
1
-3/+3
*
k_mul() comments: In honor of Dijkstra, made the proof that "t3 fits"
Tim Peters
2002-08-15
1
-34/+37
*
long_mul(): Simplified exit code. In particular, k_mul() returns a
Tim Peters
2002-08-15
1
-9/+3
*
This is my patch
Michael W. Hudson
2002-08-15
19
-187/+341
*
Add notes about universal newlines.
Guido van Rossum
2002-08-15
1
-2/+10
*
Fix typo. It's --with-universal-newlines, not
Guido van Rossum
2002-08-15
2
-3/+3
*
Slight reordering of directories searched for BerkDB libs and include files.
Skip Montanaro
2002-08-15
1
-12/+23
*
forgot the best part - the new tests...
Skip Montanaro
2002-08-15
1
-0/+32
*
provide less mysterious error messages when seeing end-of-line in
Skip Montanaro
2002-08-15
3
-3/+14
*
Add 'in' change
Andrew M. Kuchling
2002-08-15
1
-3/+29
*
Add news about Fred's change to Py_InitModule4().
Guido van Rossum
2002-08-14
1
-0/+4
*
Reflow long lines.
Jeremy Hylton
2002-08-14
1
-26/+32
*
Py_InitModule() and friends now accept NULL for the 'methods'
Fred Drake
2002-08-14
1
-0/+9
*
Py_InitModule4(): Accept NULL for the 'methods' argument. This makes
Fred Drake
2002-08-14
1
-14/+16
*
Docstring nits: The module is neither proposed nor new.
Jeremy Hylton
2002-08-14
1
-1/+1
*
Added Hisao Suzuki.
Martin v. Löwis
2002-08-14
1
-0/+1
*
More changes of DeprecationWarning to FutureWarning.
Guido van Rossum
2002-08-14
5
-8/+8
*
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
*
PyType_Ready(): initialize the base class a bit earlier, so that if we
Guido van Rossum
2002-08-14
1
-6/+6
*
k_mul() comments: Simplified the simplified explanation of why ah*bh and
Tim Peters
2002-08-14
1
-6/+3
*
More updates describing FutureWarnings.
Barry Warsaw
2002-08-14
3
-1/+13
*
mkstemp's last argument changed from binary=True to text=False.
Tim Peters
2002-08-14
1
-2/+2
*
k_mul() comments: Explained why there's always enough room to subtract
Tim Peters
2002-08-14
1
-0/+7
*
Add news about FutureWarning and PEP 237 stage B0.
Guido van Rossum
2002-08-14
1
-0/+23
*
Document PyExc_FutureWarning
Barry Warsaw
2002-08-14
1
-4/+4
*
Added a FutureWarning for constructs that will change semantically in
Barry Warsaw
2002-08-14
3
-2/+11
*
Patch #550192: Set softspace to 0 in raw_input().
Martin v. Löwis
2002-08-14
1
-18/+22
*
tempfile's mkstemp(): Changed last argument from
Tim Peters
2002-08-14
2
-11/+11
*
Remove a broken example of extreme backward compatibility; it is
Fred Drake
2002-08-14
1
-21/+0
*
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
*
Patch #588564: _locale library patch
Jason Tishler
2002-08-14
1
-1/+6
*
Check for trailing backslash. Fixes #593656.
Martin v. Löwis
2002-08-14
2
-5/+9
*
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis
2002-08-14
8
-139/+267
*
tightening up a few except: clauses
Skip Montanaro
2002-08-14
1
-3/+3
*
Fix memory leaks reported by valgrind
Neal Norwitz
2002-08-14
1
-1/+7
*
add some example docstrings using PyDoc_STR
Skip Montanaro
2002-08-14
1
-8/+8
*
add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors
Skip Montanaro
2002-08-14
1
-6/+18
*
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
*
Allow more docstrings to be removed during compilation in some modules
Neal Norwitz
2002-08-13
4
-38/+40
[next]