1998-06-09 |
Guido van Rossum | Should check that PyObject_Str() really returned a... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | getint() now raises ValueError, not TclError, on errors. |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Guido van Rossum | Added a line to process SGI_ABI. |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Guido van Rossum | When unmarshalling, add test for negative lengths on... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Allow assignments to special class attributes -- with... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Barry Warsaw | A few minor updates on Emacs mode section |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Remove the doc string -- it doesn't tell the truth. |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | New demo -- Perl style regular expression matching. |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Say a bit more about .pyc and .pyo files. |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Remove Emacs and #! cruft. |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Improve the self-test code a bit: read a host from... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Tim's revision of the previous patch. He also added... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Add comments explaining thread unsafety of this code. |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Make gauss() semi-thread-safe. It can still give dupli... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Two places where _time() should be used said time.time... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Piers Lauders' latest version, with some of my own... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Fix a whole bunch of error return NULL that should... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Remove a few unused locals (I love VC++ for this!). |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Sorry, the initializer for ob_type must really be NULL, |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Quick fix -- define SIZEOF_LONG and SIZEOF_INT. |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Moved from PC |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Moving to PCbuild |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | On Windows, need #include <windows.h>; and it's MS_WIND... |
commit | commitdiff | tree | snapshot |
1998-05-29 |
Guido van Rossum | Release the interpreter lock for calls that may block... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Guido van Rossum | Changes to make it possible to write multi-threaded... |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Guido van Rossum | Protect all uses of the random generator with a lock. |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Guido van Rossum | An example of a multi-threaded Tkinter program. |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Guido van Rossum | Patch by Lars Marius Garshol: |
commit | commitdiff | tree | snapshot |
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 |
next |