| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish the "Other changes" section | Andrew M. Kuchling | 2001-07-19 | 1 | -34/+45 |
|
|
* | 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 |
|
|
* | Look to the future: bump the version number. | Fred Drake | 2001-07-18 | 1 | -18/+29 |
|
|
* | 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 |
|
|
* | SF bug #442520: test_struct fails on SPARC. | Tim Peters | 2001-07-18 | 1 | -4/+10 |
|
|
* | If the user's environment has set the BROWSER environment variable (as Gnome | Skip Montanaro | 2001-07-18 | 1 | -6/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | "Make small changes, but carry a big diff." | Fred Drake | 2001-07-18 | 1 | -248/+247 |
|
|
* | 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 |
|
|
* | Made a few minor style & markup changes to the new {get,set}dlopenflags() | Fred Drake | 2001-07-18 | 1 | -15/+17 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Used an adapted MethodGenerator to generate methods too for functions that ha... | Jack Jansen | 2001-07-17 | 3 | -326/+300 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | A new attempt at rationalizing the "history of the software" section, | Guido van Rossum | 2001-07-17 | 1 | -45/+60 |
|
|
* | Adding what's done of the documentation for the new profiling & | Fred Drake | 2001-07-17 | 1 | -0/+53 |
|
|
* | Use the "st" versions of the "ast" calls in the parser module -- there is | Fred Drake | 2001-07-17 | 1 | -2/+2 |
|
|
* | The syntax trees handled by this module are not "abstract," so take the | Fred Drake | 2001-07-17 | 1 | -132/+136 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Bump the release number. | Fred Drake | 2001-07-17 | 1 | -65/+62 |
|
|
* | Add a really stupid warning about 'yield' used as an identifier. | Guido van Rossum | 2001-07-17 | 1 | -0/+12 |
|
|
* | Make the syntax for compound command lines more portable (nmake, CygWin). | Fred Drake | 2001-07-17 | 1 | -8/+8 |
|
|
* | Script to re-write @FOO@-style marks with values, initializing the | Fred Drake | 2001-07-17 | 1 | -0/+55 |
|
|
* | Update the release information. | Fred Drake | 2001-07-17 | 1 | -1/+1 |
|
|
* | Deleting zombies | Guido van Rossum | 2001-07-17 | 22 | -2716/+0 |
|
|
* | Now we're picking nits: get my name right! ;-) | Fred Drake | 2001-07-17 | 1 | -1/+1 |
|
|
* | Add FLD to credit list | Andrew M. Kuchling | 2001-07-17 | 1 | -2/+3 |
|
|