| 1998-06-19 |
Guido van Rossum | Translated to use re instead of regex. Also replaced... |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Fred Drake | eval() example: Removed final interpreter prompt;... |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Fred Drake | Somewhat updated, but not checked for everything (just... |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Guido van Rossum | Added Py_{Get,Set}PythonHome. |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Jack Jansen | Added {Get,Set}PopupData calls to get at the data for... |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Guido van Rossum | Turns out that 'winfo id' returns the id as a hex strin... |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Guido van Rossum | Different trick to get the _test() window to pop up. |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Guido van Rossum | Added <ctype.h>, needed for Windows. |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Guido van Rossum | Added _locale |
commit | commitdiff | tree | snapshot |
| 1998-06-19 |
Guido van Rossum | There was an error check in a loop in PythonCmd which... |
commit | commitdiff | tree | snapshot |
| 1998-06-18 |
Guido van Rossum | Added a stronger warning about changing the dictionary... |
commit | commitdiff | tree | snapshot |
| 1998-06-18 |
Guido van Rossum | Piers' latest version -- authentication added by Donn... |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Guido van Rossum | # Untabified the example :-( |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Guido van Rossum | Documented that by default the output goes to stderr... |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Guido van Rossum | In class _Subfile, make sure read(n) can't read beyond... |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Guido van Rossum | Change the description of input() -- it is exactly... |
commit | commitdiff | tree | snapshot |
| 1998-06-17 |
Guido van Rossum | Minor cleanup by Tim after my changes: |
commit | commitdiff | tree | snapshot |
| 1998-06-16 |
Guido van Rossum | Add __getitem__ to AddressList object, to make it a... |
commit | commitdiff | tree | snapshot |
| 1998-06-16 |
Guido van Rossum | Some extra notes, and describe a new class (AddressList... |
commit | commitdiff | tree | snapshot |
| 1998-06-16 |
Guido van Rossum | Some extra comments and docstrings, and a new class... |
commit | commitdiff | tree | snapshot |
| 1998-06-16 |
Guido van Rossum | Tim's latest, with some of my changes (also a TP sugges... |
commit | commitdiff | tree | snapshot |
| 1998-06-16 |
Guido van Rossum | Fixed the UDP server -- this never worked. Ray Loyzaga... |
commit | commitdiff | tree | snapshot |
| 1998-06-15 |
Guido van Rossum | Subject: Bug in PC/import_nt.c |
commit | commitdiff | tree | snapshot |
| 1998-06-15 |
Guido van Rossum | Lots of changes to get this in sync with the Frame... |
commit | commitdiff | tree | snapshot |
| 1998-06-15 |
Guido van Rossum | Two small additions to make it identical to the obsolet... |
commit | commitdiff | tree | snapshot |
| 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 |
| next |