| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a version of PySys_WriteStderr() that writes to stderr, so we can | Guido van Rossum | 1998-08-25 | 1 | -0/+27 |
|
|
* | Restructure the file so that it is never empty. No longer needs | Guido van Rossum | 1998-08-25 | 1 | -10/+10 |
|
|
* | Patch by Mark Hammond to support 64-bit ints on MS platforms. | Guido van Rossum | 1998-08-25 | 5 | -33/+38 |
|
|
* | Ignore cruft generating by the test run for hello.py. | Guido van Rossum | 1998-08-25 | 1 | -0/+6 |
|
|
* | Y2K fix affecting asctime(), mktime(), strftime(). | Guido van Rossum | 1998-08-25 | 1 | -19/+37 |
|
|
* | Describe what happens when ``raise C, x'' is called where C is a class | Guido van Rossum | 1998-08-25 | 1 | -7/+13 |
|
|
* | Clarify Y2K behavior when a tuple with a 2-digit date is passed to | Guido van Rossum | 1998-08-25 | 1 | -2/+15 |
|
|
* | New version, with contributions from Sjoerd Mullender and Mark Hammond. | Guido van Rossum | 1998-08-25 | 8 | -89/+189 |
|
|
* | There was still something wrong. The original NOTTESTS are replaced | Guido van Rossum | 1998-08-25 | 1 | -3/+6 |
|
|
* | Patch by Chris Herborth (posted to comp.lang.python)to make it behave | Guido van Rossum | 1998-08-24 | 1 | -3/+3 |
|
|
* | round(): Mark the second (optional) parameter as optional, since it's | Fred Drake | 1998-08-24 | 1 | -4/+4 |
|
|
* | Added some cross-references to the end. | Fred Drake | 1998-08-24 | 1 | -0/+6 |
|
|
* | spoking --> speaking | Fred Drake | 1998-08-24 | 1 | -7/+7 |
|
|
* | Ted Horst writes in psa-members@python.org: | Guido van Rossum | 1998-08-24 | 1 | -0/+41 |
|
|
* | Should pass explicit arguments to findtests(). Should initialize 'nottests'. | Guido van Rossum | 1998-08-24 | 1 | -2/+4 |
|
|
* | Move an indented #define to column 1. | Guido van Rossum | 1998-08-23 | 1 | -1/+1 |
|
|
* | There is no <ISINPUT> element, just <ISINDEX>. ;-) | Fred Drake | 1998-08-21 | 1 | -1/+1 |
|
|
* | The .subn() method wasn't setting _num_regs, which is used by the .groups() | Andrew M. Kuchling | 1998-08-21 | 1 | -0/+1 |
|
|
* | Update commentary. For most stuff, point people to the web page | Barry Warsaw | 1998-08-20 | 1 | -58/+18 |
|
|
* | (py-shell-map): New variable contains the keymap used in *Python* | Barry Warsaw | 1998-08-20 | 1 | -5/+12 |
|
|
* | (py-shell): comint-output-filter-functions is already buffer-local | Barry Warsaw | 1998-08-20 | 1 | -1/+0 |
|
|
* | (py-process-filter): Deleted this function. In order to fix | Barry Warsaw | 1998-08-20 | 1 | -116/+16 |
|
|
* | All libraries have now been moved to their new location, with their new names. | Jack Jansen | 1998-08-20 | 9 | -0/+0 |
|
|
* | A new project that builds cwgusi, tcl, tk and all image libraries needed. | Jack Jansen | 1998-08-20 | 1 | -0/+0 |
|
|
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 48 | -4041/+0 |
|
|
* | Binhextree doesn't binhex anymore, it just copies the projects around. This | Jack Jansen | 1998-08-20 | 1 | -4/+6 |
|
|
* | I guess I'll have to commit this file occasionally... | Jack Jansen | 1998-08-20 | 1 | -1/+1 |
|
|
* | Define some things to 1 (in stead of empty) to be compatible with new PIL | Jack Jansen | 1998-08-20 | 1 | -2/+2 |
|
|
* | Various libraryies have been moved around and renamed, now that we have | Jack Jansen | 1998-08-19 | 3 | -0/+0 |
|
|
* | Added an example that uses signal.alarm() to time out an os.open() that | Andrew M. Kuchling | 1998-08-18 | 1 | -1/+29 |
|
|
* | Raise the right exception (ValueError) for attempted I/O on closed StringIO | Fred Drake | 1998-08-18 | 1 | -1/+14 |
|
|
* | Replaced binhexed version of project files by normal ones (in binary mode) | Jack Jansen | 1998-08-18 | 44 | -9217/+0 |
|
|
* | Updated for 1.5.2a1 | Jack Jansen | 1998-08-18 | 2 | -3/+1 |
|
|
* | Replaced the hand-generated .hqx files by the binary resourcefiles themselves | Jack Jansen | 1998-08-18 | 14 | -6572/+0 |
|
|
* | Initial revision | Jack Jansen | 1998-08-18 | 36 | -0/+8306 |
|
|
* | Initial revision | Jack Jansen | 1998-08-18 | 24 | -0/+5316 |
|
|
* | Putting Python-specific GUSI modifications under CVS. | Jack Jansen | 1998-08-18 | 6 | -0/+3264 |
|
|
* | Putting TCL mods for Python under CVS. | Jack Jansen | 1998-08-18 | 3 | -0/+967 |
|
|
* | I give in (after all these years): renaming config.c to macconfig.c to forestall | Jack Jansen | 1998-08-18 | 1 | -0/+0 |
|
|
* | Support for freezing packages (Just). | Jack Jansen | 1998-08-18 | 4 | -12/+58 |
|
|
* | Replace first sys.path entry with the directory where the script lives | Jack Jansen | 1998-08-18 | 1 | -1/+5 |
|
|
* | (imenu-example--create-python-index-engine): Fix nesting breakage when | Barry Warsaw | 1998-08-18 | 1 | -0/+2 |
|
|
* | Clean up the HTML a bit; update the version number. | Fred Drake | 1998-08-17 | 1 | -21/+22 |
|
|
* | Fix arguments for renames(); bug spotted by Oliver Andrich | Fred Drake | 1998-08-17 | 1 | -1/+1 |
|
|
* | Fix markup where C include files get named in <...> form; bug reported by | Fred Drake | 1998-08-14 | 4 | -5/+4 |
|
|
* | img_tag(): For \n to be interpreted as a newline, the string must use double | Fred Drake | 1998-08-14 | 1 | -1/+1 |
|
|
* | Clarify wording in the description of re.split | Andrew M. Kuchling | 1998-08-14 | 1 | -5/+5 |
|
|
* | Enter Jim Fulton's latest version. He writes: | Jeremy Hylton | 1998-08-13 | 1 | -20/+80 |
|
|
* | Don't need these anymore.... | Fred Drake | 1998-08-13 | 6 | -0/+0 |
|
|
* | Do the magic to use the new buttons (with shorter names!) instead of the old | Fred Drake | 1998-08-13 | 1 | -20/+32 |
|
|