| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | move pruneNext method to correct object (doh!) | Jeremy Hylton | 2000-11-06 | 2 | -48/+48 |
|
|
* | Change the graph structure to contain the code generator object for | Jeremy Hylton | 2000-11-06 | 6 | -42/+266 |
|
|
* | If a function contains a doc string, remove the doc string node from | Jeremy Hylton | 2000-11-06 | 2 | -2/+10 |
|
|
* | Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n... | Mark Hammond | 2000-11-06 | 1 | -15/+6 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 4 | -196/+241 |
|
|
* | Fix Makefile so at least it uses Python 2.0, and compiles out of the | Guido van Rossum | 2000-11-03 | 1 | -2/+2 |
|
|
* | Move our own getopt() implementation to _PyOS_GetOpt(), and use it | Thomas Wouters | 2000-11-03 | 7 | -130/+73 |
|
|
* | Make sure we clean up the index data each time it is written by LaTeX. | Fred Drake | 2000-11-03 | 1 | -1/+4 |
|
|
* | Fix cut & paste error that describes three paramters when there are only | Fred Drake | 2000-11-02 | 1 | -4/+3 |
|
|
* | New configure script from latest configure.in with autoconf 2.13 | Guido van Rossum | 2000-11-02 | 1 | -1/+4 |
|
|
* | Make sure the Modules/ directory is created before writing Modules/Setup. | Fred Drake | 2000-11-02 | 1 | -0/+3 |
|
|
* | Patch from Randall Hopper to fix PR #116172, "curses module fails to | Andrew M. Kuchling | 2000-11-01 | 1 | -4/+38 |
|
|
* | Typo: writeable --> writable | Fred Drake | 2000-11-01 | 1 | -2/+2 |
|
|
* | Hack ndiff to display lines w/ leading tabs more intuitively. This synchs | Tim Peters | 2000-11-01 | 1 | -9/+24 |
|
|
* | track recent change to test_extcall.py | Jeremy Hylton | 2000-10-30 | 1 | -0/+4 |
|
|
* | Hack to force -lpthread instead instead of -lcma on HPUX, by Philipp | Guido van Rossum | 2000-10-30 | 2 | -433/+461 |
|
|
* | Fix for SF bug #117241 | Jeremy Hylton | 2000-10-30 | 2 | -1/+33 |
|
|
* | define_module(): Change the "index sub-item" for definitions at module | Fred Drake | 2000-10-30 | 1 | -1/+1 |
|
|
* | Fix \withsubitem so that it actually works if the only indexing macro in | Fred Drake | 2000-10-30 | 1 | -10/+5 |
|
|
* | Revise the message to be a little nicer. | Fred Drake | 2000-10-29 | 1 | -3/+6 |
|
|
* | Avoid using \withsubitem and \ttindex internally; they have not proven | Fred Drake | 2000-10-29 | 1 | -20/+26 |
|
|
* | Many small markup revisions to be more consistent with markup elsewhere, | Fred Drake | 2000-10-29 | 1 | -47/+61 |
|
|
* | ParserCreate(): Added test that the namespace_separator value, if given, | Fred Drake | 2000-10-29 | 1 | -0/+9 |
|
|
* | Do not echo the echo command with the message telling the user that Setup | Fred Drake | 2000-10-29 | 1 | -1/+1 |
|
|
* | Do not release unallocated Tcl objects. Closes #117278 and #117167. | Martin v. Löwis | 2000-10-29 | 1 | -3/+8 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 3 | -17/+33 |
|
|