| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the documents that have indexes dependent on the buildindex.py | Fred Drake | 1999-01-05 | 1 | -4/+6 |
|
|
* | do_cmd_methodline(): New function, implements indexing version of | Fred Drake | 1999-01-05 | 1 | -6/+30 |
|
|
* | Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl. | Guido van Rossum | 1999-01-05 | 1 | -20/+50 |
|
|
* | trim_ignored_letters(): Simplify a little. | Fred Drake | 1999-01-04 | 1 | -6/+6 |
|
|
* | Hm. There was a boundary condition error at the end of the file too. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
|
|
* | Hm. Add Unix binding for replace, too. | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
|
|
* | Update information on the version of latex2html to use, including | Fred Drake | 1999-01-04 | 1 | -2/+5 |
|
|
* | This hopefully fixes the problem of having to set PATH | Guido van Rossum | 1999-01-04 | 2 | -1/+68 |
|
|
* | Fix two places (seek and truncate) where a cascade of PyArg_Parse | Guido van Rossum | 1999-01-04 | 1 | -11/+9 |
|
|
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 2 | -5/+12 |
|
|
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 1 | -38/+4 |
|
|
* | Chris Herborth writes: | Guido van Rossum | 1999-01-04 | 3 | -58/+0 |
|
|
* | Ran eventparse.py again. | Guido van Rossum | 1999-01-04 | 1 | -6/+2 |
|
|
* | Added Unix Meta-q key binding; | Guido van Rossum | 1999-01-04 | 1 | -1/+5 |
|
|
* | Added Meta-/ binding for Unix as alt for Alt-/. | Guido van Rossum | 1999-01-04 | 1 | -0/+4 |
|
|
* | Add unix binding for grep (otherwise the menu entry doesn't work!) | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
|
|
* | Adjusted Unix height to work with fvwm96. :=( | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
|
|
* | Typo: "TWELV" --> "TWELVE" | Fred Drake | 1999-01-04 | 1 | -1/+4 |
|
|
* | Need to import sys! | Guido van Rossum | 1999-01-04 | 1 | -0/+1 |
|
|
* | Formatted some paragraphs | Guido van Rossum | 1999-01-04 | 3 | -57/+46 |
|
|
* | Add new extension to reformat a (text) paragraph. | Guido van Rossum | 1999-01-04 | 2 | -0/+102 |
|
|
* | Typo in Win specific height setting. | Guido van Rossum | 1999-01-04 | 1 | -1/+1 |
|
|
* | Recover from failed saves; when a file turns out to be a directory, | Guido van Rossum | 1999-01-03 | 1 | -5/+17 |
|
|
* | Get rid of the strptype() declaration -- on some BSD systems, it's a | Guido van Rossum | 1999-01-03 | 1 | -1/+1 |
|
|
* | Add sys.hexversion, which is an integer encoding the version in hexadecimal. | Guido van Rossum | 1999-01-03 | 1 | -0/+2 |
|
|
* | Use PY_VERSION instead of PATCHLEVEL. | Guido van Rossum | 1999-01-03 | 1 | -1/+2 |
|
|
* | New version identification scheme. | Guido van Rossum | 1999-01-03 | 3 | -4/+74 |
|
|
* | Added something like Tim Peters' backspace patch. | Guido van Rossum | 1999-01-03 | 1 | -2/+28 |
|
|
* | Adapted to Unix (i.e., more hardcoded constants). | Guido van Rossum | 1999-01-03 | 1 | -3/+10 |
|
|
* | Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch). | Guido van Rossum | 1999-01-02 | 1 | -0/+4 |
|
|
* | Checking in IDLE 0.2. | Guido van Rossum | 1999-01-02 | 38 | -898/+2203 |
|
|
* | Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) | Andrew M. Kuchling | 1998-12-31 | 1 | -4/+11 |
|
|
* | D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) | Barry Warsaw | 1998-12-29 | 1 | -4/+7 |
|
|
* | Added index entries to make it easier to locate directory & file operations. | Fred Drake | 1998-12-28 | 1 | -0/+3 |
|
|
* | Added index entries to make it easier to locate directory operations. | Fred Drake | 1998-12-28 | 1 | -0/+2 |
|
|
* | Clarified what Python versions the interactivity chapter applies to, | Fred Drake | 1998-12-28 | 1 | -1/+9 |
|
|
* | Remove recently documented modules from the undoc list. | Fred Drake | 1998-12-28 | 1 | -6/+0 |
|
|
* | Print a line to the console reporting the number of index nodes | Fred Drake | 1998-12-28 | 1 | -2/+6 |
|
|
* | Added entry for libshutil.tex. | Fred Drake | 1998-12-28 | 1 | -1/+2 |
|
|
* | Add documentation for shutil module. | Fred Drake | 1998-12-28 | 2 | -0/+101 |
|
|
* | Adjust a few niggles that affected the HTML conversion (a couple of | Fred Drake | 1998-12-28 | 1 | -3/+3 |
|
|
* | Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) | Fred Drake | 1998-12-28 | 1 | -19/+19 |
|
|
* | Update on history of `uk' top level, greatly condensed from David | Barry Warsaw | 1998-12-27 | 1 | -6/+6 |
|
|
* | Added mt_interact() -- multithreaded version of interact(). | Guido van Rossum | 1998-12-23 | 1 | -0/+26 |
|
|
* | Patch by Mike Meyer: | Guido van Rossum | 1998-12-23 | 1 | -5/+19 |
|
|
* | Patch by Mike Meyer: | Guido van Rossum | 1998-12-23 | 1 | -4/+35 |
|
|
* | Avoid crash in parsedate_tz() on certain invalid dates -- when the | Guido van Rossum | 1998-12-23 | 1 | -1/+3 |
|
|
* | Provide more detail when the commit button is not shown. | Guido van Rossum | 1998-12-23 | 2 | -8/+17 |
|
|
* | Oops, forgot a pair of {}'s. (Greg Couch) | Guido van Rossum | 1998-12-23 | 1 | -1/+2 |
|
|
* | Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. | Guido van Rossum | 1998-12-23 | 1 | -1/+6 |
|
|