| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Add an explanation about what the example does and doesn't do. | Fred Drake | 1998-12-22 | 1 | -2/+7 |
|
|
* | do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC | Fred Drake | 1998-12-22 | 1 | -4/+7 |
|
|
* | 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 |
|
|
* | Added shlex and netrc modules; added warning about urllib change | Guido van Rossum | 1998-12-22 | 1 | -0/+10 |
|
|
* | Optimistically, we label this as ready to go today. | Guido van Rossum | 1998-12-22 | 1 | -16/+5 |
|
|
* | 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 |
|
|
* | Fix for modulefinder so that it prints all modules an unknown module | Guido van Rossum | 1998-12-22 | 1 | -2/+6 |
|
|
* | 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 |
|
|
* | Adding libshlex and libnetrc by Eric Raymond. | Guido van Rossum | 1998-12-22 | 3 | -0/+126 |
|
|
* | A few other docstring fixes, most importantly to be a little nicer to | Barry Warsaw | 1998-12-22 | 1 | -54/+59 |
|
|
* | Nothing earthshattering, just some fixes to typos and other formatting | Barry Warsaw | 1998-12-22 | 1 | -50/+53 |
|
|
* | News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. | Guido van Rossum | 1998-12-21 | 1 | -2255/+258 |
|
|
* | New names. Keep those contributions coming! | Guido van Rossum | 1998-12-21 | 1 | -1/+10 |
|
|
* | Moved history up to and including 1.5.1 here. | Guido van Rossum | 1998-12-21 | 1 | -3/+2258 |
|
|
* | Get rid of python_nt.def -- it's no longer needed! | Guido van Rossum | 1998-12-21 | 1 | -4/+0 |
|
|
* | I can't seem to do anything right :-) | Guido van Rossum | 1998-12-21 | 1 | -1/+1 |
|
|
* | Improve comment for PyImport_Import() as suggested by Bill Tutt. | Guido van Rossum | 1998-12-21 | 1 | -1/+4 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 20 | -548/+507 |
|
|
* | Chris H. adds MACHDEP=beos to the CCSHARED variable | Guido van Rossum | 1998-12-21 | 1 | -1/+1 |
|
|
* | Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request | Guido van Rossum | 1998-12-21 | 1 | -133/+0 |
|
|
* | Suggestion by Tim Peters clarifying what "before global" means. | Guido van Rossum | 1998-12-21 | 1 | -1/+2 |
|
|
* | Clarify descriptions of some operations; it's not always clear that | Fred Drake | 1998-12-21 | 1 | -103/+107 |
|
|
* | Add a bunch of index entries related to retrieving information from | Fred Drake | 1998-12-21 | 1 | -0/+6 |
|
|
* | Marc-Andre Lemburg notes about statparse(): | Guido van Rossum | 1998-12-21 | 1 | -1/+1 |
|
|
* | Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. | Guido van Rossum | 1998-12-21 | 1 | -0/+2 |
|
|
* | Use PyThreadState_GET() macro. | Guido van Rossum | 1998-12-21 | 2 | -2/+2 |
|
|
* | Make sure that -t and -tt also work on strings passed to compile(). | Guido van Rossum | 1998-12-21 | 1 | -0/+7 |
|
|
* | 100 bottles of beer on the wall example. | Guido van Rossum | 1998-12-21 | 1 | -0/+14 |
|
|
* | Add macro version of PyThreadState_GET(). This uses | Guido van Rossum | 1998-12-21 | 1 | -0/+11 |
|
|
* | Make current_tstate a global, _PyThreadState_Current. This is to | Guido van Rossum | 1998-12-21 | 1 | -10/+10 |
|
|
* | Add XXX comment about the need to add a dump() method to the Text | Guido van Rossum | 1998-12-21 | 1 | -0/+1 |
|
|
* | Add XXX comment about a test that doesn't seem right -- no time to | Guido van Rossum | 1998-12-21 | 1 | -0/+1 |
|
|
* | A mod whose author I forget. (I must've mislaid the email. If it's | Guido van Rossum | 1998-12-21 | 1 | -8/+19 |
|
|
* | Sjoerd Mullender: | Guido van Rossum | 1998-12-21 | 1 | -24/+34 |
|
|
* | replace missing zalloc initialization (test_zlib now runs | Jeremy Hylton | 1998-12-21 | 1 | -0/+1 |
|
|