2000-12-15 |
Andrew M. Kuchling | [Patch #102827] Fix for PR#119558, avoiding core dumps... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | Wrapper for napms() function, contributed by Thomas... |
commit | commitdiff | tree | snapshot |
2000-12-15 |
Andrew M. Kuchling | Curses demos contributed by Thomas Gellekum <tg@FreeBSD... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | Various tweaks. It now returns the exact same files... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | Oops, interaction() returned a single value in stead... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | First stab at a script that mimicks Matthias Neerachers... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Jack Jansen | Set autodispose only if RefCon isn't set yet on the... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Guido van Rossum | Fix bit rot: use sock.connect((host, port)) and allow... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | For the title page, insert the package version number... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Update the test suite to cover more ground. |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Lots of small bug fixes and DOM API conformance improve... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Adjust PullDOM to use a DOMImplementation instance... |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Guido van Rossum | Test for NULL returned from PyObject_NEW(). |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Guido van Rossum | Test for NULL returned from PyObject_NEW(). |
commit | commitdiff | tree | snapshot |
2000-12-14 |
Fred Drake | Update information on the locking() function, added... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Add long-overdue docstrings to dict methods. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Finish a sentence that was left half-written! |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Use METH_VARARGS instead of "1" in list method table. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | When raising KeyError, provide the key value that failed. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Moshe Zadka | Changing allow_reuse_address's default value, and docum... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Untabify! (Barry, this is gonna cost you a bottle... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Typo repair in comments. Fell for GregS's .popitem... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Added "stub" documentation for xml.dom.pulldom for... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Guido van Rossum | Get rid of string module and string exceptions. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Added descriptions of the defined exceptions and their... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Set CXX even when --with-cxx is not specified. Closes... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Set CXX even when --with-cxx is not specified. Closes... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Fred Drake | Add code to DOMException to ensure it cannot be instant... |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Add standard DOM exception hierarchy. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Martin v. Löwis | Document --with-cxx. |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Andrew M. Kuchling | Check in README file and one demo program |
commit | commitdiff | tree | snapshot |
2000-12-13 |
Tim Peters | Bring comments up to date (e.g., they still said the... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Fred Drake | Update the code to better reflect recommended style: |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Barry Warsaw | Change the file's indentation from tabs to 4 spaces... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Barry Warsaw | Accept Finn Bock's patch #102208 to hardcode EINVAL... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Fred Drake | Update the code to better reflect recommended style: |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | The Mac C library (MSL from CodeWarrior 6) and I/O... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | The ".pth" code knew about the layout of Python trees... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Use c2pstr() in stead of Pstring() to convert C-strings to |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Optionally weed out duplicate prototypes for the same... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Adapted to new standard for initmodule() routine: don... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Various new standard types. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Added support for generating a single module from multi... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Refer to the sourceforge site for gusi downloads. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Put all AE constants into AppleEvents.py |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Qdoffs now exports the GWorldObj_{New,Convert} functions. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Added a c2pstrcpy() function. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | Describe {}.popitem(). |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | More toolbox modules adapted to Universal Headers 3... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Use new multi-input-file feature of bgen in stead of... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Regenerated from Universal Headers 3.3.2 |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Put all AE constants into AppleEvents.py |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | Add popitem(). |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | "Documentation" for {}.popitem(). |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | Added test for {}.popitem(). |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | Add popitem() -- SF patch #102733. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Qdoffs now exports GWorld new/convert, and Qt uses... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Drag moved to core toolbox modules (Win uses it). |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Jack Jansen | Qdoffs now exports GWorld new/convert, and Qt uses... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | Add URL with info for PIL. |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | Typo detected by "the miraculous Debian package lint... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Marc-André... | Changed .getaliases() support to register the new alias... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Tim Peters | Partial fix for SF bug 122780 (msvcrt.locking constants... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Tim Peters | SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Guido van Rossum | Trivial typo fix, submitted by Charles Waldman (SF... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Thomas Wouters | Additional docs for __iadd__ and family, closing SF... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Fred Drake | Adjust explanation of operator precedence summary ... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Fred Drake | Update the docstring. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Fred Drake | Added tests to avoid regression on bug #125375. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Fred Drake | validate_varargslist(): Fix two bugs in this function... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Fred Drake | Added link to HTML version of the NumPy documentation. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Guido van Rossum | Apply rstrip() to the lines read from _dirfile in _upda... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Guido van Rossum | Hoepeful fix for SF bug #123924: Windows - using OpenSS... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Barry Warsaw | vgetargskeywords(): Patch for memory leak identified... |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Fred Drake | Make ConfigParser.Error inherit from Exception. |
commit | commitdiff | tree | snapshot |
2000-12-11 |
Fred Drake | select.select(): Add note that though this function... |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Jack Jansen | Adapted to Universal Headers 3.3.2. More to follow. |
commit | commitdiff | tree | snapshot |
2000-12-10 |
Andrew M. Kuchling | (Patch #102698) Fix for a bug reported by Wade Leftwich: |
commit | commitdiff | tree | snapshot |
2000-12-09 |
Tim Peters | SF bug 124051: ndiff "?" lines can be confusing. ... |
commit | commitdiff | tree | snapshot |
2000-12-08 |
Fred Drake | Lots of small improvements and bits of added informatio... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Fred Drake | Fix error noted by Gerrit Holl (old; had been buried... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Fred Drake | Added a note that objects which emulate built-in types... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Fred Drake | Lots of additional information. Not done, but much... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Fred Drake | Another name! |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Fred Drake | Typo caught by Jim Tittsler <jwt@onjapan.net>: They... |
commit | commitdiff | tree | snapshot |
2000-12-07 |
Fred Drake | Note that, as of Python 1.6, the .returns_unicode attri... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Guido van Rossum | The C+ compiler is called $(CXX) these days, not CCC. |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Barry Warsaw | Fix `credits' to credit the Jython developers when... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Barry Warsaw | _getframe(): New sys module function for getting at... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Fred Drake | posix_getlogin(): Be more cautious about interpreting... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Fred Drake | posix_getlogin(): Handle the possibility that getlogin... |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Fred Drake | Jeffrey D. Collins <tokeneater@users.sourceforge.net>: |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Sjoerd Mullender | Two changes: |
commit | commitdiff | tree | snapshot |
2000-12-04 |
Fred Drake | Two typos caught by /F; thanks! |
commit | commitdiff | tree | snapshot |
2000-12-04 |
Fred Drake | Added a comment for ContentHandler.characters() explain... |
commit | commitdiff | tree | snapshot |
2000-12-04 |
Fred Drake | Add test cases for ConfigParser.remove_option() behavio... |
commit | commitdiff | tree | snapshot |
2000-12-04 |
Fred Drake | remove_option(): Use the right variable name for the... |
commit | commitdiff | tree | snapshot |
2000-12-04 |
Neil Schemenauer | Make isinstance() more permissive in what types of... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Jack Jansen | Updated for the current state of the main Python source... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Jack Jansen | These have been replaced by the new generated projects. |
commit | commitdiff | tree | snapshot |
next |