| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | News about the tempfile rewrite. | Guido van Rossum | 2002-08-09 | 1 | -0/+10 |
|
|
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 31 | -149/+134 |
|
|
* | Doc portion of SF 589982 (tempfile.py rewrite, by Zack Weinberg). | Guido van Rossum | 2002-08-09 | 1 | -42/+160 |
|
|
* | Check-in of the most essential parts of SF 589982 (tempfile.py | Guido van Rossum | 2002-08-09 | 2 | -232/+1100 |
|
|
* | Test for Neil's fix to correctly invoke __rmul__. | Guido van Rossum | 2002-08-09 | 1 | -0/+16 |
|
|
* | News about Neil's fix to correctly invoke __rmul__. | Guido van Rossum | 2002-08-09 | 1 | -0/+5 |
|
|
* | Unicode replace() method with empty pattern argument should fail, like | Guido van Rossum | 2002-08-09 | 2 | -0/+11 |
|
|
* | Only call sq_repeat if the object does not have a nb_multiply slot. One | Neil Schemenauer | 2002-08-09 | 1 | -6/+8 |
|
|
* | New entries to track the DOM API growth. These match names exposed in | Fred Drake | 2002-08-09 | 1 | -0/+5 |
|
|
* | When installing the "python" link in bindir also test for a pre-existing | Jack Jansen | 2002-08-09 | 1 | -1/+1 |
|
|
* | - Precompile py files in Mac subtree after installing | Jack Jansen | 2002-08-09 | 1 | -28/+34 |
|
|
* | - Check not only that cache file exists, but also that it is newer than | Jack Jansen | 2002-08-09 | 1 | -4/+7 |
|
|