Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (py-goto-beginning-of-tqs): When searching backwards for the matching | Barry Warsaw | 2000-10-27 | 1 | -4/+8 |
| | | | | | | delimiter, watch out for backslash escaped delimiters. Also use = instead of eq for character comparison (because a character is = to it's integer value, but not eq to it). | ||||
* | Rename Setup.in to Setup.dist, and assume that configure will create | Fred Drake | 2000-10-26 | 2 | -2/+2 |
| | | | | Setup (instead of creating it from the Makefile). | ||||
* | Typo repair. | Tim Peters | 2000-10-16 | 1 | -1/+1 |
| | |||||
* | revise xml comment | Jeremy Hylton | 2000-10-16 | 1 | -2/+2 |
| | |||||
* | Updated the XML package comment. | Fred Drake | 2000-10-16 | 1 | -3/+3 |
| | |||||
* | Filled in math-module info; fixed a typo or two. | Tim Peters | 2000-10-16 | 1 | -6/+12 |
| | |||||
* | Add NEWS for 2.0 final (there are a few XXX comments that must be | Jeremy Hylton | 2000-10-16 | 1 | -9/+79 |
| | | | | | | addressed). Fix a few nits in 2.0c1 news. | ||||
* | distutils setup files for Tkinter | Jeremy Hylton | 2000-10-16 | 2 | -0/+31 |
| | |||||
* | misc. RPM support files | Jeremy Hylton | 2000-10-16 | 4 | -0/+383 |
| | |||||
* | add note explaining what a release candidate is | Jeremy Hylton | 2000-10-09 | 1 | -0/+10 |
| | |||||
* | Repaired IDLE Unicode bug description. | Tim Peters | 2000-10-09 | 1 | -2/+5 |
| | | | | Added tokenize.py bugfix info. | ||||
* | WAVE test + bugfix contributor. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | And another. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | typo | Jeremy Hylton | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | One more name. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | added better description of BeOS changes from Donn Cave | Jeremy Hylton | 2000-10-09 | 1 | -2/+7 |
| | |||||
* | Summary of changes between 2.0b2 and 2.0c1 | Jeremy Hylton | 2000-10-09 | 1 | -1/+124 |
| | |||||
* | new name | Jeremy Hylton | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Added Daniel Dittmar, for helping get the configuration working for | Fred Drake | 2000-10-02 | 1 | -0/+1 |
| | | | | Reliant UNIX. | ||||
* | typo | Jeremy Hylton | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | Capitalized an "if" that should have been -- noted by Grant Griffin | Fred Drake | 2000-09-29 | 1 | -1/+1 |
| | | | | <grant.griffin@honeywell.com>. | ||||
* | Added a missing "is" -- noted by Grant Griffin | Fred Drake | 2000-09-29 | 1 | -1/+1 |
| | | | | <grant.griffin@honeywell.com>. | ||||
* | Fix GC news | Jeremy Hylton | 2000-09-26 | 1 | -5/+4 |
| | |||||
* | Fixed typo, description of changes to dbm module. | Fred Drake | 2000-09-26 | 1 | -5/+6 |
| | |||||
* | The rest of the news for 2.0b2 | Jeremy Hylton | 2000-09-26 | 1 | -8/+72 |
| | |||||
* | Elaborated the notes on the XML support. | Fred Drake | 2000-09-26 | 1 | -5/+16 |
| | | | | | | | In the limits.h comment, noted that INT_MAX and LONG_MAX are guaranteed to be defined. Noted that Reliant UNIX now gets proper API support for extension modules. | ||||
* | Fixed some typos, added some punctuation (e.g. consistently terminate | Guido van Rossum | 2000-09-26 | 1 | -42/+76 |
| | | | | | sentences with a period and put () after function/method names), and filled in the blanks on mailbox and posixfile. Noted <limits.h> change. | ||||
* | New info and fixed some typos. | Tim Peters | 2000-09-26 | 1 | -9/+11 |
| | |||||
* | partial list of changes between 2.0b1 and 2.0b2 | Jeremy Hylton | 2000-09-26 | 1 | -1/+165 |
| | |||||
* | Credit where credit is due. Also fixed an unalphabetic sequence. | Guido van Rossum | 2000-09-25 | 1 | -3/+7 |
| | |||||
* | Updated according to the changes made to the "s#" parser marker | Marc-André Lemburg | 2000-09-21 | 1 | -20/+27 |
| | | | | and bumped the version number to 1.7. | ||||
* | arraymodule: Fix SF bug 113960. | Tim Peters | 2000-09-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | reverse() didn't work at all due to bad arg check. Fixed that. Added Brad Chapman to ACKS file, as the proud new owner of two implicitly copyrighted lines of Python source code <wink>. Repaired buffer_info's total lack of arg-checking. Replaced memmove by memcpy in reverse() guts, as memmove is often slower and the memory areas are guaranteed disjoint. Replaced poke-and-hope unchecked decl of tmp buffer size by assert-checked larger tmp buffer. Got rid of inconsistent spaces before open paren in docstrings. Added reverse() sanity tests to test_array.py. | ||||
* | Describe the -h and -V flags. Closes patch #101496 | Barry Warsaw | 2000-09-15 | 1 | -0/+12 |
| | |||||
* | Another typo (in the list comprehension example). | Guido van Rossum | 2000-09-06 | 1 | -1/+1 |
| | |||||
* | Fix three typos. | Guido van Rossum | 2000-09-06 | 1 | -3/+3 |
| | |||||
* | Added Windows news. Also repeated 1.6 Windows news since most people getting | Tim Peters | 2000-09-05 | 1 | -2/+33 |
| | | | | | | 2.0b1 for Windows will not have bothered getting 1.6. Also changed "Changed, New, Obsolete Tools" to say "None" since nobody had put an entry there. | ||||
* | All the NEWS that I could finish in 15 minutes (and then some) | Jeremy Hylton | 2000-09-05 | 1 | -13/+59 |
| | | | | | Removed some attributions from the shorter entries in Changed Modules, because that section is so long. | ||||
* | current progress on 2.0 NEWS | Jeremy Hylton | 2000-09-05 | 1 | -5/+79 |
| | |||||
* | 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 |
| | |||||
* | Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some | Guido van Rossum | 2000-09-05 | 1 | -2/+29 |
| | | | | | | | | XXX notes for now. I could use help here!!!! Please mail me patches ASAP. We may have to put some of this off to 2.0final, but it's best to have it in shape now... | ||||
* | Added the 2.0b1 news. | Guido van Rossum | 2000-09-05 | 1 | -8/+264 |
| | |||||
* | Added release dates (in some cases detemined by looking at the mtime | Guido van Rossum | 2000-09-04 | 1 | -2/+20 |
| | | | | of distribution files in ftp://ftp.python.org/pub/python/src/). | ||||
* | 1.6 is history. | Guido van Rossum | 2000-09-04 | 1 | -1/+305 |
| | |||||
* | Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a | Guido van Rossum | 2000-09-04 | 1 | -0/+1 |
| | | | | | Fabulous Prize for being our first Windows ME tester! Also our only, and I think he should get another prize just for that." | ||||
* | Patch by Martin von Löwis to give him his umlaut, to remove Christian | Guido van Rossum | 2000-09-02 | 1 | -3/+4 |
| | | | | | | Tismer's clone, and to list Hajime Saitou's real name. Added a note that the file uses Latin-1 (as distributed). | ||||
* | Updated to include all files here. | Guido van Rossum | 2000-09-01 | 1 | -3/+7 |
| | |||||
* | Delete too. | Guido van Rossum | 2000-09-01 | 1 | -77/+0 |
| | |||||
* | Deleted. Long obsolete. | Guido van Rossum | 2000-09-01 | 1 | -48/+0 |
| | |||||
* | Deleted. We no longer require disclaimers on contributions. | Guido van Rossum | 2000-09-01 | 2 | -96/+0 |
| |