summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Typo detected by "the miraculous Debian package lint tool "lintian"Guido van Rossum2000-12-121-1/+1
* Changed .getaliases() support to register the new aliases in theMarc-André Lemburg2000-12-121-4/+12
* Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined).Tim Peters2000-12-121-12/+47
* SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512.Tim Peters2000-12-122-1/+18
* Trivial typo fix, submitted by Charles Waldman (SF patch #102794).Guido van Rossum2000-12-121-1/+1
* Additional docs for __iadd__ and family, closing SF bug #117178 and SF patchThomas Wouters2000-12-111-0/+26
* Adjust explanation of operator precedence summary -- exponentiation groupsFred Drake2000-12-111-1/+2
* Update the docstring.Fred Drake2000-12-111-2/+31
* Added tests to avoid regression on bug #125375.Fred Drake2000-12-112-1/+34
* validate_varargslist(): Fix two bugs in this function, one that affectedFred Drake2000-12-111-11/+20
* Added link to HTML version of the NumPy documentation.Fred Drake2000-12-111-2/+4
* Apply rstrip() to the lines read from _dirfile in _update(), so that aGuido van Rossum2000-12-111-1/+1
* Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem withGuido van Rossum2000-12-111-1/+4
* vgetargskeywords(): Patch for memory leak identified in bug #119862.Barry Warsaw2000-12-111-0/+1
* Make ConfigParser.Error inherit from Exception.Fred Drake2000-12-111-1/+3
* select.select(): Add note that though this function accepts empty lists,Fred Drake2000-12-111-13/+15
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-1028-546/+3034
* (Patch #102698) Fix for a bug reported by Wade Leftwich:Andrew M. Kuchling2000-12-101-4/+4
* SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, butTim Peters2000-12-091-28/+19
* Lots of small improvements and bits of added information on the DOM API.Fred Drake2000-12-081-59/+110
* Fix error noted by Gerrit Holl (old; had been buried in my INBOX):Fred Drake2000-12-071-3/+3
* Added a note that objects which emulate built-in types should onlyFred Drake2000-12-071-0/+7
* Lots of additional information. Not done, but much better.Fred Drake2000-12-072-47/+173
* Another name!Fred Drake2000-12-071-0/+1
* Typo caught by Jim Tittsler <jwt@onjapan.net>: They --> TheFred Drake2000-12-071-1/+1
* Note that, as of Python 1.6, the .returns_unicode attribute on parserFred Drake2000-12-071-0/+2
* The C+ compiler is called $(CXX) these days, not CCC.Guido van Rossum2000-12-062-8/+8
* Fix `credits' to credit the Jython developers when running under thatBarry Warsaw2000-12-061-3/+9
* _getframe(): New sys module function for getting at the stack frame.Barry Warsaw2000-12-062-0/+48
* posix_getlogin(): Be more cautious about interpreting a NULL fromFred Drake2000-12-061-1/+1
* posix_getlogin(): Handle the possibility that getlogin() can returnFred Drake2000-12-061-3/+12
* Jeffrey D. Collins <tokeneater@users.sourceforge.net>:Fred Drake2000-12-061-3/+3
* Two changes:Sjoerd Mullender2000-12-061-8/+16
* Two typos caught by /F; thanks!Fred Drake2000-12-041-2/+2
* Added a comment for ContentHandler.characters() explaining how to migrateFred Drake2000-12-041-0/+8
* Add test cases for ConfigParser.remove_option() behavior. This includesFred Drake2000-12-041-0/+24
* remove_option(): Use the right variable name for the option name!Fred Drake2000-12-041-2/+2
* Make isinstance() more permissive in what types of arguments itNeil Schemenauer2000-12-041-17/+9
* Updated for the current state of the main Python source tree.Jack Jansen2000-12-032-4/+4
* These have been replaced by the new generated projects.Jack Jansen2000-12-0349-47/+0
* The new generated plugin projects. Checked in in XML form, so cvs diffs shoul...Jack Jansen2000-12-0348-0/+20650
* Added an extraexportsymbols option, to allow (you guessed it:-) extra export ...Jack Jansen2000-12-031-1/+5
* Allow recursive searh entries by ending the pathname in ":*".Jack Jansen2000-12-032-2/+9
* Don't generate SYM files by default.Jack Jansen2000-12-031-1/+1
* Updated for the new project names.Jack Jansen2000-12-031-70/+70
* Got it working for all important plugins, and moved it from Build to scripts.Jack Jansen2000-12-032-43/+108
* Call of _cmp had wrong number of paramereters.Moshe Zadka2000-12-031-2/+2
* Convert Unicode strings to byte strings before passing them into specificMartin v. Löwis2000-12-031-14/+25
* Update Moshe Zadka's email address to one works and might last a while.Fred Drake2000-12-0124-24/+24
* Patch by Michael Hudson to clarify the error message fromGuido van Rossum2000-12-011-1/+7