]> granicus.if.org Git - python/shortlog
python
1997-03-03 Guido van RossumAdd -O option which sets Py_OptimizeFlag to avoid emitt...
1997-03-03 Guido van RossumAdd global Py_OptimizeFlag.
1997-03-03 Guido van RossumAdd global Py_OptimizeFlag. SET_LINENO is omitted again...
1997-03-03 Guido van RossumAdded intern()
1997-03-03 Guido van RossumAdded ref to StringIO docs.
1997-03-03 Guido van RossumCorrect two typos
1997-03-03 Guido van RossumFix name of PyObject_GetAttrString
1997-03-03 Guido van RossumAdded (minimal) StringIO docs.
1997-02-28 Guido van RossumFix up indentation of examples to use 4 spaces instead...
1997-02-26 Guido van RossumRemove the list of Python users, replace it with a...
1997-02-25 Guido van RossumAdded new ftp mirror site ftp://ftp.cdrom.com/pub/pytho...
1997-02-24 Jack JansenConverted to CW11.
1997-02-24 Jack JansenMake cache-alignment work always (in stead of 50% of...
1997-02-24 Jack Jansen- Changed GestaltEqu.h to Gestalt.h
1997-02-24 Jack Jansen- Changed GestaltEqu.h to Gestalt.h
1997-02-24 Jack JansenRe-generated from new (CW11) universal headers
1997-02-24 Barry Warsaw(python-font-lock-keywords): Use new convention for...
1997-02-23 Guido van RossumRemoving this -- complex numbers are now builtin,
1997-02-21 Guido van RossumChange all three fopen calls to use binary mode.
1997-02-21 Guido van RossumLee's next version. Careful: this now dumps core for...
1997-02-20 Guido van RossumRemoved nonstandard strftime formats (strftime is teste...
1997-02-20 Jack JansenRebuilt everything with Guido's new sources, added...
1997-02-20 Jack JansenAdded calldll module
1997-02-20 Jack Jansen- Put USE_MAC_DYNAMIC_LOADING beack here in stead of...
1997-02-20 Jack JansenOnly go into eventloop/interrupt check 10 times per...
1997-02-20 Jack JansenComments around identifier after #endif
1997-02-20 Jack JansenAdded operator, errno and soundex modules.
1997-02-20 Jack JansenRedid arg/return handling (still not as I would like...
1997-02-19 Guido van RossumRemove some bogus code that would cause a NameError...
1997-02-19 Guido van RossumRemove %n and %t from the list of standard expectations.
1997-02-18 Barry Warsawjoin(): Wax the incorrect leading comment
1997-02-18 Barry WarsawDocument the new join() semantics.
1997-02-18 Guido van RossumRestructured quite a bit, hopefully Lee Busby will...
1997-02-18 Barry Warsawjoin(): join one or more path components
1997-02-18 Barry WarsawAdded a paragraph to describe clear_cache(), and why...
1997-02-18 Barry WarsawDocument the new get_syntax() function.
1997-02-18 Barry WarsawStore the current regex syntax along with the regular...
1997-02-18 Barry Warsawregex_get_syntax(): New module function exported to...
1997-02-18 Guido van RossumPut back #! /usr/local/bin/python. For cgi scripts...
1997-02-17 Guido van RossumChange the question about os.environ changes not workin...
1997-02-17 Guido van RossumTwo changes:
1997-02-17 Jack JansenAn initial stab at calling random C routines from Python
1997-02-17 Jack JansenInitial stab at calling C routines from python dynamically
1997-02-15 Guido van RossumRequire _tkinter -- don't attempt to import tkinter...
1997-02-14 Guido van RossumAdd fpectl and fpetest modules.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumFix the comments for bitwise and/or.
1997-02-14 Guido van RossumKeep gcc -Wall happy.
1997-02-14 Guido van RossumAdded decl for Py_AddPendingCall and include mymalloc...
1997-02-14 Guido van RossumAdd parentheses around && within || as gcc -Wall advises.
1997-02-14 Guido van RossumOops, remove an unused variable from PyErr_Format().
1997-02-14 Guido van RossumAdded decl for Py_FdIsInteractive.
1997-02-14 Guido van RossumAdded decl for Py_InteractiveFlag.
1997-02-14 Guido van RossumMy version of Lee Busby's patches to make '-i' pretend...
1997-02-14 Guido van RossumAdded new global flag variable Py_InteractiveFlag and...
1997-02-14 Guido van RossumAdded PyArg_ParseTupleAndKeywords, PyErr_Format.
1997-02-14 Guido van RossumAdded prototype for PyErr_Format(exception, formatstrin...
1997-02-14 Guido van RossumAdded convenience function PyErr_Format(exception,...
1997-02-14 Guido van RossumAdded .cxx and .cpp to extensions recognized as source...
1997-02-14 Guido van RossumAdded PyArg_ParseTupleAndKeywords() prototype.
1997-02-14 Guido van Rossumdjgpp support.
1997-02-14 Guido van Rossumdjgpp fix (SIGMAX).
1997-02-14 Guido van RossumIssue a more meaningful error if strftime keeps returni...
1997-02-14 Guido van Rossum*Don't* kill all local variables on function exit....
1997-02-14 Guido van RossumSlight tweak: in string_hash(), if the hash hasn't...
1997-02-14 Guido van RossumKill all local variables when the frame is deallocated...
1997-02-14 Guido van RossumGave the Listbox selection methods their correct (longe...
1997-02-14 Guido van RossumChanges by Sjoerd (reformatted).
1997-02-14 Guido van RossumAdded doco for ratecv.
1997-02-14 Guido van RossumAdded test for ratecv (from Sjoerd, reformatted).
1997-02-14 Guido van RossumAdded intern() function.
1997-02-12 Guido van RossumPut support for a cnf dictionary back in, since it...
1997-02-11 Guido van RossumMerged in Jack's fixes. This brings some lines beyond...
1997-02-10 Guido van RossumPut a new, more useful, set of references in the leadin...
1997-02-10 Guido van RossumCorrect typo in PyArg_ParseTuple example.
1997-02-03 Jack JansenThe USE_CACHE_ALIGNING define now has a value: the...
1997-02-02 Guido van RossumRestructured Checker class to get rid of 'ext' table.
1997-02-01 Jack JansenOptionally (on USE_CACHE_ALIGN) extend overhead structu...
1997-02-01 Guido van RossumAdd root URL entry box, separate start/stop/step buttons.
1997-02-01 Guido van RossumProcess <img> and <frame> tags. Don't bother skipping...
1997-01-31 Guido van RossumCheck in another copy of tktools.py...
1997-01-31 Guido van RossumTk interface to webchecker. Not fully featured yet...
1997-01-31 Guido van RossumSpin off checking of external page in a subroutine.
1997-01-31 Jack JansenAdded/updated copyright notices
1997-01-31 Jack JansenAdded _tkinter modules in Image extension
1997-01-31 Jack JansenImage libraries moved and small things
1997-01-31 Guido van RossumMany misc changes.
1997-01-30 Barry Warsaw(py-mode-map): Comment Out Region / Uncomment Region...
1997-01-30 Barry Warsaw#Updated authorship line
1997-01-30 Barry Warsaw(py-parse-partial-sexp-works-p): New variable to work...
1997-01-30 Guido van RossumMove the 'import os' in URLopener.cleanup() to inside...
1997-01-30 Jack JansenRenamed
1997-01-30 Jack JansenAdded imgpng
1997-01-30 Guido van RossumSet proper User-agent header (Python-webchecker/<version>).
1997-01-30 Guido van RossumSome refinements of the external-link checking code...
1997-01-30 Guido van RossumAdded -x option to check external links. Slooooow!
next