1998-05-28 |
Guido van Rossum | Guard against changes in the list size during a compare... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Guido van Rossum | Some systems (e.g. Linux) use enums for some symbols... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Guido van Rossum | Uses PyErr_ExceptionMatches() instead of comparing... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Guido van Rossum | Uses PyErr_ExceptionMatches() instead of comparing... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Jack Jansen | For ControlWindow there is a new method do_rawcontrolhi... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Jack Jansen | Allow an (optional) tracking function (or -1) to be... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Fred Drake | get_long(): Use PyErr_ExceptionMatches(...) instead... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Fred Drake | t_bootstrap(): Use PyErr_ExceptionMatches(...) instead... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Fred Drake | Use PyErr_ExceptionMatches(...) instead of PyErr_Occurr... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Jeremy Hylton | add handler for JPython's org.python.core.PyStringMap... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Fix some comments; move 'import random' to top. |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | On SGI, we need to define _SGI_MP_SOURCE before includi... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Tim's quicksort on May 25. |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Add Tim's worst case scenario. |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Added some tests to make sure that long->int conversion... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Subject: Buglet in PyLong_AsLong |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Replaced the VC++ 5.x instructions with a pointer to... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Moved VC++ 5.x files to ../PCbuild. |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Moved VC++ 5.x stuff here. |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Mark Hammond writes: |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Guido van Rossum | Don't die if win32api doesn't exist. |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Fix a dumb typo in the revparse() regular exception... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Document missing functions: xor, not, truth, countOf... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Use a different implementation of EventHook(). The... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Fred Drake | Minor grammatical correction: "This module perform... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Fred Drake | Fixed spelling in comment: "RFC", not "RFX". |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Add an alias (and preferred name) "contains" for "seque... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | introduce a new platform-specific variable: os.linesep... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Address some gcc -Wall warnings (e.g. include <ctype... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Change the last 4-space indent into a 1-tab indent. |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Shouldn't use newdir.dir(), which no longer exists! |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | I think there was a tiny bug in new_function() -- the... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Add PyErr_PrintEx and PySequence_Contains. |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Make function objects somewhat mutable -- the members... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | PySequence_In() -> PySequence_Contains(). |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Make sure that no use of a function pointer gotten... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | In PyObject_IsTrue(), don't call function pointers... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Moved cmp_member() to abstract.c, as PySequence_Contain... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | A bunch of functions are now properly implemented in... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Renamed PySequence_In() to PySequence_Contains(). |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Guido van Rossum | Completely reformatted, standardizing indentation as... |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Fred Drake | knownfiles: Add the default installation dirs for... |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Guido van Rossum | Trivial little change: when setting a member to an... |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Fred Drake | Added support for AMK's {definitions} environment;... |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Fred Drake | Added {definitions} environment, which has \term to... |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Guido van Rossum | whrandom -> random |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Guido van Rossum | Use random instead of whrandom. |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Guido van Rossum | Add Interfaces to replace remaining needs for importing... |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Guido van Rossum | Add LDLAST to the list of variables processed by the... |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Guido van Rossum | Correct bug doc string (discovered by Berthold Hoellmann): |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Get rid of nearly all clals to self._do -- turns out... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Use whrandom instead of rand. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Protection agains non-existing subdirectories for clean... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Additions for Mark Hammond's Win32 specific hacks. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Don't use a separate node for footnotes; see if people... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Fix definition of release_version (global). |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Added entry for mimetypes. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | webcheck target in this Makefile wasn't used. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Fix the webcheck target so it checks the right files.... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | (py-ask-about-save): New variable used in |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | (py-execute-string): Bind to C-c C-s, and put on menu |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | (py-stringlit-re): Another ME patch to recognize SQTQs... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | More ME patches: |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | (beginning-of-python-def-or-class): Renamed to |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | guess_extension(): Revise documentation string to... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Test that "import sys.imp" fails as it should. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Guido van Rossum | Fix a curious bug: statements like "import sys.time... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Add mimetypes documentation to library reference depend... |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Fred Drake | Add section documenting mimetypes module. |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | More ME patches: |
commit | commitdiff | tree | snapshot |
1998-05-19 |
Barry Warsaw | #Documentation and comment typos patch given by Michael... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Add a feature to support specifying an additional searc... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Remove Emacs cruft. |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Add a feature to support specifying an additional searc... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Fred Drake | guess_extension(): New function. Performs a reverse... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Neatify the _timezones table and remove a misleading... |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Fred Drake | Fixed typo in docstring: suffixes_map --> suffix_map. |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Subject: bug fixes for imaplib.py |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Add file extension .xml, mapping it to text/xml. |
commit | commitdiff | tree | snapshot |
1998-05-18 |
Guido van Rossum | Remove use of RTLD_GLOBAL. |
commit | commitdiff | tree | snapshot |
1998-05-16 |
Guido van Rossum | Fix another oldie (item (b) only): |
commit | commitdiff | tree | snapshot |
1998-05-16 |
Guido van Rossum | Install config.h. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | Another veeeeeery old patch... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | Change the output names. Do away with the Release... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | In debug mode on MS Windows, DLLs are called foo_d... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Guido van Rossum | Add some symbols. Remove the LIBRARY statement at... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Small change to the l2h target allowing the output... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update to use latex2html 98.1p5. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update to use latex2html 98.1p5. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update note about latex2html version required. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Add support for the Macintosh Library Modules document. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Revise comment about \let support a little to more... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Ignore the mac/ directory.... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Update to use the output names used by latex2html for... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Extend handling for \let a bit, to also allow \let... |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | Remove debugging echo. |
commit | commitdiff | tree | snapshot |
1998-05-15 |
Fred Drake | do_cmd_let(): Simple implementation to allow \let... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Guido van Rossum | Improved version of patch for HPUX from David Arnold. |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Added support for \developer, \developers, \developersa... |
commit | commitdiff | tree | snapshot |
1998-05-14 |
Fred Drake | Added definitions for \developer, \developers, \develop... |
commit | commitdiff | tree | snapshot |
next |