| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Tool to pre-created cached .rsrc.df.rsrc files in the Lib directories, | Jack Jansen | 2002-08-09 | 1 | -0/+45 |
|
|
* | Document that -u puts stdin, stdout, and stderr in binary mode. | Sjoerd Mullender | 2002-08-09 | 1 | -5/+6 |
|
|
* | On Cygwin, put stdin, stderr, and stdout in binary mode when the -u | Sjoerd Mullender | 2002-08-09 | 1 | -2/+2 |
|
|
* | Obsolete now that there's a python implementation of strptime in the | Jack Jansen | 2002-08-09 | 1 | -250/+0 |
|
|
* | Patch by Russel Owen: if we have command line arguments zap pyc files | Jack Jansen | 2002-08-09 | 1 | -12/+15 |
|
|
* | Fix to ensure consistent 'repr' and 'str' results between Python | Steve Purcell | 2002-08-09 | 1 | -7/+10 |
|
|
* | Depracated some non-carbon modules. | Jack Jansen | 2002-08-09 | 3 | -0/+1013 |
|
|
* | This file should have gone long ago. | Jack Jansen | 2002-08-09 | 1 | -18/+0 |
|
|
* | Repaired a braino in the description of bad minrun values. | Tim Peters | 2002-08-09 | 1 | -3/+3 |
|
|
* | SF bug #592645 fix memory leak in socket.getaddrinfo | Neal Norwitz | 2002-08-09 | 1 | -0/+2 |
|
|
* | Update the text on the Expat module and library. | Fred Drake | 2002-08-09 | 1 | -17/+9 |
|
|
* | Major speedup for new-style class creation. Turns out there was some | Guido van Rossum | 2002-08-09 | 1 | -0/+22 |
|
|
* | Moved inplace add and multiply methods from UserString to MutableString. | Raymond Hettinger | 2002-08-09 | 4 | -11/+19 |
|
|
* | Moved special case for tuples from iterobject.c to | Raymond Hettinger | 2002-08-09 | 2 | -25/+123 |
|
|
* | Revised the test suite for 'contains' to use the test() function argument | Raymond Hettinger | 2002-08-09 | 1 | -9/+9 |
|
|
* | By popular demand the frameworkinstall target now installs everything: | Jack Jansen | 2002-08-09 | 2 | -30/+51 |
|
|
* | Significant speedup in new-style object creation: in slot_tp_new(), | Guido van Rossum | 2002-08-08 | 1 | -1/+8 |
|
|
* | Use hex escape for non-ascii chars, now that the parser wants that. | Jack Jansen | 2002-08-08 | 1 | -13/+13 |
|
|
* | A modest speedup of object deallocation. call_finalizer() did rather | Guido van Rossum | 2002-08-08 | 2 | -66/+71 |
|
|
* | The other half of the patches added to SF patch 555085 by A I | Guido van Rossum | 2002-08-08 | 1 | -0/+2 |
|
|
* | Clean up some docstrings. Some docstrings didn't show their return | Guido van Rossum | 2002-08-08 | 1 | -10/+11 |
|
|
* | testSendAll(): loop until all data is read; this was necessary at | Guido van Rossum | 2002-08-08 | 1 | -3/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 83 | -5828/+5817 |
|
|
* | Delete junk attributes left behind by _socketobject class construction. | Tim Peters | 2002-08-08 | 1 | -0/+1 |
|
|
* | Patch #588561: Cygwin _hotshot patch | Jason Tishler | 2002-08-08 | 1 | -2/+4 |
|
|