1998-06-15 |
Guido van Rossum | NewNew abstract, copied from the obsolete Frame version. |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | # This is a new module I wrote over the weekend. Again... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | # Note: a previous checkin message was lost because... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | Primitive GUI for websucker. |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | Fix the way a trailing / is changed to /index.html... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | sort the urls in the todo list |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | # (My first checkin from Windows NT using remote CVS!) |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Guido van Rossum | Fixed the EventHook() code so that it also works on... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | In completer(), return None instead of raising an Index... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | On Windows, make the pipe() call return Unix file descr... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Keep Microsoft's compiler happy. |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Don't catch interrupts in getpass() -- the finally... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | In tcsetattr(), first initialize the mode structure... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Use the getpass module instead of having platform-speci... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Jonathan Giddy: |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Jonathan Giddy: |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | With the recent change that makes numbers compare small... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Now that test_MimeWriter is untabified, do the same... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Add warning about use of lowercase/uppercase with maket... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Add timegm to list of functions tested, for Marc-Andre L. |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Oops, bug in release date! |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Be more careful than the previous patch. The default... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Support new overridable method, isheader() (ESR). |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Eric Raymond: added doc for isheader(); improved docs... |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Guido van Rossum | Document the changes I just checked in. |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Guido van Rossum | Some changes suggested/provided by Eric Raymond: |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Guido van Rossum | Document several variables that were previously undocum... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Add the __doc__ string from the original module on... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Added notes about epochs, the year 2038, and a small... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Default content-type to application/x-www-form-urlencod... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Changed runs of 8 spaces to tab -- to satisfy the tab... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Untabified -- to satisfy the tab nanny. |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Get rid of tabnanny's last complaints. |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | From: "Tim Peters" <tim_one@msn.com> |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | When comparing objects of different types (which is... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Added docs for strptime(). |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Added strptime, if it exists. Modified after a patch... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Guido van Rossum | Clarify the type of the signal handler. |
commit | commitdiff | tree | snapshot |
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 |
next |