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
*
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
*
int_lshift(): Simplified/sped overflow-checking.
Tim Peters
2002-08-11
1
-4/+2
*
Extend stripid() to handle strings ending in more than one '>'.
Ka-Ping Yee
2002-08-11
1
-37/+36
*
Reset errno to zero after calling PyErr_Warn(). It can potentially do
Guido van Rossum
2002-08-11
1
-0/+1
*
Use a better check for overflow from a<<b.
Guido van Rossum
2002-08-11
1
-2/+4
*
Add C API PyUnicode_FromOrdinal() which exposes unichr() at C level.
Marc-André Lemburg
2002-08-11
5
-35/+82
*
Implement stage B0 of PEP 237: add warnings for operations that
Guido van Rossum
2002-08-11
4
-4/+50
*
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
*
Convert characters from the locale's encoding on output.
Martin v. Löwis
2002-08-10
2
-1/+15
*
Fixed new typos, added a little info about ~sort versus "hint"s.
Tim Peters
2002-08-10
1
-4/+10
*
Clarify that the interruptable popen fixes aren't used under Win9x.
Mark Hammond
2002-08-10
1
-3/+4
*
Disallow class assignment completely unless both old and new are heap
Guido van Rossum
2002-08-10
2
-6/+14
*
1. Combined the base and length arrays into a single array of structs.
Tim Peters
2002-08-10
2
-53/+92
*
The samplesort-vs-mergesort #-of-comparisons comparisons were captured
Tim Peters
2002-08-10
1
-24/+24
*
Fix a typo in the mktemp -> mkstemp patch.
Guido van Rossum
2002-08-10
3
-3/+3
*
Accomodate the packaging changes when we unpack into the dev/doc/ area
Fred Drake
2002-08-09
1
-1/+2
*
Lots of changes to the packaging of the documentation, all to keep
Fred Drake
2002-08-09
2
-42/+72
*
A tool to transform gprof(1) output into HTML, so you can click on a
Guido van Rossum
2002-08-09
1
-0/+78
*
Whitespace normalization.
Guido van Rossum
2002-08-09
1
-2/+2
*
Add tests for weakref support for generator-iterators.
Fred Drake
2002-08-09
1
-1/+27
*
Add weakref support generator-iterators.
Fred Drake
2002-08-09
1
-1/+7
*
Add support for the iterator protocol to weakref proxy objects.
Fred Drake
2002-08-09
1
-38/+64
*
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
*
For new-style classes, we can now test for tp_del instead of asking
Guido van Rossum
2002-08-09
1
-3/+3
*
Test finalizers and GC from inside __del__ for new classes.
Guido van Rossum
2002-08-09
1
-0/+41
*
Credit to Oren for the file-iterator patch.
Guido van Rossum
2002-08-09
1
-1/+1
[next]