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
*
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
*
Allow more docstrings to be removed during compilation
Neal Norwitz
2002-08-13
2
-14/+18
*
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
*
Fixed error in new comment.
Tim Peters
2002-08-13
1
-4/+3
*
k_mul(): The fix for (ah+al)*(bh+bl) spilling 1 bit beyond the allocated
Tim Peters
2002-08-13
1
-8/+44
*
Regress Guido's change of 2002/08/06 to check for the zlib version
Barry Warsaw
2002-08-13
1
-4/+13
*
Allow docstrings to be removed during compilation for *SLOT macro and friends
Neal Norwitz
2002-08-13
1
-3/+5
*
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
*
Allow docstrings to be removed during compilation
Neal Norwitz
2002-08-13
1
-3/+3
*
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
*
Add an improvement wrinkle to Neil Schemenauer's change to int_mul
Guido van Rossum
2002-08-13
1
-2/+4
*
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 comment for PyLong_AsUnsignedLong() to say that the return value
Guido van Rossum
2002-08-13
1
-1/+1
*
Fix wanrings about unsigned hex constants.
Guido van Rossum
2002-08-12
1
-2/+2
*
k_lopsided_mul(): This allocated more space for bslice than necessary.
Tim Peters
2002-08-12
1
-1/+1
*
The auto-reply text for the python-docs address. This is not automatically
Fred Drake
2002-08-12
1
-0/+171
*
Added new function k_lopsided_mul(), which is much more efficient than
Tim Peters
2002-08-12
2
-13/+75
*
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
*
Use PyErr_WarnExplicit() to warn about hex/oct constants, so the
Guido van Rossum
2002-08-12
1
-4/+9
*
Updated for the current state of affairs.
Jack Jansen
2002-08-12
1
-20/+27
*
New names.
Guido van Rossum
2002-08-12
1
-0/+2
*
Make sure that *any* object whose id() is used as a memo key is kept
Guido van Rossum
2002-08-12
1
-2/+1
*
k_mul(): Moved an assert down. In a debug build, interrupting a
Tim Peters
2002-08-12
1
-2/+2
*
k_mul(): Heh -- I checked in two fixes for the last problem. Only keep
Tim Peters
2002-08-12
1
-2/+2
*
k_mul(): White-box testing turned up that (ah+al)*(bh+bl) can, in rare
Tim Peters
2002-08-12
1
-3/+11
*
Fix MSVC warnings.
Guido van Rossum
2002-08-12
1
-2/+2
*
Refactor how __dict__ and __weakref__ interact with __slots__.
Guido van Rossum
2002-08-12
1
-55/+147
*
x_mul(): Made life easier for C optimizers in the "grade school"
Tim Peters
2002-08-12
1
-4/+5
*
k_mul() and long_mul(): I'm confident that the Karatsuba algorithm is
Tim Peters
2002-08-12
2
-12/+40
*
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
[next]