| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno | Barry Warsaw | 2000-12-12 | 1 | -13/+16 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 55 | -519/+520 |
|
|
* | The Mac C library (MSL from CodeWarrior 6) and I/O library (GUSI | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
|
|
* | The ".pth" code knew about the layout of Python trees on unix and | Jack Jansen | 2000-12-12 | 1 | -0/+2 |
|
|
* | Use c2pstr() in stead of Pstring() to convert C-strings to | Jack Jansen | 2000-12-12 | 1 | -3/+4 |
|
|
* | Optionally weed out duplicate prototypes for the same function (which | Jack Jansen | 2000-12-12 | 3 | -3/+11 |
|
|
* | Adapted to new standard for initmodule() routine: don't call | Jack Jansen | 2000-12-12 | 1 | -2/+1 |
|
|
* | Various new standard types. | Jack Jansen | 2000-12-12 | 1 | -1/+16 |
|
|
* | Added support for generating a single module from multiple .h files. | Jack Jansen | 2000-12-12 | 1 | -3/+20 |
|
|
* | Refer to the sourceforge site for gusi downloads. | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
|
|
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 2 | -4/+0 |
|
|
* | Qdoffs now exports the GWorldObj_{New,Convert} functions. | Jack Jansen | 2000-12-12 | 1 | -0/+4 |
|
|
* | Added a c2pstrcpy() function. | Jack Jansen | 2000-12-12 | 1 | -0/+11 |
|
|
* | Describe {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+7 |
|
|
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 20 | -491/+2240 |
|
|
* | Use new multi-input-file feature of bgen in stead of @-file hack to parse mul... | Jack Jansen | 2000-12-12 | 3 | -247/+339 |
|
|
* | Regenerated from Universal Headers 3.3.2 | Jack Jansen | 2000-12-12 | 18 | -405/+847 |
|
|
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 6 | -911/+905 |
|
|
* | Add popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+2 |
|
|
* | "Documentation" for {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+6 |
|
|
* | Added test for {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+24 |
|
|
* | Add popitem() -- SF patch #102733. | Guido van Rossum | 2000-12-12 | 1 | -0/+53 |
|
|
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -5/+3 |
|
|
* | Drag moved to core toolbox modules (Win uses it). | Jack Jansen | 2000-12-12 | 6 | -851/+11 |
|
|
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -0/+20 |
|
|
* | Add URL with info for PIL. | Guido van Rossum | 2000-12-12 | 1 | -0/+1 |
|
|
* | Typo detected by "the miraculous Debian package lint tool "lintian" | Guido van Rossum | 2000-12-12 | 1 | -1/+1 |
|
|
* | Changed .getaliases() support to register the new aliases in the | Marc-André Lemburg | 2000-12-12 | 1 | -4/+12 |
|
|
* | Partial fix for SF bug 122780 (msvcrt.locking constants aren't defined). | Tim Peters | 2000-12-12 | 1 | -12/+47 |
|
|
* | SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512. | Tim Peters | 2000-12-12 | 2 | -1/+18 |
|
|
* | Trivial typo fix, submitted by Charles Waldman (SF patch #102794). | Guido van Rossum | 2000-12-12 | 1 | -1/+1 |
|
|
* | Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch | Thomas Wouters | 2000-12-11 | 1 | -0/+26 |
|
|
* | Adjust explanation of operator precedence summary -- exponentiation groups | Fred Drake | 2000-12-11 | 1 | -1/+2 |
|
|
* | Update the docstring. | Fred Drake | 2000-12-11 | 1 | -2/+31 |
|
|
* | Added tests to avoid regression on bug #125375. | Fred Drake | 2000-12-11 | 2 | -1/+34 |
|
|
* | validate_varargslist(): Fix two bugs in this function, one that affected | Fred Drake | 2000-12-11 | 1 | -11/+20 |
|
|
* | Added link to HTML version of the NumPy documentation. | Fred Drake | 2000-12-11 | 1 | -2/+4 |
|
|
* | Apply rstrip() to the lines read from _dirfile in _update(), so that a | Guido van Rossum | 2000-12-11 | 1 | -1/+1 |
|
|
* | Hoepeful fix for SF bug #123924: Windows - using OpenSSL, problem with | Guido van Rossum | 2000-12-11 | 1 | -1/+4 |
|
|
* | vgetargskeywords(): Patch for memory leak identified in bug #119862. | Barry Warsaw | 2000-12-11 | 1 | -0/+1 |
|
|
* | Make ConfigParser.Error inherit from Exception. | Fred Drake | 2000-12-11 | 1 | -1/+3 |
|
|
* | select.select(): Add note that though this function accepts empty lists, | Fred Drake | 2000-12-11 | 1 | -13/+15 |
|
|
* | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 28 | -546/+3034 |
|
|
* | (Patch #102698) Fix for a bug reported by Wade Leftwich: | Andrew M. Kuchling | 2000-12-10 | 1 | -4/+4 |
|
|
* | SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but | Tim Peters | 2000-12-09 | 1 | -28/+19 |
|
|
* | Lots of small improvements and bits of added information on the DOM API. | Fred Drake | 2000-12-08 | 1 | -59/+110 |
|
|
* | Fix error noted by Gerrit Holl (old; had been buried in my INBOX): | Fred Drake | 2000-12-07 | 1 | -3/+3 |
|
|
* | Added a note that objects which emulate built-in types should only | Fred Drake | 2000-12-07 | 1 | -0/+7 |
|
|
* | Lots of additional information. Not done, but much better. | Fred Drake | 2000-12-07 | 2 | -47/+173 |
|
|
* | Another name! | Fred Drake | 2000-12-07 | 1 | -0/+1 |
|
|