Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recognize pyc files even if they don't end in pyc. | Martin v. Löwis | 2001-01-04 | 1 | -0/+8 |
| | | | | Patch #103067 with modifications as discussed in email. | ||||
* | Two new names. | Guido van Rossum | 2001-01-03 | 1 | -0/+2 |
| | |||||
* | Fred, THIS NEEDS DOCS! The function docstrings tell the tale. | Tim Peters | 2000-12-29 | 1 | -0/+12 |
| | | | | | | | | | | | | | Christmas present to myself: the bisect module didn't define what happened if the new element was already in the list. It so happens that it inserted the new element "to the right" of all equal elements. Since it wasn't defined, among other bad implications it was a mystery how to use bisect to determine whether an element was already in the list (I've seen code that *assumed* "to the right" without justification). Added new methods bisect_left and insort_left that insert "to the left" instead; made the old names bisect and insort aliases for the new names bisect_right and insort_right; beefed up docstrings to explain what these actually do; and added a std test for the bisect module. | ||||
* | (python-font-lock-keywords): Add highlighting of `as' as a keyword, | Barry Warsaw | 2000-12-27 | 1 | -0/+2 |
| | | | | | but only in "import foo as bar" statements (including optional preceding `from' clause). | ||||
* | Document the -W option as best as I can. | Guido van Rossum | 2000-12-19 | 1 | -7/+70 |
| | | | | Get rid of BeOpen references. | ||||
* | Fix typo | Andrew M. Kuchling | 2000-12-15 | 1 | -1/+1 |
| | |||||
* | Describe {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+7 |
| | |||||
* | SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. | Tim Peters | 2000-12-12 | 1 | -0/+8 |
| | |||||
* | The C+ compiler is called $(CXX) these days, not CCC. | Guido van Rossum | 2000-12-06 | 1 | -3/+3 |
| | | | | This fixes SF Bug #124478. | ||||
* | Made the description of %[udxXo] formats of negative longs in 2.1 more accurate. | Tim Peters | 2000-12-01 | 1 | -2/+12 |
| | | | | I suggested to Guido that %u be deprecated (it seems useless in Python to me). | ||||
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 1 | -12/+32 |
| | |||||
* | (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 |
| |