1999-06-15 |
Guido van Rossum | Laurence Tratt notes that the accept() call in get_requ... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Fred Drake | Added note to __not__() description that this operation... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | Add the test case provided by Barry Scott for his patch. |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | Barry Scott writes: |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Fred Drake | Several new index entries to make find this easier. |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Barry Warsaw | Added a couple of endswith test cases for bugs reported... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | New version from Jim: |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Guido van Rossum | New version from Jim: don't call Py_FatalError() when... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | Added entries for new sections from Moshe. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | Misc. changes related to the new sections. |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | New sections from Moshe Zadka <moshez@math.huji.ac... |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Barry Warsaw | Added more tests of join |
commit | commitdiff | tree | snapshot |
1999-06-14 |
Fred Drake | Message.getheaders(): If there are no matching headers... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Fred Drake | Add entry for the fpformat module. |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Fred Drake | Documentation for the fpformat module by Moshe Zadka |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Fred Drake | Added 'ce' to the list of "registered" values for os... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Guido van Rossum | After more discussion with Jim, change the behavior... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Barry Warsaw | Two extra startswith tests |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Barry Warsaw | Harness can now test object methods directly, if they... |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Guido van Rossum | Tim Peters smart.patch: |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Fred Drake | Last night's scribbles: |
commit | commitdiff | tree | snapshot |
1999-06-11 |
Guido van Rossum | Mark Hammond: patch for Windows/CE. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Barry Warsaw | Output for the regression test of the new string methods. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Barry Warsaw | Regression test for the new string methods. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Some clarifications on operations for mapping types... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Adjust indexing for __import__(); based on comments... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Improve index entry for "import"; responding to comment... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Work around latex2html problem; reported by Gerrit... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Relocating file to Lib/lib-old. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Declare the "util" module obsolete. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Added a few more bugs to the doc string; reformatted... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Code by Mark Hammond to format paragraphs embedded... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Added abstraction get_selection_index() (Mark Hammond... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Fixed typo reported by Bennett Benson |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Adapt to the new pyclbr's support of listing top-level... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | At David Ascher's request, clarify that os.system(... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Fred Drake | Fix typo reported by Robert Kern <kernr@ncifcrf.gov>. |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Fix off-by-one error in Tim's recent change to comment_... |
commit | commitdiff | tree | snapshot |
1999-06-10 |
Guido van Rossum | Co-production with Tim Peters, implementing a suggestio... |
commit | commitdiff | tree | snapshot |
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 |
next |