Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | and what it doesn't apply to. | ||||
* | 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 |
| | | | | processed. This can be interesting to see. | ||||
* | 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 |
| | | | | "^"s were being dropped in the context of [^...]). | ||||
* | Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) | Fred Drake | 1998-12-28 | 1 | -19/+19 |
| | | | | | only expand this in dependency lists. Thanks for Sjoerd Mullendar for pointing this out. | ||||
* | Update on history of `uk' top level, greatly condensed from David | Barry Warsaw | 1998-12-27 | 1 | -6/+6 |
| | | | | Pick's emailed account. | ||||
* | Added mt_interact() -- multithreaded version of interact(). | Guido van Rossum | 1998-12-23 | 1 | -0/+26 |
| | | | | | interact() automatically uses this on Windows (where the single-threaded version doesn't work). | ||||
* | Patch by Mike Meyer: | Guido van Rossum | 1998-12-23 | 1 | -5/+19 |
| | | | | | | | | Extended the rfc822 parsedate routines to handle the cases they failed on in an archive of ~37,000 messages. I believe the changes are compatible, in that all previously correct parsing are still correct. [I still see problems with some messages, but no showstoppers.] | ||||
* | Patch by Mike Meyer: | Guido van Rossum | 1998-12-23 | 1 | -4/+35 |
| | | | | | Add a class to mailbox.py for dealing with qmail directory mailboxes. The test code was extended to notice these being used as well. | ||||
* | Avoid crash in parsedate_tz() on certain invalid dates -- when the | Guido van Rossum | 1998-12-23 | 1 | -1/+3 |
| | | | | | | field assumed to be the time is in fact the year, the resulting list doesn't have enough items, and this isn't checked for. Return None instead. | ||||
* | 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 |
| | |||||
* | Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF. | Guido van Rossum | 1998-12-23 | 1 | -1/+3 |
| | | | | Patch and suggestion by Greg Couch. | ||||
* | Chris Herborth discovered a typo in the arrow key symbols. | Guido van Rossum | 1998-12-23 | 1 | -1/+2 |
| | |||||
* | Fix many of the specific targets in links from the index. | Fred Drake | 1998-12-22 | 1 | -7/+7 |
| | | | | | In a number of places, I called next_argument() instead of next_argument_id() when the ID was also needed. (7 places) | ||||
* | Add the getpass module to $(LIBFILES). | Fred Drake | 1998-12-22 | 1 | -1/+2 |
| | |||||
* | Add the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+1 |
| | |||||
* | Basic documentation for the getpass module. | Fred Drake | 1998-12-22 | 1 | -0/+31 |
| | |||||
* | Bump $(RELEASE). | Fred Drake | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r152b1'.v1.5.2b1 | cvs2svn | 1998-12-22 | 1 | -0/+1 |
| | |||||
* | Use installed Tcl lib files -- also for Debug configuration | Guido van Rossum | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | Use installed Tcl lib files | Guido van Rossum | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | Small, and final docstring merge with Dragon's version. | Barry Warsaw | 1998-12-22 | 1 | -1/+5 |
| | |||||
* | Added a \versionchanged since the API changed to support | Fred Drake | 1998-12-22 | 1 | -1/+4 |
| | | | | | | | | | namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". | ||||
* | Added Tcl 8.0.4 installer. Added Tools/idle. | Guido van Rossum | 1998-12-22 | 1 | -1/+45 |
| | |||||
* | Added information on when this was added, allowing us to release the | Fred Drake | 1998-12-22 | 2 | -0/+3 |
| | | | | documentation on the Web while people are still using < 1.5.2b1. | ||||
* | Update the date. | Fred Drake | 1998-12-22 | 1 | -1/+1 |
| | |||||
* | Adjust markup to match current conventions, and make it formattable. | Fred Drake | 1998-12-22 | 2 | -41/+50 |
| | |||||
* | Start of text that describes differences between match and search. | Fred Drake | 1998-12-22 | 1 | -5/+40 |
| | | | | Strengthen pointers to the search() function and method. | ||||
* | Improve a couple of comments. | Fred Drake | 1998-12-22 | 1 | -2/+3 |
| | |||||
* | Use \moduleauthor and \sectionauthor instead of a comment to credit | Fred Drake | 1998-12-22 | 1 | -1/+2 |
| | | | | the author (just happened to notice this one). | ||||
* | Add an explanation about what the example does and doesn't do. | Fred Drake | 1998-12-22 | 1 | -2/+7 |
| | | | | | Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;) | ||||
* | do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC | Fred Drake | 1998-12-22 | 1 | -4/+7 |
| | | | | repository. | ||||
* | Added libnetrc.tex and libshlex.tex to LIBFILES. | Fred Drake | 1998-12-22 | 1 | -1/+3 |
| | |||||
* | Add warning to Netrc's docstring that it is obsolete -- use the netrc | Guido van Rossum | 1998-12-22 | 1 | -0/+2 |
| | | | | | module instead. (The main advantage of the latter is that it comes with documentation.) | ||||
* | Added shlex and netrc modules; added warning about urllib change | Guido van Rossum | 1998-12-22 | 1 | -0/+10 |
| | | | | affecting subclasses (which Jeremy just found out). | ||||
* | Optimistically, we label this as ready to go today. | Guido van Rossum | 1998-12-22 | 1 | -16/+5 |
| | | | | | Also commit several improvements in the descriptions of the QNX and BeOS port, both by Chris Herborth. | ||||
* | New test function by Sjoerd, adding -t option. | Guido van Rossum | 1998-12-22 | 1 | -9/+24 |
| | |||||
* | The usual. | Guido van Rossum | 1998-12-22 | 6 | -27/+45 |
| | | | | | | # Message to all python-checkins readers: we have a problem with the # CVS mirroring software. You can't check out the latest changes yet. # We hope to have fixed this by noon EST today. | ||||
* | Fix for modulefinder so that it prints all modules an unknown module | Guido van Rossum | 1998-12-22 | 1 | -2/+6 |
| | | | | was referenced in instead of only the last. (Sjoerd Mullender) | ||||
* | Last-minute oopsie by Chris H. (Chris, please check that I did this right!) | Guido van Rossum | 1998-12-22 | 1 | -2/+2 |
| | |||||
* | Last-minute update by Chris H. | Guido van Rossum | 1998-12-22 | 1 | -8/+12 |
| | |||||
* | Applied Fred's patch to fix the bugs that John Skaller noticed. | Greg Ward | 1998-12-22 | 1 | -6/+14 |
| | |||||
* | Adding shlex and netrc by Eric Raymond. | Guido van Rossum | 1998-12-22 | 2 | -0/+212 |
| |