| Commit message (Expand) | Author | Age | Files | Lines |
* | Update all projects so Debug builds use "/Zi" instead of "/ZI", which means e... | Mark Hammond | 2000-07-01 | 5 | -1893/+1894 |
|
|
* | Repaired two URLs. | Tim Peters | 2000-07-01 | 1 | -6/+6 |
|
|
* | Do not build the "longhtml" version for pre-release versions. | Fred Drake | 2000-07-01 | 1 | -1/+5 |
|
|
* | The new copyright / license. | Fred Drake | 2000-07-01 | 1 | -25/+33 |
|
|
* | Thomas Wouters: Test script for openpty() | Guido van Rossum | 2000-07-01 | 1 | -0/+23 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 2 | -0/+6 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+6 |
|
|
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -2/+3 |
|
|
* | Neil Schemenauer: small fixes for GC | Guido van Rossum | 2000-07-01 | 7 | -13/+17 |
|
|
* | clean up warnings in Win32 build of mmapmodule.c | Guido van Rossum | 2000-07-01 | 1 | -6/+6 |
|
|
* | In b_setitem(), instead of the platform dependent CHAR_MIN and | Guido van Rossum | 2000-07-01 | 1 | -2/+2 |
|
|
* | Update a bunch of URLs. No longer suggests to join PSA or Consortium. | Guido van Rossum | 2000-07-01 | 1 | -55/+18 |
|
|
* | Refer to "Authors", plural | Andrew M. Kuchling | 2000-07-01 | 1 | -1/+1 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-07-01 | 3 | -74/+19 |
|
|
* | Update the version number in an example | Andrew M. Kuchling | 2000-07-01 | 1 | -4/+5 |
|
|
* | Updated the URL for Python 2.0 | Andrew M. Kuchling | 2000-07-01 | 1 | -4/+5 |
|
|
* | Update for 2.0b1. Also add more text, to be more explicit about | Tim Peters | 2000-07-01 | 1 | -29/+87 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 191 | -1146/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 201 | -4374/+1359 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-30 | 2 | -0/+97 |
|
|
* | Fix another error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -2/+2 |
|
|
* | Fix an error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
|
|
* | Crude way to fix a problem on AIX: #undef STAT before defining it. | Guido van Rossum | 2000-06-30 | 1 | -0/+1 |
|
|
* | - fixed code generation error in multiline mode | Fredrik Lundh | 2000-06-30 | 2 | -7/+8 |
|
|
* | Only include <basetsd.h> for VC 6.0 and higher. | Guido van Rossum | 2000-06-30 | 1 | -0/+2 |
|
|
* | replaced <some suitable mail address> with something slightly | Fredrik Lundh | 2000-06-30 | 1 | -4/+25 |
|
|
* | -- changed $ to match before a trailing newline, even | Fredrik Lundh | 2000-06-30 | 1 | -1/+3 |
|
|
* | As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
|
|
* | Ooops! I didn't finish all the renaming needed here, so this was | Fred Drake | 2000-06-30 | 1 | -36/+36 |
|
|
* | Add back a missing CRLF line ending. | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
|
|
* | s/REGENTS/COPYRIGHT HOLDERS/ followed by paragraph reflow. | Guido van Rossum | 2000-06-30 | 1 | -8/+9 |
|
|
* | Output for test_winreg2. | Fred Drake | 2000-06-30 | 1 | -0/+1 |
|
|
* | Simplify the registry-module-finding code: _winreg or win32api/win32con. | Greg Ward | 2000-06-30 | 1 | -4/+1 |
|
|
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-30 | 1 | -0/+341 |
|
|
* | Line-wrap and properly indent a couple of docstrings. | Fred Drake | 2000-06-30 | 1 | -3/+6 |
|
|
* | Ignore the generated api.tex. | Fred Drake | 2000-06-30 | 1 | -0/+1 |
|
|
* | The new copyright / license. | Fred Drake | 2000-06-30 | 1 | -23/+27 |
|
|
* | - reverted to "\x is binary byte" | Fredrik Lundh | 2000-06-30 | 3 | -6/+6 |
|
|
* | Small grammatical correction from Frank Stajano. Added comment with | Fred Drake | 2000-06-30 | 1 | -2/+9 |
|
|
* | Try to make sure \code always uses roman (non-italic) text. | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|
* | [*** Not tested as I don't have Windows running right now! ***] | Fred Drake | 2000-06-30 | 2 | -4/+24 |
|
|
* | add note about what happened to Python 1.6 | Jeremy Hylton | 2000-06-30 | 1 | -1/+5 |
|
|
* | Document --with-thread as deprecated. This gets rid of the annoying | Barry Warsaw | 2000-06-30 | 2 | -181/+184 |
|
|
* | * added a randomize flag and corresponding -r command line argument that | Skip Montanaro | 2000-06-30 | 1 | -8/+13 |
|
|
* | Switch to sre for regular expression matching (the new mini-re module | Guido van Rossum | 2000-06-30 | 3 | -654/+665 |
|
|
* | Enable the garbage collection module by default. --without-cycle-gc | Barry Warsaw | 2000-06-30 | 2 | -212/+224 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -2/+2 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 2 | -14/+33 |
|
|
* | the usual | Guido van Rossum | 2000-06-30 | 4 | -572/+713 |
|
|
* | Setup.thread.in was misnamed so it has been replaced by | Barry Warsaw | 2000-06-30 | 1 | -5/+4 |
|
|