Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for HAVE_MKTIME (if you don't have it, some tests will fail, but | Guido van Rossum | 1998-03-06 | 1 | -0/+9 |
| | | | | at least the build will now succeed). For Sony NEWS-OS, BSD 4.3 based. | ||||
* | Added mktime to checked functions | Guido van Rossum | 1998-03-06 | 3 | -3/+6 |
| | |||||
* | When we have no setvbuf(), make the file totally unbuffered using | Guido van Rossum | 1998-03-06 | 1 | -1/+4 |
| | | | | setbuf() if a buffer size of 0 or 1 byte is requested. | ||||
* | Don't use setvbuf unless HAVE_SETVBUF is defined. | Guido van Rossum | 1998-03-06 | 1 | -4/+12 |
| | |||||
* | Fix the URL for the regex-to-re HOWTO. | Fred Drake | 1998-03-06 | 4 | -4/+4 |
| | |||||
* | Clear class_map in constructor so that when it later detects an error | Guido van Rossum | 1998-03-06 | 1 | -1/+2 |
| | | | | and the destructor is called early, it doesn't DECREF garbage. | ||||
* | Use a better way to bind the checkext instance variable to a check | Guido van Rossum | 1998-03-05 | 1 | -9/+8 |
| | | | | | button widget, not involving a __getattr__() method but a callback on the widget. | ||||
* | Oops, I *thoughT* I had seen a better address for Andrew.... | Fred Drake | 1998-03-05 | 2 | -2/+2 |
| | |||||
* | Updated URL & email addresses related to the PCT. | Fred Drake | 1998-03-05 | 2 | -4/+4 |
| | | | | | Andrew, plase check to make sure these are the ones you want used and get back to me; this stuff will be "published" in the near future. | ||||
* | Corrected citation markup in first paragraph. | Fred Drake | 1998-03-05 | 2 | -6/+6 |
| | |||||
* | Update documentation release date. | Fred Drake | 1998-03-05 | 2 | -2/+2 |
| | |||||
* | For verbatim text, don't bounce down a size. | Fred Drake | 1998-03-05 | 2 | -8/+4 |
| | |||||
* | Setting LINKFORSHARED for IRIX was a mistake. | Guido van Rossum | 1998-03-05 | 2 | -140/+132 |
| | |||||
* | Move the change to ending the abstract from python.sty to manual.cls; it | Fred Drake | 1998-03-05 | 4 | -30/+28 |
| | | | | is not appropriate for the howto document class. | ||||
* | latex-$(VERSION).tar.gz, tarlatex: Create the source distribution. | Fred Drake | 1998-03-05 | 1 | -3/+9 |
| | | | | clean: Remove all the generatable tarballs. | ||||
* | Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/, | Fred Drake | 1998-03-05 | 2 | -8/+10 |
| | | | | at Guido's suggestion. | ||||
* | Some changes because gcc on SGI doesn't support '-all' | Guido van Rossum | 1998-03-05 | 2 | -147/+159 |
| | |||||
* | Unfold some lines that were previously folded but don't need to be | Guido van Rossum | 1998-03-05 | 1 | -7/+12 |
| | | | | | | | | now we're reindented. Remove files before renaming something to them -- for Windows. Change check for Python home directory so it works correct on Windows. | ||||
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 1 | -18/+24 |
| | | | | Also added simple "clean" target (removes *.o and executable). | ||||
* | Oops, bug omission: also scan internal code objects for imports! | Guido van Rossum | 1998-03-05 | 1 | -31/+37 |
| | |||||
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 2 | -312/+320 |
| | |||||
* | Some nits... | Guido van Rossum | 1998-03-05 | 1 | -8/+9 |
| | | | | | | | | Add the script directory to the path. Fix the sanity checks on the arguments so they don't mess up the -m option; remove the requirement that the script must have a .py extension. | ||||
* | Support for frozen packages, matching the revamped Tools/freeze. | Guido van Rossum | 1998-03-05 | 1 | -14/+60 |
| | | | | | | Frozen packages are indicated by a negative size (the code string is the __import__.py file). A frozen package module has its __path__ set to a string, the package name. | ||||
* | Added support for packages. | Guido van Rossum | 1998-03-05 | 4 | -199/+438 |
| | | | | | | | We have a whole new module finder that uses the actual Python parser and scans the bytecode for IMPORT_NAME and IMPORT_FROM. This requires some support in import.c (that hasn't been checked in). New command line options for this: -d, -q, -m. | ||||
* | Create the module index only if a conditional is true. | Fred Drake | 1998-03-04 | 2 | -6/+14 |
| | |||||
* | Define a new conditional, use this to control creation of module index | Fred Drake | 1998-03-04 | 2 | -0/+2 |
| | | | | data file. | ||||
* | Improve separation of document class and python semantic constructs. This | Fred Drake | 1998-03-04 | 4 | -134/+144 |
| | | | | will allow us to have a class of smaller documents as well. | ||||
* | Untested changes to make the '-s windows' option | Guido van Rossum | 1998-03-04 | 2 | -0/+17 |
| | | | | work on Windows. | ||||
* | Remove item on migration to LaTeX2e document classes. Done. | Fred Drake | 1998-03-04 | 1 | -3/+0 |
| | |||||
* | tarballs: Ok, we do support info for the moment, so add that to the tarballs | Fred Drake | 1998-03-04 | 1 | -1/+1 |
| | | | | target. | ||||
* | pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball | Fred Drake | 1998-03-04 | 1 | -1/+4 |
| | | | | | | | along with the others. html-$(VERSION).tar.gz: Change the wildcard for picking up GIFs a little to avoid changes in what LaTeX2HTML generates. | ||||
* | Update URL to get Perl. (Anyone want to re-write LaTeX2HTML in Python? ;) | Fred Drake | 1998-03-04 | 1 | -12/+31 |
| | | | | Add comments about what to do about bugs. | ||||
* | Oops, remove some debugging prints. | Fred Drake | 1998-03-04 | 2 | -4/+0 |
| | |||||
* | changeit(): Added support for \deprecated{}. | Fred Drake | 1998-03-04 | 2 | -2/+56 |
| | | | | | | Chunk.__repr__(), main(): Allow Chunk objects to get the buffer, to make the representation contain text instead of a pair of indexes. This makes debugging a little easier. | ||||
* | Preliminary LaTeX2HTML 98.1p1 support. Includes patch from Ross Moore to | Fred Drake | 1998-03-04 | 1 | -213/+247 |
| | | | | | | | | | | get some funky quoting of ']' in \item[...] to work right without having to do really ugly things to the documents themselves. There are a lot of things relating to indexing that are commented out; parts need to be examined and dealt with with respect to changes in LaTeX2HTML internals. I'll work with Ross to see what it takes to make this sort of stuff reasonable. | ||||
* | Comment out the attempt to get index-related stuff processed in the right | Fred Drake | 1998-03-04 | 2 | -48/+48 |
| | | | | | | | | | | order. LaTeX2HTML just doesn't do things the same way as LaTeX, and this wasn't the fix. Simplify the generated HTML for \file{}. For \samp{}, use "..." instead of `...'; many fonts make that look pretty bad. ;-( | ||||
* | Simplify some of the escaping around ']' in \item[...] markup in light of | Fred Drake | 1998-03-04 | 2 | -8/+8 |
| | | | | a fix to LaTeX2HTML from Ross Moore. Yeah! | ||||
* | For each of the l2h??? targets, remove the sed hack that rips out a comma; | Fred Drake | 1998-03-03 | 1 | -16/+0 |
| | | | | it no longer appears to be needed. | ||||
* | Of course, I shouldn't have used lseek() to find out the file's | Guido van Rossum | 1998-03-03 | 1 | -6/+3 |
| | | | | | position in new_buffersize(); the correct function to use is ftell(). Thanks to Ben Jackson. | ||||
* | Oops -- overuse of dabbrev-expand introduced a strange bug, where | Guido van Rossum | 1998-03-03 | 1 | -1/+1 |
| | | | | instead of 'locals' I was passing 'lock_import' to import_module_ex(). | ||||
* | Perish Evil Revelry and Lamentation. | Fred Drake | 1998-03-03 | 2 | -0/+8 |
| | |||||
* | Add a single Python-wide (!) lock on import. Only one thread at a | Guido van Rossum | 1998-03-03 | 1 | -8/+71 |
| | | | | | | | | | | | | | | | | | | | | time can be in PyImport_ImportModuleEx(). Recursive calls from the same thread are okay. Potential problems: - The lock should really be part of the interpreter state rather than global, but that would require modifying more files, and I first want to figure out whether this works at all. - One could argue that the lock should be per module -- however that would be complicated to implement. We would have to have a linked list of locks per module name, *or* invent a new object type to represent a lock, so we can store the locks in the module or in a separate dictionary. Both seem unwarranted. The one situation where this can cause problems is when loading a module takes a long time, e.g. when the module's initialization code interacts with the user -- during that time, no other threads can run. I say, "too bad." | ||||
* | Raise ValueError: "unconvertible time" when ctime() returns NULL, | Guido van Rossum | 1998-03-03 | 1 | -0/+4 |
| | | | | instead of dumping core. | ||||
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -7/+67 |
| | |||||
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -4/+32 |
| | |||||
* | Obsolete. | Fred Drake | 1998-03-03 | 2 | -1338/+0 |
| | |||||
* | Doc strings added by Mitch Chapman. | Guido van Rossum | 1998-03-03 | 1 | -19/+107 |
| | | | | Also got rid of some inconsistent change log comments near the top. | ||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 17 | -23/+2785 |
| | | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. | ||||
* | Logical markup. | Fred Drake | 1998-03-03 | 2 | -174/+174 |
| | |||||
* | Instead of 'import mac', use 'import os' -- this way, the path syntax | Guido van Rossum | 1998-03-03 | 1 | -9/+9 |
| | | | | | manipulation routines can be used on non-Mac platforms (e.g. to manipulate pathnames in a Mac specific archive). |