- 28b1770 Improve index entry for "import"; responding to comments by Stefan by Fred Drake · 25 years ago
- 06a73f0 Work around latex2html problem; reported by Gerrit Holl <gerrit.holl@pobox.com>. by Fred Drake · 25 years ago
- 2b755b8 Relocating file to Lib/lib-old. by Fred Drake · 25 years ago
- 4d5c87b Declare the "util" module obsolete. by Fred Drake · 25 years ago
- b269302 Added a few more bugs to the doc string; reformatted existing bugs. by Guido van Rossum · 25 years ago
- 3dd3689 Code by Mark Hammond to format paragraphs embedded in comments. by Guido van Rossum · 25 years ago
- 85a36a5 Added abstraction get_selection_index() (Mark Hammond). Also by Guido van Rossum · 25 years ago
- f64f8a0 Fixed typo reported by Bennett Benson <BennettBenson@mn.mediaone.net>. by Fred Drake · 25 years ago
- 4431b0f Adapt to the new pyclbr's support of listing top-level functions. If by Guido van Rossum · 25 years ago
- 7a62128 At David Ascher's request, clarify that os.system() always returns 0 by Fred Drake · 25 years ago
- ae0f292 Fix typo reported by Robert Kern <kernr@ncifcrf.gov>. by Fred Drake · 25 years ago
- e2571f2 Fix off-by-one error in Tim's recent change to comment_region(): the by Guido van Rossum · 25 years ago
- a3b4a33 Co-production with Tim Peters, implementing a suggestion by Mark by Guido van Rossum · 25 years ago
- ea827e9 Mark Hammond writes: Here is another change that allows it to work for by Guido van Rossum · 25 years ago
- ab3b50b Mark Hammond writes: Tim's suggestion of copying the font for the by Guido van Rossum · 25 years ago
- 66ab4e8 Patch by Jim Fulton to document the new parse_qls(). by Guido van Rossum · 25 years ago
- 2073177 Append "..." if the appropriate flag (for varargs) in co_flags is set. by Guido van Rossum · 25 years ago
- d9e5d17 Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion! by Guido van Rossum · 25 years ago
- 3d54871 Fix by Sjoerd for a package related bug: If you have a non-empy by Guido van Rossum · 25 years ago
- c87f5f4 Set the max recursion limit to 5000 -- rather conservative (this uses by Guido van Rossum · 25 years ago
- c03158b Jim Fulton writes: by Guido van Rossum · 25 years ago
- fa71701 When deallocating a list, DECREF the items from the end back to the start. by Guido van Rossum · 25 years ago
- 8f3e150 Set PATCHLEVEL and PY_VERSION (string version only) to 1.5.2+ to by Guido van Rossum · 25 years ago
- 0dee4ee Updated lagging version#. Also added some comments about how quote() by Guido van Rossum · 25 years ago
- db23d3d Patch by Per Cederqvist: by Guido van Rossum · 25 years ago
- 4727456 Add doc for timegm(). by Guido van Rossum · 25 years ago
- b39aff8 Add unrelated but handy function: timegm(), to calculate Unix by Guido van Rossum · 25 years ago
- 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 25 years ago
- 56b2059 Oops, Sjoerd was in a hurry. This patch from him fixes some length by Guido van Rossum · 25 years ago
- 8ea7bb8 Patch/new code by Sjoerd Mullender: by Guido van Rossum · 25 years ago
- 1f2e09b Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber: by Guido van Rossum · 25 years ago
- 5116f90 On David Ascher's recommendation: reversed order of 'utime()' and by Greg Ward · 25 years ago
- a8d0f4f Sam's latest versions by Guido van Rossum · 25 years ago
- cf09a39 Skip Montanaro: by Guido van Rossum · 25 years ago
- ab6a08a Hmm... Tim didn't turn "replace all" into a single undo block. by Guido van Rossum · 25 years ago
- 9745f5a Tim Peters: made replacement atomic for undo/redo. by Guido van Rossum · 25 years ago
- 0fcd635 Tim Peters: by Guido van Rossum · 25 years ago
- df9f7a3 Tim Peters: Taught it more "real Python" rules without slowing it by Guido van Rossum · 25 years ago
- 9a33707 Hacked 'set_final_options()' to set (hopefully) appropriate values for by Greg Ward · 25 years ago
- c997334 Added the 'have_run' dictionary to Distribution, and changed by Greg Ward · 25 years ago
- 4d74d73 Now handles NT, through '_init_nt()' function (courtesy of by Greg Ward · 25 years ago
- 3f75741 Remove unnecessary reference to pyclbr from test() code. by Guido van Rossum · 25 years ago
- ad38055 Experimental speedup patch by Tim Peters (please test!): by Guido van Rossum · 25 years ago
- 98c9eba Fix bug discovered by John W. Shipman -- when the width of a format by Guido van Rossum · 25 years ago
- 729afc1 Tim Peters: by Guido van Rossum · 25 years ago
- febebe9 Might as well enable CallTips by default. by Guido van Rossum · 25 years ago
- 1946f0d Patch by Jim Fulton: new function parse_qsl(), which is like by Guido van Rossum · 25 years ago
- fb278a5 Added an "optional" directive, that will include a module if it is available by Jack Jansen · 25 years ago
- c0d2d51 (py-statement-closes-block-p): py-goto-initial-line could leave us in by Barry Warsaw · 25 years ago
- f4a1508 New offerings by Tim Peters; he writes: by Guido van Rossum · 25 years ago
- b10cb9a Enclose pattern in quotes in status message. by Guido van Rossum · 25 years ago
- 23c115f Mark Hammond fixed some comments and improved the way the tip text is by Guido van Rossum · 25 years ago
- ce900de At Jim Fulton's request (actually, as a compromise :-), default the by Guido van Rossum · 25 years ago
- 094189f My fix to Mark's code: restore the universal check on <KeyRelease>. by Guido van Rossum · 25 years ago
- 6290dab A version that Mark Hammond posted to the newsgroup. Has some newer by Guido van Rossum · 25 years ago
- 85b9735 Call tips by Mark Hammond (plus tiny fix by me.) by Guido van Rossum · 25 years ago
- 1709041 Changes by Mark Hammond: (1) support optional output_sep argument to by Guido van Rossum · 25 years ago
- 808fa49 Changes by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
- d395aee Change by Mark Hammond to allow using IDLE extensions in PythonWin as by Guido van Rossum · 25 years ago
- a954ba1 Hah! A fix of my own to Tim's code! by Guido van Rossum · 25 years ago
- bbaba85 Tim Peters again: by Guido van Rossum · 25 years ago
- a6be387 Tim Peters again: by Guido van Rossum · 25 years ago
- 8113cdc New file by Tim Peters: by Guido van Rossum · 25 years ago
- d93f739 Tim Peters keeps revising this module (more to come): by Guido van Rossum · 25 years ago
- 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
- 6b708d5 In class TemporaryFileWrapper, don't cache attributes of tpye int -- by Guido van Rossum · 25 years ago
- 74311b2 1. Catch NameError on import (could be raised by case mismatch on Windows). by Guido van Rossum · 25 years ago
- 292dd2d Missed a few. by Guido van Rossum · 25 years ago
- ec9cca7 Rewritten based on TreeWidget.py by Guido van Rossum · 25 years ago
- 1ff48ec Object browser, based on TreeWidget.py. by Guido van Rossum · 25 years ago
- 7419f4b Tree widget done right. by Guido van Rossum · 25 years ago
- d3a518b As yet unused code for tool tips. by Guido van Rossum · 25 years ago
- ee03611 Ensure sys.argv[0] is the script name on Run Script. by Guido van Rossum · 25 years ago
- 96cf271 Move zoom height functionality to separate function. by Guido van Rossum · 25 years ago
- 5fac2ab Fix availability clause; mention availability of similar functionality by Fred Drake · 25 years ago
- 32465f4 A few icons used by ../TreeWidget.py and its callers. by Guido van Rossum · 25 years ago
- 8234dfc New version by Tim Peters improves block opening test. by Guido van Rossum · 25 years ago
- 116b31b Jack Jansen's patch to support file:///path/file/name URL syntax. by Guido van Rossum · 25 years ago
- fa8c3ea Greg McFarlane writes: Tkinter.Text.tag_add should take multiple by Guido van Rossum · 25 years ago
- f63b8cc posix_listdir(): When an error occurs, call by Barry Warsaw · 25 years ago
- f188242 Oops, forgot to remove the individual module indexes for lib & mac now by Fred Drake · 25 years ago
- 3c27ec2 Add <hr> after top navigation bar; now looks more like the rest of the by Fred Drake · 25 years ago
- d2a727f Hack: make sure LaTeX2HTML doesn't change -- to - in mkhowto description. by Fred Drake · 25 years ago
- 3aa70d6 Document the "pid" attribute of the Popen3 class. by Fred Drake · 25 years ago
- a7ce52b0 Typo reported by Gerry Wiener <wiener@rap.ucar.edu>: by Fred Drake · 25 years ago
- abc8cc6 Move some \index entries around so we can avoid using empty comments; by Fred Drake · 25 years ago
- 82f355a Change the example of configuring for large file support under Solaris by Fred Drake · 25 years ago
- a20fdcd Eugene Dvurechenski <jno@glas.net> says: by Barry Warsaw · 25 years ago
- 6b330ba8 "proces" --> "process"; reported by Gerry Wiener <gerry@ucar.edu>. by Fred Drake · 25 years ago
- fa2def2 (py-electric-backspace): I'm not sure this function should be special by Barry Warsaw · 25 years ago
- 53db859 (py-parse-state): When running under Emacs -- which doesn't have by Barry Warsaw · 25 years ago
- a8f99ba (py-statement-closes-block-p): Add a py-goto-initial-line which fixes by Barry Warsaw · 25 years ago
- c7ba080 Oliver Steele writes: by Just van Rossum · 25 years ago
- 8bfefce On HP-UX, -rpath is another option taking an argument that needs to go by Guido van Rossum · 25 years ago
- 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
- b6f8cf1 Rename History to IdleHistory. Add isatty() to pseudo files. by Guido van Rossum · 25 years ago
- 945507e Make initial stack viewer wider by Guido van Rossum · 25 years ago
- 2092b43 New wishes by Guido van Rossum · 25 years ago
- def2c96 Much improved autoindent and handling of tabs, by Tim Peters. by Guido van Rossum · 25 years ago
- c40c547 Map .js to application/x-javascript. by Fred Drake · 25 years ago