| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the LaTeX "tie" (~) to a simple space. | Fred Drake | 2000-11-22 | 1 | -4/+40 |
|
|
* | Update to reflect the process changes. | Fred Drake | 2000-11-22 | 1 | -21/+6 |
|
|
* | Update the rules to separate the two phases for the ESIS generation, | Fred Drake | 2000-11-22 | 2 | -22/+27 |
|
|
* | Add support for (relatively) recent additions and changes to python.sty, | Fred Drake | 2000-11-22 | 1 | -2/+30 |
|
|
* | Updates to reflect pending changes to the XML conversion process. | Fred Drake | 2000-11-22 | 7 | -6/+9 |
|
|
* | Do not use \verb in the Python documentation -- it makes parsing the LaTeX | Fred Drake | 2000-11-22 | 1 | -3/+3 |
|
|
* | Update test output. | Fred Drake | 2000-11-21 | 1 | -2/+18 |
|
|
* | testInsertBefore(): Rewritten to actually test insertBefore() somewhat. | Fred Drake | 2000-11-21 | 1 | -14/+103 |
|
|
* | Reduce the visibility of imported modules for cleaner "from ... import *" | Fred Drake | 2000-11-21 | 1 | -76/+181 |
|
|
* | Added MathLib and InterfaceLib. Added Python:Include so #include "package/fil... | Jack Jansen | 2000-11-19 | 1 | -4/+49 |
|
|
* | Close the project after building it, so that building umpteen projects doesn'... | Jack Jansen | 2000-11-19 | 1 | -0/+1 |
|
|
* | Document the new setupterm() function | Andrew M. Kuchling | 2000-11-18 | 1 | -0/+7 |
|
|
* | Patch #102412 from mwh: Add support for the setupterm() function, to | Andrew M. Kuchling | 2000-11-18 | 1 | -15/+76 |
|
|
* | Added information about the %r string formatting conversion. Added note | Fred Drake | 2000-11-17 | 2 | -8/+14 |
|
|
* | Oops, back out change committed by accident! This is not ready, and | Fred Drake | 2000-11-17 | 1 | -34/+0 |
|
|
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 8 | -10/+101 |
|
|
* | Corrected a number of typos reported by Gilles Civario | Fred Drake | 2000-11-17 | 1 | -12/+3 |
|
|
* | Fixed typos and bug in the second example, reported by Scott Schram | Fred Drake | 2000-11-17 | 1 | -2/+3 |
|
|
* | A solution to the classic N queens problem. | Guido van Rossum | 2000-11-16 | 1 | -0/+85 |
|
|
* | Fix for SF bug 122176: Error in rotor module documentation. | Tim Peters | 2000-11-14 | 1 | -2/+2 |
|
|
* | Getting rid of 68K targets. | Jack Jansen | 2000-11-14 | 11 | -2150/+99 |
|
|
* | Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). | Tim Peters | 2000-11-14 | 1 | -0/+5 |
|
|
* | SF bug 119622: compile errors due to redundant atof decls. I don't understand | Tim Peters | 2000-11-14 | 2 | -3/+0 |
|
|
* | Added a note about removing preferences and .pyc files when you move the Pyth... | Jack Jansen | 2000-11-14 | 1 | -9/+13 |
|
|
* | Typo for Mac code, fixing SF bug 12195. | Guido van Rossum | 2000-11-13 | 1 | -1/+1 |
|
|
* | Allow new.function() called with explicit 3rd arg of None, as | Guido van Rossum | 2000-11-13 | 1 | -1/+6 |
|
|
* | Added _HAVE_BSDI and __APPLE__ to the list of platforms that require a | Guido van Rossum | 2000-11-13 | 1 | -1/+1 |
|
|
* | Fix syntax error. Submitted by Bill Bumgarner. Apparently this is | Guido van Rossum | 2000-11-13 | 1 | -1/+1 |
|
|
* | Rip out DOS and Win16 support. | Guido van Rossum | 2000-11-13 | 1 | -103/+1 |
|
|
* | Rip out DOS-8x3 support. | Guido van Rossum | 2000-11-13 | 1 | -17/+2 |
|
|
* | Rip out Win3.1 and DOS support | Guido van Rossum | 2000-11-13 | 27 | -8352/+10 |
|
|
* | Removing DOS 8x3 support | Guido van Rossum | 2000-11-13 | 113 | -18934/+0 |
|
|
* | Jack Jansen: added 'get_command_list()' method, and Mac-specific code to | Greg Ward | 2000-11-11 | 1 | -0/+38 |
|
|
* | No reason to keep "Run as Python" in binhex form anymore, just put the binary... | Jack Jansen | 2000-11-10 | 1 | -0/+1 |
|
|
* | Fix for SF bug 117402, crashes on str(array) and repr(array). This was an | Tim Peters | 2000-11-10 | 1 | -3/+5 |
|
|
* | Committing autoconf output for | Guido van Rossum | 2000-11-09 | 1 | -111/+71 |
|
|
* | Implement the suggestion of bug_id=122070: surround tell() call with | Guido van Rossum | 2000-11-09 | 1 | -1/+5 |
|
|
* | SMTP.connect(): If the socket.connect() raises a socket.error, be sure | Barry Warsaw | 2000-11-08 | 1 | -1/+5 |
|
|
* | Remove AC_C_INLINE test from configure.in, since the only place the symbol | Fred Drake | 2000-11-08 | 2 | -4/+0 |
|
|
* | Added test cases to detect regression on SourceForge bug #121965. | Fred Drake | 2000-11-08 | 1 | -0/+14 |
|
|
* | Fixed support for containment test when a negative step is used; this | Fred Drake | 2000-11-08 | 1 | -8/+34 |
|
|
* | In the containment test, get the boundary condition right. ">" was used | Fred Drake | 2000-11-08 | 1 | -2/+2 |
|
|
* | Add 1994 Coroutine module by Tim Peters | Guido van Rossum | 2000-11-08 | 4 | -0/+332 |
|
|
* | Last CW Pro 5.3 projects. | Jack Jansen | 2000-11-07 | 1 | -0/+0 |
|
|
* | More names... | Fred Drake | 2000-11-07 | 1 | -0/+2 |
|
|
* | Fix for SF bug #117606: | Greg Ward | 2000-11-07 | 2 | -9/+9 |
|
|
* | Patch #102278: add tparm() function to _curses module | Andrew M. Kuchling | 2000-11-07 | 2 | -4/+62 |
|
|
* | Document the proper exception to be raised by I/O operations on closed | Fred Drake | 2000-11-06 | 1 | -15/+19 |
|
|
* | This fixes several bug reports concering memory bloating during large | Barry Warsaw | 2000-11-06 | 1 | -5/+1 |
|
|
* | a few small optimizations that seem to give a 5-10% speedup; the | Jeremy Hylton | 2000-11-06 | 2 | -152/+160 |
|
|