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 |
2000-12-03 |
Jack Jansen | The new generated plugin projects. Checked in in XML... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Jack Jansen | Added an extraexportsymbols option, to allow (you guess... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Jack Jansen | Allow recursive searh entries by ending the pathname... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Jack Jansen | Don't generate SYM files by default. |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Jack Jansen | Updated for the new project names. |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Jack Jansen | Got it working for all important plugins, and moved... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Moshe Zadka | Call of _cmp had wrong number of paramereters. |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Martin v. Löwis | Convert Unicode strings to byte strings before passing... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Fred Drake | Update Moshe Zadka's email address to one works and... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Guido van Rossum | Patch by Michael Hudson to clarify the error message... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Guido van Rossum | Clarified some of the error messages, esp. "read-only... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Tim Peters | Made the description of %[udxXo] formats of negative... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Moshe Zadka | Backing out my changes. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Andrew M. Kuchling | Only use getline() when compiling using glibc |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Moshe Zadka | Added .first{item,value,key}() to dictionaries. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Adjust to allow an explanation of the changes to be... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | A few small refinements to the table building code. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Use a table to describe the keys to the locale informat... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Use small tables instead of bare \item markers to descr... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Added name. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Tim Peters | Fox for SF bug #123859: %[duxXo] long formats inconsistent. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Andrew M. Kuchling | Clarify two comments |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | In the first discussion showing how to handle exception... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Guido van Rossum | Slight improvement to Unicode test suite, inspired... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Jack Jansen | Contributed code that converts Python source files... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | Added entries reflecting the separation of the abstract... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | Substantial re-organization of the DOM documentation... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | Fix broken backslashes in Unicode strings section. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Tim Peters | Partial fix for SF bug 123730: extra backslash in... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Andrew M. Kuchling | Patch #102469: Use glibc's getline() extension when... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Andrew M. Kuchling | Patch #102469: Check for glibc's getline() extension |
commit | commitdiff | tree | snapshot |
next |