summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc portion of SF 589982 (tempfile.py rewrite, by Zack Weinberg).Guido van Rossum2002-08-091-42/+160
* Check-in of the most essential parts of SF 589982 (tempfile.pyGuido van Rossum2002-08-092-232/+1100
* Test for Neil's fix to correctly invoke __rmul__.Guido van Rossum2002-08-091-0/+16
* News about Neil's fix to correctly invoke __rmul__.Guido van Rossum2002-08-091-0/+5
* Unicode replace() method with empty pattern argument should fail, likeGuido van Rossum2002-08-092-0/+11
* Only call sq_repeat if the object does not have a nb_multiply slot. OneNeil Schemenauer2002-08-091-6/+8
* New entries to track the DOM API growth. These match names exposed inFred Drake2002-08-091-0/+5
* When installing the "python" link in bindir also test for a pre-existingJack Jansen2002-08-091-1/+1
* - Precompile py files in Mac subtree after installingJack Jansen2002-08-091-28/+34
* - Check not only that cache file exists, but also that it is newer thanJack Jansen2002-08-091-4/+7
* Tool to pre-created cached .rsrc.df.rsrc files in the Lib directories,Jack Jansen2002-08-091-0/+45
* Document that -u puts stdin, stdout, and stderr in binary mode.Sjoerd Mullender2002-08-091-5/+6
* On Cygwin, put stdin, stderr, and stdout in binary mode when the -uSjoerd Mullender2002-08-091-2/+2
* Obsolete now that there's a python implementation of strptime in theJack Jansen2002-08-091-250/+0
* Patch by Russel Owen: if we have command line arguments zap pyc filesJack Jansen2002-08-091-12/+15
* Fix to ensure consistent 'repr' and 'str' results between PythonSteve Purcell2002-08-091-7/+10
* Depracated some non-carbon modules.Jack Jansen2002-08-093-0/+1013
* This file should have gone long ago.Jack Jansen2002-08-091-18/+0
* Repaired a braino in the description of bad minrun values.Tim Peters2002-08-091-3/+3
* SF bug #592645 fix memory leak in socket.getaddrinfoNeal Norwitz2002-08-091-0/+2
* Update the text on the Expat module and library.Fred Drake2002-08-091-17/+9
* Major speedup for new-style class creation. Turns out there was someGuido van Rossum2002-08-091-0/+22
* Moved inplace add and multiply methods from UserString to MutableString.Raymond Hettinger2002-08-094-11/+19
* Moved special case for tuples from iterobject.c toRaymond Hettinger2002-08-092-25/+123
* Revised the test suite for 'contains' to use the test() function argumentRaymond Hettinger2002-08-091-9/+9
* By popular demand the frameworkinstall target now installs everything:Jack Jansen2002-08-092-30/+51
* Significant speedup in new-style object creation: in slot_tp_new(),Guido van Rossum2002-08-081-1/+8
* Use hex escape for non-ascii chars, now that the parser wants that.Jack Jansen2002-08-081-13/+13
* A modest speedup of object deallocation. call_finalizer() did ratherGuido van Rossum2002-08-082-66/+71
* The other half of the patches added to SF patch 555085 by A IGuido van Rossum2002-08-081-0/+2
* Clean up some docstrings. Some docstrings didn't show their returnGuido van Rossum2002-08-081-10/+11
* testSendAll(): loop until all data is read; this was necessary atGuido van Rossum2002-08-081-3/+3
* Whitespace normalization.Tim Peters2002-08-0883-5828/+5817
* Delete junk attributes left behind by _socketobject class construction.Tim Peters2002-08-081-0/+1
* Patch #588561: Cygwin _hotshot patchJason Tishler2002-08-081-2/+4
* The _socketobject class has no need for a __del__ method: all it did wasGuido van Rossum2002-08-081-10/+6
* OK, one more hack: speed up the case of readline() in unbuffered mode.Guido van Rossum2002-08-081-0/+11
* Another refactoring of read() and readline(), this time based on theGuido van Rossum2002-08-081-66/+88
* Extend __all__ with the exports list of the _ssl module.Guido van Rossum2002-08-081-1/+4
* Oops, stupid tabs. Sorry again.Guido van Rossum2002-08-081-3/+3
* Another refactoring. Changed 'socket' from being a factory functionGuido van Rossum2002-08-081-26/+49
* Add module-wide "__metaclass__ = type", as requested by Jim Fulton.Steve Purcell2002-08-081-1/+4
* Added info about highwater heap-memory use for the sortperf.py tests; + aTim Peters2002-08-081-3/+31
* PyList_Reverse(): This was leaking a reference to Py_None on every call.Tim Peters2002-08-081-1/+4
* Major restructuring of _fileobject. Hopefully several things now workGuido van Rossum2002-08-081-61/+111
* Replace docstrings on test functions witrh comments -- then unittestGuido van Rossum2002-08-081-31/+50
* Added info about the right way to leave the body of a trashcan-protectedTim Peters2002-08-071-0/+5
* Fix a subtle bug in the trashcan code I added yesterday toGuido van Rossum2002-08-071-2/+3
* GvR pointed out that only enclosing function bodies are part of nested scopes.Raymond Hettinger2002-08-071-5/+5
* Add -E and -tt options to the python invocations, as for the Unix tests.Guido van Rossum2002-08-071-2/+2