1997-03-03 |
Guido van Rossum | Add -O option which sets Py_OptimizeFlag to avoid emitt... |
commit | commitdiff | tree | snapshot |
1997-03-03 |
Guido van Rossum | Add global Py_OptimizeFlag. |
commit | commitdiff | tree | snapshot |
1997-03-03 |
Guido van Rossum | Add global Py_OptimizeFlag. SET_LINENO is omitted again... |
commit | commitdiff | tree | snapshot |
1997-03-03 |
Guido van Rossum | Added intern() |
commit | commitdiff | tree | snapshot |
1997-03-03 |
Guido van Rossum | Added ref to StringIO docs. |
commit | commitdiff | tree | snapshot |
1997-03-03 |
Guido van Rossum | Correct two typos |
commit | commitdiff | tree | snapshot |
1997-03-03 |
Guido van Rossum | Fix name of PyObject_GetAttrString |
commit | commitdiff | tree | snapshot |
1997-03-03 |
Guido van Rossum | Added (minimal) StringIO docs. |
commit | commitdiff | tree | snapshot |
1997-02-28 |
Guido van Rossum | Fix up indentation of examples to use 4 spaces instead... |
commit | commitdiff | tree | snapshot |
1997-02-26 |
Guido van Rossum | Remove the list of Python users, replace it with a... |
commit | commitdiff | tree | snapshot |
1997-02-25 |
Guido van Rossum | Added new ftp mirror site ftp://ftp.cdrom.com/pub/pytho... |
commit | commitdiff | tree | snapshot |
1997-02-24 |
Jack Jansen | Converted to CW11. |
commit | commitdiff | tree | snapshot |
1997-02-24 |
Jack Jansen | Make cache-alignment work always (in stead of 50% of... |
commit | commitdiff | tree | snapshot |
1997-02-24 |
Jack Jansen | - Changed GestaltEqu.h to Gestalt.h |
commit | commitdiff | tree | snapshot |
1997-02-24 |
Jack Jansen | - Changed GestaltEqu.h to Gestalt.h |
commit | commitdiff | tree | snapshot |
1997-02-24 |
Jack Jansen | Re-generated from new (CW11) universal headers |
commit | commitdiff | tree | snapshot |
1997-02-24 |
Barry Warsaw | (python-font-lock-keywords): Use new convention for... |
commit | commitdiff | tree | snapshot |
1997-02-23 |
Guido van Rossum | Removing this -- complex numbers are now builtin, |
commit | commitdiff | tree | snapshot |
1997-02-21 |
Guido van Rossum | Change all three fopen calls to use binary mode. |
commit | commitdiff | tree | snapshot |
1997-02-21 |
Guido van Rossum | Lee's next version. Careful: this now dumps core for... |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Guido van Rossum | Removed nonstandard strftime formats (strftime is teste... |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Jack Jansen | Rebuilt everything with Guido's new sources, added... |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Jack Jansen | Added calldll module |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Jack Jansen | - Put USE_MAC_DYNAMIC_LOADING beack here in stead of... |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Jack Jansen | Only go into eventloop/interrupt check 10 times per... |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Jack Jansen | Comments around identifier after #endif |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Jack Jansen | Added operator, errno and soundex modules. |
commit | commitdiff | tree | snapshot |
1997-02-20 |
Jack Jansen | Redid arg/return handling (still not as I would like... |
commit | commitdiff | tree | snapshot |
1997-02-19 |
Guido van Rossum | Remove some bogus code that would cause a NameError... |
commit | commitdiff | tree | snapshot |
1997-02-19 |
Guido van Rossum | Remove %n and %t from the list of standard expectations. |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Barry Warsaw | join(): Wax the incorrect leading comment |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Barry Warsaw | Document the new join() semantics. |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Guido van Rossum | Restructured quite a bit, hopefully Lee Busby will... |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Barry Warsaw | join(): join one or more path components |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Barry Warsaw | Added a paragraph to describe clear_cache(), and why... |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Barry Warsaw | Document the new get_syntax() function. |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Barry Warsaw | Store the current regex syntax along with the regular... |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Barry Warsaw | regex_get_syntax(): New module function exported to... |
commit | commitdiff | tree | snapshot |
1997-02-18 |
Guido van Rossum | Put back #! /usr/local/bin/python. For cgi scripts... |
commit | commitdiff | tree | snapshot |
1997-02-17 |
Guido van Rossum | Change the question about os.environ changes not workin... |
commit | commitdiff | tree | snapshot |
1997-02-17 |
Guido van Rossum | Two changes: |
commit | commitdiff | tree | snapshot |
1997-02-17 |
Jack Jansen | An initial stab at calling random C routines from Python |
commit | commitdiff | tree | snapshot |
1997-02-17 |
Jack Jansen | Initial stab at calling C routines from python dynamically |
commit | commitdiff | tree | snapshot |
1997-02-15 |
Guido van Rossum | Require _tkinter -- don't attempt to import tkinter... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Add fpectl and fpetest modules. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Fix the comments for bitwise and/or. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added decl for Py_AddPendingCall and include mymalloc... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Add parentheses around && within || as gcc -Wall advises. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Oops, remove an unused variable from PyErr_Format(). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added decl for Py_FdIsInteractive. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added decl for Py_InteractiveFlag. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | My version of Lee Busby's patches to make '-i' pretend... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added new global flag variable Py_InteractiveFlag and... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added PyArg_ParseTupleAndKeywords, PyErr_Format. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added prototype for PyErr_Format(exception, formatstrin... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added convenience function PyErr_Format(exception,... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added .cxx and .cpp to extensions recognized as source... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added PyArg_ParseTupleAndKeywords() prototype. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | djgpp support. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | djgpp fix (SIGMAX). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Issue a more meaningful error if strftime keeps returni... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | *Don't* kill all local variables on function exit.... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Slight tweak: in string_hash(), if the hash hasn't... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Kill all local variables when the frame is deallocated... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Gave the Listbox selection methods their correct (longe... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes by Sjoerd (reformatted). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added doco for ratecv. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added test for ratecv (from Sjoerd, reformatted). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added intern() function. |
commit | commitdiff | tree | snapshot |
1997-02-12 |
Guido van Rossum | Put support for a cnf dictionary back in, since it... |
commit | commitdiff | tree | snapshot |
1997-02-11 |
Guido van Rossum | Merged in Jack's fixes. This brings some lines beyond... |
commit | commitdiff | tree | snapshot |
1997-02-10 |
Guido van Rossum | Put a new, more useful, set of references in the leadin... |
commit | commitdiff | tree | snapshot |
1997-02-10 |
Guido van Rossum | Correct typo in PyArg_ParseTuple example. |
commit | commitdiff | tree | snapshot |
1997-02-03 |
Jack Jansen | The USE_CACHE_ALIGNING define now has a value: the... |
commit | commitdiff | tree | snapshot |
1997-02-02 |
Guido van Rossum | Restructured Checker class to get rid of 'ext' table. |
commit | commitdiff | tree | snapshot |
1997-02-01 |
Jack Jansen | Optionally (on USE_CACHE_ALIGN) extend overhead structu... |
commit | commitdiff | tree | snapshot |
1997-02-01 |
Guido van Rossum | Add root URL entry box, separate start/stop/step buttons. |
commit | commitdiff | tree | snapshot |
1997-02-01 |
Guido van Rossum | Process <img> and <frame> tags. Don't bother skipping... |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Check in another copy of tktools.py... |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Tk interface to webchecker. Not fully featured yet... |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Spin off checking of external page in a subroutine. |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Jack Jansen | Added/updated copyright notices |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Jack Jansen | Added _tkinter modules in Image extension |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Jack Jansen | Image libraries moved and small things |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Many misc changes. |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Barry Warsaw | (py-mode-map): Comment Out Region / Uncomment Region... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Barry Warsaw | #Updated authorship line |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Barry Warsaw | (py-parse-partial-sexp-works-p): New variable to work... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Move the 'import os' in URLopener.cleanup() to inside... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Jack Jansen | Renamed |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Jack Jansen | Added imgpng |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Set proper User-agent header (Python-webchecker/<version>). |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Some refinements of the external-link checking code... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Added -x option to check external links. Slooooow! |
commit | commitdiff | tree | snapshot |
next |