summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Added Jeffery Collins.Tim Peters2001-01-141-0/+1
|
* Mention new curses.panel moduleAndrew M. Kuchling2001-01-131-0/+3
|
* Document extensions to .pth files.Martin v. Löwis2001-01-131-0/+4
|
* News about from...import.Guido van Rossum2001-01-121-0/+11
|
* Typo.Guido van Rossum2001-01-111-1/+1
|
* Added a whole slew of news items. Not striving for completeness --Guido van Rossum2001-01-101-1/+78
| | | | | I've skipped all bugfixes, Unicode, distutils changes. But this should be a start!
* Clarification of new bisect module functions.Tim Peters2001-01-051-1/+2
|
* Recognize pyc files even if they don't end in pyc.Martin v. Löwis2001-01-041-0/+8
| | | | Patch #103067 with modifications as discussed in email.
* Two new names.Guido van Rossum2001-01-031-0/+2
|
* Fred, THIS NEEDS DOCS! The function docstrings tell the tale.Tim Peters2000-12-291-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 Warsaw2000-12-271-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 Rossum2000-12-191-7/+70
| | | | Get rid of BeOpen references.
* Fix typoAndrew M. Kuchling2000-12-151-1/+1
|
* Describe {}.popitem().Guido van Rossum2000-12-121-0/+7
|
* SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512.Tim Peters2000-12-121-0/+8
|
* The C+ compiler is called $(CXX) these days, not CCC.Guido van Rossum2000-12-061-3/+3
| | | | This fixes SF Bug #124478.
* Made the description of %[udxXo] formats of negative longs in 2.1 more accurate.Tim Peters2000-12-011-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 Peters2000-11-301-12/+32
|
* (py-goto-beginning-of-tqs): When searching backwards for the matchingBarry Warsaw2000-10-271-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 createFred Drake2000-10-262-2/+2
| | | | Setup (instead of creating it from the Makefile).
* Typo repair.Tim Peters2000-10-161-1/+1
|
* revise xml commentJeremy Hylton2000-10-161-2/+2
|
* Updated the XML package comment.Fred Drake2000-10-161-3/+3
|
* Filled in math-module info; fixed a typo or two.Tim Peters2000-10-161-6/+12
|
* Add NEWS for 2.0 final (there are a few XXX comments that must beJeremy Hylton2000-10-161-9/+79
| | | | | | addressed). Fix a few nits in 2.0c1 news.
* distutils setup files for TkinterJeremy Hylton2000-10-162-0/+31
|
* misc. RPM support filesJeremy Hylton2000-10-164-0/+383
|
* add note explaining what a release candidate isJeremy Hylton2000-10-091-0/+10
|
* Repaired IDLE Unicode bug description.Tim Peters2000-10-091-2/+5
| | | | Added tokenize.py bugfix info.
* WAVE test + bugfix contributor.Guido van Rossum2000-10-091-0/+1
|
* And another.Guido van Rossum2000-10-091-0/+1
|
* typoJeremy Hylton2000-10-091-1/+1
|
* One more name.Guido van Rossum2000-10-091-0/+1
|
* added better description of BeOS changes from Donn CaveJeremy Hylton2000-10-091-2/+7
|
* Summary of changes between 2.0b2 and 2.0c1Jeremy Hylton2000-10-091-1/+124
|
* new nameJeremy Hylton2000-10-091-0/+1
|
* Added Daniel Dittmar, for helping get the configuration working forFred Drake2000-10-021-0/+1
| | | | Reliant UNIX.
* typoJeremy Hylton2000-10-021-1/+1
|
* Capitalized an "if" that should have been -- noted by Grant GriffinFred Drake2000-09-291-1/+1
| | | | <grant.griffin@honeywell.com>.
* Added a missing "is" -- noted by Grant GriffinFred Drake2000-09-291-1/+1
| | | | <grant.griffin@honeywell.com>.
* Fix GC newsJeremy Hylton2000-09-261-5/+4
|
* Fixed typo, description of changes to dbm module.Fred Drake2000-09-261-5/+6
|
* The rest of the news for 2.0b2Jeremy Hylton2000-09-261-8/+72
|
* Elaborated the notes on the XML support.Fred Drake2000-09-261-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 terminateGuido van Rossum2000-09-261-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 Peters2000-09-261-9/+11
|
* partial list of changes between 2.0b1 and 2.0b2Jeremy Hylton2000-09-261-1/+165
|
* Credit where credit is due. Also fixed an unalphabetic sequence.Guido van Rossum2000-09-251-3/+7
|
* Updated according to the changes made to the "s#" parser markerMarc-André Lemburg2000-09-211-20/+27
| | | | and bumped the version number to 1.7.
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-161-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.