summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion!Guido van Rossum1999-06-091-1/+1
* Fix by Sjoerd for a package related bug: If you have a non-empyGuido van Rossum1999-06-091-6/+6
* Set the max recursion limit to 5000 -- rather conservative (this usesGuido van Rossum1999-06-091-0/+7
* Jim Fulton writes:Guido van Rossum1999-06-091-10/+56
* When deallocating a list, DECREF the items from the end back to the start.Guido van Rossum1999-06-091-1/+6
* Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ toGuido van Rossum1999-06-091-2/+2
* Updated lagging version#. Also added some comments about how quote()Guido van Rossum1999-06-091-1/+3
* Patch by Per Cederqvist:Guido van Rossum1999-06-091-3/+6
* Add doc for timegm().Guido van Rossum1999-06-091-0/+8
* Add unrelated but handy function: timegm(), to calculate UnixGuido van Rossum1999-06-091-0/+17
* Don't just die if gethostbyaddr() fails -- as it can when DNS isGuido van Rossum1999-06-091-6/+10
* Oops, Sjoerd was in a hurry. This patch from him fixes some lengthGuido van Rossum1999-06-091-0/+1
* Patch/new code by Sjoerd Mullender:Guido van Rossum1999-06-092-74/+155
* Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber:Guido van Rossum1999-06-081-1/+1
* On David Ascher's recommendation: reversed order of 'utime()' andGreg Ward1999-06-081-2/+5
* Sam's latest versionsGuido van Rossum1999-06-082-87/+109
* Skip Montanaro:Guido van Rossum1999-06-081-2/+13
* Hmm... Tim didn't turn "replace all" into a single undo block.Guido van Rossum1999-06-081-0/+2
* Tim Peters: made replacement atomic for undo/redo.Guido van Rossum1999-06-081-0/+2
* Tim Peters:Guido van Rossum1999-06-081-3/+2
* Tim Peters: Taught it more "real Python" rules without slowing itGuido van Rossum1999-06-081-47/+53
* Hacked 'set_final_options()' to set (hopefully) appropriate values forGreg Ward1999-06-081-7/+56
* Added the 'have_run' dictionary to Distribution, and changedGreg Ward1999-06-081-3/+33
* Now handles NT, through '_init_nt()' function (courtesy ofGreg Ward1999-06-081-0/+11
* Remove unnecessary reference to pyclbr from test() code.Guido van Rossum1999-06-072-5/+0
* Experimental speedup patch by Tim Peters (please test!):Guido van Rossum1999-06-071-82/+149
* Fix bug discovered by John W. Shipman -- when the width of a formatGuido van Rossum1999-06-071-2/+4
* Tim Peters:Guido van Rossum1999-06-071-19/+75
* Might as well enable CallTips by default.Guido van Rossum1999-06-041-0/+1
* Patch by Jim Fulton: new function parse_qsl(), which is likeGuido van Rossum1999-06-041-13/+44
* Added an "optional" directive, that will include a module if it is availableJack Jansen1999-06-042-3/+6
* (py-statement-closes-block-p): py-goto-initial-line could leave us inBarry Warsaw1999-06-031-2/+2
* New offerings by Tim Peters; he writes:Guido van Rossum1999-06-033-26/+66
* Enclose pattern in quotes in status message.Guido van Rossum1999-06-031-1/+1
* Mark Hammond fixed some comments and improved the way the tip text isGuido van Rossum1999-06-031-11/+12
* At Jim Fulton's request (actually, as a compromise :-), default theGuido van Rossum1999-06-021-2/+2
* My fix to Mark's code: restore the universal check on <KeyRelease>.Guido van Rossum1999-06-021-14/+2
* A version that Mark Hammond posted to the newsgroup. Has some newerGuido van Rossum1999-06-021-27/+38
* Call tips by Mark Hammond (plus tiny fix by me.)Guido van Rossum1999-06-022-0/+232
* Changes by Mark Hammond: (1) support optional output_sep argument toGuido van Rossum1999-06-021-6/+22
* Changes by Mark Hammond to allow using IDLE extensions in PythonWin asGuido van Rossum1999-06-021-9/+10
* Change by Mark Hammond to allow using IDLE extensions in PythonWin asGuido van Rossum1999-06-021-0/+5
* Hah! A fix of my own to Tim's code!Guido van Rossum1999-06-011-0/+2
* Tim Peters again:Guido van Rossum1999-06-013-107/+146
* Tim Peters again:Guido van Rossum1999-06-011-166/+69
* New file by Tim Peters:Guido van Rossum1999-06-011-0/+470
* Tim Peters keeps revising this module (more to come):Guido van Rossum1999-06-011-86/+191
* Andy Dustman notes that I patched the close() call in the wrong place.Guido van Rossum1999-06-011-1/+1
* In class TemporaryFileWrapper, don't cache attributes of tpye int --Guido van Rossum1999-06-011-1/+2
* 1. Catch NameError on import (could be raised by case mismatch on Windows).Guido van Rossum1999-06-011-8/+2