| Commit message (Expand) | Author | Age | Files | Lines |
* | current progress on 2.0 NEWS | Jeremy Hylton | 2000-09-05 | 1 | -5/+79 |
|
|
* | Windows build: install NEWS.txt; bump BUILD# to 3 in preparation for next | Tim Peters | 2000-09-05 | 2 | -2/+7 |
|
|
* | Many changes suggested by Bob Weiner, mostly small grammatical fixes | Guido van Rossum | 2000-09-05 | 1 | -126/+136 |
|
|
* | compromise value for threshold0: not too high, not too low | Jeremy Hylton | 2000-09-05 | 1 | -1/+1 |
|
|
* | The malloc rearrangement was actually already in 1.6. | Guido van Rossum | 2000-09-05 | 1 | -3/+0 |
|
|
* | Added readline news. (Skip) | Guido van Rossum | 2000-09-05 | 1 | -0/+3 |
|
|
* | Fix PDF generation. | Fred Drake | 2000-09-05 | 2 | -4/+12 |
|
|
* | Minor nit to make this work a little better with the PDF generation fix. | Fred Drake | 2000-09-05 | 1 | -2/+2 |
|
|
* | Don't emit 8 lines of (c) information at startup -- use the same text | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
|
|
* | Minor markup revisions for consistency with the rest of the documentation. | Fred Drake | 2000-09-05 | 1 | -33/+33 |
|
|
* | Added entry for mmap module. | Fred Drake | 2000-09-05 | 2 | -0/+2 |
|
|
* | Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some | Guido van Rossum | 2000-09-05 | 1 | -2/+29 |
|
|
* | Now that I've got real docs, redirect _DOC_ out of the Python 1.6 tree and | Tim Peters | 2000-09-05 | 1 | -1/+2 |
|
|
* | The usual. | Guido van Rossum | 2000-09-05 | 5 | -23/+30 |
|
|
* | Sh*t! Should use $(srcdir)/LICENSE of course. | Guido van Rossum | 2000-09-05 | 1 | -1/+1 |
|
|
* | Install LICENSE as LICENSE.txt in the <prefix>/lib/python<version> | Guido van Rossum | 2000-09-05 | 1 | -0/+1 |
|
|
* | Instead of printing all 9 lines of copyright info, print | Guido van Rossum | 2000-09-05 | 1 | -1/+4 |
|
|
* | The GCC version is loooooooooong; put it on a new line. | Guido van Rossum | 2000-09-05 | 1 | -1/+1 |
|
|
* | Add new builtin commands "copyright", "license", "credits" which | Guido van Rossum | 2000-09-05 | 1 | -1/+52 |
|
|
* | Added the 2.0b1 news. | Guido van Rossum | 2000-09-05 | 1 | -8/+264 |
|
|
* | Update license according to the LICENSE file in the source tree. | Fred Drake | 2000-09-05 | 1 | -30/+83 |
|
|
* | Set the date. | Fred Drake | 2000-09-05 | 1 | -1/+1 |
|
|
* | Since it looks like the dual license clause may be neither necessary | Guido van Rossum | 2000-09-05 | 1 | -11/+5 |
|
|
* | Fleshed out the section on the setup config file, setup.cfg. | Greg Ward | 2000-09-04 | 1 | -26/+139 |
|
|
* | Various corrections pointed out by Detlef Lannert | Andrew M. Kuchling | 2000-09-04 | 1 | -30/+30 |
|
|
* | Added release dates (in some cases detemined by looking at the mtime | Guido van Rossum | 2000-09-04 | 1 | -2/+20 |
|
|
* | 1.6 is history. | Guido van Rossum | 2000-09-04 | 1 | -1/+305 |
|
|
* | For this server to work on Windows, directories should use "/" as the | Guido van Rossum | 2000-09-04 | 1 | -2/+3 |
|
|
* | Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a | Guido van Rossum | 2000-09-04 | 1 | -0/+1 |
|
|
* | test_mmap wrote null bytes into its expected-output file; this caused me to | Tim Peters | 2000-09-04 | 3 | -2/+5 |
|
|
* | Fixes bug in --with-libdb. If --with-libdb was not specified (default is to | Skip Montanaro | 2000-09-04 | 2 | -416/+455 |
|
|
* | Correct docstring about return value when group didn't participate in match | Andrew M. Kuchling | 2000-09-04 | 1 | -4/+4 |
|
|
* | All right. More uniformity, and extra blank lines. | Guido van Rossum | 2000-09-04 | 1 | -1/+4 |
|
|
* | Use periods, not semicolons between Copyright and All Rights Reserved. | Guido van Rossum | 2000-09-04 | 1 | -3/+3 |
|
|
* | Changes in license names by BobW. | Guido van Rossum | 2000-09-04 | 1 | -3/+3 |
|
|
* | Fix the char* vs. const char* mismatch for the argument of aix_loaderror() | Vladimir Marangozov | 2000-09-04 | 1 | -1/+1 |
|
|
* | Move down the INT_MAX logic, because HAVE_LIMITS_H was always undefined | Vladimir Marangozov | 2000-09-03 | 1 | -6/+6 |
|
|
* | Hack the Windows code to use os.popen(). | Guido van Rossum | 2000-09-03 | 1 | -3/+1 |
|
|
* | Properly name and number the BEOPEN OPEN SOURCE PYTHON LICENSE | Guido van Rossum | 2000-09-03 | 1 | -7/+5 |
|
|
* | changed \x to consume exactly two hex digits, also for unicode | Fredrik Lundh | 2000-09-03 | 1 | -55/+66 |
|
|
* | updated SRE test suite (fixes PEP223 problem, shows syntax errors) | Fredrik Lundh | 2000-09-03 | 1 | -76/+78 |
|
|
* | Repair failing test_sre.py. | Tim Peters | 2000-09-03 | 1 | -3/+3 |
|
|
* | Remove a comma from CWI's copyright notice. | Guido van Rossum | 2000-09-03 | 1 | -1/+1 |
|
|
* | Change the copyright notice according to CNRI's wishes, with | Guido van Rossum | 2000-09-03 | 1 | -2/+5 |
|
|
* | Various edits. Most importantly, added dual licensing. Also some | Guido van Rossum | 2000-09-03 | 1 | -34/+41 |
|
|
* | changed \x to consume exactly two hex digits. implements PEP-223 | Fredrik Lundh | 2000-09-02 | 1 | -16/+28 |
|
|
* | return -1 for undefined groups (as implemented in 1.5.2) instead of | Fredrik Lundh | 2000-09-02 | 2 | -17/+10 |
|
|
* | Patch by Martin von Löwis to give him his umlaut, to remove Christian | Guido van Rossum | 2000-09-02 | 1 | -3/+4 |
|
|
* | -- tightened up parsing of octal numbers | Fredrik Lundh | 2000-09-02 | 3 | -198/+158 |
|
|
* | PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose | Tim Peters | 2000-09-02 | 1 | -0/+4 |
|
|