Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace __import__ with import as. | Martin v. Löwis | 2001-07-19 | 1 | -1/+1 |
| | |||||
* | Avoid the use of 'unset', which isn't available on all platforms. Fixes SF | Thomas Wouters | 2001-07-19 | 1 | -1/+1 |
| | | | | bug #442627. | ||||
* | minor tidy-ups ready for 0.8.1 alpha tarball release | Steven M. Gava | 2001-07-19 | 7 | -9/+31 |
| | |||||
* | Remove some false statements. | Fred Drake | 2001-07-19 | 1 | -4/+2 |
| | |||||
* | Remove some false comments. | Fred Drake | 2001-07-19 | 1 | -159/+156 |
| | | | | | | Reorganize so the initialization sequences does not bite us in the foot. (There is no good reason to discard classes that clients may want to subclass.) | ||||
* | Fill out the Unicode section, somewhat uncertainly | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+24 |
| | |||||
* | Finish the "Other changes" section | Andrew M. Kuchling | 2001-07-19 | 1 | -34/+45 |
| | | | | | Bump version number Insert a few blank lines here and there | ||||
* | Fix a few typos | Andrew M. Kuchling | 2001-07-19 | 1 | -3/+3 |
| | |||||
* | Remove note about this being a draft document. | Andrew M. Kuchling | 2001-07-19 | 1 | -7/+1 |
| | | | | Note the actual date of 2.1's release | ||||
* | Look to the future: bump the version number. | Fred Drake | 2001-07-18 | 1 | -18/+29 |
| | | | | | | | Do more to ensure we don't do any more formatting than we need to. Use separate targets for the distribution packages for paper-based and non-paper-based formats; this avoids some extra packaging when a complete distribution is being built with both paper sizes. | ||||
* | 2.2a1 is out; look to the future. | Fred Drake | 2001-07-18 | 1 | -1/+1 |
| | |||||
* | Ignore all .tar files in the top directory; we're about to generate | Fred Drake | 2001-07-18 | 1 | -1/+1 |
| | | | | more of them. | ||||
* | SF bug #442520: test_struct fails on SPARC. | Tim Peters | 2001-07-18 | 1 | -4/+10 |
| | | | | | | | | The ob_sval member of a string object isn't necessarily aligned to better than a native long, so the new "q" and "Q" struct codes can't get away w/ casting tricks on platforms where LONG_LONG requires stricter-than-long alignment. After I thought of a few elaborate workarounds, Guido bashed me over the head with the obvious memcpy approach, herewith implemented. | ||||
* | If the user's environment has set the BROWSER environment variable (as Gnome | Skip Montanaro | 2001-07-18 | 1 | -6/+9 |
| | | | | | | | seems to do), the user may not be aware of its contents. Attempt to add any to _browsers. closes bug #429136 | ||||
* | Lots of small updates, some long overdue. | Fred Drake | 2001-07-18 | 1 | -24/+35 |
| | |||||
* | Add a more substantial example startup file for the interactive shell; | Fred Drake | 2001-07-18 | 1 | -7/+44 |
| | | | | | | | | sample startup script provided by Itamar Shtull-Trauring. This closes SF patch #410890. Add some logical markup where it was missing. | ||||
* | Minor changes for stylistic cleanliness and consistency. | Fred Drake | 2001-07-18 | 1 | -16/+20 |
| | |||||
* | Change the command lines to use a similar "phrasing" to that used in the | Fred Drake | 2001-07-18 | 1 | -15/+15 |
| | | | | | other documentation makefiles. This is probably not sufficient to run the conversion on Windows, but goes at least part way. | ||||
* | "Make small changes, but carry a big diff." | Fred Drake | 2001-07-18 | 1 | -248/+247 |
| | | | | | | | Minor local consistency adjustments. A couple of small tweaks to the setdlopenflags() description. For setprofile() and settrace(), convert some references to become hyperlinks in the HTML version. | ||||
* | Add some symbolic names to support hyperlinked references. | Fred Drake | 2001-07-18 | 1 | -2/+2 |
| | |||||
* | Add "help" to the things one is encouraged to type for more | Guido van Rossum | 2001-07-18 | 1 | -1/+2 |
| | | | | information. (I found this idea in the ActivePython 2.1 diffs.) | ||||
* | Made a few minor style & markup changes to the new {get,set}dlopenflags() | Fred Drake | 2001-07-18 | 1 | -15/+17 |
| | | | | descriptions; added availability notes. | ||||
* | Deactivate definition of ss_family and ss_len. Fixes bug #440486. | Martin v. Löwis | 2001-07-18 | 2 | -329/+331 |
| | |||||
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 6 | -13/+103 |
| | | | | Add dlopenflags to PyInterpreterState, and use it in dlopen calls. | ||||
* | Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. | Martin v. Löwis | 2001-07-18 | 1 | -1/+18 |
| | |||||
* | Ignore the html-*.tar file that can now be generated as an intermediate. | Fred Drake | 2001-07-17 | 1 | -0/+1 |
| | |||||
* | Revise the rules for building the distribution files for the HTML format. | Fred Drake | 2001-07-17 | 1 | -7/+10 |
| | | | | These work again. | ||||
* | Mirror Guido's latest changes to the license file. | Fred Drake | 2001-07-17 | 1 | -32/+44 |
| | |||||
* | Be more specific about some of the dependencies, to avoid re-building when | Fred Drake | 2001-07-17 | 1 | -10/+12 |
| | | | | some of the mostly-general files get changed. | ||||
* | Define new markup for 5-column tables. | Fred Drake | 2001-07-17 | 3 | -7/+109 |
| | |||||
* | Remove a couple of lines from the test that proved not to be portable to | Fred Drake | 2001-07-17 | 1 | -2/+0 |
| | | | | all platforms that offer tempnam(). | ||||
* | Kill another merge zombie. | Tim Peters | 2001-07-17 | 2 | -58/+0 |
| | |||||
* | Kill another merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
| | |||||
* | Kill a merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
| | |||||
* | Start of a test suite for the "os" module -- this only tests the temporary | Fred Drake | 2001-07-17 | 1 | -0/+60 |
| | | | | | file management functions that have just been made available on more platforms. | ||||
* | Used an adapted MethodGenerator to generate methods too for functions that ↵ | Jack Jansen | 2001-07-17 | 3 | -326/+300 |
| | | | | have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). | ||||
* | Oops, left in a debug statement. It's gone now. | Jack Jansen | 2001-07-17 | 1 | -1/+0 |
| | |||||
* | Update the availability information for os.tempnam(), os.tmpfile(), and | Fred Drake | 2001-07-17 | 1 | -1/+3 |
| | | | | os.tmpnam(). | ||||
* | On Windows, tempnam() is spelled with a leading underscore. | Fred Drake | 2001-07-17 | 1 | -0/+4 |
| | |||||
* | Define the constants needed to allow the os.tempnam(), os.tmpfile(), and | Fred Drake | 2001-07-17 | 1 | -0/+3 |
| | | | | | | os.tmpnam() functions to be made available. This is part of SF patch #435492. | ||||
* | A new attempt at rationalizing the "history of the software" section, | Guido van Rossum | 2001-07-17 | 1 | -45/+60 |
| | | | | | | with a table clarifying which releases are GPL-compatible. Also unified the headings for the various licenses. | ||||
* | Adding what's done of the documentation for the new profiling & | Fred Drake | 2001-07-17 | 1 | -0/+53 |
| | | | | | tracing interface. Incomplete, but better to check it in since I've been including it in my updates. | ||||
* | Use the "st" versions of the "ast" calls in the parser module -- there is | Fred Drake | 2001-07-17 | 1 | -2/+2 |
| | | | | no reason to pretend the syntax trees we're dealing with are abstract. | ||||
* | The syntax trees handled by this module are not "abstract," so take the | Fred Drake | 2001-07-17 | 1 | -132/+136 |
| | | | | | "A" out of the internal abbreviations. For published functions with "ast" in their names, make alternate offerings using just "st". | ||||
* | Typo repair. | Tim Peters | 2001-07-17 | 1 | -1/+1 |
| | |||||
* | Remove code to initialize globals that are never used. | Fred Drake | 2001-07-17 | 1 | -22/+11 |
| | | | | | | Add some casts to quiet warnings from an unspecified non-GCC compiler. This closes SF patch #436258. | ||||
* | Delete sentence fragment (noted by Fred Bremmer) | Andrew M. Kuchling | 2001-07-17 | 1 | -5/+5 |
| | |||||
* | - Add news about generators. | Guido van Rossum | 2001-07-17 | 1 | -1/+15 |
| | | | | | - Change header to 2.2a1. - Add separator between 2.2 and 2.1 news. | ||||
* | Bump the release number. | Fred Drake | 2001-07-17 | 1 | -65/+62 |
| | | | | | | | | Make the syntax of compound command lines more portable (nmake, CygWin). These changes are an adaptation of SF patch #429611. Use the new tools/rewrite.py instead of grep/date/sed to transform html/index.html.in into html/index.html; this is required for portability. | ||||
* | Add a really stupid warning about 'yield' used as an identifier. | Guido van Rossum | 2001-07-17 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | This is really stupid because it cannot be suppressed or altered using the warning framework; that's because the warning framework is built on Python interpreter internals, and the parser generator doesn't have access to any of those (you cannot use anything of type PyObject * in the parser). But it's better than nothing, and implementing a proper check for this appears to require modifying compile.c in a dozen places, for which I don't have the stamina today. I promise we'll do better in 2.2a2. At least it tells you the filename and line number (unlike the first hack I considered :-). |