| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for literal null bytes -- these must be replaced by the four | Guido van Rossum | 1998-02-19 | 1 | -2/+3 |
|
|
* | Fixed a bug in the gauss() function. The bug was reported by Mike | Guido van Rossum | 1998-02-19 | 1 | -5/+6 |
|
|
* | Add rmd() (remove directory command); fix comment in parse257. | Guido van Rossum | 1998-02-19 | 1 | -2/+8 |
|
|
* | Faster implementation of normcase (using string.lower( | Guido van Rossum | 1998-02-19 | 1 | -8/+2 |
|
|
* | Jeff Kunce writes (and he is right): | Guido van Rossum | 1998-02-19 | 2 | -6/+6 |
|
|
* | Revise comment about the {fulllineitems} environment to be accurate. | Fred Drake | 1998-02-19 | 1 | -1/+3 |
|
|
* | Fix some outdated comments (mostly by removing a large comment block | Guido van Rossum | 1998-02-19 | 1 | -16/+11 |
|
|
* | Improve support for logical node names. | Fred Drake | 1998-02-19 | 1 | -0/+26 |
|
|
* | Enable CHECK_IMPORT_CASE on Win32. | Guido van Rossum | 1998-02-19 | 1 | -0/+10 |
|
|
* | Adjusted \label{} for *consistent* logical addressing. | Fred Drake | 1998-02-19 | 2 | -236/+240 |
|
|
* | Moved clear_carefully() to _PyModule_Clear() in moduleobject.c | Guido van Rossum | 1998-02-19 | 1 | -69/+31 |
|
|
* | Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__, | Guido van Rossum | 1998-02-19 | 1 | -0/+4 |
|
|
* | Add internal routine _PyModule_Clear(), which does approximately what | Guido van Rossum | 1998-02-19 | 2 | -1/+51 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 2 | -0/+6 |
|
|
* | Vladimir Marangozov' performance hack: copy f_builtins from ancestor | Guido van Rossum | 1998-02-19 | 1 | -3/+14 |
|
|
* | Check ferror(), not errno, for fread() error. | Guido van Rossum | 1998-02-19 | 1 | -1/+1 |
|
|
* | Add missing files to $(LIBFILES). | Fred Drake | 1998-02-19 | 1 | -1/+5 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 2 | -0/+32 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 4 | -2/+6 |
|
|
* | Added itemized list of Macintosh modules, similar to the other chapters. | Fred Drake | 1998-02-19 | 2 | -6/+118 |
|
|
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-19 | 2 | -0/+2 |
|
|
* | Separate chapter and section. | Fred Drake | 1998-02-19 | 6 | -220/+222 |
|
|
* | Make sure the general index and about nodes get labels assigned, so they get | Fred Drake | 1998-02-19 | 1 | -3/+25 |
|
|
* | Separate binhex and binuu documentation from binascii. Support better | Fred Drake | 1998-02-19 | 8 | -148/+152 |
|
|
* | Remove debugging print. | Fred Drake | 1998-02-19 | 1 | -3/+7 |
|
|
* | Bring date into line with the last documentation release. | Fred Drake | 1998-02-19 | 2 | -2/+2 |
|
|
* | Work on a temporary file, not the input file. | Fred Drake | 1998-02-19 | 2 | -2/+2 |
|
|
* | Revised some targets to make better use of make "special" variables, to avoid | Fred Drake | 1998-02-19 | 1 | -7/+16 |
|
|
* | Support environments {fulllineitems} and {classdesc}, more of the new logical | Fred Drake | 1998-02-19 | 2 | -24/+14 |
|
|
* | Adjust grouping for the "b(reak)" command syntax description. This is | Fred Drake | 1998-02-19 | 2 | -2/+2 |
|
|
* | Logical markup. | Fred Drake | 1998-02-19 | 2 | -114/+118 |
|
|
* | \nodename{} must immediately follow \chapter{} to be handled correctly; | Fred Drake | 1998-02-19 | 2 | -4/+2 |
|
|
* | {fulllineitems} is now an environment; use it as such. | Fred Drake | 1998-02-19 | 2 | -6/+14 |
|
|
* | Logical markup. | Fred Drake | 1998-02-19 | 2 | -18/+18 |
|
|
* | Mostly LaTeX style cleanup. | Fred Drake | 1998-02-19 | 1 | -111/+159 |
|
|
* | breakable_re: Fix the RE so that module definition entries don't prevent | Fred Drake | 1998-02-19 | 2 | -2/+4 |
|
|
* | Feature added by Bill van Melle: when no timezone is present, assume | Guido van Rossum | 1998-02-19 | 3 | -9/+20 |
|
|
* | &do_cmd_url, | Fred Drake | 1998-02-18 | 1 | -11/+40 |
|
|
* | Consistent spelling: "time zone" -> "timezone". | Guido van Rossum | 1998-02-18 | 2 | -6/+12 |
|
|
* | Add named destinations for \label{} in the PDF. | Fred Drake | 1998-02-18 | 1 | -3/+11 |
|
|
* | Add new files from the Mac user interface breakup. | Fred Drake | 1998-02-18 | 1 | -1/+2 |
|
|
* | Separate Mac user interface modules into separate files, to better support | Fred Drake | 1998-02-18 | 10 | -702/+1048 |
|
|
* | rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR | Barry Warsaw | 1998-02-18 | 1 | -8/+3 |
|
|
* | Very modest improvements | Barry Warsaw | 1998-02-18 | 1 | -27/+31 |
|
|
* | Get rid of commented out, slower versions | Barry Warsaw | 1998-02-18 | 1 | -14/+0 |
|
|
* | Implementation using TCLPROC loaded into the Tcl interpreter | Barry Warsaw | 1998-02-18 | 1 | -10/+32 |
|
|
* | Small patches to the DJGPP version of check_case(). | Guido van Rossum | 1998-02-18 | 1 | -1/+3 |
|
|
* | assure a consistent assignment for nodes with multiple labels | Jeremy Hylton | 1998-02-18 | 2 | -2/+4 |
|
|
* | Added a number of items.... | Fred Drake | 1998-02-18 | 1 | -1/+14 |
|
|
* | Added libsymbol.tex, libtoken.tex to dependencies for the libref. | Fred Drake | 1998-02-18 | 1 | -1/+10 |
|
|