1999-06-10 |
Guido van Rossum | Mark Hammond writes: Here is another change that allows... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Mark Hammond writes: Tim's suggestion of copying the... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Patch by Jim Fulton to document the new parse_qls(). |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Append "..." if the appropriate flag (for varargs)... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Fix bug discovered by Klaus-Juergen Wolf -- it runs... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Fix by Sjoerd for a package related bug: If you have... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Set the max recursion limit to 5000 -- rather conservat... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Jim Fulton writes: |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | When deallocating a list, DECREF the items from the... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Set PATCHLEVEL and PY_VERSION (string version only... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Updated lagging version#. Also added some comments... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Patch by Per Cederqvist: |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Add doc for timegm(). |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Add unrelated but handy function: timegm(), to calculat... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Don't just die if gethostbyaddr() fails -- as it can... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Oops, Sjoerd was in a hurry. This patch from him fixes... |
commit | commitdiff | tree | snapshot |
1999-06-09 |
Guido van Rossum | Patch/new code by Sjoerd Mullender: |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Guido van Rossum | Fix (sanctioned by Sjoerd) for a problem reported by... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Greg Ward | On David Ascher's recommendation: reversed order of... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Guido van Rossum | Sam's latest versions |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Guido van Rossum | Skip Montanaro: |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Guido van Rossum | Hmm... Tim didn't turn "replace all" into a single... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Guido van Rossum | Tim Peters: made replacement atomic for undo/redo. |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Guido van Rossum | Tim Peters: |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Guido van Rossum | Tim Peters: Taught it more "real Python" rules without... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Greg Ward | Hacked 'set_final_options()' to set (hopefully) appropr... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Greg Ward | Added the 'have_run' dictionary to Distribution, and... |
commit | commitdiff | tree | snapshot |
1999-06-08 |
Greg Ward | Now handles NT, through '_init_nt()' function (courtesy of |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Guido van Rossum | Remove unnecessary reference to pyclbr from test()... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Guido van Rossum | Experimental speedup patch by Tim Peters (please test!): |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Guido van Rossum | Fix bug discovered by John W. Shipman -- when the width... |
commit | commitdiff | tree | snapshot |
1999-06-07 |
Guido van Rossum | Tim Peters: |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Guido van Rossum | Might as well enable CallTips by default. |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Guido van Rossum | Patch by Jim Fulton: new function parse_qsl(), which... |
commit | commitdiff | tree | snapshot |
1999-06-04 |
Jack Jansen | Added an "optional" directive, that will include a... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Barry Warsaw | (py-statement-closes-block-p): py-goto-initial-line... |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Guido van Rossum | New offerings by Tim Peters; he writes: |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Guido van Rossum | Enclose pattern in quotes in status message. |
commit | commitdiff | tree | snapshot |
1999-06-03 |
Guido van Rossum | Mark Hammond fixed some comments and improved the way... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Guido van Rossum | At Jim Fulton's request (actually, as a compromise... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Guido van Rossum | My fix to Mark's code: restore the universal check... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Guido van Rossum | A version that Mark Hammond posted to the newsgroup... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Guido van Rossum | Call tips by Mark Hammond (plus tiny fix by me.) |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Guido van Rossum | Changes by Mark Hammond: (1) support optional output_se... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Guido van Rossum | Changes by Mark Hammond to allow using IDLE extensions... |
commit | commitdiff | tree | snapshot |
1999-06-02 |
Guido van Rossum | Change by Mark Hammond to allow using IDLE extensions... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Hah! A fix of my own to Tim's code! |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Tim Peters again: |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Tim Peters again: |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | New file by Tim Peters: |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Tim Peters keeps revising this module (more to come): |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Andy Dustman notes that I patched the close() call... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | In class TemporaryFileWrapper, don't cache attributes... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | 1. Catch NameError on import (could be raised by case... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Missed a few. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Rewritten based on TreeWidget.py |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Object browser, based on TreeWidget.py. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Tree widget done right. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | As yet unused code for tool tips. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Ensure sys.argv[0] is the script name on Run Script. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Move zoom height functionality to separate function. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Fred Drake | Fix availability clause; mention availability of simila... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | A few icons used by ../TreeWidget.py and its callers. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | New version by Tim Peters improves block opening test. |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Jack Jansen's patch to support file:///path/file/name... |
commit | commitdiff | tree | snapshot |
1999-06-01 |
Guido van Rossum | Greg McFarlane writes: Tkinter.Text.tag_add should... |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Barry Warsaw | posix_listdir(): When an error occurs, call |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Fred Drake | Oops, forgot to remove the individual module indexes... |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Fred Drake | Add <hr> after top navigation bar; now looks more like... |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Fred Drake | Hack: make sure LaTeX2HTML doesn't change -- to - in... |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Fred Drake | Document the "pid" attribute of the Popen3 class. |
commit | commitdiff | tree | snapshot |
1999-05-27 |
Fred Drake | Typo reported by Gerry Wiener <wiener@rap.ucar.edu>: |
commit | commitdiff | tree | snapshot |
1999-05-26 |
Fred Drake | Move some \index entries around so we can avoid using... |
commit | commitdiff | tree | snapshot |
1999-05-26 |
Fred Drake | Change the example of configuring for large file suppor... |
commit | commitdiff | tree | snapshot |
1999-05-26 |
Barry Warsaw | Eugene Dvurechenski <jno@glas.net> says: |
commit | commitdiff | tree | snapshot |
1999-05-25 |
Fred Drake | "proces" --> "process"; reported by Gerry Wiener <gerry... |
commit | commitdiff | tree | snapshot |
1999-05-24 |
Barry Warsaw | (py-electric-backspace): I'm not sure this function... |
commit | commitdiff | tree | snapshot |
1999-05-24 |
Barry Warsaw | (py-parse-state): When running under Emacs -- which... |
commit | commitdiff | tree | snapshot |
1999-05-24 |
Barry Warsaw | (py-statement-closes-block-p): Add a py-goto-initial... |
commit | commitdiff | tree | snapshot |
1999-05-21 |
Just van Rossum | Oliver Steele writes: |
commit | commitdiff | tree | snapshot |
1999-05-21 |
Guido van Rossum | On HP-UX, -rpath is another option taking an argument... |
commit | commitdiff | tree | snapshot |
1999-05-21 |
Guido van Rossum | Andy Dustman writes: |
commit | commitdiff | tree | snapshot |
1999-05-21 |
Guido van Rossum | Rename History to IdleHistory. |
commit | commitdiff | tree | snapshot |
1999-05-21 |
Guido van Rossum | Make initial stack viewer wider |
commit | commitdiff | tree | snapshot |
1999-05-21 |
Guido van Rossum | New wishes |
commit | commitdiff | tree | snapshot |
1999-05-21 |
Guido van Rossum | Much improved autoindent and handling of tabs, |
commit | commitdiff | tree | snapshot |
1999-05-20 |
Fred Drake | Map .js to application/x-javascript. |
commit | commitdiff | tree | snapshot |
1999-05-19 |
Fred Drake | Enhanced docstring and some comments. |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Fred Drake | Modify to perform "---" to "—" conversion outside of |
commit | commitdiff | tree | snapshot |
1999-05-18 |
Fred Drake | Remove the "---" to "—" conversion; this is wrong... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | SET_LINE_NO ==> SET_LINENO |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | Added "Learning Python" to the books section. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | Added paragraph explaininng the text/binary flavors... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | Document \e, \url. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | Don't \input boilerplate.tex, fill in the real stuff... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | Attempted to clarify usage of the \declaremodule macro... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | define_module(): Check the module type for validity... |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | \declaremodule: Typo. |
commit | commitdiff | tree | snapshot |
1999-05-17 |
Fred Drake | \declaremodule: Make this more robust. Only attempt... |
commit | commitdiff | tree | snapshot |
1999-05-13 |
Fred Drake | The conversion temporary files should not be ignored... |
commit | commitdiff | tree | snapshot |
next |