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
...
*
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
*
k_mul: Rearranged computation for better cache use. Ignored overflow
Tim Peters
2002-08-12
1
-60/+50
*
Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack.
Mark Hammond
2002-08-12
1
-2/+2
*
Add name mangling for new PyUnicode_FromOrdinal() and fix declaration
Marc-André Lemburg
2002-08-12
1
-1/+3
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
51
-673/+669
*
x_mul(): This failed to normalize its result.
Tim Peters
2002-08-12
1
-6/+18
*
Introduced helper functions v_iadd and v_isub, for in-place digit-vector
Tim Peters
2002-08-12
1
-29/+75
*
New news about __class__ assignment restrictions and speed-up of
Guido van Rossum
2002-08-12
1
-43/+51
*
Revert what looks like a typo from the last checkin
Neal Norwitz
2002-08-12
1
-1/+1
*
k_mul(): Repaired another typo in another comment.
Tim Peters
2002-08-12
1
-1/+1
*
k_mul(): Repaired typo in comment.
Tim Peters
2002-08-12
1
-1/+1
*
Cautious introduction of a patch that started from
Tim Peters
2002-08-12
3
-88/+272
*
Fixed misspelling in comment.
Tim Peters
2002-08-11
1
-1/+1
[prev]
[next]