summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Windows build # and installer for 2.1c1.Tim Peters2001-04-123-8/+6
* Explain popitem()Andrew M. Kuchling2001-04-121-13/+16
* Note that __debug__ assignments are legal again.Guido van Rossum2001-04-121-0/+3
* Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.Tim Peters2001-04-123-25/+53
* Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless ofTim Peters2001-04-121-5/+1
* SOCKET.py and TERMIOS.py are no longer used in this release.Guido van Rossum2001-04-113-539/+0
* (py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"Barry Warsaw2001-04-111-3/+3
* Fixed bug in example.Fred Drake2001-04-111-2/+2
* Noted the improved RISCOS port and the new Unixware 7 port.Guido van Rossum2001-04-112-0/+5
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-1115-510/+2408
* Added news about the updated python-mode.elBarry Warsaw2001-04-111-0/+10
* Bumping to version 4.0 since we now support only XEmacs 21.1 and EmacsBarry Warsaw2001-04-110-0/+0
* intermediateBarry Warsaw2001-04-111-51/+148
* Added some additional documentation describing how BabylMailboxBarry Warsaw2001-04-111-4/+12
* Include a synopsis for the chapter overview.Fred Drake2001-04-111-0/+1
* typoJeremy Hylton2001-04-112-8/+16
* [finishing fix from earlier checkins]Jeremy Hylton2001-04-112-0/+2
* Add support for extra (*) arguments to preorder.Jeremy Hylton2001-04-112-6/+6
* Generate docstrings.Jeremy Hylton2001-04-112-6/+52
* Add lineno attributes to Discard nodesJeremy Hylton2001-04-112-2/+6
* Make sure the docstring is always entered as the first element in theJeremy Hylton2001-04-112-22/+2
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-112-0/+40
* Fix exception handling for non-PyFunction objects, SF bug 414743.Jeremy Hylton2001-04-111-16/+54
* Idiotic braino caused HTTP openers to ignore proxies.Moshe Zadka2001-04-111-1/+1
* Fixing bug 405999 -- clarifying differences between Python'sMoshe Zadka2001-04-111-0/+4
* Based on a comment by Konrad Hinsen on python-list:Fred Drake2001-04-111-4/+4
* Add a close_request method to the BaseServer so that the TCPServer classKa-Ping Yee2001-04-111-0/+14
* Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try toNeil Schemenauer2001-04-101-10/+11
* Added definition of "test fixture".Fred Drake2001-04-101-2/+142
* Some new names.Guido van Rossum2001-04-101-0/+3
* Updated version of RISCOS support. SF patch 411213 by Dietmar SchwertbergerGuido van Rossum2001-04-1011-165/+243
* Completely revamped BeOS notes, by Donn Cave (SF patch 411834).Guido van Rossum2001-04-101-109/+23
* This is for BeOS users who want to build all the modules. It'sGuido van Rossum2001-04-101-0/+606
* The lower() and tkraise() methods were calling the Canvas widgetGuido van Rossum2001-04-101-2/+2
* Typo: "BuildApple" --> "BuildApplet"Fred Drake2001-04-101-2/+5
* Bump version numbers for upcoming release candidate.Fred Drake2001-04-102-2/+2
* Update the XML conversion specification.Fred Drake2001-04-101-0/+2
* Remove the mapping() function from the documentation.Fred Drake2001-04-101-25/+15
* Add note that difflib was added in Python 2.1.Fred Drake2001-04-101-0/+3
* Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED.Guido van Rossum2001-04-101-2/+3
* mapping(): Remove this function since it does not add anything to the API.Fred Drake2001-04-101-8/+1
* Use the WeakKeyDictionary and WeakValueDictionary classes directlyFred Drake2001-04-101-2/+2
* Since bdist_wininst.py contains the installer executable, it had to beThomas Heller2001-04-101-262/+262
* Normalize tabs to spaces.Fred Drake2001-04-101-4/+6
* Add reference to the DDJ article discussing a similar algorithm.Fred Drake2001-04-101-0/+9
* Add corresponding support for the alltt environment to the HTML generator.Fred Drake2001-04-103-2/+48
* Import the alltt package and wrap that environment in a similar way toFred Drake2001-04-101-0/+21
* Fix two unqualified except: clauses.Guido van Rossum2001-04-101-4/+4
* Fix an unqualified except:.Guido van Rossum2001-04-101-1/+1
* Try an except: after an import into "except ImportError".Guido van Rossum2001-04-101-1/+1