1999-04-29 |
Fred Drake | For the tutorial, use numeric node names and split... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Nasty hack to add a --numeric parameter to skip the... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Move index.html rules to the end since it wedges font... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Added index entries for operator precedence; suggestion... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Make sure the global module index is added to the HTML... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Generate index.html from index.html.in. This avoids... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Constrain a wildcard a little more. |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Don't point readers to rand, point to random! And... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Explain comments at the start of chapter 3. This is... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Minor nits, partly in response to comments from Jonatha... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Guido van Rossum | Mike Meyer reports a bug in his patch (several months... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Annotate a couple of entries further. |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Fill in a few holes in the "Very High Level" chapter. |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Always use "section" when referring to sections of... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Clarify that the Modules/ directory is in an unpacked... |
commit | commitdiff | tree | snapshot |
1999-04-29 |
Fred Drake | Update starship URLs. |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Message.getheader(): Fixed grammatical error in docstring. |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Barry Warsaw | Add a scale widget and command line options to set... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Remove the \date macro; just pick it up from boilerplat... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Use \rfc to mark some remaining RFC references. |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Added test case that includes a comma in the full name... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | setup_column_alignments(): Adding valign=baseline... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Let's try again: new assertion. |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Removed (empty) description of \optional from the ... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Fill in a few holes. |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Fix up the HTML generated for envdesc and macrodesc... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Handle \p and \op in parameter lists for the environmen... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Adjust the message that gets added to the bottom of... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | \filenq: Like \file, but don't use single-quotes;... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Control the layout of output tables a little better... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | Point to the library reference manual for os.path docum... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Fred Drake | do_cmd_seetext(): Clean up so we get proper nesting... |
commit | commitdiff | tree | snapshot |
1999-04-28 |
Guido van Rossum | Two changes suggested by Jan Pieter Riegel: |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Guido van Rossum | Need to double the macro brackets in FreeBSD check. |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | Use the much nicer tkFileDialog for loading color name... |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | Document that for askcolor(), databasefile and wantspec... |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | askcolor(): databasefile and wantspec can now be set... |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | Implement dynamic external Viewer discovery. |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | Add a module global variable ADDTOVIEW to conform to... |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | Added docstring describing Viewer interface. |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | add a comment |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Fred Drake | Added "See also" reference to PyOpenGL. |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | When selecting a radio button in the TextViewer (to... |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Barry Warsaw | Change Black/White button labels to not include the... |
commit | commitdiff | tree | snapshot |
1999-04-27 |
Guido van Rossum | Cast f.tell() result to int() in _addval(), so it works... |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | Describe namedcolors.txt |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | An alternative Netscape database |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | Describe how to load a new database |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | Describe the Color database files |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | Put the 'File' menu on the menubar even when modal... |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | Tim Peter's sister's 140 named colors that NS and MSIE... |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | The "Web-safe" colors (all #rrggbb style) |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | The HTML 4.0 guaranteed colors. |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | Set the version number to 1.0 -- I think it's stable... |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Barry Warsaw | Lots of changes to support loading alternative color... |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Guido van Rossum | Some changes (maybe not enough?) to make it work on... |
commit | commitdiff | tree | snapshot |
1999-04-26 |
Guido van Rossum | Tim Peters strikes again: |
commit | commitdiff | tree | snapshot |
1999-04-25 |
Jack Jansen | Bill Bedford's Apple Data Detector extensions for Pytho... |
commit | commitdiff | tree | snapshot |
1999-04-24 |
Just van Rossum | added 'org.python.core' to the maymiss list (pickly... |
commit | commitdiff | tree | snapshot |
1999-04-24 |
Just van Rossum | removed two redundant lines -- jvr |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | mhlib is now documented. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Markup consistency. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Nits. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Add section for the sha module. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Guido van Rossum | Apparently __GNU_LIBRARY__ is defined for glibc as... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Patch from Greg Ward adding descriptions of S_IMODE... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Fixed typo and font-control problem reported by Detlef... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Clarifications on the first(), next(), and previous... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Fix a grammatical error reported by Detlef Lannert |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Fix a couple of typos reported by Detlef Lannert |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Fix a couple of grammatical errors reported by Detlef... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Work-around LaTeX2HTML space-dropping bug. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Fixed some logical markup nits. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Logical markup. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | No, __repr__() does not accept a parameter other than... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Shorten the section title. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Barry Warsaw | Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Shorten the section title. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Shorten the section title. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Work around a space-dropping problem in LaTeX2HTML. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Added "See also" sections linking to binascii. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Refer to the binhex module, not the non-existent hexbin... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Fix some glaring markup consistency problems (presentat... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Added a couple more requests from users. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Hack places where '--' should appear as literal output... |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | Fix square brackets around optional parameters to macros. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Fred Drake | General small improvements and fixes. |
commit | commitdiff | tree | snapshot |
1999-04-23 |
Guido van Rossum | Provide full arguments to __import__ so it works in... |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Guido van Rossum | Bunch of updates necessary due to recent changes; added... |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Guido van Rossum | Remove obsolete 'script' menu. |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Guido van Rossum | Several wishes fulfilled. |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Guido van Rossum | Moved classes OnDemandOutputWindow and PseudoFile here, |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Guido van Rossum | Mostly rewritten. Instead of the old Run module and... |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Just van Rossum | - made "Save options..." dialog more generic, so it... |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Just van Rossum | fixed glitch when scrolling very long files -- jvr |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Fred Drake | Make internal module references hyperlinks wherever... |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Fred Drake | Remove bogus characters in code sample. |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Guido van Rossum | Nits: document use of $IDLESTARTUP; display idle version |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Fred Drake | Work around LaTeX2HTML comment-handling bug. |
commit | commitdiff | tree | snapshot |
1999-04-22 |
Fred Drake | Shorten the section title. |
commit | commitdiff | tree | snapshot |
next |